@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@800&Josefin+Sans:wght@700&Be+Vietnam+Pro:wght@400;700&display=swap');

body{
  position: relative;
  font-family: 'Be Vietnam Pro', sans-serif;
  overflow-x: hidden;
  background: rgb(0,87,104);
  background: var(--body-gradient);
  background-blend-mode: hard-light;
  background-position: var(--body-bg-position);
}
body::after{
  content: ' ';  

}
body:not(.no-page)::before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../img/page-bg.png');
  background-position: center bottom 220px;
  background-repeat: no-repeat;
  z-index:-2;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: bold;
  color: var(--color2);
}
main.not-page h1, main.not-page h2, main.not-page h3, main.not-page h4, main.not-page h5, main.not-page h6{
  font-family: 'Josefin Sans', sans-serif;
}
h2.title{
  display: flex;
  justify-content: center;
  font-size: 2.6rem;
}
.h1, h1{ font-size: 2.3rem; }
a:hover{
  text-decoration: none;
  color: var(--);
}
.form-control{ font-size:0.8rem; }
.color17{ color: var(--color17); }
.radius4{ border-radius: var(--radius4) !important; }
.shadow4{ box-shadow: var(--shadow4); }
.title-text{ position: relative; line-height: 4rem; }
.title-line{
  background: var(--color2-2);
  width: 70%;
  display: block;
  height: 4px;
  margin-left: 15%;
}
.title-line::before, .title-line::after{
  position: absolute;
  content: ' ';
  width:10px; height: 10px; background: var(--color2-2); bottom: -3px; border-radius: 100%;
}
.title-line::before{ left: 15%; }
.title-line::after { right: 15%; }
h2.text-white .title-line, h2.text-white .title-line::before, h2.text-white .title-line::after{
  background: white;
}

/*--- Welcome ---*/
#welcome{
  background: var(--welcome-bg) center center no-repeat;
  background-size: cover;
  width: 100vw; height: 100vh;
}
.welcome-banner{ height: calc(55vh + 1.5em); }
.welcome-banner-inner{
  background: var(--welcome-top) center center no-repeat;
  background-size: cover;
  margin: 1.5em 1.5em 0 1.5em;
  width: calc(100% - 3em); height: calc(100% - 1.5em);
  box-shadow: 0 10px 20px 10px rgba(0,0,0,0.5);
  color: #fff;
  flex-direction: column;
  justify-content: end !important;
  align-items: center;
}
.welcome-banner-text-bg{
  padding: 5px 0;
  background: rgba(var(--welcome-banner-text), 0.3);
  width: 100%;
}
.welcome-banner-text{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

}
.welcome-banner-btn{
  margin: 1rem 0; padding: .2rem 1.5rem;
  background: var(--welcome-banner-btn); color:#fff; font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.welcome-banner-btn img{ margin-left: 5px; }
.welcome-banner-btn:hover{ color: white; }
.welcome-btm-wrapper{
  height: calc(45vh - 4.5em);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.welcome-left, .welcome-right{
  background-size: cover !important;
  width: calc(50% - 2.25em);
  height: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 9px 10px 19px 0px rgba(0,0,0,0.64);
  -webkit-box-shadow: 9px 10px 19px 0px rgba(0,0,0,0.64);
  -moz-box-shadow: 9px 10px 19px 0px rgba(0,0,0,0.64);
}
.welcome-left{
  background: var(--welcome-left) center center no-repeat;
  margin: 0 0.75em 0 1.5em
}
.welcome-right{
  background: var(--welcome-right) center center no-repeat;
  margin: 0 1.5em 0 0.75em;
}
.welcome-left-inner, .welcome-right-inner{
  padding: 10px;
  width: 100%; height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.welcome-left-inner{ text-align: right; align-items: end; }
.welcome-right-inner{ text-align: left; align-items: start; }
.welcome-btn{
  padding: .2rem 2rem;
  background: var(--welcome-btn); border: solid 1px #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  color: #fff; font-size: 0.9rem;
  text-transform: uppercase; text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  cursor: pointer;
}
.welcome-btn:hover{ color: white; }
.welcome-subtitle{
  font-weight: bold; font-size: 2.2rem;
  color: #fff; text-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.welcome-desc{ font-size: 1.2rem; text-shadow: 0 3px 5px rgba(0,0,0,0.5); }

/*--- Header ---*/
header{
  font-family: "Comic Sans MS", "Comic Sans", fantasy;
}
.header-info{
  font-size: var(--fontsize1);
  background: var(--color1);
}
/*--- Header:: Menu ---*/
.fixed-bottom, .fixed-top{ z-index: 10000; }
.navbar li{
  margin-left: .5rem; margin-right: .5rem;
  padding-top: 0.8rem; padding-bottom: 0.4rem; margin-bottom: .7rem;
  display: flex;  justify-content: center; flex-basis: 100%; font-weight: 600;
}
.nav-item{ position: relative; }
.nav-item:not(.active)::before{
  content: ' ';
  width:50%;
  height: 2px;
  background: transparent;
  position:absolute;
  bottom: 7px;
  left: calc(50%/2);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition-duration: 0.4s;
}
.nav-item:hover::before{
  background: var(--color2);
}
.nav-item a, .nav-item.active a.dropdown-item{ color: var(--color2); }
.nav-item.active{
  background: var(--color1);
  border-bottom-left-radius: var(--radius3);
  border-bottom-right-radius: var(--radius3);
  box-shadow: var(--shadow1);
}
.navbar li a.btn{ border-radius:var(--radius2); font-weight: normal; }
.dropdown-menu{ padding:0; }
.dropdown-item{ 
  font-weight: 600; 
  padding: .5rem 1.5rem; 
  border-bottom: solid 1px rgba(0,0,0,0.1);
}

/*--- Home::Banner ---*/
.banner{
  height: 100vh;
  position: relative; z-index: 10;
}
.banner-overlay1,
.banner-overlay2, 
.banner-overlay3{
  position: absolute;
}
.banner-overlay1{ left: 0; top: 210px; }
.banner-overlay2, .banner-overlay3{ right:0; }
.banner-overlay2{  bottom: 0;}
.banner-overlay3{  top: 130px;}
.banner-img{
  position:absolute;
  width: 100vw;
  height: 100vh;
  mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,.7) 85%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient( to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,.7) 85%, rgba(0,0,0,0) 100%);
}
.banner-img::before{
  content: ' ';
  width: 100vw;
  height: 100vh;
  background: var(--banner) center center no-repeat;
  background-size: cover;
  position: absolute; z-index: 10;
}
/*.banner-img::after{
  content: ' ';
  background: url('../img/banner-text.png') left center no-repeat;
  width: 100%; height: 100vh;
  display: block;
  position: absolute; z-index: 30;
}*/
.banner-content{  margin-top: 120px;}
.banner h1{
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-size: 3rem;
  font-family: 'Nunito', sans-serif !important;
}

.banner p{
 font-family: 'Nunito', sans-serif;
}


/*--- Home::Offer ---*/
.block-offer-item{
  width: 360px;
  height: 360px;
  border-radius: var(--radius1);
  margin: 1rem;
  box-shadow: var(--shadow1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.smm-experiential{  background-image: var(--smm-experiential); }
.smm-intelligent{  background-image:  var(--smm-intelligent);}
.block-offer .d-inline:first-child .block-offer-subtitle{ left: 0;}
.block-offer .d-inline:nth-child(2) .block-offer-subtitle{ right: 0; }
.block-offer-subtitle{
  position: absolute;
  bottom: 10%;
  background: rgba(var(--color25), 0.7);
  color: white;
  padding: 5px 10px;
  border: solid 2px var(--color26);
  max-width: 250px;
  text-align: center;
  font-weight: 600;
}
.mascot-boy, .mascot-girl{
  position: absolute;
  bottom: -70px;
}
.mascot-boy{
  left:   -70px;
  animation: float 5s ease-in-out infinite;
}
.mascot-girl{
  right: -70px; 
  animation: float 6s ease-in-out infinite;
}

/*--- Home::Five Components ---*/
.block-fivecomponents-icon{
  position: absolute;
  left: var(--block-fivecomponents-icon-left);
  top: var(--block-fivecomponents-icon-top);
}
.block-fivecomponents .d-flex>.col{ 
  margin-right: 8px;
  box-shadow: var(--shadow2);
  padding: .5rem;
  max-width: 15%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.block-fivecomponents .d-flex>.col.active{ max-width: 40%; overflow: unset;}
.block-fivecomponents .col:first-child{ 
  background-color: var(--color5-1); 
  border-top-left-radius: var(--radius2);
  border-bottom-left-radius: var(--radius2);
}
.block-fivecomponents .col:nth-child(2){ background-color: var(--color5-2); }
.block-fivecomponents .col:nth-child(3){ background-color: var(--color5-3); }
.block-fivecomponents .col:nth-child(4){ background-color: var(--color5-4); }
.block-fivecomponents .col:nth-child(5){ background-color: var(--color5-5); }
.block-fivecomponents .col:last-child{ border-top-right-radius: var(--radius2); border-bottom-right-radius: var(--radius2); }
.img-fivecomponents{
  border: solid 2px white;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-fivecomponents .col.active .img-fivecomponents{ overflow: unset; }
.block-fivecomponents .d-flex>.col:first-child .img-fivecomponents{ border-top-left-radius: var(--radius2); }
.block-fivecomponents .d-flex>.col:last-child .img-fivecomponents{ border-top-right-radius: var(--radius2); }
.block-fivecomponents .col .imgori-fivecomponents{ visibility: visible;}
.block-fivecomponents .col .imgabs-fivecomponents{
  position: absolute;
  top: -9999px;
  bottom: -9900px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  visibility: hidden;
  z-index:9999;
  transition: all .3s ease-out;
}
.block-fivecomponents .col.active .imgabs-fivecomponents{
  /*transform: scale(1.2);
  animation: float 6s ease-in-out infinite;*/
  max-width: 600px;
  visibility:visible;
}      
.block-fivecomponents .col.active .imgori-fivecomponents{ visibility: hidden; }
.block-fivecomponents-subtitle{ 
  padding-left: 5px; padding-right: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color5-6);
  font-weight: bold;
  border-radius: var(--radius3);
  border: solid 2px white;
  min-height: 3rem;
  max-width: 200px;
  text-align: center;
  z-index: 10;
  margin-top: -1.5rem;
}
.block-fivecomponents .d-flex>.col:first-child .block-fivecomponents-subtitle{ background: var(--color5-1-2); }
.block-fivecomponents .d-flex>.col:nth-child(2) .block-fivecomponents-subtitle{ background: var(--color5-2-2); }
.block-fivecomponents .d-flex>.col:nth-child(3) .block-fivecomponents-subtitle{ background: var(--color5-3-2); }
.block-fivecomponents .d-flex>.col:nth-child(4) .block-fivecomponents-subtitle{ background: var(--color5-4-2); }
.block-fivecomponents .d-flex>.col:nth-child(5) .block-fivecomponents-subtitle{ background: var(--color5-5-2); }
.block-fivecomponents .d-flex>.col.active .block-fivecomponents-subtitle{ margin-left: auto; margin-right: auto; }

/*--- Home::Gallery ---*/
.slider-wrapper{ width: 938px; }
.block-gallery .slick-slide { width: 938px; }
.block-gallery .slick-prev, .block-gallery .slick-next{ top: calc(50% - 33px); }
.block-gallery-caption{
  font-size: 0.9rem;
  padding-left: 1.5rem; padding-right: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  border-radius: var(--radius3);
  max-width: 280px;
  min-height: 2.5rem;
  text-align: center;
  z-index: 10;
  margin-top: -1.25rem;
  background: rgb(21,33,36);
  background: linear-gradient(90deg, rgba(var(--color7-1),1) 0%, rgba(var(--color7-2),1) 100%);
  margin-left: auto; margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-gallery-caption::before {
  box-shadow: -1px 1px 16px 0px rgba(var(--color7-3),0.75);
  -webkit-box-shadow: -1px 1px 16px 0px rgba(var(--color7-3),0.75);
  -moz-box-shadow: -1px 1px 16px 0px rgba(var(--color7-3),0.75);
  mix-blend-mode: screen;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: var(--radius3);
}

/*--- Home:Testimonial ---*/
.block-testimonial-slider-wrapper{ width: 938px; }
.block-testimonial .slick-slide { width: 938px; }
.block-testimonial-item{
  position: relative;
  background: var(--testimonial-bg) center bottom no-repeat;
  background-size: contain;
  padding: 125px 65px 50px 65px;
  width: 808px;
  height: 221px;
  color: var(--color8);
  font-size: 0.9rem;
  font-weight: 600;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-testimonial-item::before{
  position: absolute;
  top:0; right:-5px;
  content: ' ';
  background: var(--testimonial-title) center center no-repeat;
  width:var(--testimonial-title-width); height:var(--testimonial-title-height);
}
.block-testimonial-item-content{
  max-height: 170px;
  overflow-y: scroll;
}
.block-testimonial-item-icon{
  position: absolute;
  top: 0; left: 0;
  animation: float 6s ease-in-out infinite;
}
.block-testimonial-item p{ margin-bottom:.25rem; }
.block-testimonial-item-from{ text-align: right; font-weight: bold; }

/*--- Home:Awards ---*/
.block-awards-star1{ top: -60px; right: 100px; }
.block-awards-star2{ top: -150px; right: -30px; }
.block-awards-desc{
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: var(--color23);
}
.block-awards-slider-wrapper {
    width: 938px;
}
.block-awards .slick-list{
  mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 15%, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%);
}
.block-awards-item{
  background: var(--awards-item) center center no-repeat;
  width: 303px;
  height: 388px;
  padding: 48px 43px 45px 43px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.awards-item-wrapper{
   display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.block-awards-item img{  max-width: 127px;  box-shadow: var(--shadow1);}
.awards-item-year-wrapper{   margin: 15px 0 8px 0; }
.awards-item-year{
  padding: 0 1rem;
  font-weight: bold;
  color: var(--color23);
  position: relative;
  font-size: 1.2rem;
}
.awards-item-year::before, .awards-item-year::after{
  content: ' ';
  background: var(--color23);
  height: 2px;
  width: 300px;
  position: absolute;
  top: 12px;
}
.awards-item-year::before{  left: -300px;}
.awards-item-year::after{  right: -300px;}
.awards-item-caption{ font-size: 0.85rem; color: var(--color23-1); font-weight: 600;}

/*--- Page ---*/
.page-subtitle.title-text{ color: var(--color13); margin-bottom: 1.4rem;}
.page-subtitle.title-text span{
  font-size: 1.2rem;
  color: var(--color14);
}
.page-subtitle.title-text div{ line-height: 1rem; }
.page-subtitle.title-text sup{
  font-size:0.6rem;
  top: -1.5rem;
}
.page-content{ font-weight: 600; }
.page-text{ font-size: var(--fontsize1); line-height: 1.2rem; }

.block-semitrans-item{
  padding: .5rem;
  background: rgba(255,255,255,.5);
  box-shadow: var(--shadow1);
  border-radius: var(--radius1);
  height: 100%;
}
.img-semitrans-item{
  margin-right: 1rem;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 295px; height: 185px;
  border-radius: var(--radius1);
}
[class^=col-] .img-semitrans-item{
  margin-top: unset;
  width: 100%; height: 130px;
}
.title-semitrans-item{ 
  margin: .3rem 0;
  font-weight: 600; 
  font-size: .85rem;
  min-height: 48px;
  color: var(--color14);
}
.date-semitrans-item{
  padding-left: 13px;
  font-size: 0.55rem;
  font-weight: 600;
  position: relative;
  line-height: 9px;
  color: var(--color14);
}
.date-semitrans-item::before{
  content: ' ';
  background: var(--date-semitrans-item-icon) center center no-repeat;
  background-size: contain;
  width: 8px;
  height: 9px;
  position: absolute;
  left: 0;
}
/*--- Page:Banner ---*/
.page-banner{
  position: relative;
  margin-top: 7.1rem;
  margin-bottom: 3rem;
  width: 100%;
  height: 390px;
  overflow: hidden;
}
body:not(.page-contact) .page-banner.banner-colored-left{ clip-path: var(--page-banner-left-path); }
body:not(.page-contact) .page-banner.banner-colored-right{ clip-path: var(--page-banner-right-path); }
.page-banner h1{   font-family: 'Nunito', sans-serif; }
.page-banner>.position-absolute{ z-index:-1; }
.page-banner>.position-relative{ z-index:10; }
.page-banner>.position-absolute{ right:0; }
.banner-colored-left .line1, .banner-colored-right .line1{
  width: 100%;
  height: var(--banner-line1-height);
  margin-bottom: 30px;
}
.banner-colored-left .line2, .banner-colored-right .line2{
  /*left -6.58% of max-content*/
  width: 66.66%;
}
.banner-colored-left .line2{ height: 37px; }
.banner-colored-right .line2{ position: absolute; right: 0; height: 25px; }
.banner-colored-left .line3, .banner-colored-right .line3{
  /*right -16.36% of max-content*/
  width: 38.14%;
  position: absolute;
  bottom: 0;
  z-index:10;
}
.banner-colored-left .line3{ right: 0; height: 134px;}
.banner-colored-right .line3{ left: 0; height: 75px;}
.banner-colored-left h1, .banner-colored-right h1{
  line-height: 85px; /*10px taller than actual for spacing bottom*/
  max-width: 70%;
  font-size: 3.2rem;
  text-transform: uppercase;
  color: var(--color21);
  position: relative;
  height: 307px;
  align-items: center;
  display: flex;
  color: white;
  letter-spacing: 3px;
}
.banner-colored-right h1{ position: absolute; right: 0; }
.banner-colored-left.banner-e-product{
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index:-1;
}
.banner-colored-left.banner-e-product{  background-position: right center; }
.banner-colored-right.banner-e-product{  background-position: left center; }
.page-banner-img-wrapper{ 
  width: 100vw;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-colored-right .page-banner-img-wrapper{ justify-content: flex-start; }
.page-banner-img{  /*position:absolute;  z-index: -1; bottom: 20px; width: 60vw;*/ width: 75%; height: max-content; }
.banner-colored-left .page-banner-img{
  right: 0;
  -webkit-mask-image: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(90deg, rgba(255,255,255,0) 5%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
}
.banner-colored-right .page-banner-img{
  left: 0;
  -webkit-mask-image: linear-gradient(-90deg, rgba(255,255,255,0) 5%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
  mask-image: linear-gradient(-90deg, rgba(255,255,255,0) 5%, rgba(0,0,0,0.7) 20%, rgba(0,0,0,1) 31%, rgba(0,0,0,1) 100%);
}

/*--- Page:Banner - About ---*/
.banner-about .line1{  background: rgb(var(--color28-1));}
.banner-about .line2{
  background: rgb(var(--color28-1));
  background: linear-gradient(90deg, rgba(var(--color28-1),1) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-about .line3{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 1.9%, rgba(var(--color28-1),0.5) 100%);
}
.banner-about h1{ color: var(--color28-1-text); }

/*--- Page:Banner - Program ---*/
.banner-program .line1{  background: rgb(var(--color28-2));}
.banner-program .line2{
  background: rgb(var(--color28-2));
  background: linear-gradient(-90deg, rgba(var(--color28-2),0.5) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-program .line3{
  background: rgb(255,255,255);
  background: linear-gradient(-90deg, rgba(255,255,255,0) 1.9%, rgba(251,133,109,1) 100%);
}
.banner-program h1{ color: var(--color28-2-text); }

/*--- Page:Banner - Products ---*/
.banner-e-product .line1{  background: rgb(var(--color28-3));}
.banner-e-product .line2{
  background: rgb(var(--color28-3-2));
  background: linear-gradient(90deg, rgba(var(--color28-3-2),1) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-e-product .line3{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 1.9%, rgba(var(--color28-3),0.5) 100%);
}
.banner-e-product h1{  color: var(--color28-3-text);}

/*--- Page:Banner - News ---*/
.banner-news .line1{  background: rgb(var(--color28-4));}
.banner-news .line2{
  background: rgb(var(--color28-4));
  background: linear-gradient(-90deg, rgba(var(--color28-4),0.5) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-news .line3{
  background: rgb(255,255,255);
  background: linear-gradient(-90deg, rgba(255,255,255,0) 1.9%, rgba(var(--color28-4),1) 100%);
}
.banner-news h1{ color: var(--color28-4-text); }

/*--- Page:Banner - Events ---*/
.banner-events .line1{  background: rgb(var(--color28-5));}
.banner-events .line2{
  background: rgb(var(--color28-5));
  background: linear-gradient(90deg, rgba(var(--color28-5),1) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-events .line3{
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 1.9%, rgba(var(--color28-5),0.5) 100%);
}
.banner-events h1{ color: var(--color28-5-text); }

/*--- Page:Banner - Gallery ---*/
.banner-gallery .line1{  background: rgb(var(--color28-6));}
.banner-gallery .line2{
  background: rgb(var(--color28-6));
  background: linear-gradient(-90deg, rgba(var(--color28-6),0.5) 0%, rgba(255,255,255,0) 98.1%);
}
.banner-gallery .line3{
  background: rgb(255,255,255);
  background: linear-gradient(-90deg, rgba(255,255,255,0) 1.9%, rgba(var(--color28-6),1) 100%);
}
.banner-gallery h1{ color: var(--color28-5-text); }

/*--- Page:About ---*/
.block-about{ margin-bottom: 15rem; }
.block-about h2.title-text{ color: var(--color13); margin-bottom: 2rem; font-size: 1.8rem; }
.block-about h2.title-text span{
  font-size: 1.1rem;
  color: var(--color14);
}
.block-about h2.title-text div{ line-height: 1rem; }
.block-about h2.title-text sup{
  font-size:0.6rem;
  vertical-align: top;
  top: 0;
}
.block-about-content{
  box-sizing: content-box;
  background: var(--about-bg) center center no-repeat;
  background-size: contain;
  width: var(--about-width);
  height: var(--about-height);
  padding: var(--about-padding);
}
.about-img2{
  position: absolute;
  bottom: -80px;
  right: 60px;
}
/*--- Page:Enrollment ---*/
.block-enrollment-title{
  box-sizing: content-box;
  background: var(--enrollment-title) center center no-repeat;
  background-size: contain;
  width: 905px; /*905*/
  height: 71px; /*107*/
  color: var(--color15);
  font-weight: bold;
  font-size: 2.5rem;
  padding: 8px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-enrollment-content{
  background: var(--enrollment-content-bg) center center no-repeat;
  min-width: 480px; 
  min-height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-enrollment-content .btn{ 
  border-color: var(--color27); 
  background: var(--color27); 
  color: var(--color16); 
  font-size: 1.2rem; 
}

/*--- Programme Details ---*/
.block-programme-details h2.title-text sup{
  font-size:0.6rem;
  vertical-align: top;
  top: 0;
}
.block-programme-details-content{
  box-sizing: content-box;
  background: var(--programme-details-content1) center center no-repeat;
  background-size: contain;
  width: var(--programme-details-width);
  height: var(--programme-details-height);
  padding: var(--programme-details-padding);
  font-weight: 600;
}
main.container>.block-programme-details:nth-child(2) .block-programme-details-content{
  background: var(--programme-details-content2) center center no-repeat;
  width: var(--programme-details2-width);
  height: var(--programme-details2-height);
  padding: var(--programme-details2-padding);
}

/*--- Product / Belnded Learning Materials ---*/
.subtitle{
  width: 928px;
  height: var(--subtitle-height); line-height: var(--subtitle-height);
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: var(--subtitle-padding);
  color: var(--color16);
}
.subtitle.subtitle1{ background-image: var(--material-subtitle1); }
.subtitle.subtitle2{ background-image: var(--material-subtitle2); }

/*--- Contact ---*/
.block-contact{ justify-content: space-evenly; }
.block-contact h2{
  color: var(--color14);
  font-size: 1.4rem;
  text-align: center;
}

.contact-form{
  box-sizing: content-box;
  background: var(--contact-form-bg) center center no-repeat;
  background-size: contain;
  width: var(--contact-form-width);
  height: var(--contact-form-height);
  color: var(--color14);
  padding: var(--contact-form-padding);
  position: relative;
}
.contact-form-icon{
  position: absolute;
  top: var(--contact-form-icon-top);
  right: var(--contact-form-icon-right);
  z-index: 10;
}
.contact-form form{ font-size: 0.8rem; justify-content: space-evenly;}
.contact-form form .row:not(.contact-form-btn){ margin-bottom:4px; }
.contact-form form .row.contact-form-btn{ margin-bottom:0; }
.contact-form label{ 
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-form .row>label::after{
  content:':';
  position: absolute;
  right:5px;
}
.contact-form .form-control{ border: none;}
.contact-form form .btn{
  font-size: 0.8rem;
  border-radius: var(--radius1);
  background-color: var(--color19);
  color: var(--color19-text);
  border: none;
}
.contact-msg{
  position: relative;
  box-sizing: content-box;
  background: var(--contact-msg-bg) center center no-repeat;
  background-size: contain;
  width: var(--contact-msg-width);
  height: var(--contact-msg-height);
  padding: var(--contact-msg-padding);
}
.contact-msg-icon{
  position: absolute;
  top: var(--contact-msg-icon-top);
  right: var(--contact-msg-icon-right);
}
.contact-msg-inner{
  justify-content: space-evenly;
}
.contact-msg h1{ font-size: 1.8rem; }
.contact-msg h3{ color: var(--color18); font-size: 1.4rem; }
.contact-msg [class^=col-]{
  font-size: 0.8rem;
  font-weight: 600;
}
      
/*--- Footer ---*/
footer{ 
  position: relative;
  margin-top:7rem;
  padding-top: 4rem;
}
.footer-bg{
  display: var(--footer-bg-display);
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%; height: 100%;
  /*background: rgb(95,167,189);
  background: linear-gradient(0deg, rgba(95,167,189,0.57) 50%, rgba(34,116,153,0) 100%);*/
  background: var(--footer-bg);
  backdrop-filter: blur(3px);
  -webkit-mask-image: var(--footer-bg-gradient);
  mask-image: var(--footer-bg-gradient);
}
.footer-bg::before{
  content: ' ';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgb(201,255,255);
  background: linear-gradient(0deg, rgba(201,255,255,1) 0%, rgba(201,255,255,1) 56.95%, rgba(201,255,255,0) 100%); 
  opacity: 0.3;
}

footer .container{ position: relative; z-index: 15; }
footer .smm-logo{ margin-top: -17px; }
footer h3{ font-size: 1.5rem; color: var(--color24); }
footer .list-group-item{ font-size: 0.85rem; font-weight: 600; }
.footer-img{ margin-top: -100px; }
.copyright{ position: relative; font-size: var(--fontsize1); z-index: 10; }

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

/*--- Bootstrap ---*/
.btn{ border-radius:var(--radius2); font-weight: bold;}
.btn-outline-success{ color: var(--color1); border-color: var(--color1); border-width: 2px;}
.btn-outline-success:hover { background-color: var(--color1-hover); border-color: var(--color1-hover); }
.btn-success{ background-color: var(--color1); border-color: var(--color1); }
.btn-success:hover{ background-color: var(--color1-hover); border-color: var(--color1-hover); }
.btn-dark{ background-color: var(--color3); border-color: var(--color3); }
.btn-dark:hover{ background-color: var(--color3-hover); border-color: var(--color3-hover); }
.shadow{ box-shadow: var(--shadow2) !important; }
.shadow4{ box-shadow: var(--shadow4) !important; }
.list-group-item{ padding: .25rem 1.25rem; }

/*--- Slick ---*/
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top:50%;
  display: block;
  width: 33px;
  height: 53px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: all 0.3s ease;
}
.slider.fixed-h .slick-prev, .slider.fixed-h .slick-next{ top: calc(50% - 40px); }
.slick-prev.slick-disabled{ background: var(--prevarrow) center center no-repeat !important; }
.slick-next.slick-disabled{ background: var(--nextarrow) center center no-repeat !important; }
.slick-prev{ background: var(--prevarrow-active) center center no-repeat !important; left: -40px; }
.slick-next{ background: var(--nextarrow-active) center center no-repeat !important; right: -40px; }
.slick-prev:before, .slick-next:before{ content: ''; }
.slider-item{ margin-bottom: 1.5rem; transition:all .3s cubic-bezier(.3, 0, 0, 1.3); }
/*.slider-item:hover{ transform: scale(103%); margin-top: 5px; }*/
.img-slider-item{
  position: relative;
  margin: 0 .5rem;
  height: 250px;
  overflow:hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--radius2);
  border: solid 4px white;
  box-shadow: var(--shadow1);
}
.img-slider-item.no-bg-img{  background:none; height: unset; border: none; }
.caption-slider-item{
  padding: 1rem 0;
  text-align: center;
  font-weight: 600;
}
.slick-dots li button{ transition: all 0.15s ease; }
.slick-dots li button:hover{ transform: scale(140%); }
.slick-dots li button:before{ color:white; opacity:1; font-size: 12px; }
.slick-dots li.slick-active button:before{ color: var(--color7); }

@media (min-width: 576px){
  .navbar-expand-sm .navbar-nav .nav-link { padding-right: 1.2rem; padding-left: 1.2rem; }
}