/* Global  */

body {
  font-size: 1rem;
  /* font-family: 'Sarabun', sans-serif; */
  font-family: "Barlow", sans-serif;
  /* font-family: 'PT Sans', sans-serif; */
  font-weight: 300;
  color: #234262;
}

/* .title-tag */

/*
    <link rel="preconnect" href="https://fonts.gstatic.com">
    <link href="https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;1,500&display=swap" rel="stylesheet">
*/

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.25rem;
}

p {
  text-align: justify;
  line-height: 1.75rem;
  font-size: 0.9rem;
  color: #8b8b9a;
}

h6 {
  color: #8b8b9a;
}

a,
a:hover {
  color: none !important;
  text-decoration: none !important;
}

.list-section {
  line-height: 1.75rem;
  font-size: 0.9rem;
  color: #8b8b9a;
}

.hyper-link {
  color: #0069da;
}

.rounded-lg {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.avatar {
  border-radius: 100%;
  width: 200px !important;
  height: 200px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-50 {
  margin-bottom: 50px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.t-mr-5 {
  margin-right: 5px !important;
}

/* Header  */

.top-header {
  padding: 15px 0;
  /* background: linear-gradient(90deg, #f9f9f9d6, #ffffffcf), url(../../assets/img/header-bg.jpg); */
}

.header-tag {
  font-size: 2.5rem;
  color: #234262;
  margin: 0;
}
.height{
  height: 354px;
}
.card-height{
  height: 400px;
}
.extra-height{
  height: 450px;
}
.header-highlight {
  font-size: 1.2rem;
  line-height: 30px;
  /* font-weight: bold; */
  text-align: center;
  margin: 0;
}

.highlight-text {
  background-color: #fff346;
  padding: 0;
}

.header-link {
  font-size: 1rem;
  font-weight: bold;
  color: #f14242;
  text-align: center;
}

.nav-link-size {
  font-size: 13px;
  
}

.navbar-brand {
  color: #fff !important;
}
.navbar {
  background-color: transparent;
}

.navbar.scrolled {
  background-color: rgba(15, 15, 30, 0.98) !important;
  transition: all 200ms linear;
  padding-bottom: 0.75rem!important;
  padding-top: 0.75rem!important;
}

.navbar.menu-open {
  background-color: rgba(15, 15, 30, 0.98) !important;
}
.navbar-toggler {
  color: rgba(15, 15, 30, 0.98);
  background-color: #ffffff;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler i {
  font-size: 20px;
  padding: 4px;
}

.navbar-nav .nav-item .nav-link:hover{
  color: #ffffff;
  border-bottom: 1px solid #fff;
}

.active {
  display: inline-block;
  position: relative;
}
.nav-item.active::after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%; 
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.marquee-section {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

/* Marquee */

.marquee-section {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

.marquee-text {
  font-size: 1rem;
  color: #fb1c1c;
}

/* About Us  */

.title-tag {
  /* font-family: 'Libre Baskerville', serif; */
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
}

/* News update  */

.date-card {
  width: 100%;
  background: #234262;
  color: #fff;
  padding: 5px 5px;
  text-align: center;
  font-size: 0.85rem;
}

.ficta-text {
  font-size: 10px;
}

.about-section {
  /* background: linear-gradient(0deg,#00000061,#00000061), url(../img/about-bg.jpg);
    background-size: cover; */
  color: #fff;
  position: relative;
}

.about-section::before {
  position: absolute;
  background-image: url(../img/about-bg.jpg);
  left: 0;
  content: "";
  width: 70%;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-position: center center;
}

.about-section-inner::before {
  position: absolute;
  right: 0;
  width: 30%;
  top: 0;
  bottom: 0;
  content: "";
  background-size: cover;
  background-position: center center;
  background-image: url(../img/about-right.jpg);
}

.about-section::after {
  position: absolute;
  background: #000;
  left: 0;
  content: "";
  width: 70%;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(23, 47, 72, 0.871);
}

.event-color {
  color: #f2a71b;
  letter-spacing: 2px;
  font-size: 13px;
  text-align: center;
}

.event-dark-color {
  color: #1e006a;
  letter-spacing: 2px;
}
.gallery-bg {
  background-image: url(../img/galary-bg.jpg);
}

.footer-bg {
  background-image: url(../img/footer-bg.jpg);
}

.footer-copyright {
  border-top: 1px solid #333333;
}

.speaker-name {
  color: #1e1d56;
}

.speaker-name:hover {
  color: #4097c0;
  cursor: pointer;
}

.speaker-img {
  height: 20vh;
  width: 20vh;
}

.header-conference {
  font-size: 24px;
  color: #1e1d56;
}

.content-divide {
  border-top: 2px solid #bbb;
  margin-left: 150px;
  margin-right: 150px;
}

.footer-content-divide {
  border-top: 1px solid rgba(77, 77, 77, 0.5);
  margin-left: 100px;
  margin-right: 100px;
}

.footer-bg {
  background-color: #15162b;
}

.hero-img {
  /* background-image: url("../img/ficta24/FICTA-LMU-1.jpg"); */
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.652), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../img/ficta24/homepage-background.svg');
  background-size: cover;
  background-position: center;
  height: 110vh;
  position: relative;
}

.hero-section-padding {
  padding-top: 70px;
}

.hero-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.speakers-bg {
  background-image: url(../img/backgroud-speakers.jpg);
}

.speaker-overlay {
  background-color: rgba(0, 0, 0, 0.55);
}
.participating-overlay {
  background-color: rgba(215, 205, 205, 0.55);
}

.gallery-overlay {
  background-color: rgba(0, 0, 0, 0.55);
}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.55);
}

.header-slide {
  position: absolute;
  background-color: #00000044;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  left: 0;
}

.breadcrumb-overlay {
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.breadcrumb-img {
  /* background-image: url("../img/gallery/cardiff-view.jpg"); */
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.652), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url('../img/background/bg2.jpg');
  background-size: cover;
  background-position: center;
  height: auto;
  position: relative;
}

.breadcrumb-slide {
  position: absolute;
  background-color: #00000044;
  top: 0;
  padding-top: 10vh;
  width: 100%;
  height: 60vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  left: 0;
}

.text-header {
  color: #ffffff;
  font-size: 2.3rem;
  z-index: 1;
  margin-bottom: 30px;
}

.sub-text-header {
  color: #ffffff;
  font-size: 1.5rem;
  z-index: 1;
  line-height: 1.4;
}
.sub-text-hero {
  color: #000000;
  font-size: 1.2rem;
  z-index: 1;
  line-height: 1.4;
}

.footer-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.conference-venue-text {
  color: #ffffff;
  font-size: 1.2rem;
  z-index: 1;
}
.venue-text {
  color: #234262;
  font-size: 1.3rem;
  z-index: 1;
}
.venue-p-text {
  color: #414951;
  font-size: 0.9rem;
  z-index: 1;
}
.conference {
  border: 2px solid #d1d1d1;
  background-image: url(../img/hero.jpg);
}

.transportation-bg {
  background: #f7f7f7;
}

.publication-img-h {
  height: 40vh;
}
.carousel-control-prev{
  padding-top: 70px;
}
.carousel-control-next{
  padding-top: 70px;
}
@media only screen and (max-width: 600px) {
  /* Custom */
  .d-xs-none {
    display: none !important;
  }
  .pt-xs-50 {
    padding-top: 50px;
  }
  .pb-xs-50 {
    padding-bottom: 50px;
  }
  .mt-xs-50 {
    margin-top: 50px;
  }
  .mb-xs-50 {
    margin-bottom: 50px;
  }
  .py-xs-none {
    padding: 0;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .flex-xs-column-reverse {
    flex-flow: column-reverse;
  }
  .about-section::before {
    width: 100%;
  }
  .about-section-inner::before {
    width: 0%;
  }
  .about-section::after {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  .hero-img {
    height: 120vh;
  }
  .text-header {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .sub-text-header {
    font-size: 1.3rem;
  }
  .hero-section-padding {
    padding-top: none!important;
  }
  .conference {
    padding-bottom: 20px;
  }
  .breadcrumb-overlay {
    height: 70vh;
  }
  .breadcrumb-slide {
    height: 70vh;
}
}

@media only screen and (max-width: 600px) {
}

.date-decoration {
  text-decoration: line-through;
}

.container01 {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgb(0, 161, 169);
  color: #2b2323;
  text-align: center;
  margin-bottom: 20px;
}

.info01 {
  color: #fb1c1c;
  margin-left: 200px;
  margin-top: 50px;
}

.fas01 {
  margin-left: 200px;
}

.jumbotron0011 {
  display: flex;
}

.ficta10 {
  display: flex;
  margin-left: 200px;
  margin-right: 200px;
}

.pic01 {
  width: 10000px;
}
@media only screen and (max-width: 415px) {
  .item{
    padding-left: 32px;
  }
}
@media only screen and (max-width: 394px) {
  .item{
    padding-left: 22px;
  }
}

.notice-marque span{
  margin-right: 3px;
}

.center-card {
  display: flex;
  justify-content: center; /* Center horizontally */
  /* align-items: center;     Center vertically */
  /* height: 100vh;           Full viewport height */
}
.fontsize-1rem{
  font-size: 1.1rem;
}
.fontsize-11rem{
  font-size: 1.1rem;
}

.list{
  margin-left: 15px; 
  line-height: 30px;
  list-style-type: "👉 "; 
}


.carousel-text-overlay {
    position: absolute;
    top: 65%;
    left: 30%;
    transform: translate(-20%, -20%);
    color: #fff;
    /* Set text color to your preference */
    text-align: center;                
}
.carousel-text-overlay h2 {
        /*color: #DC143C;*/
        color: #FFFFFF;
    }
.carousel-text-overlay h3 {
        /*color: #DC143C;*/
        color: #FFFFFF;
    }

@media (max-width: 767px) {
    .carousel-text-overlay {
        top: 35%;
        width: 90%;
        height: 50%;
        left: 23%;
    }

    .carousel-text-overlay h2 {
        font-size: 20px;
    }

    .carousel-text-overlay h3 {
        margin-top: -10px;
        font-size: 15px;
    }

    .carousel-item .img-fluid {
        background: linear-gradient(to right, rgba(5, 5, 38, 0.8), rgba(0, 0, 23, 0.8));
    }
}
