/*@font-face {
  font-family: hv-thin;
  src: url(../font/DBHeavent-Thin.woff) format("woff");
}
@font-face {
  font-family: hv-light;
  src: url(../font/DBHeaventt-Light.woff) format("woff");
}
@font-face {
  font-family: hv-bold;
  src: url(../font/DBHeavent-Bold.woff) format("woff");
}
@font-face {
  font-family: hv-med;
  src: url(../font/DBHeavent-Med.woff) format("woff");
}*/

body
     {
         font-family: Kanit, sans-serif;  
         font-size:10px;
    }
    
    
@font-face {
  font-family: Kanit;
  src:  url("../font/Kanit/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2") format('woff2');
}


@font-face {
  font-family: hv-thin;
  src:  url("../font/Kanit/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2") format('woff2');
}

@font-face {
  font-family: hv-light;
  src:  url("../font/Kanit/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2") format('woff2');
}

@font-face {
  font-family: hv-bold;
  src:  url("../font/Kanit/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2") format('woff2');
}

@font-face {
  font-family: hv-med;
  src:  url("../font/Kanit/nKKU-Go6G5tXcr4-ORWzVaF5NQ.woff2") format('woff2');
}

.hv-thin {
  font-family: hv-thin !important;
}
.hv-light {
  font-family: hv-light !important;
}
.hv-med {
  font-family: hv-med !important;
}
.hv-bold {
  font-family: hv-bold !important;
}

.display-5 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.2;
}

.log-in--container {
  width: 100%;
  border-left: 4px solid blue;
  box-shadow: 0 3px 4px 0 rgba(166, 166, 166, 1);
}


div.log-in--label {
  height:40px;
  width:190px;
  background-color: yellow;
}


.container--title-header {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.4;
}


.container--title-header_1 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
}

.display-5-1 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

*,
body,
ul,
li,
label,
button,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: hv-thin;
}

input {
  font-size: 1.5rem !important;
}

.input--box {
  border: 1px solid #DFDFDF;
  border-radius: 3px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px 0 rgba(48,48,48,0.5);
}

select {
  margin-left: 4px;
  margin-right: 4px;
}

select.lg {
  font-size: 1.5rem !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1440px !important;
    min-height: 100%;
  }
}

/* Boss Css */

table tr th.input {
  padding-bottom: 14px;
}

.bg__gradient-purple {
  background: linear-gradient(180deg, #fbf6ff 0%, #f6eeff 100%);
  background-size: 100%;
}

.bg__light-purple {
  background-color: #f6eeff;
}

.bg__light-gray {
  background-color: #ebebeb;
}


.bg__purple {
  background-color: #5732a4;
  background-size: 100%;
}

.bg__white {
  background-color: white;
  background-size: 100%;
}

.text__black {
  color: black;
}
.text__white {
  color: white;
}

.text__light-grey {
  color: #333333;
}

.text__light-purple {
  color: #3b0080;
}

.text__purple {
  color: #39207e !important;
}
.text__yellow {
  color: #d0b44c !important;
}

.underline {
  border-top: 1px solid black;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: bolder;
}

.icon {
  height: 24px;
}

.icon.icon-big {
  height: 36px;
}

.icon.icon-biggest {
  height: 66px;
}

.btn.btn-purple {
  background-color: #39207e;
  color: white;
  padding: 8px 24px 6px;
}

.btn.btn-yellow {
  background-color: #F7E11A;
  color: white;
  padding: 8px 24px 6px;
}

.btn.btn-rounded {
  border-radius: 16px;
}

.image__small {
  height: 80px;
  width: 160px;
}

.header--icon {
  height: 38px;
}

.header--image {
  width: 85px;
  height: 85px;
}

.content-block {
  border-bottom: 12px solid #39207e;
  height: fit-content;
  -webkit-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 16px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.bg-rain {
  top: 160px;
  left: 40%;
  height: 220px;
}

.card__height {
  height: 300px;
}

.orange-tag {
  color: #fd9315;
  border: 3px solid #fd9315;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.purple-tag {
  color: #39207e;
  border: 2px solid #39207e;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.green-tag {
  color: #006600;
  border: 2px solid #006600;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.orange-sm-tag {
  color: #fd9315;
  border: 2px solid #fd9315;
  border-radius: 16px;
  padding-left: 8px;
  padding-right: 8px;
}

.text-box-1 {
  min-height: 80px;
}

.text-box-2 {
  min-height: 64px;
}

.text-box-3 {
  min-height: 48px;
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee -moz-use-text-color #ffffff;
  border-style: solid none;
  border-width: 1px 0;
  margin: 4px 0;
}
.border-purple {
  border-color: #39207e !important;
}
.border-thick {
  border-width: 2px !important;
}
.no-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

/* ---------- New ------------ */

/* index page */

/* @import "base/normalize.scss";
@import "base/reset.scss";
@import "variables/colors.sass";
@import "../node_modules/font-awesome/scss/font-awesome.scss"; */

body {
  background-color: #f6eeff;
}

@media (min-width: 1200px) {
  .container {
    width: 1440px !important;
  }
}

/* HEADER */

.header {
  height: 140px;
  background-color: white;
  font-size: 2.6rem;
  color: #4c337e;
}

.header--logo {
  width: 100px;
  height: 100px;
  margin: 24px 0px 24px 50px;
}

.header--buttonbar {
  font-size: 1.2rem;
  width: 780px;
}

/* NAVBAR */

nav.navbar {
  background-image: url('../image/header.png');
  background-size: cover;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.navbar--search--container>input {
  border-radius: 6px;
  width: 300px;
}

.navber--search {
  position: absolute !important;
  right: 10px !important;
  top: calc(50% - 12px) !important;
}

.navbar--container {
  background-color: #4C337E;
}

.nav-item {
  font-size: 1.6rem;
}

.nav-menu {
  font-size: 1.5rem;
  background-color: white;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

.nav-menu>span {
  padding: 16px;
  padding-left: 25px;
  padding-right: 25px;
}


/* UTILITIES */

.btn-outline-purple {
  color: #4c337e;
  background-image: none;
  background-color: transparent;
  border-color: #4c337e;
  border-width: 2.5px;
  border-radius: 30px;
  padding: 12px 20px 8px;
  font-weight: 600;
}

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.img-small-icon {
  height: 28px;
  margin-bottom: 1px;
  margin-right: 1px;
}

.img-icon {
  width: 36px;
  height: 36px;
}

.text-white {
  color: #ffffff;
}

.text-purple {
  color: #775caa;
}

.text-dark-purple {
  color: #4c337e;
}

.text-black {
  color: #000000;
}

/* BANNER */

.banner--container {
  position: relative;
  height: 335px;
  overflow: hidden;
  border-bottom: 6px solid #ffda2e;
}

.banner--title {
  position: absolute;
  z-index: 40;
  text-align: right;
  top: 102px;
  right: 58px;
}

.banner--title__primary {
  font-size: 3rem;
  margin: 0px;
  font-weight: 200;
  letter-spacing: 3px;
}

.banner--title__secondary {
  margin-top: 10px;
  font-size: 4.8rem;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: 3px;
}

.banner--regtangular {
  position: absolute;
  z-index: 25;
  height: 335px;
  width: auto;
  right: 0;
}

.banner--image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  height: 335px;
  width: auto;
}

/* Quickbar container */

.quickbar--container {
  display: flex;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  background-color: white;
  min-height: 150px;
  width: 880px;
  border-bottom: 6px solid #3b2884;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  z-index: 30;
}

.quickbar--list {
  margin-top: 16px;
  align-items: center;
}

.quickbar--title {
  font-size: 1.1rem;
  font-weight: bolder;
  margin-top: 6px;
  line-height: 0.8;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 26px;
  color: #3b2884;
}

.quickbar--item__border-right {
  position: absolute;
  top: 16px;
  right: 0;
  height: 70%;
  border-right: 2px solid black;
}

/* Public Relation */
.public--title {
  font-weight: 300;
}

.public--dot-asset {
  position: absolute;
  height: 627px;
}

.public--card {
  border-bottom: 8px solid #ffda2e;
}

.public--card-title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 3px;
  overflow: hidden;
}

.public--card-line {
  border-top: 1px solid black;
  margin: 8px 0px 14px;
}

.public--card-readmore {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffda2e;
}

.public {
  position: relative !important;
  background-color: white;
  z-index: 10;
  background-color: #F9F6FD;
}

.public--container {
  margin-top: 30px;
  padding-top: 60px;
  padding-left: 200px;
  padding-right: 200px;
}

/* Conference */

.conference--container-box {
  background-color: #F2ECFF;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

.conference--footer {
  color: #3B0080;
  font-size: 18px;
}

.conference {
  background-color: #f7f2fe;
  border-bottom: 8px solid #7354AE;

}

.conference--container {
  padding: 0px 200px;
}

.conference--container--title {
  position: relative;
  left: 40px;
}

.conference--line {
  border: 2px solid white;
  width: 60px;
}

.conference--chip-asset {
  position: absolute;
  height: 235px;
  width: 564px;
  left: 30%;
}

.conference--date {
  padding-top: 10px;
  width: 100px;
  height: 140px;
  border-radius: 50%;
  background-color: #775caa;
}

.conference--block {
  height: 250px;
  padding: 0px 26px 10px;
}

.conference--title {
  font-size: 2rem;
  margin-top: 12px;
}

.conference--detail {
  overflow: hidden;
  height: 120px;
  font-size: 1.1rem;
  font-weight: 400;
}

.conference--item {
  padding: 10px 0;
  margin: 0 22px 0 22px;
  border-bottom: 1px solid #979797;
}

.conference--item--date {
  color: white;
  padding: 0 8px;
  font-size: 22px;
  letter-spacing: 2px;
  border-radius: 7px;
  background-color: #966DD1;
}

.conference--item--content {
  margin-left: 8px;
  font-size: 20px;
  letter-spacing: 2px;
}

.conference--item--type {
  color: #7B6AB3;
  font-size: 14px;
  border: 2px solid #755CAF;
  border-radius: 100px;
  text-align: center;
  padding: 0 5px;
  width: 70px;
}

.conference--viewAll {
  text-align: right;
}

.conference--viewAll>button {
  background-color: #7354AE;
  color: white;
  font-size: 22px;
  padding: 5px 12px;
  letter-spacing: 3px;
  margin-top: 20px;
}

/* Service */
.service {
  position: relative !important;
  background-color: #f9f9fa;
}

.service-item {
  margin: 16px;
}

.service-content {
  font-size: 30px;
}

.service--poly-asset__right {
  position: absolute;
  height: 546px;
  width: 318px;
  right: 0%;
}

.service--poly-asset__left {
  position: absolute;
  height: 426px;
  width: 456px;
  top: 40%;
  left: 1%;
}

.service--container {
  padding: 0px 200px;
}

.service--line {
  border: 3px solid #775caa;
  width: 70px;
}

.service--button {
  height: 100px;
  border: 0px solid;
  border-left: 16px solid #ffda2e;
  background-color: #4c337e;
}

.service--icon {
  height: 66px;
}

.service--img {
  height: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service--img>img {
  width: 64px;
  height: auto;
}

.service--rectangle {
  max-width: 100%;
  background-color: #FFFFFF;
  border-bottom: 8px solid #3D2290;
}

.flex--between {
  display: flex;
  justify-content: space-between;
}

.flex--around {
  display: flex;
  justify-content: space-around;
}

.service--text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.1
}

.service--text2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.1
}

/* Gallery */

.gallery--title {
  position: relative;
  /* left: 85px; */
}

.gallery--slider-item {
  border: 10px solid white;
}

.gallery--slider-item:hover {
  background-color: yellow;
}

/* Carousel */

.view {
  width: 100%;
  float: left;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  box-shadow: 0px 0px 5px #aaa;
  cursor: default;
}

.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
}

.view a.info {
  background: url(../image/mag_icon.png) center no-repeat;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-indent: -9999px;
  width: 150px;
  height: 150px;
}

.gallery--image__effect .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.gallery--image__effect a.info {
  position: relative;
  top: -105px;
  opacity: 0;
  transform: scale(0, 0);
  transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}

.gallery--image__effect:hover .mask {
  opacity: 1;
  border: 300px solid rgba(255, 253, 105, 0.9);
}

.gallery--image__effect:hover a.info {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}

div.owl-stage-outer {
  -webkit-box-shadow: 0px 0px 15px 2px rgba(128, 128, 128, 1);
  -moz-box-shadow: 0px 0px 15px 2px rgba(128, 128, 128, 1);
  box-shadow: 0px 0px 15px 2px rgba(128, 128, 128, 1);
}

.owl-carousel {
  padding: 0px 80px;
  width: 100%;
}

.owl-prev,
.owl-next {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 60px;
  width: 44px;
  opacity: 0.6;
  background-color: #3b2884;
}
.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

.btn.slider-left-btn {
  color: #f9de59;
  background-color: #3b2884;
}

.btn.slider-right-btn {
  color: #f9de59;
  background-color: #3b2884;
}

/* Footer container */
.footer--container {
  height: 162px;
  background-color: #4c337e;
}

.footer--logo {
  height: 82px;
  width: 82px;
  margin: 0px 20px;
}

.footer--title__small {
  margin-top: -12px;
  margin-bottom: 0px;
}

.footer--copyright-sign {
  position: relative;
  top: 3px;
}

/* ------------------------------------- */
/* --------------- ADMIN --------------- */
/* ------------------------------------- */

.admin-header--container {
  background-color: #22143e;
  padding: 10px 40px 10px;
  margin-bottom: 0;
  box-shadow: 0px 5px 5px grey;
}

.admin--title {
  font-weight: 600;
  letter-spacing: 3px;
}

.admin-sidebar--list__selected {
  color: white;
  font-family: hv-med;
  font-size: 24;
  padding: 10 0 10 0;
}
.admin-sidebar--list__not-selected {
  color: white;
  font-size: 24;
  padding: 10 0 10 0;
}
.admin-sidebar--container {
  background-color: #39207e;
  text-align: end;
  padding: 20px 20px 10px 10px;
  box-shadow: 6px 3px 10px 0px grey;
  min-height: 100%;
}
/* popup position */

#popup-start {
  position: relative;
  top: 110px;
  left: 340px;
}

.admin-footer--bar-text {
  font-size: 1rem !important;
  width: 40px;
}

.bg__light-purpleTH > th > div {
  background-color: #f6eeff;
  padding: 20px;
}

.bg__light-purpleTH > th:first-child > div {
  border-radius: 16px 0 0 16px;
}

.bg__light-purpleTH > th:last-child > div {
  border-radius: 0 16px 16px 0;
}


.table.table-rounded thead th {
  border-top-width:0px;
  border-bottom: 0px solid #e9ecef
}
.table.table-rounded td, .table.table-rounded th {
  border-top: 0px solid #F9F8FD
}

table.table-rounded thead th:first-child {
  display: block;
  border-radius: 10px 0 0 10px !important;
}
table.table-rounded thead th:last-child {
  display: block;
  border-radius: 0 10px 10px 0 !important;
}

table.table-rounded thead td.secondary {
  border-radius: 10px 10px 10px 10px !important;
}

div.news--detail {
  font-size: 1.5rem;
}

/* XS */
@media(min-width:0px) {
  html {
    font-size: 12px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .banner--regtangular {
    display: none;
  }
  .banner--image {
    opacity: .7;
  }
  .public--container {
    margin-top: 0px;
    padding-top: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 15px;
  }
  .conference {
    overflow-y: scroll;
    right: 0;
    height: 470px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
    border-bottom: 8px solid #7354AE;
  }
  .conference--viewAll {
    text-align: center;
  }
  .news--card {
    background-color: #FBFBFB;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
    border-bottom: 8px solid #7354AE;
    margin-bottom: 1.5rem;
  }
  .service {
    /* width: 1440px; */
    background-color: #f9f9fa;
    padding-top: 30px;
    padding-left: 40px;
    padding-right: 40px
  }

  .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding: 0;
  }
  .owl-nav {
    display:none;
  }
}
/* SM */
@media(min-width:576px) {
  html {
    font-size: 14px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .banner--regtangular {
    display: none;
  }
  .banner--image {
    opacity: .7;
  }
  .public--container {
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
  }
  .news--card {
    background-color: #FBFBFB;
    box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
    border-bottom: 8px solid #7354AE;
    margin-bottom: 0rem;
  }
  .owl-carousel.owl-theme.owl-loaded.owl-drag {
    padding-left: 60px;
    padding-right: 60px;
  }
  .owl-nav {
    display:block;
  }
}
/* MD */
@media(min-width:768px) {
  html {
    font-size: 16px !important;
  }
  .container {
    max-width: 100% !important;
  }
  .conference--container-box {
    background-color: #F2ECFF;
    padding-top: 50px;
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 50px;
  }
}
/* LG */
@media(min-width:992px) {
  .container {
    max-width: 100% !important;
  }
  .banner--image {
    opacity: 1;
  }
  .banner--regtangular {
    display: block;
  }
  .conference--viewAll {
    text-align: right;
  }
  .banner--title {
    position: absolute;
    text-align: right;
    z-index: 40;
    top: 50%;
    right: 5%;
    min-width: 300px;
    transform: translate(0, -50%);
    font-size: 2rem;
  }
  .public--container {
    margin-top: 30px;
    padding-top: 40px;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 40px;
  }
  .conference--container-box {
    background-color: #F2ECFF;
    padding-top: 50px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
  }
  .service {
    /* width: 1440px; */
    background-color: #f9f9fa;
    padding-top: 30px;
    padding-left: 160px;
    padding-right: 160px
  }
}
/* XL */
@media(min-width:1200px) {
  body {
    background-color: #4c337e;
  }

  .log-in--container {
    width: 100%;
    border-left: 20px solid blue;
  }

  div.log-in--label {
    height:70px;
    width:260px;
    background-color: yellow;
    top:30;
    left:0;
  }
  .container {
    max-width: 1440px !important;
  }
  .conference--container-box {
    background-color: #F2ECFF;
    padding-top: 50px;
    padding-left: 160px;
    padding-right: 160px;
    padding-bottom: 50px;
  }

  nav.navbar {
    background-image: none;
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .banner--container {
    position: relative;
    height: 335px;
    overflow: visible;
    border-bottom: 6px solid #ffda2e;
  }

  #sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0 !important;
    width: 0 !important;
    height: 100%;
    margin-left: 0px;
    overflow-y: auto;
    background: #fff;
  }

  #wrapper.toggled {
      padding-left: 0px !important;
  }

  #wrapper.toggled #sidebar-wrapper {
    width: 0px;
  }

  #wrapper.toggled #page-content-wrapper {
    margin-right: 0px !important;
  }
}

/* All Page Use */
.f-6 {
  font-size: 2rem;
}

.f-5 {
  font-size: 1.8rem;
}

.f-4 {
  font-size: 1.6rem;
}

.f-3 {
  font-size: 1.4rem;
}

.f-2 {
  font-size: 1.2rem;
}

.f-1 {
  font-size: 1rem;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-d {
  display: flex;
  justify-content: center;
}

.left-center {
  display: flex;
  align-items: center;
}

.search--bar {
  height:50px;
  background-color:white;
}

.box--shadow {
  box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.2);
}
/**/
/* SELECT MENU */
.select-menu {
  height: 32px;
  width: 186px;
  border: 2px solid #3B0080;
  border-radius: 3px;
  background-color: #FFFFFF;
}
.select-menu--responsive {
  height: 42px;
  width: 100%;
  border: 2px solid #3B0080;
  border-radius: 3px;
  background-color: #FFFFFF;
  font-size: 1.6rem;
}
/**/
/* TDSC Data */
.noneSelected--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 7px solid #5631A4;
  background-color: white;
  z-index: 4;
}

.Selected--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #5631A4;
  z-index: 4;
}

.vertical--line {
  width:4px;
  height: 100%;
  background-color: #362281;
  left:7.8%;
  z-index: 0;
}
/**/

/* TDSC NewsInfo */
.picture--header {
	width: 100%;
	height: 300px;
}

.picture--detail-blue {
	height:110px;
	width: 100%;
	background-color: rgba(74, 28, 130, 0.8);
	bottom:0;
}
/**/

/* New Lists */
img.card--image {
	height: 100px;
	width:100%;
}
div.card--container-verticle {
  height:230px;
}
div.card--container-horizontal {
  border-left: 3px solid blue;
  height:120px;
}
/**/

/* News */

.news--card {
  background-color: #FBFBFB;
  box-shadow: 0 2px 4px 0 rgba(166, 166, 166, 0.5);
  border-bottom: 8px solid #7354AE;
}

.news--img--label-g {
  background-color: #577E24;
  color: white;
  text-align: right;
  width: 100%;
  font-size: 22px;
  padding: 3px 10px;
  opacity: 0.8;
  position: absolute;
  bottom: 0px;
  letter-spacing: 1px;
}

.news--img--label-y {
  background-color: #D8B761;
  color: white;
  text-align: right;
  width: 100%;
  font-size: 22px;
  padding: 3px 10px;
  opacity: 0.8;
  position: absolute;
  bottom: 0px;
  letter-spacing: 1px;
}

.news--card:first-child {
  margin-right: 16px;
}

.news--img {
  position: relative;
  height: 204px;
  background-color: black;
}

.news--img>img {
  height: 204px;
}

.line {
  box-sizing: border-box;
  height: 1px;
  width: 71px;
  border: 1.5px solid #3B2884;
  margin-bottom: 30px;
}
