/* trong  */
@keyframes scaleActive {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes scaleHidden {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}



.modal__slider.show {
  width: 100%;
  height: 100%;
  padding-top: 59px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  animation: scaleActive 0.3s;
  z-index: 100;
}

.modal__slider {
  animation: scaleHidden 0.3s;
  background: #fff;
}

.modal__slider.show .mySwiper2 {
  height: 100%;
  background: #fff;
}

.modal__slider.show .mySwiper2 .swiper-slide {
  background: #fff;
}

.modal__slider.show .mySwiper {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* thumb */
.modal__slider.show .mySwiper .swiper-slide {
  height: 100%;
}

.modal__slider.show .mySwiper2 .swiper-slide img {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 991.9px) {
  .modal__slider.show .mySwiper2 .swiper-slide img {
    width: 100%;
  }
}

.mySwiper .swiper-slide {
  position: relative;
}

.swiper-slide {
  transition: 0.3s;
}

.overlay__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid transparent;
  border-radius: 8px;
  transition: 0.3s;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active .overlay__slider {
  border-color: #41beb2;
}

.modal__slider.show .mySwiper .swiper-slide.swiper-slide-thumb-active .overlay__slider {
  border-color: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.mySwiper2 {
  height: 500px;
  width: 100%;
}

.mySwiper {
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  opacity: 0.8;
  border-radius: 8px;
  overflow: hidden;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-wrraper {
  transition-timing-function: linear;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
}

.swiper-button-next,
.swiper-button-prev {
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  opacity: 0.7;
  transition: opacity 0.35s linear 0s;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  transition: 0.3s;
}

.modal__slider.show .swiper-button-next,
.modal__slider.show .swiper-button-prev {
  border-color: transparent;
}

.modal__slider.show .swiper-button-next,
.modal__slider.show .swiper-button-prev {
  color: #333;
  background-color: rgba(0, 0, 0, 0.45);
}

.modal__slider.show .swiper-button-next:hover,
.modal__slider.show .swiper-button-prev:hover {
  color: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

.modal__slider .top__modal {
  display: none;
}

.modal__slider.show .top__modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 47px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  color: #000;
  z-index: 1;
}

.modal__slider.show .mySwiper2 .swiper-slide img {
  width: initial;
}

.modal__icon i {
  font-size: 20px;
  cursor: pointer;
  color: #000;
  transition: 0.3;
}

.modal__icon i.fa-download {
  margin-right: 20px;
}

.modal__icon i:hover {
  color: #fff;
}

.mySwiper .swiper-slide img {
  height: 68px;
}

@media (max-width: 991.9px) {
  .modal__slider.show .mySwiper2 {
    height: 100%;
  }

  .modal__slider.show .mySwiper2 .swiper-slide img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    height: auto;
}

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 575.9px) {
  .mySwiper .swiper-slide img {
    height: 45px;
  }
}



/**/
.sago-project-page .columns{
	padding:0px;
}
.content-detail {
    padding: 8px;
    background: #ededed;
    font-size: 98%;
}
.sago-date {
    font-size: 95%;
    margin-bottom: 10px;
}
@font-face{
font-family:SF-Pro-Heavy;
src: url('../fonts/SF-Pro-Display-Heavy.otf');
font-weight: bold;
}
@font-face{
font-family:SF-Pro-Light;
src: url('../fonts/SF-Pro-Display-Light.otf');
font-weight: 400;
}
@font-face{
font-family:SF-Pro-Semibold;
src: url('../fonts/SF-Pro-Display-Semibold.otf');
font-weight: bold;
}

.font-1{
font-family:SF-Pro-Light !important;
}
.font-2{
font-family:SF-Pro-Heavy !important;
}
.font-3{
	font-family:SF-Pro-Semibold !important;
}
.sago-no-padding-bottom{
	padding-bottom: 0px !important;
}
.sago-15-padding-bottom{
	padding-bottom: 15px !important;
}
