html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  font-family: Montserrat , sans-serif;
  font-weight: 400;
  font-size: 16px;
  }
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
	border-radius: 8px;
  background-color:  rgb(160, 160, 160);
	-webkit-box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25);
}
*::-webkit-scrollbar-thumb {
  background-color: #5b78fb;
	border-radius: 8px;
}
a {
	text-decoration: none;
	color: #144e9d;
	outline: none;
}

a:hover, a:focus, i:hover {
	color: #5b78fb;
	outline: none;
	text-decoration: none;
}
a:hover {
  font-weight: 500;
}
button {
	background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
}
.container-lg {
  max-width: 1600px;
  padding: 0;
}
/* .wrapper {
  max-width: 1600px;
} */

header.page-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(255,255,255,.72);
}
header.page-header button {
  font-size: 20px;
}
.navbar-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0;
  height: 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-top.scroll {
  height: 35px;
  margin: 5px 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mod-languages {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.mod-languages .lang-active {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-languages .lang-active:hover {
    color: #5b78fb;
}
.mod-languages .lang-active > span {
  font-weight: 500;
  font-size: 14px;
  margin-left: 6px;
}
.lang-list-wrap {
  display: none;
}
.lang-list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 100%;
  font-size: 14px;
  font-weight: 500;
}
.lang-list a {
  margin: 0 5px;
  color: #212529;
}
.lang-list a:hover {
  color: #5b78fb;
  font-weight: 600;
}

.navbar-top.scroll .logo > img {
  width: 45px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 24px;
  color: #5b78fb;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* transform: trXanslateX(88px); */
  /* transition: transform .4s; */
}
.logo:hover .logo-text{
  text-shadow: 0 0 1px #144e9d;
}
.logo > img {
  width: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.logo-text {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  /* white-space: nowrap; */
  /* overflow: hidden; */
}
/* .logo-text > span {
  transform: translateX(-100%);
  opacity: 0;
  transition: all .4s;
  display: inline-block;
} */
/* .navbar:hover .logo-text > span {
  transform: translateX(0);
  opacity: 1;
  transition: all .4s;
}
.navbar:hover .logo {
  transform: translateX(20px);
} */
.button-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.button-wrap button {
  padding: 0 6px;
}
.finder.smart-search {
  z-index: 1000;
  position: absolute;
  right: 0;
  border: 2px solid #5b78fb;
  border-radius: 50px;
  background: white;
  display: none;
  overflow: hidden;
}
.navbar-top.scroll .finder.smart-search > form {
  height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.finder.smart-search > form {
  height: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding-left: 10px;
}
.finder.smart-search > form > input,
.finder.smart-search > form > input:focus-visible {
  margin-right: 40px;
  border: none;
  outline: none;
}
button#showSearch {
  margin: 0 10px;
}
.search-clear {
  position: absolute;
  right: 0;
  display: none;
  margin: 0 10px;
}
.autocomplete-suggestions {
  border-radius: 20px;
}


/* #region mod_articles */
.module-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
.card-item {
  width: 45%;
  margin: 15px;
  -webkit-box-shadow: 1px 1px 20px 0px #b4b4b438;
          box-shadow: 1px 1px 20px 0px #b4b4b438;
  border-radius: 16px;
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
/* #endregion mod_articles */

/* #region mod_articles */
.module-schedule .module {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.module-schedule .module-item {
  flex: 1;
  overflow: hidden;
}
.custom-img-full {
  width: 100%;
  height: 100%;
}
.custom-img-full * {
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-vertical-center {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.custom-video {
  position: relative;
}
.custom-video::before{
  padding-top: 56.25%;
  content: "";
  display: block;
}
.custom-video > * {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* #endregion mod_articles */

/* #region banner */
.banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 70px 0;
  margin: auto;
  background: url(../images/blue-background.png) no-repeat left bottom / cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  /* margin-top: -71px; */
}
.banner-info {
  margin-right: 135px;
}
.banner-img {
  position: absolute;
  left: 70px;
  bottom: 10px;
  height: 95%;
}
.banner-info h1 {
  text-shadow: 0.5px 0.5px 2px black;
  z-index: 1;
  position: relative;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 2.2rem;
}
.banner-info .module {
  margin-top: 0;
}
.banner-info .module-item {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.banner-info .list_social a:hover {
  -webkit-box-shadow: 0 8px 25px rgb(229 233 255 / 40%);
          box-shadow: 0 8px 25px rgb(229 233 255 / 40%);
}
/* #endregion banner */

.page-main {
  overflow: hidden;
  /* padding-top: 56px; */
}
.item-page {
  margin-top: 56px;
  position: relative;
}
.item-page img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}
.item-page .article-info {
  position: absolute;
  right: -15px;
  top: -35px;
}
.item-page .article-info > .hits {
  background: #8b8b8b;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-weight: 500;
  margin: 0;
}
.article-info-term {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.item-page .page-header {
  margin-bottom: 40px;
  text-align: center;
}
.item-page .pagenav {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}
.item-page .pagenav a {
  display: block!important;
  background: #6b84fa;
  color: white;
  font-weight: bold;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  text-align: center;
  padding: 5px 10px;
}
.item-page .pagenav a:hover {
  -webkit-box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
  box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
}
.item-page .pagenav li {
  list-style-type: none;
}
.item-page .pagenav li.next {
  margin-left: auto;
}

.slider {
  margin-top: -70px;
}
.slider > div {
  height: auto!important;
  max-height: 100vh;
  overflow: hidden;
}
.carousel::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #29292985;
}
.carousel {
  margin-top: unset!important;
}
.carousel img {
  width: 100%;
}

.moduletable-main {
	margin-top: 56px;
}

.module {
	margin-top: 56px;
}
.module > .module-title {
  margin-bottom: 20px;
}
.module-item {
	-webkit-box-shadow: 1px 1px 20px 0px #b4b4b438;
	        box-shadow: 1px 1px 20px 0px #b4b4b438;
	border-radius: 16px;
	padding: 20px;
}

a.readmore {
  font-weight: 500;
  background: #5b78fb;
  border-radius: 22px;
  padding: 5px 15px;
  color: #fff;
}
a.readmore:hover {
  -webkit-box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
          box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
}

h3.module-title:after {
  content: '';
  height: 3px;
  width: 120px;
  background: #5b78fb;
  display: block;
  margin-top: 5px;
}

.page-footer {
  margin-top: 56px;
  padding-top: 20px;
  -webkit-box-shadow: 0 4px 42px rgb(88 113 151 / 12%);
          box-shadow: 0 4px 42px rgb(88 113 151 / 12%);
}
.page-footer > .module-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* flex-wrap: wrap; */
}
.page-footer .module-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
          justify-content: space-between;
}

.page-footer .module {
  margin: 10px;
}
.module-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-footer .module > .module-title {
  font-size: 22px;
  margin-bottom: 10px;
}
.page-footer .module .module-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: none;
  padding: 20px;
  padding-top: 0;
}
.page-footer .module .module-item .banner-link > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-footer .module .module-item .banner-link > p a {
  margin: 10px;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
          box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}
.page-footer .module .module-item .banner-link > p a:hover {
  -webkit-box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
          box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
}
.menu-footer {
  font-size: 14px;
}

.list_social {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_social a {
  width: 60px;
  height: 60px;
  font-size: 26px;
  outline: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  color: #0b0d13;
  background: #f3f3f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 10px;
}
.list_social a:hover {
  -webkit-box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
          box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
  background: #5b78fb;
  color: #fff;
}
.list_social i:hover {
  color: #fff;
}
.list_social i > img {
  display: none;
}
.list_social > li {
  list-style: none;
}

/*#region mod_articles_category*/
.category-module {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -15px;
    flex-wrap: wrap;
	}
	a.mod-articles-category-title {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 14px;
	}
	.category-module .card-item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    background: white;
	}
	.module.background-black,
  .module.background-gray,
  .background-black,
  .background-gray {
		background: url(../images/black-background.png) no-repeat center / cover;
    padding: 20px 40px;
    border-radius: 50px 0 50px 0;
	}
  .module.background-gray,
  .background-gray {
		background: url(../images/gray-background.png) no-repeat left bottom / cover;
	}

/*#endregion mod_articles_category*/

/*#region jlgroupprocustom (social)*/
.social-module {
  max-width: 380px;
}
.social-module > .background-black {
  padding: 10px 20px;
  border-radius: 50px;
  overflow: hidden;
}
.jlgroupprocustom {
  padding-top: 60px;
  padding-bottom: 20px;
  min-width: 300px;
  max-width: 300px;
}
[class*=jltab1-], [class*=jltab2-], [class*=jltab3-], [class*=jltab4-], [class*=jltab5-] {
  top: -50px;
  width: 60px;
  left: calc(50% - 120px);
  border-radius: 20px;
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
[class*=jltab]:hover {
  -webkit-box-shadow: 0 8px 25px rgb(195 204 255 / 49%);
          box-shadow: 0 8px 25px rgb(195 204 255 / 49%);
}
[class*=jltab]:hover i {
  color: #5b78fb;
}
[class*=jltab2-] {
  left: calc(50% - 30px);
}
[class*=jltab3-] {
  left: calc(50% + 60px);
}
div[class*=csstabs] input:checked + * *:first-child:not(iframe) {
  cursor: pointer;
  background-color: #5b78fb;
  color: white;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*#endregion jlgroupprocustom (social)*/

/* #region mod_finder */
.search-results {
  margin-top: 20px;
}
.search-results > li {
  margin-bottom: 35px;
}
fieldset.word {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
fieldset.word > label {
  display: none;
  visibility: hidden;
}
fieldset.word > input.inputbox {
  border: 2px solid #5b78fb;
  border-radius: 50px;
  flex: 1;
  padding: 10px;
}
fieldset.word > button {
  margin: 0 20px;
  background: #5b78fbe6;
  color: white;
  padding: 5px 40px;
  border-radius: 50px;
  font-weight: 600;
  outline: none;
  border: none;
}
/* #endregion mod_finder */

.blog img {
    max-width: 95%;
    object-fit: contain;
    height: auto;
}
.blog .pagination {
  flex-direction: column;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
.pagination li {
  list-style: none;
  margin: 0 10px;
  min-width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.counter.pull-right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: center;
}
span.pagenav:not(.pagination-start > .pagenav):not(.pagination-prev > .pagenav) {
  -webkit-box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
  box-shadow: 0 8px 25px rgb(0 41 255 / 40%);
  width: 100%;
  height: 100%;
  background: #6b84fa;
  color: white;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-start a,
.pagination-prev a,
.pagination-next a,
.pagination-end a {
  display: block!important;
}
