@media (min-width: 1100px) and (max-width: 1249px) {
  .bt .navbar-simple .navbar-nav > li a {
    margin-right: 8px;
    margin-left: 8px;
  }
}

.bt .logo-md {
  display: none;
}

@media (min-width: 1100px) {
  .bt .logo-md {
    display: inline-block;
  }
}

.bt .logo-sm {
  display: none;
}

@media (max-width: 1099px) {
  .bt .logo-sm {
    display: inline-block;
  }
}

.bt .label-fully-booked {
  background-color: #fe842b;
  padding: 9px 28px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  letter-spacing: .1em;
  transition: all .15s ease;
}

.bt .label-fully-booked[href]:hover, .bt .label-fully-booked[href]:focus {
  background-color: #f56801;
}

.bt .label-gray {
  background-color: #b4b3b3;
  padding: 9px 28px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 8px;
  letter-spacing: .1em;
  transition: all .15s ease;
}

.bt .label-gray[href]:hover, .bt .label-gray[href]:focus {
  background-color: #9b9999;
}

.bt .section-page {
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .bt .section-page {
    margin-top: 40px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .bt .section-page-seminar .list-font-orange li {
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .bt .section-page-seminar .list-inline-gray li {
    display: table-cell;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .bt .section-page-seminar .media-list-seminar .media-heading {
    margin-bottom: 5px;
  }
}

.bt .section-column-detail img {
  height: auto;
}

.bt .section-column-detail ul {
  padding-left: 0;
}

.bt .section-column-detail ul > li {
  position: relative;
  padding-left: 20px;
  color: #303030;
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  .bt .section-column-detail ul > li {
    padding-left: 15px;
  }
}

.bt .section-column-detail ul > li:after {
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #ffdeb2;
  border-radius: 50%;
  content: "";
}

@media (max-width: 767px) {
  .bt .section-column-detail ul > li:after {
    top: 10px;
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 767px) {
  .bt .section-introduce .text-nowrap {
    white-space: normal;
  }
}

.bt footer {
  position: relative;
  padding-top: 50px;
  padding-bottom: 18px;
  color: #fff;
  border-top-right-radius: 60px;
}

@media (max-width: 767px) {
  .bt footer {
    padding-top: 30px;
    padding-bottom: 12px;
    border-top-right-radius: 30px;
  }
}

.bt footer .container-fluid {
  max-width: 1330px;
}

.bt footer .inner {
  padding: 80px 35px 25px;
  border-radius: 50px;
  width: auto;
}

@media (max-width: 991px) {
  .bt footer .inner {
    padding: 60px 18px 20px;
  }
}

@media (max-width: 767px) {
  .bt footer .inner {
    padding: 30px 0 20px;
    border-radius: 25px;
  }
}

.bt footer .img-container {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .bt footer .img-container {
    margin-top: 15px;
  }
}

.bt footer .logo-asmarq {
  width: 200px;
}

.bt footer .copyright {
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: .05em;
}

@media (max-width: 767px) {
  .bt footer .copyright {
    margin-top: 12px;
    font-size: 10px;
  }
}

.bt .page-case-detail .container {
  max-width: 1030px;
}

.bt .page-case-detail .inner {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.bt .page-whitepaper {
  padding-top: 56px;
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .bt .page-whitepaper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.bt .page-whitepaper .page-title {
  margin-bottom: 16px;
}

.bt .page-whitepaper .swiper-container {
  overflow: hidden;
  padding-top: 10px;
}

.bt .page-whitepaper .list-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .bt .page-whitepaper .list-container {
    margin-bottom: 40px;
  }
}

.bt .page-whitepaper .thumbnail {
  padding: 0;
  margin-bottom: 40px;
  color: #303030;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 12.88px 1.12px rgba(60, 60, 60, 0.05);
}

@media (max-width: 767px) {
  .bt .page-whitepaper .thumbnail {
    margin-bottom: 30px;
  }
}

.bt .page-whitepaper .thumbnail:hover {
  box-shadow: 5px 10px 60px rgba(0, 0, 0, 0.07), 5px 13px 22px rgba(0, 0, 0, 0.18);
  transform: translate3d(0, -4px, 0);
  transition: box-shadow 0.5s cubic-bezier(0.37, 0.16, 0.12, 1), transform 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}

.bt .page-whitepaper .thumbnail:hover .btn-border-orange {
  color: #fff !important;
  background-color: #ff8600;
  border-color: #ff8600;
}

.bt .page-whitepaper .thumbnail .img-wrapper {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  padding: 10px;
  overflow: hidden;
  background-color: #ffdeb2;
}

.bt .page-whitepaper .thumbnail .caption {
  padding: 10px 19px 19px;
  font-size: 15px;
  line-height: 1.867;
  letter-spacing: .16em;
}

@media (max-width: 767px) {
  .bt .page-whitepaper .thumbnail .caption {
    padding: 10px 15px 15px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.bt .page-whitepaper .thumbnail .title {
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.444;
  letter-spacing: .14em;
}

@media (max-width: 767px) {
  .bt .page-whitepaper .thumbnail .title {
    font-size: 16px;
  }
}

.bt .page-whitepaper .thumbnail .text-sm {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: .16em;
}

@media (max-width: 767px) {
  .bt .page-whitepaper .thumbnail .text-sm {
    font-size: 11px;
  }
}

.bt .page-whitepaper .thumbnail .btn-container {
  margin-top: 23px;
}

@media (max-width: 767px) {
  .bt .page-whitepaper .thumbnail .btn-container {
    margin-top: 16px;
  }
}

.bt .page-whitepaper .thumbnail .btn-container .btn-border-orange:after {
  content: none;
}

.bt .page-single-whitepaper {
  padding-bottom: 160px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper {
    padding-bottom: 80px;
  }
}

.bt .page-single-whitepaper h2 {
  margin-top: 8px;
  margin-bottom: 45px;
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.bt .page-single-whitepaper h3 {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 8px 10px 8px 50px;
  margin-top: 0;
  margin-right: 50px;
  margin-bottom: 34px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .12em;
  color: #fff;
  background-color: #ff8600;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper h3 {
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.bt .page-single-whitepaper p {
  font-size: 15px;
  line-height: 2;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper p {
    font-size: 13px;
  }
}

.bt .page-single-whitepaper ul {
  padding-left: 52px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bt .page-single-whitepaper ul li {
  position: relative;
  padding-left: 24px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .16em;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper ul li {
    padding-left: 20px;
    font-size: 13px;
  }
}

.bt .page-single-whitepaper ul li + li {
  margin-top: 17px;
}

.bt .page-single-whitepaper ul li:before {
  position: absolute;
  left: 0;
  width: 13px;
  height: 19px;
  background: url("../image/icon/pin-orange.png") 0 0/cover no-repeat;
  content: "";
}

.bt .page-single-whitepaper .container {
  max-width: 1030px;
}

.bt .page-single-whitepaper .header {
  position: relative;
  padding-right: 70px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .header {
    padding-right: 60px;
  }
}

.bt .page-single-whitepaper .header .label {
  padding: 10px 33px;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .header .label {
    padding: 8px 20px;
    margin-right: 10px;
  }
}

.bt .page-single-whitepaper .header .date {
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 13px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .header .date {
    top: 5px;
  }
}

.bt .page-single-whitepaper .tag-container {
  display: inline-block;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .tag-container {
    margin-top: 5px;
  }
}

.bt .page-single-whitepaper .tag {
  margin-right: 10px;
  color: #7b7b7b;
  font-size: 12px;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .tag {
    margin-right: 5px;
  }
}

.bt .page-single-whitepaper .img {
  margin-top: 58px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .img {
    margin-top: 35px;
  }
}

.bt .page-single-whitepaper .list-container {
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 80px;
  margin-bottom: 40px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .list-container {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 40px;
  }
}

.bt .page-single-whitepaper .btn-border-orange {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 570px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 60px;
  border-radius: 35px;
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .btn-border-orange {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .bt .page-single-whitepaper .form-container {
    margin-top: 40px;
  }
}

.bt .page-single-whitepaper .form-container .checkbox-container .checkbox {
  margin-top: 42px;
  margin-bottom: 0;
}

.bt .page-single-whitepaper .form-container .policy-text {
  margin-top: 30px;
}

.bt .page-single-whitepaper .form-container .btn-container {
  margin-top: 30px;
}

.bt .popover {
  width: 460px;
  max-width: none;
  border-width: 2px;
  border-color: #ffdeb2;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .bt .popover {
    width: calc(100vw - 30px);
    border-radius: 25px;
  }
}

.bt .popover.top > .arrow {
  border-top-color: #ffdeb2;
}

.bt .popover.top > .arrow:after {
  bottom: 3px;
  margin-left: -8px;
  border-width: 8px 8px 0 8px;
}

.bt .popover .popover-content {
  padding: 30px 30px 25px;
  font-size: 13px;
  line-height: 2.154;
  letter-spacing: .09em;
}

@media (max-width: 767px) {
  .bt .popover .popover-content {
    padding: 15px;
    font-size: 11px;
    line-height: 2;
  }
}

.bt .popover .popover-content .media {
  margin-bottom: 10px;
}

.bt .popover .popover-content .media .media-heading {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .bt .popover .popover-content .media .media-heading {
    margin-top: 5px;
    font-size: 18px;
  }
}

.bt .popover .popover-content .media .media-heading small {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .bt .popover .popover-content .media .media-heading small {
    margin-bottom: 6px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .bt .popover .popover-content .media .media-right {
    padding-left: 5px;
  }
}

.bt .popover .popover-content .media .media-object-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  background-color: #fa8c01;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .bt .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.bt .anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.bt .media-list-seminar .media-left {
  position: relative;
}

.bt .media-list-seminar .media-left .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.bt .media-author .media-left img {
  width: 100px;
  height: 100px;
}
