﻿.course--container {
  position: relative;
  overflow: hidden; }
  .course--container .course--details {
    display: block;
    margin-bottom: 45px; }
    .course--container .course--details .detail__title {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 38px;
      line-height: 40px; }
    .course--container .course--details .detail__gallery {
      display: block;
      width: 75%;
      /*max-width: 100%;*/
      height: auto;
      margin: 0 auto;
      margin-bottom: 25px; }
      .course--container .course--details .detail__gallery .flex-direction-nav .flex-prev {
        top: calc( 100% - 41px);
        left: calc( 100% - 41px);
        width: 41px;
        height: 41px; }
      .course--container .course--details .detail__gallery .flex-direction-nav .flex-next {
        width: 41px;
        height: 41px; }
      .course--container .course--details .detail__gallery #slider .flex-direction-nav {
        display: none; }
      @media (max-width: 991.98px) {
        .course--container .course--details .detail__gallery {
          width: 100%; } }
    .course--container .course--details .detail__media {
      display: block;
      width: 100%;
      /*max-width: 100%;*/
      height: auto;
      margin: 0 auto;
      margin-bottom: 25px; }
      .course--container .course--details .detail__media .img-fluid {
        display: block;
        margin: auto; }
      .course--container .course--details .detail__media .hs-responsive-embed-youtube {
        position: relative;
        padding-bottom: 56.25%; }
      .course--container .course--details .detail__media iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important; }
    .course--container .course--details .detail__content {
      display: block;
      width: 100%;
      /*max-width: 100%;*/
      height: auto;
      padding-bottom: 25px;
      margin: 0 auto;
      margin-bottom: 25px;
      border-bottom: 1px solid #E0E0EF; }
      .course--container .course--details .detail__content h1, .course--container .course--details .detail__content h2, .course--container .course--details .detail__content h3, .course--container .course--details .detail__content h4, .course--container .course--details .detail__content h5, .course--container .course--details .detail__content h6 {
        font-weight: bold !important; }
      .course--container .course--details .detail__content ul li, .course--container .course--details .detail__content ol li {
        font-family: "Kitithada" !important;
        font-size: 25px !important;
        line-height: 25px !important; }
      .course--container .course--details .detail__content:last-of-type {
        border-bottom: none; }
    .course--container .course--details .detail__actions {
      display: flex;
      justify-content: center;
      align-items: center;
      justify-content: center; }
      .course--container .course--details .detail__actions .btn--primary {
        display: flex;
        justify-content: center;
        align-items: center;
        /**/
        max-width: 100%;
        padding: 8px 32px;
        color: white;
        border-radius: 0;
        background-color: #EC0E17;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        transition: background-color 0.3s ease-in-out; }
        .course--container .course--details .detail__actions .btn--primary span {
          margin: 0 5px;
          cursor: pointer !important;
          transition: transform 0.3s ease-in-out; }
        .course--container .course--details .detail__actions .btn--primary:hover {
          background-color: #2E3092; }
    .course--container .course--details .detail__label {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .course--container .course--details .detail__label .date {
        margin: 0 0 15px 0; }
      .course--container .course--details .detail__label .source {
        margin: 0 0 15px 0; }
    .course--container .course--details .detail__download {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      gap: 30px;
      margin: 15px 0 0 0;
      /*a {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                font-family: "kanitlight" !important;
                letter-spacing: -0.5px !important;
                font-size: 16px !important;
                line-height: 24px !important;
                color: #555 !important;

                &:hover {
                    color: #2E3092 !important;
                }
            }

            img {
                width: 24px;
                margin-right: 10px;
            }*/ }
      .course--container .course--details .detail__download a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: "kanitlight" !important;
        letter-spacing: -0.5px !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #555 !important; }
        .course--container .course--details .detail__download a span {
          font-family: "kanitlight" !important;
          letter-spacing: -0.5px !important;
          font-size: 16px !important;
          line-height: 24px !important;
          color: #555 !important;
          cursor: pointer !important;
          transition: all 0.3s ease-in-out; }
          .course--container .course--details .detail__download a span:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 45px;
            margin-right: 10px;
            border-radius: 50%;
            background-color: red;
            font-size: 20px !important;
            line-height: 24px !important;
            color: white !important; }
        .course--container .course--details .detail__download a:hover span:first-child {
          background-color: #2E3092; }
      .course--container .course--details .detail__download .icon-icon_csv {
        font-size: 28px; }
    .course--container .course--details .detail__seminar {
      position: relative;
      overflow: hidden; }
      .course--container .course--details .detail__seminar .title {
        font-weight: bold !important;
        color: red; }
      .course--container .course--details .detail__seminar .line {
        margin: 10px 0 15px 0;
        border: 0;
        border-bottom: 4px solid #00AFF0; }
      .course--container .course--details .detail__seminar .date-wrap {
        position: relative;
        padding-left: 40px;
        margin-bottom: 15px;
        overflow: hidden; }
        .course--container .course--details .detail__seminar .date-wrap:before {
          position: absolute;
          top: 0;
          left: 0;
          font-family: 'bootstrap-icons';
          content: '\F214';
          color: #00AFF0; }
      .course--container .course--details .detail__seminar .location-wrap {
        position: relative;
        padding-left: 40px;
        margin-bottom: 15px;
        overflow: hidden;
        /*p{
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }*/ }
        .course--container .course--details .detail__seminar .location-wrap:before {
          position: absolute;
          top: 0;
          left: 0;
          font-family: 'bootstrap-icons';
          content: '\F64C';
          color: #00AFF0; }
        .course--container .course--details .detail__seminar .location-wrap a {
          display: block;
          margin-top: 5px; }
          .course--container .course--details .detail__seminar .location-wrap a img {
            width: 32px;
            height: 32px; }
      .course--container .course--details .detail__seminar .organized-wrap {
        position: relative;
        padding-left: 40px;
        margin-bottom: 45px;
        overflow: hidden; }
        .course--container .course--details .detail__seminar .organized-wrap:before {
          position: absolute;
          top: 0;
          left: 0;
          font-family: 'bootstrap-icons';
          content: '\F87D';
          color: #00AFF0; }
      .course--container .course--details .detail__seminar .detail-wrap {
        position: relative;
        margin-bottom: 15px;
        overflow: hidden; }
        .course--container .course--details .detail__seminar .detail-wrap h5 {
          font-weight: bold !important;
          color: red; }
  .course--container .collapsible-content {
    margin-bottom: 45px; }
    .course--container .collapsible-content .panel {
      margin: 0 auto;
      border: 0;
      border-radius: 0; }
    .course--container .collapsible-content .corporate-item {
      position: relative;
      border-bottom: 1px solid #ccc;
      background-color: white;
      overflow: hidden;
      transition: height 0.35s ease 0s; }
      .course--container .collapsible-content .corporate-item .question-active {
        overflow: hidden; }
      .course--container .collapsible-content .corporate-item .question-select {
        color: white;
        background-color: #2E3092;
        border-bottom: 2px solid #00AFF0; }
        .course--container .collapsible-content .corporate-item .question-select h3 {
          color: white; }
          .course--container .collapsible-content .corporate-item .question-select h3 .fas {
            color: white; }
      .course--container .collapsible-content .corporate-item h3 {
        max-width: 100%;
        margin: 0;
        color: #2E3092;
        text-transform: capitalize;
        cursor: pointer; }
        .course--container .collapsible-content .corporate-item h3 a {
          position: relative;
          display: block;
          padding: 15px;
          padding-right: 45px;
          font-family: "KitithadaBold" !important; }
          .course--container .collapsible-content .corporate-item h3 a span.pull-right {
            position: absolute;
            right: 15px;
            margin-top: 0;
            margin-right: 0; }
        .course--container .collapsible-content .corporate-item h3 .fas {
          width: 24px;
          height: 24px;
          color: #2E3092;
          cursor: pointer; }
          .course--container .collapsible-content .corporate-item h3 .fas.fa-angle-up:before {
            font-family: 'bootstrap-icons' !important;
            content: '\F286' !important; }
          .course--container .collapsible-content .corporate-item h3 .fas.fa-angle-down:before {
            font-family: 'bootstrap-icons' !important;
            content: '\F282' !important; }
      @media screen and (max-width: 767.98px) {
        .course--container .collapsible-content .corporate-item h3 {
          margin: 15px 0; }
          .course--container .collapsible-content .corporate-item h3 a span.pull-right {
            top: 0; } }
    .course--container .collapsible-content .content-editor {
      padding: 15px; }
      .course--container .collapsible-content .content-editor .detail__content {
        margin-bottom: 0; }

.course--recommend {
  display: block; }
  .course--recommend.bg--gray {
    padding: 45px 0 0 0;
    background-color: #FAFAFA; }
  .course--recommend .recommend__title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 38px;
    line-height: 38px; }
  .course--recommend .owl-carousel .owl-controls {
    top: 50%;
    transform: translateY(-50%);
    height: 80px;
    z-index: -1; }
    .course--recommend .owl-carousel .owl-controls .owl-nav .owl-prev {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 40px;
      height: 80px;
      margin: 0;
      left: -70px;
      text-indent: -9999px;
      background-color: #e6e6f2;
      transition: all 0.3s ease-in-out; }
      .course--recommend .owl-carousel .owl-controls .owl-nav .owl-prev:before {
        font-family: 'bootstrap-icons';
        font-size: 26px;
        line-height: 26px;
        color: #2E3092;
        text-indent: 0;
        content: '\F12C'; }
      .course--recommend .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
        background-color: #2E3092; }
        .course--recommend .owl-carousel .owl-controls .owl-nav .owl-prev:hover:before {
          color: white; }
    .course--recommend .owl-carousel .owl-controls .owl-nav .owl-next {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 40px;
      height: 80px;
      margin: 0;
      right: -70px;
      text-indent: -9999px;
      background-color: #e6e6f2;
      transition: all 0.3s ease-in-out; }
      .course--recommend .owl-carousel .owl-controls .owl-nav .owl-next:before {
        font-family: 'bootstrap-icons';
        font-size: 26px;
        line-height: 26px;
        color: #2E3092;
        text-indent: 0;
        content: '\F135'; }
      .course--recommend .owl-carousel .owl-controls .owl-nav .owl-next:hover {
        background-color: #2E3092; }
        .course--recommend .owl-carousel .owl-controls .owl-nav .owl-next:hover:before {
          color: white; }
  @media screen and (max-width: 991.98px) {
    .course--recommend .owl-carousel .owl-controls {
      display: none; } }
  @media screen and (max-width: 575.98px) {
    .course--recommend .owl-carousel .owl-item:first-child {
      margin-left: -50px; } }

.card--course {
  padding: 10px;
  margin-bottom: 25px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; }
  .card--course .card__figure {
    position: relative;
    padding-top: 66.66667%;
    margin-bottom: 16px;
    overflow: hidden; }
  .card--course .card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    overflow: hidden; }
  .card--course .card__badge {
    position: absolute;
    top: 20px;
    left: -30px;
    transform: rotate(-45deg);
    display: inline-block;
    padding: 5px 35px;
    margin: 0;
    font-size: 20px;
    line-height: 21px;
    color: white;
    text-transform: uppercase;
    background-color: #EC0E17; }
  .card--course .card__body {
    position: relative;
    min-height: 50px;
    margin-bottom: 16px;
    overflow: hidden; }
  .card--course .card__title {
    font-family: "kanitmedium";
    /*font-weight: bold;
        font-size: 24px;
        line-height: 25px;*/
    font-size: 16px;
    line-height: 24px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .card--course .card__price {
    font-size: 24px;
    line-height: 25px; }
    .card--course .card__price--special span {
      font-family: 'kanitmedium' !important;
      font-size: 16px !important;
      line-height: 24px !important; }
    .card--course .card__price--special span:nth-child(1) {
      color: #2E3092; }
    .card--course .card__price--special span:nth-child(2) {
      color: #FF0000; }
    .card--course .card__price--normal span {
      font-family: 'kanitmedium' !important;
      font-size: 16px !important;
      line-height: 20px !important;
      color: #2E3092; }
    .card--course .card__price--normal-small {
      font-family: 'kanitmedium' !important;
      font-size: 16px !important;
      line-height: 20px !important; }
      .card--course .card__price--normal-small span {
        font-family: 'kanitlight' !important;
        font-size: 14px !important;
        line-height: 20px !important;
        text-decoration: line-through;
        text-decoration-thickness: 1px;
        color: #555;
        opacity: 0.5; }
  .card--course .card__download {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    padding: 0;
    font-size: 24px;
    line-height: 25px;
    color: #2E3092;
    background-color: #f1f1f1;
    border-radius: 50%;
    transition: all 0.3s ease-in-out; }
    .card--course .card__download:hover {
      color: white;
      background-color: #EC0E17; }
  .card--course .card__category {
    min-height: 55px;
    padding: 15px 0 0 0;
    margin: 0;
    margin-top: auto;
    overflow: hidden;
    font-family: 'kanitlight' !important;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #FF0000; }
  .card--course .card__actions {
    padding: 15px 0 0 0;
    margin: 0;
    margin-top: auto;
    overflow: hidden; }
    .card--course .card__actions .btn--primary {
      display: flex;
      justify-content: center;
      align-items: center;
      /**/
      padding: 8px;
      font-size: 24px;
      line-height: 25px;
      color: #777;
      border: 1px solid #777;
      border-radius: 0;
      background-color: transparent;
      transition: background-color 0.3s ease-in-out; }
      .card--course .card__actions .btn--primary span {
        margin: 0 5px;
        cursor: pointer !important;
        transition: transform 0.3s ease-in-out; }
      .card--course .card__actions .btn--primary:hover {
        color: white;
        border-color: red;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        background-color: red; }
        .card--course .card__actions .btn--primary:hover span:nth-child(2) {
          transform: translate(5px, 0); }

.card--banner {
  justify-content: center;
  transition: all 0.3s ease-in-out; }
  .card--banner .card__figure {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    text-align: center;
    overflow: hidden;
    transition: all .3s linear; }
  .card--banner .card__image {
    display: block;
    width: auto;
    height: 65px;
    margin: auto;
    transition: transform 0.3s ease-in-out; }
  .card--banner .card__body {
    position: relative;
    min-height: 50px;
    margin-bottom: 24px;
    text-align: center;
    overflow: hidden; }
  .card--banner .card__title {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    color: #2E3092;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .card--banner .card__text {
    font-size: 22px;
    line-height: 25px;
    color: #2E3092;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s ease-in-out; }
  .card--banner .card__price {
    font-size: 24px;
    line-height: 25px; }
    .card--banner .card__price--special span {
      font-weight: bold !important; }
    .card--banner .card__price--special span:nth-child(1) {
      color: #2E3092; }
    .card--banner .card__price--special span:nth-child(2) {
      color: #FF0000; }
    .card--banner .card__price--normal span {
      font-weight: bold !important;
      color: #2E3092; }
    .card--banner .card__price--normal-small span {
      text-decoration: line-through;
      text-decoration-thickness: 1px;
      font-size: 18px !important;
      line-height: 20px !important;
      color: #9fa0cd; }
  .card--banner .card__download {
    display: inline-block;
    padding: 10px;
    font-size: 24px;
    line-height: 25px;
    color: #2E3092;
    transition: background-color 0.3s ease-in-out; }
    .card--banner .card__download:hover {
      background-color: #f1f1f1; }
  .card--banner .card__category {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 25px;
    color: #FF0000; }
  .card--banner .card__actions {
    margin: 0;
    margin-top: auto;
    padding: 0; }
    .card--banner .card__actions .btn--primary {
      display: flex;
      justify-content: center;
      align-items: center;
      /**/
      padding: 8px;
      font-size: 24px;
      line-height: 25px;
      color: #777;
      border: 1px solid #777;
      border-radius: 0;
      background-color: transparent;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
      transition: background-color 0.3s ease-in-out; }
      .card--banner .card__actions .btn--primary span {
        margin: 0 5px;
        cursor: pointer !important;
        transition: transform 0.3s ease-in-out; }
      .card--banner .card__actions .btn--primary:hover {
        background-color: red; }
        .card--banner .card__actions .btn--primary:hover span:nth-child(2) {
          transform: translate(5px, -5px); }
  .card--banner:hover .card__image {
    transform: scale(1.05); }

.item--count span {
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 25px !important; }

.item--count .count__number {
  color: #00aff0; }

.article--list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .article--list .row--list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start; }
  .article--list .row--list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    width: 100%; }
  .article--list .col--list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    grid-row: auto !important;
    padding: 0;
    width: 100%;
    /*.article__image {
            display: block;
            overflow: hidden;
            position: relative;
            width: 100%;
            z-index: 1;

            img {
                border-style: none;
                max-width: 100%;
                min-width: 100%;
                vertical-align: middle;
                transition: all 0.3s ease-in-out;
            }

            &:hover {
                img {
                    transform: scale(1.05);
                }
            }
        }

        .article__content {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            position: relative;
            width: 100%;
            z-index: 3;

            .content__date {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 15px 0 0 0;
                margin: 0 0 15px 0;
                border-top: 4px solid #00AFF0;
            }

            .date {
                display: flex;
                justify-content: flex-start;
                align-items: center;

                span {
                    font-family: "kanitlight" !important;
                    letter-spacing: -0.5px !important;
                    font-size: 16px !important;
                    line-height: 24px !important;
                }

                img {
                    margin-right: 10px;
                    vertical-align: inherit;
                }
            }

            .shared {
                font-size: 16px !important;
                line-height: 24px !important;
                color: #555;

                &:hover {
                    color: #2E3092;
                }
            }

            .content__info {
                a {
                    h3 {
                        font-family: "kanitmedium" !important;
                        letter-spacing: normal !important;
                        font-size: 20px !important;
                        line-height: 24px !important;
                        color: #555 !important;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        transition: all 0.3s ease-in-out;
                    }

                    p {
                        font-family: "kanitlight" !important;
                        letter-spacing: normal !important;
                        font-size: 16px !important;
                        line-height: 24px !important;
                        color: #555 !important;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        transition: all 0.3s ease-in-out;
                    }

                    &:hover {
                        h3, p {
                            color: #2E3092 !important;
                        }
                    }
                }
            }

            .content__download {
                display: block;
                margin: 15px 0 0 0;

                a {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    font-family: "kanitlight" !important;
                    letter-spacing: -0.5px !important;
                    font-size: 16px !important;
                    line-height: 24px !important;
                    color: #555 !important;

                    &:hover {
                        color: #2E3092 !important;
                    }
                }

                img {
                    width: 24px;
                    margin-right: 10px;
                }
            }
        }*/ }
    .article--list .col--list:first-of-type, .article--list .col--list:nth-of-type(6n+1) {
      grid-column: span 2;
      grid-row: auto/span 2 !important; }
    .article--list .col--list:nth-of-type(6n) {
      grid-column: 3/5; }
    .article--list .col--list:nth-of-type(6) {
      grid-row: 2/span 2 !important; }
    .article--list .col--list:nth-of-type(12) {
      grid-row: 5/span 2 !important; }
    .article--list .col--list:nth-of-type(18) {
      grid-row: 8/span 2 !important; }
    .article--list .col--list:nth-of-type(24) {
      grid-row: 11/span 2 !important; }
    .article--list .col--list .card--news {
      cursor: pointer;
      position: relative; }
      .article--list .col--list .card--news .card__figure {
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%;
        z-index: 1; }
        .article--list .col--list .card--news .card__figure img {
          border-style: none;
          max-width: 100%;
          min-width: 100%;
          vertical-align: middle;
          transition: all 0.3s ease-in-out; }
        .article--list .col--list .card--news .card__figure:hover img {
          transform: scale(1.05); }
      .article--list .col--list .card--news .card__body {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        width: 100%;
        z-index: 3; }
      .article--list .col--list .card--news .card__date {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0 0 0;
        margin: 0 0 15px 0;
        border-top: 4px solid #00AFF0; }
        .article--list .col--list .card--news .card__date .date {
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .article--list .col--list .card--news .card__date .date span {
            font-family: "kanitlight" !important;
            letter-spacing: -0.5px !important;
            font-size: 16px !important;
            line-height: 24px !important; }
          .article--list .col--list .card--news .card__date .date img {
            margin-right: 10px;
            vertical-align: inherit; }
        .article--list .col--list .card--news .card__date .shared {
          font-size: 16px !important;
          line-height: 24px !important;
          color: #555; }
          .article--list .col--list .card--news .card__date .shared:hover {
            color: #2E3092; }
      .article--list .col--list .card--news .card__title a h3 {
        font-family: "kanitmedium" !important;
        letter-spacing: normal !important;
        font-size: 20px !important;
        line-height: 24px !important;
        color: #555 !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-in-out; }
      .article--list .col--list .card--news .card__title a p {
        font-family: "kanitlight" !important;
        letter-spacing: normal !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #555 !important;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-in-out; }
      .article--list .col--list .card--news .card__title a:hover h3, .article--list .col--list .card--news .card__title a:hover p {
        color: #2E3092 !important; }
      .article--list .col--list .card--news .card__actions {
        display: inline-block;
        margin: 15px 0 0 0;
        /*a {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    font-family: "kanitlight" !important;
                    letter-spacing: -0.5px !important;
                    font-size: 16px !important;
                    line-height: 24px !important;
                    color: #555 !important;

                    &:hover {
                        color: #2E3092 !important;
                    }
                }

                img {
                    width: 24px;
                    margin-right: 10px;
                }*/ }
      .article--list .col--list .card--news .card__download {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-family: "kanitlight" !important;
        letter-spacing: -0.5px !important;
        font-size: 16px !important;
        line-height: 24px !important;
        color: #555 !important; }
        .article--list .col--list .card--news .card__download span {
          font-family: "kanitlight" !important;
          letter-spacing: -0.5px !important;
          font-size: 16px !important;
          line-height: 24px !important;
          color: #555 !important;
          cursor: pointer !important;
          transition: all 0.3s ease-in-out; }
          .article--list .col--list .card--news .card__download span:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 45px;
            margin-right: 10px;
            border-radius: 50%;
            background-color: red;
            font-size: 20px !important;
            line-height: 24px !important;
            color: white !important; }
        .article--list .col--list .card--news .card__download:hover span:first-child {
          background-color: #2E3092; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .article--list .row--list {
      display: grid !important;
      grid-template-columns: 1fr 1fr;
      width: 100%; }
    .article--list .col--list {
      grid-column: auto; }
    .article--list .col--list:first-of-type,
    .article--list .col--list:nth-of-type(6n),
    .article--list .col--list:nth-of-type(6n+1) {
      grid-column: span 2 !important;
      grid-row: auto !important;
      width: 100%; } }
  @media only screen and (min-width: 290px) and (max-width: 767px) {
    .article--list .row--list {
      display: block;
      padding: 0 10px;
      width: 100%; }
    .article--list .col--list {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      border-bottom: 1px solid #c9ccce;
      order: 2;
      padding: 15px 0;
      width: 100%; }
      .article--list .col--list:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%; }
        .article--list .col--list:first-child .card--news {
          -webkit-box-align: start;
          -ms-flex-align: start;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          align-items: flex-start;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
          flex-direction: column;
          -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
          .article--list .col--list:first-child .card--news .card__figure {
            width: 100%; }
          .article--list .col--list:first-child .card--news .card__body {
            padding: 15px 0 0 0;
            margin: 0 0 15px 0;
            border-top: 4px solid #00AFF0; }
      .article--list .col--list .card--news {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: flex-start; }
        .article--list .col--list .card--news .card__figure {
          width: 130px; }
        .article--list .col--list .card--news .card__body {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 0 0 0 15px; }
        .article--list .col--list .card--news .card__date {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding: 0;
          margin: 0 0 10px 0;
          border-top: none; }
        .article--list .col--list .card--news .card__title a h3 {
          font-size: 16px !important; }
        .article--list .col--list .card--news .card__actions {
          display: none; } }

.cart--wrapper {
  position: relative;
  margin-bottom: 45px;
  overflow: hidden; }
  .cart--wrapper .product--category {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden; }
    .cart--wrapper .product--category .product__title {
      font-weight: bold;
      font-size: 31px;
      line-height: 31px;
      margin-bottom: 7px; }
    .cart--wrapper .product--category .product__item {
      position: relative;
      overflow: hidden;
      background-color: #F7F7F7;
      padding: 20px;
      margin-top: 3px; }
      @media (min-width: 1200px) {
        .cart--wrapper .product--category .product__item {
          padding: 10px 20px; } }
    .cart--wrapper .product--category .product__quarter {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .cart--wrapper .product--category .product__quarter .stock__number {
        font-weight: bold !important;
        color: #2E3092; }
      @media (min-width: 768px) {
        .cart--wrapper .product--category .product__quarter {
          flex-direction: row;
          align-items: center; }
          .cart--wrapper .product--category .product__quarter .stock {
            margin: 0 10px; } }
    .cart--wrapper .product--category .product__cart {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 30px;
      margin-top: 20px; }
      @media (min-width: 768px) {
        .cart--wrapper .product--category .product__cart {
          flex-direction: row;
          justify-content: space-between;
          align-items: center; } }
      @media (min-width: 1200px) {
        .cart--wrapper .product--category .product__cart {
          justify-content: end;
          margin-top: 0; } }
    .cart--wrapper .product--category .product__price {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 15px; }
      .cart--wrapper .product--category .product__price .price__normal {
        font-weight: bold !important;
        color: #2E3092; }
        .cart--wrapper .product--category .product__price .price__normal span {
          font-weight: bold !important;
          color: #2E3092; }
        .cart--wrapper .product--category .product__price .price__normal--small {
          text-decoration: line-through;
          text-decoration-thickness: 1px;
          opacity: 0.5; }
          .cart--wrapper .product--category .product__price .price__normal--small span {
            font-size: 20px !important;
            line-height: 20px !important;
            color: #555; }
      .cart--wrapper .product--category .product__price .price__special {
        font-weight: bold !important;
        color: #2E3092; }
        .cart--wrapper .product--category .product__price .price__special span {
          font-weight: bold !important;
          color: #2E3092; }
          .cart--wrapper .product--category .product__price .price__special span:nth-child(2) {
            color: #FF0000; }
    .cart--wrapper .product--category .cart__link {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      color: #555 !important; }
      .cart--wrapper .product--category .cart__link span {
        color: #555 !important;
        cursor: pointer !important;
        transition: all 0.3s ease-in-out; }
        .cart--wrapper .product--category .cart__link span:last-child {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 45px;
          height: 45px;
          margin-left: 10px;
          border-radius: 50%;
          background-color: red;
          font-size: 24px !important;
          line-height: 24px !important;
          color: white !important; }
      .cart--wrapper .product--category .cart__link--disable {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #555 !important;
        cursor: not-allowed; }
        .cart--wrapper .product--category .cart__link--disable span {
          color: #555 !important;
          cursor: not-allowed !important;
          transition: all 0.3s ease-in-out; }
          .cart--wrapper .product--category .cart__link--disable span:last-child {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 45px;
            margin-left: 10px;
            border-radius: 50%;
            background-color: #555;
            font-size: 24px !important;
            line-height: 24px !important;
            color: white !important; }
      .cart--wrapper .product--category .cart__link:hover span:last-child {
        background-color: #2E3092; }
