main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#main-slide .slide-img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto auto;
  height:350px;
}


#main-slide .slide-content {
  position: absolute;
  width:80%;
  bottom: 0%;
  left: 10%;
  /* transform: translateY(-50%); */
  background-color: rgba(105, 105, 105, 0.2);
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}

@media (max-width: 767px) {
  #main-slide .slide-img {
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: auto auto;
    height:150px;
  }

  #main-slide .card-img-overlay {
    position:relative;
    margin: 0;
    padding: 0;
  }

  #main-slide .slide-content {
    position: relative;
  }
}


@media (max-width: 767px) {
  #main-slide .slide-content {
    top: unset;
    bottom: 0;
    left: 0;
    transform: unset;
    background-color: rgba(105, 105, 105, 0.6);
  }
}

.features-icons {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background:linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.7)), url('/img/bg-feature.png');
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: none;
  background-size: cover;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons h3,
.features-icons h4 {
  color: #3d8b40;
}

.features-icons .lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.showcase .showcase-text {
  padding: 3rem;
  background-color: white;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 3rem;
  }
}

@media (max-width: 767px) {
  .showcase .showcase-text {
    max-height: 50vh;
    overflow-y: scroll;
  }
}

.showcase .showcase-img {
  min-height: 13rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-img {
    min-height: 30rem;
  }
}

.doanh-nghieps {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .doanh-nghieps {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.doanh-nghiep-item {
  max-width: 18rem;
  text-align: center;
}

.doanh-nghiep-item img {
  width: 12rem;
  height: 12rem;
  -o-object-fit: contain;
     object-fit: contain;
  box-shadow: 0 5px 5px 0 #adb5bd;
  border-radius: 50%;
  transition: all 0.3s linear;
  margin-left: auto;
  margin-right: auto;
}

.doanh-nghiep-item a {
  text-decoration: none;
}

.doanh-nghiep-item:hover img {
  border-radius: 2%;
}

.doanh-nghiep-item:hover a {
  color: #4CAF50;
}


.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 500;
}

.timeline .timeline-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

/* .timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
} */

.timeline .timeline-item .timeline-event {
  width: 100%;
}



.timeline:after {
  content: " ";
  display: block;
  clear: both;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
  margin-left: 2px;

}

.timeline .timeline-label .label {
  background-color: #e76c90;
  border-radius: 35px;
  color: #fff;
  display: inline;
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.65rem 1.4rem;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.timeline .timeline-item {
  position: relative;
  float:left;
  clear: left;
  width: 100%;
  /* margin-bottom: 0.5rem; */
}

.timeline .timeline-item:before {
  content: "";
  display: table;
}

.timeline .timeline-item:after {
  content: "";
  display: table;
  clear: both;
}

.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}
/* 
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}

.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
} */



.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  left: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}

.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  left: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}

.timeline .timeline-item > .timeline-point {
  top: 25px;
}

.timeline .timeline-item:nth-of-type(2) {
  /* margin-top: 40px; */
}

.timeline .timeline-item.timeline-item-left {
  clear: both !important;
}
/* 
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
  float: right;
  clear: right;
} */
/* 
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}

.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
  left: -14px;
} */

.timeline .timeline-item > .timeline-event {
  position: relative;
  float: left;
}

.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  border-left-color: rgba(52, 40, 104, 0.04);
  border-right-color: rgba(52, 40, 104, 0.04);
}

/* .timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
} */

.timeline .timeline-item > .timeline-point {
  color: #5d5386;
  background: #5d5386;
  left: -14px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 0 5px #f2f3f8;
}

.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 100%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

.timeline .timeline-label:before {
  content: "";
  display: table;
}

.timeline .timeline-label:after {
  content: "";
  display: table;
  clear: both;
}

.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}

.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}

.timeline .timeline-label + .timeline-item + .timeline-item {
  /* margin-top: 40px; */
}

.timeline .time-right {
  color: rgba(52, 40, 104, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.timeline .time-left {
  color: rgba(52, 40, 104, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 0.85rem;
  font-weight: 500;
}

.timeline .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem;
}

.timeline .widget-header .user-image img {
  width: 50px;
}

.timeline .widget-header .title {
  color: #2c304d;
  font-size: 0.7rem;
}

.timeline .widget-header .username {
  color: #e76c90;
}

.timeline .widget-header .time {
  font-size: 0.7rem;
}

.timeline .widget-body {
  padding: 0.5rem 1rem;
  font-size: 0.7rem;
}

.timeline .widget-footer {
  border-top: 1px solid #eee;
  margin: 0 1.4rem;
  padding: 0.5rem 1rem;
}

.timeline .users-like {
  padding: 0;
}

.timeline .users-like a {
  margin: 0 -1.6rem 0 0;
  transition: all 0.4s ease;
}

.timeline .users-like a:not(:last-child):hover {
  margin-right: -0.3rem;
}

.timeline .users-like img {
  width: 40px;
  border: 0.25rem solid #fff;
}

.timeline .users-like a.view-more {
  background: #5d5386;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 0.25rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 0.85rem;
  text-align: center;
  line-height: 30px;
  margin-right: 0;
}

.timeline .widget-footer .meta li {
  display: inline-block;
  margin-right: 0.5rem;
}

.timeline .widget-footer .meta li:last-child {
  margin-right: 0;
}

.timeline .widget-footer .meta li a {
  color: rgba(52, 40, 104, 0.3);
}

.timeline .widget-footer .meta li a:hover {
  color: rgba(52, 40, 104, 0.9);
}

.timeline .widget-footer .meta li i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 0.3rem;
}

.timeline .widget-footer .meta li .numb {
  vertical-align: middle;
}



.rounded-widget .widget,
.rounded-widget .widget-image {
  border-radius: 4px;
}

.rounded-widget .widget-header {
  border-radius: 4px 4px 0 0;
}

.rounded-widget .widget-footer {
  border-radius: 0 0 4px 4px;
}

.widget {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
}

.widget-image {
  background: #fff;
  border-radius: 0;
  border: none;
  margin-bottom: 10px;
  position: relative;
}

.widget-header {
  background: #fff;
  padding: .5rem 1rem;
  position: relative;
  width: 100%;
}

.widget-header.bordered {
  border-bottom: 0.07rem solid #eee;
}

.widget-header.no-actions {
  padding: 1rem;
}

.widget-options .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  color: #2c304d;
  margin-bottom: 0;
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #2c304d;
  font-weight: 600;
  margin-bottom: 0;
}

.widget-header h2 {
  color: #2c304d;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: auto;
}

.widget-header h2 i {
  color: #aea9c3;
  font-size: 1.8rem;
  padding-right: 0.5rem;
  vertical-align: middle;
}

.widget-body {
  padding: 0.5rem;
}

.widget-image-footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0;
  z-index: 1;
}

.widget-footer {
  background: #fff;
  padding: 1rem 1.07rem;
  position: relative;
}

.widget-footer.big {
  padding: 2.1rem 1.07rem;
}

.no-border {
  border: 0 none !important;
}

.no-bg {
  background: none !important;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.section-padding {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

@media (max-width: 767.98px) {
  .section-padding {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

hr.hr-2 {
  border-top-width: 4px;
}

.SP-info-container button.SP-info[data-toggle=collapse]:after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F054";
  margin-left: auto;
  float: right;
  transform: rotate(90deg);
  transition: all linear 0.25s;
}

.SP-info-container button.SP-info[data-toggle=collapse].collapsed:after {
  transform: rotate(0deg);
}

.SP-info-container .SP-info {
  margin-top: 5px;
}

.SP-info-container .collapse[data-parent="#accordionSPinfo"] {
  border-left: 0.68rem solid;
}

.zoom-in {
  max-width: 30%;
}

.zoom-in img {
  max-height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-navigate a {
  text-transform: uppercase;
  font-size: 1rem;
}

.sp-navigate a[aria-expanded=true] {
  background-color: white;
  border: 1px solid lightgrey;
}

.btn.btn-accent {
  color: white;
  background: #7986CB;
  border-color: #7986CB;
}

.prod-name {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  height: 3rem;
}

@media (max-width: 767px) {
  .prod-name {
    font-size: 0.86rem;
    height: 33px;
  }
}

footer.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: thin solid #393939;
  background: #fff;
}


@media (max-width: 767px) {
  .fa-4x {
    font-size: 2.5rem;
  }
}

.prod-item-info {
  width: 100%; 
}

.center-cropped {
    width: 100%;
    padding-top: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}