.flex-space-between {
  display: flex !important; 
  align-items: center; 
  justify-content: space-between;
}

.owl-prev,
.owl-next {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
}

#boxslide .owl-nav i {
  font-size: 32px;
  color: white;
  font-weight: bold;
}

.swiper-button-next {
  top: 40%;
}

.swiper-button-prev {
  top: 40%;
}

.feedback .owl-know-sell .owl-stage {
  height: 370px;
  padding-top: 10px;
  /* padding-left: 5px; */
}

.video iframe {
  border-radius: 5px;
}

.customer-wrap .breadcrumb {
  background-color: #fff;
}

.banner-customer {
  display: flex;
  justify-content: space-between;
}

.btn-registration {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 50px;
  font-weight: 300;
  font-size: 16px;
  height: 50px;
  padding: 0 30px;
  position: relative;
  z-index: 2;
  background: #f15822;
  color: #fff;
  border-radius: 45px;
  display: inline-block;
  backface-visibility: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-registration a {
  color: #fff;
}

.slideshow-customer-list .owl-item img {
  object-fit: contain;
}

.section-title h2 {
  font-weight: 300;
  font-size: 32px;
  line-height: 20px;
  color: #132050;
  text-align: center;
  line-height: 1.2;
}

.section-title h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  color: #132050;
  text-align: center;
  line-height: 1.2;
}

/* Story */
.list-story .section-list-col-3 {
  grid-gap: 30px;
}

.section-list-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  /* grid-template-areas: '. . .'; */
}

.list-story .box-story {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px 4px 8px 8px;
}

.list-story .post-thumb img {
  padding: 50px;
  height: 250px;
  object-fit: scale-down;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.list-story .title-story {
  width: 100%;
  display: block;
  margin: 25px 0 15px;
  height: 80px;
  overflow: hidden;
  padding: 0 15px;
}

.list-story .title-story p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-story .description-story {
  font-size: 16px;
  overflow: hidden;
  padding: 0 15px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin: 10px 0;
  line-height: 18px;
  min-height: 36px;
  text-align: justify;
  color: #8c8c8c;
}

/* Fix height slide */
.owl-carousel .owl-stage-outer {
  padding-bottom: 5px;
}

.zoom {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0;
}
/* Zoom hover image */
.zoom img:hover {
  transform: scale(1.2);
}

#player {
  background: 0 0;
  width: 70px;
  height: 70px;
  border: 3px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  box-shadow: 1px 1px 3px #999;
}

#player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 25%;
  left: 40%;
}

.box-story:hover #player {
  background: #f15822;
  cursor: pointer;
  opacity: 0.8;
  border: none;
  position: absolute;
  width: 60px;
  height: 60px;
  box-shadow: none;
  /* transition: all .5s; */
}

/* Modal */
.modal-register .modal-title {
  text-align: center;
  color: #fff;
}

.modal-register .modal-header {
  background: #f15822;
  border-radius: 4px 4px 0 0;
}

.modal-register .modal-footer {
  border: none;
}

.modal-register .form-control {
  height: 40px;
}

.modal-register .form-control:focus {
  border-color: #f15822;
}

.modal-register .col-sm-6 {
  padding: 5px;
}

.mt-row {
  margin-top: 25px;
  display: inline-block;
}

.ml-10 {
  margin-left: 10px;
}

.btn-orange {
  background-color: #f15822;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.detail-customer-reviews {
  background: rgba(241, 88, 34, 0.8);
  position: absolute;
  display: block;
  bottom: 20%;
  padding: 8px 12px;
  color: white;
}

.breadcrumb a {
  color: #595959;
}

/* Center modal */
.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal.fade .modal-dialog {
  transform: translate(0, -100%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.story-left {
  width: 70%;
}

.story-right {
  width: 30%;
}

/* Detail story box right */
.item-post-right {
  border-bottom: 1px solid #ccc;
  color: #1b304d;
}

.title-post-right {
  display: inline-block;
  line-height: 30px;
  position: relative;
  font-size: 23px;
  padding-bottom: 5px;
}

.title-post-right::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 4px;
  background: #f15822;
}

.item-list-right {
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}

/* Detail story item new */
.box-new-wrapper {
  margin-top: 50px;
}

.box-new-wrapper .title {
  color: #1b304d;
  border-bottom: 1px solid #ccc;
}

.box-new-wrapper .title span {
  display: inline-block;
  line-height: 30px;
  position: relative;
  font-size: 24px;
  padding-bottom: 5px;
}

.box-new-wrapper .title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  right: 0;
  height: 4px;
  background: #f15822;
}
.section-list-col-4 {
  display: grid;
}

.box-new-wrapper .list-box-new {
  margin-top: 20px;
  margin-bottom: 20px;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    '. .'
    '. .';
}

.list-box-new .item-new {
  display: flex;
  flex-direction: row;
}

.list-box-new .item-new img {
  height: 90px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.item-new .item-title {
  padding: 10px;
  width: 60%;
}

.item-new .item-image {
  width: 40%;
  overflow: hidden;
}

/* Page detail content */
.detail-content img {
  object-fit: contain;
}

.line-clamp {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin: 10px 0;
  line-height: 18px;
  min-height: 36px;
  font-size: 15px;
}

.slideshow-home {
  margin-top: 55px;
}

/* Select */
.select-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.select-item {
  width: calc(100% / 4);
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.select-item label {
  width: 70px;
}
/* Media */
@media screen and (max-width: 992px) {
  .select-item {
    width: calc(100% / 2);
    justify-content: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .item-wrapper {
    flex-direction: column;
  }

  .content-review {
    width: 100% !important;
    padding-left: 0px !important;
  }
  .image-customer-reviews {
    width: 100% !important;
  }

  .slide-common .owl-prev,
  .slide-common .owl-next {
    top: 50%;
  }

  .section-list-col-3 {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 50px;
    grid-column-gap: 10px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  .modal-register .modal-body {
    padding: 0;
  }
  .modal-register .col-xs-12 {
    padding: 0;
  }

  .modal-register .main-function {
    padding-left: 0px;
    padding-right: 30px !important;
  }

  .modal-register .modal-footer {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .image-banner {
    display: none;
  }

  .section-list-col-3 {
    /* display: grid; */
    grid-template-columns: auto;
    /* grid-row-gap: 50px;
    grid-column-gap: 10px;
    padding: 10px; */
  }
}

@media screen and (max-width: 600px) {
  .select-item {
    width: calc(100%/1);
  }
}