﻿.ASO-slide-group .v-slide-group__prev, 
.ASO-slide-group .v-slide-group__next{
  background-color: rgba(35, 24, 21, 0.05) !important;
  /* border: 2px solid blue !important; */
}

.ASO-slide-group .v-slide-group__prev .v-icon, 
.ASO-slide-group .v-slide-group__next .v-icon{
  font-size: 40px;
  color: #61564C !important;
}

.v-dialog--active {
  border-radius: 4px;
  width: 50vw;
}

@media (max-width: 575.98px) {
  .v-dialog--active {
    width: 80vw !important;
  }  
}

@media (max-width: 767.98px) {
  .v-dialog--active {
    width: 70vw;
  }
}

@media (max-width: 991.98px) {
  .v-dialog--active {
    width: 70vw;
  }
}

.v-card-slide-ASO {
  border-radius: 4px !important; 
  overflow: hidden; 
  box-shadow: none !important;
  width: 36vw;
  height: 360px;
}

@media (max-width: 575.98px) {
  .v-card-slide-ASO {
    border-radius: 4px !important; 
    width: 100vw;
    height: 240px;
  }  
}

@media (max-width: 767.98px) {
  .v-card-slide-ASO {
    width: 60vw;
  }
}

@media (max-width: 991.98px) {
  .v-card-slide-ASO {
    width: 70vw;
  }
}

.v-card-slide-img-ASO {
  position: absolute; 
  z-index: 0; 
  background-repeat:no-repeat; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  height: 100%;
}

.v-card-slide-textBox-ASO {
  position: absolute; 
  left: 0; 
  bottom: 0; 
  z-index: 10;
  background: linear-gradient( rgba(35, 24, 21, 0), rgba(35, 24, 21, 0.65)); 
  width:100%;
}

.v-icon-slide-btn-ASO{
  color: #847467 !important;
}

.v-card-title-ASO{
  font-size:1.1rem; line-height:1.24em; color:white;
}

.v-card-subtitle-ASO{
  font-size:0.9rem; line-height:1.24em; color:white;
}

.v-card-popUp-img-ASO{
  background-repeat:no-repeat; 
  background-position: center;
  width: 100%; 
  min-height: 160px;
  max-height: 50vh;
  border-radius: 0;
}

.v-card-popUp-textBox-ASO{ 
  color: #61564C;
  font-size: 1.1rem; 
  line-height: 1.24rem;
  
}

.v-card-popUp-title-ASO{
  color: #231815; 
  font-size: 1.24rem; 
  font-weight: 500;
  line-height: 1.4rem;
}

.v-card-popUp-detail-ASO {
  color: #61564C; 
  font-size: 1rem; 
  font-weight: 400;
  line-height: 1.3rem;
}

.v-card-popUp-btn-ASO{
  background-color: #231815; 
  color: white;
  transition: all 0.5s;
}

.v-card-popUp-btn-ASO:hover {
  background-color: #61564C; 
  color: white;
}

.aso_colorContentSecondary {
  color: #61564C;
}
