@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
.clamp-1 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-2 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp-3 {
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.scrollbar {
    overflow-y: overlay;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000;
}

.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.owl-next {
    position: absolute;

    top: 50%;
    right: 0;

    transform: translateY(-50%);
}

.owl-nav > div {
    background-color: #000;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid #1e3d37;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hover-zoom:hover img {
    transform: scale(1.05);
}
.hover-zoom {
    overflow: hidden;
}
.owl-dots .owl-dot {
    width: 32px;
    height: 2px;
    background: #ddd;
    margin: 0px 2px;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.owl-dots .owl-dot.active {
    background: #000;
}

.loginForm_header::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    height: 5px;
    background: #1eaab3;
}

.loginForm_header.active{
    transform: translate(0, 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.5);
}

.loginForm_header input[type="password"]::placeholder{
    text-align: center;
}

.box-main-menu.active{
    transform: translate(0);
}

.btn-check-active.active{
    background: #1eaab3;
    color: #fff;
}

.btn-check-active.active svg{
    fill: #fff;
}

.slider-home .slider-title{
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}

.text-shadow{
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.75);
}

.slider-home .slider-title span{
    display: inline-block;
    opacity: 0;
    transition: all 2.4s ease-out 0.1s;
    transform: scale(0.8, 0.8);
}

.slider-home .owl-item.active .slider-title span{
    opacity: 1;
    transform: scale(1.1, 1.1);
}

.slider-home .mol_ani svg .mol_circle path{
    transition-delay: 0.7s;
    transition-duration: 3s;
    opacity:0;
    transition: all 1.5s ease-out 0.4s;	
}

.slider-home .owl-item.active .mol_ani svg .mol_circle path{
    opacity:1;
}

.slider-home .mol_ani svg .mol_pent path, .slider-home .mol_ani svg .mol_lines path{
    transition-delay: 1.2s;	
	transition-duration: 8s;
    stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	transition: all 6s linear;
}

.slider-home .mol_ani svg .mol_lines path{
    transition-delay: 1.5s;	
}

.slider-home .owl-item.active .mol_ani svg .mol_pent path, .slider-home .owl-item.active .mol_ani svg .mol_lines path{
    stroke-dashoffset: 0;
}

.home-content .box_content p{
    margin-bottom: 38px;
}

.home-content .box_content a{
    color: #1eaab3;
}

.box-btn-contact::before{
    content: '';
    display: block;
    height: 100%;
    width: 5px;
    background: #fff;
    position: absolute;
    top: 0;
    left: -5px;
}

.box-contact-fixed.active{
    transform: translate(0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.box-contact-fixed.active .box-btn-contact .icon-contact, .box-contact-fixed.active .box-btn-contact span {
    opacity: 0;
}

.box-contact-fixed.active .box-btn-contact .icon-close{
    opacity: 1;
}

.faq_item.active{
    background: #eaf1c7;
}

.faq_item.active button{
    bottom: 0;
    transform: translateY(0);
    height: 21px;
}

.faq_item.active .icon-FAQ-icon, .faq_item.active .icon-read{
    opacity: 0;
}

.faq_item.active button span{
    display: none;
}

.faq_item.active .icon-arrow{
    opacity: 1;
}

.page-about-content .box_content p{
    margin-bottom: 30px;
}

.box_content p:last-child{
    margin-bottom: 0;
}

.page-about-content .content-main p:first-child, .page-article-content .box_content p:first-child{
    color: #522d80;
    font-size: 24px;
    line-height: 1.375;
    margin-bottom: 45px;
}

.box_content ul{
    margin: 16px 0;
    padding-left: 40px;
    list-style: disc;
}

.box_content p[style="text-align: center;"] image, .box_content p[style="text-align: center;"] iframe{
    margin: 0 auto;
}

footer .logo-footer{
    max-height: 53px;
}

.aniFlash{
    -webkit-animation-name: flash;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
}

@keyframes flash{
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.text-button i{
  display: inline-block;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  font-style: normal;
}
.text-button i.in{
  animation: ani-rotate-in .6s forwards;
}
.text-button i.out{
  animation: ani-rotate-out .6s forwards;
}

@keyframes ani-rotate-in{
  0% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0);
  }
}
@keyframes ani-rotate-out{
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(-180deg);
  }
}

.list-menu li{
    font-size: 20px;
}

.btn-show-video{
    bottom: 80px;
}

.text-button{
    color: #0e7941;
}

.text-button b:not(:first-child) .in{
    color: #b8202c;
}

.slider-home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-contact-map iframe{
    width: 100%;
}

@media(max-width:1023px){
    /*.btn-open-menu{
        position: absolute;
        padding: 12px;
        top: 0;
        right: 0;
    }*/

    .pt-\[127px\]{
        padding-top: 72px;
    }
}

@media(min-width:768px){
    .slider-title{
        font-size: 30px;
    }
}

@media(max-width:767px){
    .box-btn-contact{
        bottom: 0;
    }

    .box-contact-fixed{
        bottom: 10px;
    }

    .box-contact-fixed .icon-contact{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .btn-open-menu{
        position: absolute;
        padding: 12px;
        top: 0;
        right: 0;
    }
}

@media(min-width:640px){
    .home-content .box_content p{
        margin-bottom: 45px;
    }

    .box-main-menu{
        width: 350px;
    }

    .list-menu{
        padding: 80px 30px 0;
    }

    .btn-close-main-menu{
        top: 25px;
        right: 30px;
    }
}

@media(max-width:639px){
    .box-main-menu .list-menu{
        padding-top: 80px;
    }

    .page-about-content .content-main p:first-child{
        font-size: 20px;
        margin-bottom: 38px;
    }

    .logo-header img{
        height: 40px;
        width: auto;
    }

}