@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.blogListPage {
  background: #f8f8f8;
  padding-top: 15px;
  padding-bottom: 45px;
}
.blogListPage .blogListCard {
  padding-top: 10px;
}

.prodDettop .container {
  position: relative;
}

.dropDBlogCatFil {
  position: absolute;
  right: 0px;
  top: 0px;
}
.dropDBlogCatFil .selected {
  position: relative;
  background: var(--white);
  padding-right: 25px;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.dropDBlogCatFil .selected::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 13px;
  background: url("../../icon/down-bl.png");
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.dropDBlogCatFil .selected span {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.dropDBlogCatFil ul {
  background: var(--white);
  position: absolute;
  top: 100%;
  right: 0;
  width: 197px;
  padding: 5px 0;
  z-index: 1;
  display: none;
  box-shadow: 0 0 5px #d1d1d1;
  border-radius: 3px;
}
.dropDBlogCatFil ul li {
  display: block;
  cursor: pointer;
  padding: 5px 16px;
  cursor: pointer;
  color: var(--text);
  font-weight: 500;
  position: relative;
}
.dropDBlogCatFil ul li.active {
  background: var(--gray2);
  color: var(--purple);
}

.blogListCard .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 12px;
}
@media only screen and (max-width: 1024px) {
  .blogListCard .col {
    padding: 7px;
  }
}
@media only screen and (max-width: 991px) {
  .blogListCard .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .blogListCard .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.blogListCard .card {
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  overflow: hidden;
}
.blogListCard .card a {
  display: block;
}
.blogListCard .card a .img {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.blogListCard .card a .img img {
  width: 100%;
  aspect-ratio: 1.8;
}
.blogListCard .card a .content {
  padding: 22px;
  background: var(--white);
}
@media only screen and (max-width: 675px) {
  .blogListCard .card a .content {
    padding: 22px 15px;
  }
}
.blogListCard .card a .content .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: left;
  color: var(--purple);
}
.blogListCard .card a .content .blogNae {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: var(--black);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 14px 0 8px;
}
@media only screen and (max-width: 675px) {
  .blogListCard .card a .content .blogNae {
    font-size: 16px;
    line-height: 20px;
  }
}
.blogListCard .card a .content .sordde {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: var(--text);
}

.shadeAnim {
  background-color: var(--white);
}

.blogDetailPag {
  background: var(--white);
  padding-top: 15px;
  padding-bottom: 0px;
  position: relative;
}
.blogDetailPag .shade {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 675px) {
  .blogDetailPag .shade {
    width: 132px;
  }
}

.blogDetBann {
  background: #ededed;
  position: relative;
}
.blogDetBann .flex {
  position: relative;
  z-index: 1;
}
.blogDetBann .col1 {
  flex: 0 1 60%;
  max-width: 60%;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .blogDetBann .col1 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .blogDetBann .col1 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blogDetBann .col2 {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 860px) {
  .blogDetBann .col2 {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .blogDetBann .col2 {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blogDetBann .img {
  line-height: 0;
  height: 100%;
}
.blogDetBann .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogDetBann .blogDetContent {
  padding: 45px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .blogDetBann .blogDetContent {
    padding: 35px;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blogDetBann .blogDetContent {
    padding: 35px 20px;
    padding-bottom: 5rem;
  }
}
.blogDetBann .blogDetContent .date {
  color: var(--purple);
  margin-bottom: 10px;
}
.blogDetBann .blogDetContent h1 {
  color: var(--blue);
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .blogDetBann .blogDetContent h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991px) {
  .blogDetBann .blogDetContent h1 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.blogDetBann .blogDetContent .sharproduct {
  position: absolute;
  bottom: 18%;
}
@media only screen and (max-width: 1024px) {
  .blogDetBann .blogDetContent .sharproduct {
    bottom: 6%;
  }
}
.blogDetBann .blogDetContent .sharproduct .postLink {
  right: auto;
}

.blogDetailPagIn {
  background: var(--white);
  padding: 40px 0;
}
.blogDetailPagIn .flex .asideLeft, .blogDetailPagIn .flex .asideRight {
  position: sticky;
  top: 120px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .blogDetailPagIn .flex .asideLeft, .blogDetailPagIn .flex .asideRight {
    position: unset;
  }
}
.blogDetailPagIn .flex .asideLeft {
  flex: 0 1 70%;
  max-width: 70%;
  width: 100%;
  padding-right: 25px;
}
@media only screen and (max-width: 1024px) {
  .blogDetailPagIn .flex .asideLeft {
    padding-right: 0;
  }
}
@media only screen and (max-width: 860px) {
  .blogDetailPagIn .flex .asideLeft {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.blogDetailPagIn .flex .asideRight {
  flex: 0 1 30%;
  max-width: 30%;
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 860px) {
  .blogDetailPagIn .flex .asideRight {
    flex: 0 1 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.blogDetailPagIn .content h2, .blogDetailPagIn .content h3, .blogDetailPagIn .content h4, .blogDetailPagIn .content h5, .blogDetailPagIn .content h6 {
  color: var(--blue);
  font-weight: 600;
  margin-bottom: 10px;
}
.blogDetailPagIn .content h2 {
  font-size: 28px;
  line-height: 1.2;
}
.blogDetailPagIn .content h3 {
  font-size: 24px;
  line-height: 1.2;
}
.blogDetailPagIn .content h4 {
  font-size: 20px;
  line-height: 1.2;
}
.blogDetailPagIn .content h5 {
  font-size: 18px;
  line-height: 1.2;
}
.blogDetailPagIn .content h6 {
  font-size: 16px;
  line-height: 1.2;
}
.blogDetailPagIn .content p {
  color: var(--text);
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
}
.blogDetailPagIn .content ul {
  margin-bottom: 30px;
}
.blogDetailPagIn .content > ul, .blogDetailPagIn .content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}
.blogDetailPagIn .content > ul li, .blogDetailPagIn .content ol li {
  display: block;
  line-height: 24px;
  margin: 6px 0;
  color: var(--text);
  position: relative;
}
.blogDetailPagIn .content > ul li::before, .blogDetailPagIn .content ol li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: var(--purple);
  border-radius: 20px;
}

.BlogReladSec {
  background: var(--white);
  padding: 45px 0 0;
}
@media only screen and (max-width: 675px) {
  .BlogReladSec .container {
    padding-right: 0;
  }
}
.BlogReladSec .heading {
  margin-bottom: 30px;
}
@media only screen and (max-width: 675px) {
  .BlogReladSec .heading {
    padding-right: 15px;
  }
}
.BlogReladSec .heading h2 {
  font-size: 36px;
  line-height: 42px;
}
.BlogReladSec .owl-carousel {
  padding: 0 50px;
}
@media only screen and (max-width: 991px) {
  .BlogReladSec .owl-carousel {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 675px) {
  .BlogReladSec .owl-carousel {
    padding: 0;
  }
}
.BlogReladSec .owl-item {
  padding: 22px 10px;
}
.BlogReladSec .owl-stage {
  display: flex;
}
.BlogReladSec .owl-stage .owl-item {
  height: auto;
}
.BlogReladSec .owl-stage .owl-item .card {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .BlogReladSec .owl-nav button.owl-prev {
    left: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .BlogReladSec .owl-nav button.owl-next {
    right: 0 !important;
  }
}/*# sourceMappingURL=blog.css.map */