@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --bs-body-font-size: 14px;
    --bs-dropdown-font-size: 14px;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #f5f5f5;
}

img,iframe {
    max-width: 100%;
}
.iframe-w-100 iframe {
    width: 100%;
}
.dark-bg,
.btn:hover,
.btn:focus,
.btn.active,
.carousel-indicators .active {
	box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: inset 0 0 100px 100px rgba(0, 0, 0, 0.2) !important;
    opacity: 1 !important;
}
.btn-link:hover,
.btn-link:focus,
.btn-link.active {
    box-shadow: unset !important;
	-moz-box-shadow: unset !important;
	-webkit-box-shadow: unset !important;
}
.btn.collapsed[data-bs-toggle="collapse"] i.fa-chevron:before {
    content: "\f078";
}
.btn[data-bs-toggle="collapse"] i.fa-chevron:before {
    content: "\f077";
}
.link-primary:hover,
.link-primary:focus,
.link-primary.active {
    /* filter: brightness(0.8); */
    filter: saturate(0.8);
}
a,
button,
input {
  -webkit-transition: all .3s ease 0s !important;
  -o-transition: all .3s ease 0s !important;
  transition: all .3s ease 0s !important
}
a:hover .fa-arrow-right,
a:hover .fa-arrow-left,
button:hover .fa-arrow-left,
button:hover .fa-arrow-right {
    animation: headShake;
    animation-duration: 2s;
}
.link-primary:hover,
.link-primary:focus,
.link-primary.active {
    /* filter: brightness(0.8); */
    filter: saturate(0.8);
}
.dark-bg.level-2 {
    box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, 0.4) !important;
	-moz-box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, 0.4) !important;
	-webkit-box-shadow: inset 0 0 200px 200px rgba(0, 0, 0, 0.4) !important;
}
.img-monochrome {
    filter: grayscale(100%);
}
.rounded-cs-1 {
    border-radius: 18px 7px 18px 7px;
}
.hover-scale {
	opacity: 0.9;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
    -webkit-transition: all .3s ease 0s !important;
    -o-transition: all .3s ease 0s !important;
    transition: all .3s ease 0s !important
}

.hover-scale:hover {
	opacity: 1;
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}
.hover-scale.hover-bg-primary:hover * {
    color: #fff !important;
}
section.topmark {
    position: relative;
}
section.topmark:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 6px;
    background-color: var(--bs-primary);
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) !important;
}
ul.list-style-0 {
    list-style: none ;
}
.list-group-item.active {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}
.sticky-top {
    top: 5rem;
}
/* font */
.fs-cs-1 {
    font-size: 4rem !important;
}

/* custom label colon */
label .required {
    color: #dc3545;
}
@media only screen and (min-width:576px) {
    label.colon {
        position: relative;
    }
    label.colon:after {
        position: absolute;
        content: ":";
        right: 0;
        top: .5rem
    }
}

/* Loading */
.loading {
    top: 0;
    z-index: 1021;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    height: 100vh;
    width: 100%;
    text-align: center;
}
.loading span {
    position: relative;
    background-image: url("../images/button/loading.gif");
    background-repeat: no-repeat;
    width: 80PX;
    height: 80px;
    display: inline-block;
    background-size: 100%;
    background-position: 50% 50%;
    top: 50%;
    margin-top: -40px;
}

/* Dropdown 2 Level */
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: block;
}
@media (min-width: 992px) {
    .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
    .dropdown-menu .dropdown-submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .dropdown-submenu {
        display: block;
    }
}

/* Custom Grid */
@media (min-width:992px) {
    .col-lg-5th-1 {
        max-width: 20%
    }
}
@media (min-width:768px) {
    .col-md-5th-1 {
        max-width: 20%
    }
}

/* Header */
header .navbar-nav a:hover {
    padding-top: .25rem !important;
}

/* custom animate */
.animate__animated.s1-5 {
    --animate-duration: 1.5s;
 }
.animate__animated.s12 {
    --animate-duration: 12s;
 }
/* Carousel */
.carousel-cs-1 .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 10px;
}
.carousel-cs-1 .carousel-indicators .active {
    width: 50px;
}
.carousel-cs-1 .carousel-control-prev span,
.carousel-cs-1 .carousel-control-next span {
    width: 50px;
    height: 50px;
}
.carousel-cs-2 .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
}
.carousel-cs-2 .carousel-indicators .active {
    width: 30px;
}
.carousel-cs-2 .carousel-control-prev span,
.carousel-cs-2 .carousel-control-next span {
    width: 30px;
    height: 30px;
}

/* carousel statistics */
@media (max-width: 767px) {
    #statsCarousel .carousel-inner .carousel-item > div {
        display: none;
    }
    #statsCarousel .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
    #statsCarousel .carousel-inner .carousel-item-end,
    #statsCarousel .carousel-inner .carousel-item-start {
        visibility: hidden;
    }
}

#statsCarousel .carousel-inner .carousel-item-next,
#statsCarousel .carousel-inner .carousel-item-prev,
#statsCarousel .carousel-inner .carousel-item.active {
    display: flex;
}
#statsCarousel .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 10px;
}
#statsCarousel .carousel-indicators .active {
    width: 30px;
}

/* medium and up screens */
@media (min-width: 768px) {
    #statsCarousel .carousel-inner .carousel-item-end.active,
    #statsCarousel .carousel-inner .carousel-item-next {
        transform: translateX(20%);
    }
    #statsCarousel .carousel-inner .carousel-item-prev,
    #statsCarousel .carousel-inner .carousel-item-start.active {
        transform: translateX(-20%);
    }
}

#statsCarousel .carousel-inner .carousel-item-end,
#statsCarousel .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

/* End Carousel */

/* Landing */
/* Headline */
.headlineBox:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
}
.headlineBox:after {
    position: absolute;
    content: "";
    background-image: url('../images/resource/headline-bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0.5;
}
@media (max-width: 767px) {
    .headlineBox .textBox {
        padding: 20px;
    }
}
.landing-search .select2-selection {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

/* faq */
.faq .btn {
    color: var(--bs-primary) !important;
}
.faq .btn.collapsed {
    color: var(--bs-dark) !important;
}
/* End Landing */

/* Article Page */
.article-box .wrapper-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
    /* .article-box:hover img {
        display: none;
    }
    .article-box:hover .wrapper-text p {
        overflow: unset;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
    } */
    .article-box .readmore {
        display: none;
    }
    .article-box:hover .readmore {
        display: block;
    }
}
/* End Article Page */

.top-box-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

/*--
    custom pagination
-----------------------------------------*/
.pager {
    margin: 20px;
    text-align: center;
}

ul.pagination, ul.yiiPager {
    display: block;
    text-align: center;
}
ul.pagination li, ul.yiiPager li {
    margin: 2px;
    display: inline-block;
}
ul.pagination li span, ul.yiiPager li span {
    padding: 5px 10px;
    display: block;
}
ul.pagination li a, ul.yiiPager li a {
    line-height: unset;
    border-bottom: none;
    background: #fff;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    font-weight: 600;
    /* width: 30px;
    height: 30px; */
    line-height: 27px;
    text-align: center;
    padding: 7px 15px !important;
}
ul.pagination li.prev a, ul.pagination li.previous a, ul.pagination li.first a, ul.pagination li.next a, ul.pagination li.last a, ul.yiiPager li.prev a, ul.yiiPager li.previous a, ul.yiiPager li.first a, ul.yiiPager li.next a, ul.yiiPager li.last a {
    white-space: nowrap;
    width: unset;
    padding: 0 10px;
    border-radius: 5px;
}
ul.pagination li.active a, ul.pagination li.active a:hover, ul.pagination li.selected a, ul.pagination li.selected a:hover, ul.yiiPager li.active a, ul.yiiPager li.active a:hover, ul.yiiPager li.selected a, ul.yiiPager li.selected a:hover {
    color: #fff !important;
}
ul.pagination .hidden {
    display: none;
}

/* custom datepicker */
.datepicker {
    z-index: 100 !important;
}

/* Footer */
footer .wave-box {
    height: 100px;
    width: 100%;
    top: -100px;
}
footer .wave {
    background-image: url('../images/resource/wave2-bg.png');
    position: absolute;
    top: 0;
    width: 7680px;
    height: 100px;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    background-size: auto;
    background-position: 0 0;
    background-repeat: repeat-x;
    left: 0;
}
  
footer .wave:nth-of-type(2) {
    background-image: url('../images/resource/wave2-bg.png');
    background-position: 150px 0;
    animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
}
  
  @keyframes wave {
    0% {
      margin-left: 0;
    }
    100% {
      margin-left: -1920px;
    }
  }
  
  @keyframes swell {
    0%, 100% {
      transform: translate3d(0,-25px,0);
    }
    50% {
      transform: translate3d(0,5px,0);
    }
  }

  
footer .social img {
    height: 25px;
}
footer #btn-back-to-top i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}