:root {
    --main-color: #00984a;
    --sub-color: #f4aa1c;
    --bg-main: rgba(246, 232, 193, .86);
    --bg-sub: #f4aa1c;
    --text-main: #00984a;
    --text-sub: #f4aa1c
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

a {
    text-decoration: none;
    color: inherit
}

.text-red,
.error {
    color: red
}

.no-border {
    border: 0 !important;
    box-shadow: none !important
}

.fit-content {
    width: fit-content
}

.tranform-none {
    transform: none !important
}

.bg-main,
.text-main {
    color: var(--text-main)
}

.bg-sub,
.text-sub {
    color: var(--sub-color)
}

.border-custom {
    border: 1px solid #9c9997
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.h7,
.fs-7 {
    font-size: .75rem
}

.form-floating.form-floating-sm>.form-control,
.form-floating.form-floating-sm>.form-control-plaintext,
.form-floating.form-floating-sm>.form-select {
    height: calc(3rem + var(--bs-border-width) * 2);
    min-height: calc(3rem + var(--bs-border-width) * 2);
    line-height: 1
}

.form-floating.form-floating-sm>.form-control-plaintext~label:after,
.form-floating.form-floating-sm>.form-control:focus~label:after,
.form-floating.form-floating-sm>.form-control:not(:placeholder-shown)~label:after,
.form-floating.form-floating-sm>.form-select~label:after {
    height: 1.25em
}

.form-floating.form-floating-sm>label {
    top: -3px;
    padding: .875rem
}

.btn-search {
    background-color: var(--main-color);
    color: #fff
}

.btn-search:hover {
    background-color: #c87d3d;
    color: #fff
}

.img-res {
    overflow: hidden;
    position: relative;
    padding-top: 100%
}

.img-res img {
    position: absolute;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.img-text {
    overflow: hidden;
    position: relative
}

.img-text .img-p {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-image: linear-gradient(transparent, #000);
    width: 100%;
    padding: 1.5rem
}

.box-orient,
.line-clamp-4,
.line-clamp-3,
.line-clamp-2,
.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.line-clamp-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4
}

.pagination .page-link {
    color: #000
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: var(--bg-main);
    border-color: var(--bg-main);
    color: #fff
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.call-now {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 266666600 !important
}

.btn-register-link {
    background: #00b1af;
    line-height: 1.3;
    padding: .8em 1em;
    cursor: pointer;
    color: #fff;
    font-weight: 900;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 10px;
    width: 300px
}

.mh-contact {
    background-color: transparent;
    cursor: pointer;
    height: 110px;
    visibility: visible;
    width: 110px
}

.mh-alo-ph-circle {
    background-color: transparent;
    border: 2px solid #ff8114;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 16px;
    height: 85px;
    width: 84px;
    opacity: .5
}

.mh-alo-ph-circle-fill {
    background-color: #ff811480;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 28px;
    opacity: .75 !important;
    position: absolute;
    top: 28px;
    transition: all .5s ease 0s;
    width: 60px
}

.mh-img-circle {
    background: #ff8114;
    border: 2px solid transparent;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    opacity: .7;
    position: absolute;
    top: 38px;
    left: 39px;
    transform-origin: 50% 50% 0;
    transition: all .2s ease-in-out 0s;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center
}

.grecaptcha-badge {
    visibility: hidden !important
}

::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555
}

html {
    font-size: 16px
}

body {
    font-family: MADEOuterSans-Light, sans-serif
}

.sec_title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-main)
}

@media (min-width: 767px) {
    .sec_title {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .sec_title {
        font-size: 1.875rem
    }
}

.sec_p {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-main)
}

@media (min-width: 767px) {
    .sec_p {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .sec_p {
        font-size: 1.875rem
    }
}

.main-br {
    border-radius: 10px
}

p {
    margin-bottom: 0
}

.title-content {
    font-size: 1rem
}

@media (min-width: 767px) {
    .title-content {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .title-content {
        font-size: 1.625rem
    }
}

.logo-slogan {
    font-size: .5rem;
    font-style: italic;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
    color: var(--main-color);
    width: 120px
}

@media (min-width: 767px) {
    .logo-slogan {
        width: 180px
    }
}

@media (min-width: 1200px) {
    .logo-slogan {
        width: 240px
    }
}

.section_staff .wrap-block {
    border: 4px solid var(--main-color);
    border-radius: 15%;
    overflow: hidden;
    position: relative
}

.section_staff .position-relative {
    height: 100%
}

.section_staff .position-image {
    position: absolute;
    top: -6%;
    right: 8%;
    width: 180px;
    background-color: #fff
}

.section-background,
main .block12,
main .block10,
main .block9,
main .block5,
main .block4,
main .block3,
main .block2,
main .block1 {
    background-image: linear-gradient(transparent, #f8f0e5)
}

.section-background-sub {
    background-image: linear-gradient(to bottom, #fdfdfd, #f2f2f2)
}

.item-news {
    padding: 1rem;
    border-radius: 5px;
    background: #2d2d2d
}

.item-news .news-date {
    color: #959595;
    padding: 0 0 0 10px;
    display: flex;
    align-items: center;
    gap: 6px
}

.item-news .news-title {
    font-weight: 700
}

.item-news .news-description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

@media (min-width: 1200px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
        right: 0;
        left: auto
    }
}

.navbar {
    top: 0;
    width: 100%;
    z-index: 20;
    transition: all .3s;
    box-shadow: 0 2px 10px #00000014;
    background-color: #00984a
}

.navbar .navbar-brand {
    padding: 0
}

.navbar .nav-link {
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem
}

.offcanvas {
    background-color: var(--main-color)
}

header .wrap {
    background-color: var(--main-color-dark)
}

header .wrap .nav-link {
    color: #fff;
    font-weight: 600;
    padding: .25rem
}

header .navbar .nav-link {
    font-weight: 600;
    padding: .25rem
}

@media (min-width: 576px) {
    header .navbar .nav-link {
        padding: .5rem 1rem
    }
}

header .navbar-toggler {
    background-color: var(--bg-sub);
    top: 27%;
    right: 0;
    z-index: 10;
    padding: .5em .75em
}

header .navbar-toggler:focus {
    box-shadow: none
}

.banner-video video {
    width: 100%;
    height: calc(100vh - 110px);
    margin-bottom: -7px;
    background-color: rgb(var(--color-gray-200))
}

.banner-video .position-absolute {
    bottom: 7%;
    left: 50%;
    transform: translate(-50%)
}

.banner-video .position-absolute h1 {
    font-size: 2rem;
    color: #fff
}

@media (min-width: 576px) {
    .banner-video .position-absolute h1 {
        font-size: 3rem
    }
}

@media (min-width: 992px) {
    .banner-video .position-absolute h1 {
        font-size: 3.5rem
    }
}

.banner-video .position-absolute ul li {
    padding: .25rem;
    border-radius: 32px;
    box-shadow: 0 0 0 .1rem #b6b4b3;
    color: #fff;
    font-weight: 700
}

.banner-video .position-absolute ul li img {
    width: 40px;
    height: 40px;
    border: solid 2px #b6b4b3;
    border-radius: 50%
}

.main-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2
}

.main-menu .menu-link:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.main-menu .project {
    position: static
}

.main-menu .project .dropdown-menu {
    left: 0
}

.mainSlider {
    position: relative
}

.mainSlider .swiper-button-next:after,
.mainSlider .swiper-button-prev:after {
    color: #e5eeee;
    font-weight: 700;
    font-size: calc(var(--swiper-navigation-size) - .75rem)
}

@media (min-width: 767px) {

    .mainSlider .swiper-button-next:after,
    .mainSlider .swiper-button-prev:after {
        font-size: var(--swiper-navigation-size)
    }
}

@media (min-width: 576px) {
    .mainSlider .swiper-button-prev {
        left: 5%
    }

    .mainSlider .swiper-button-next {
        right: 5%
    }
}

.mainSlider .swiper-image {
    height: calc(100vh - 174px)
}

.mainSlider .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.mainSlider .image-title {
    position: absolute;
    left: 15%;
    bottom: 20%;
    width: 300px
}

.mainSlider .image-title p {
    font-size: 1.25rem;
    color: #000;
    text-shadow: 0px 4px 15px #ffffff
}

@media (min-width: 992px) {
    .mainSlider .image-title p {
        font-size: 2.875rem;
        color: #000;
        text-shadow: 0px 4px 15px #ffffff
    }
}

.menu-wrap .navbar-nav .nav-link {
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
    font-weight: 600
}

.menu-wrap .navbar-nav .nav-link:hover {
    background: linear-gradient(to bottom, #000000a6, #0000)
}

.menu-wrap .input-group-search button {
    color: #ced4da
}

.menu-wrap .input-group-search input::placeholder {
    color: #ced4da
}

.menu-wrap .header-project {
    position: relative
}

.menu-wrap .header-project .title {
    position: absolute;
    bottom: 0;
    white-space: pre-line;
    color: #fff;
    font-weight: 600
}

.menu-wrap .header-project img {
    height: 200px;
    object-fit: cover;
    filter: brightness(80%)
}

.mainBanner {
    position: relative
}

.mainBanner .main-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 2
}

.mainBanner .banner-left img {
    height: 500px
}

a.custom {
    color: inherit
}

a.custom:hover {
    color: var(--sub-color)
}

.btn-hover:hover {
    background-color: var(--bg-sub);
    border: 1px solid var(--bg-sub)
}

.btn-custom {
    cursor: pointer;
    padding: 7px 26px 6px;
    border: 1px solid var(--text-sub);
    background: transparent;
    color: var(--text-sub);
    font-weight: 600
}

.btn-custom:hover {
    background: var(--bg-sub);
    color: #fff
}

@media (min-width: 767px) {
    .btn-custom {
        padding: 10px 30px 8px
    }
}

@media (min-width: 992px) {
    .btn-custom {
        padding: 14px 35px 13px
    }
}

a.btn-custom {
    color: var(--text-sub)
}

.btn-custom-bg {
    background-color: var(--bg-sub);
    color: #fff
}

.read-more {
    font-size: smaller;
    text-decoration: underline;
    color: var(--text-main);
    transition: color .5s ease
}

.read-more:hover {
    color: var(--text-sub)
}

main .sec_h {
    font-size: 1.5rem;
    color: var(--text-main)
}

main .sec_h sup {
    font-size: 1.25rem
}

main .sec_p {
    font-size: .75rem;
    color: var(--text-main)
}

main .block_img {
    font-size: 1.675rem;
    color: var(--text-main)
}

main .block_img span {
    font-size: smaller;
    color: #9c9997
}

main .block_banner .banner-image {
    position: absolute;
    width: 90%;
    left: 50%;
    bottom: 5%;
    margin: 0 auto;
    transform: translate(-50%, -5%)
}

@media (min-width: 992px) {
    main .block_banner .banner-image {
        width: 80%
    }
}

main .block1 .logo {
    max-width: 200px
}

@media (min-width: 767px) {
    main .block1 .logo {
        max-width: 250px
    }
}

@media (min-width: 1200px) {
    main .block1 .logo {
        max-width: 350px
    }
}

main .block1 .img-text .img-p {
    background-image: none;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0
}

@media (min-width: 767px) {
    main .block1 .img-text .img-p {
        font-size: 1.5rem
    }
}

@media (min-width: 992px) {
    main .block1 .img-text .img-p {
        font-size: 1.625rem
    }
}

@media (min-width: 1200px) {
    main .block1 .img-text .img-p {
        font-size: 1.75rem
    }
}

main .block2 .list-number li {
    display: flex;
    align-items: center
}

main .block2 .list-number li .number {
    color: var(--main-color);
    font-size: 3rem;
    font-weight: 700;
    margin-right: 1.5rem
}

main .block3 .position-absolute-block {
    position: initial
}

@media (min-width: 992px) {
    main .block3 .position-absolute-block {
        position: absolute;
        top: 20%;
        right: 5%;
        z-index: 10
    }
}

main .block4 {
    color: var(--text-main)
}

main .block4 .swiper-slide {
    height: auto
}

main .block4 figure {
    border-radius: 1rem;
    overflow: hidden
}

main .block4 .title-content {
    width: 100%;
    padding: 1rem;
    text-align: center
}

main .block4 .title-content h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

main .block5 .swiper-slide {
    height: auto
}

main .block5 figure {
    border-radius: 1rem;
    overflow: hidden
}

main .block5 .title-content {
    width: 100%;
    padding: 1rem;
    text-align: center
}

main .block5 .title-content h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2
}

main .block_partner .swiper-slide img {
    max-height: 80px
}

main .block6 {
    background-color: #f8f0e5;
    color: #000
}

main .block6 figure {
    border-radius: 1.5rem;
    overflow: hidden
}

main .block9 {
    color: #fff
}

main .block9 figure {
    border-radius: 1.5rem;
    overflow: hidden
}

main .block10 h1 {
    font-size: 5rem;
    font-weight: 700
}

main .block10 p {
    font-size: 1.5rem;
    font-weight: 700
}

main .block10 .social {
    margin-right: 1.5rem
}

main .block10 .social img {
    height: 55px
}

main .block11 .container {
    border-radius: 1.5rem
}

main .block13 {
    color: #fff
}

main .block13 .position {
    position: relative
}

main .block13 .position .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.875rem;
    font-weight: 700
}

@media (min-width: 576px) {
    main .block13 .position .content {
        font-size: 3.5rem
    }
}

@media (min-width: 992px) {
    main .block13 .position .content {
        font-size: 5.5rem
    }
}

td {
    border: 1px solid rgba(51, 51, 51, .2117647059);
    padding: 10px
}

.category-title {
    font-size: 2rem;
    border-top: 10px solid #00b0ae;
    padding-top: 15px;
    width: fit-content
}

.mission_dot {
    width: 100%;
    height: 85px;
    text-align: center
}

.mission_dot span {
    width: 20px;
    height: 20px;
    background-color: #63e6e4;
    float: left;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

#about p {
    text-align: justify
}

#footer {
    background-image: url(/upload/images/landing_page/onehappiness/footer.png);
    color: #fff
}

#footer .footer-container {
    position: relative;
    z-index: 2
}

#footer .footer-row {
    padding: 3rem 0px;
    border-bottom: solid 1px var(--sub-color)
}

#footer .footer-copyright {
    padding: 25px 0
}

#footer .social img {
    height: 35px
}

#footer .social li {
    margin-right: 1rem
}

#footer .social li:last-child {
    margin-right: 0
}

#footer ul li a {
    color: #fff
}

#footer ul li a:hover {
    color: var(--main-color)
}

#footer .menu-footer {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase
}

#footer .menu-footer li {
    margin-bottom: .75rem
}

#footer .copyright {
    color: #bdcbcb;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .75rem
}

#footer .copyright a {
    color: #bdcbcb
}

#fixed-social-network {
    position: fixed;
    top: 25%;
    right: -125px;
    z-index: 9
}

#fixed-social-network a img {
    height: 100%;
    margin-right: 20px
}

#fixed-social-network>a {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    width: 165px;
    transform: translate(0);
    background: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease
}

#fixed-social-network>a>svg {
    margin-right: 20px
}

#fixed-social-network>a:hover {
    transform: translate(-120px)
}

#fixed-social-network>a.fb-icon {
    background: #3b5998;
    color: #fff
}

#fixed-social-network>a.ins-icon {
    background: #c32aa3;
    color: #fff
}

#fixed-social-network>a.yt-icon {
    background: red;
    color: #fff
}

#fixed-social-network>a.tw-icon {
    background: #00b6f1;
    color: #fff
}

#fixed-social-network>a.gg-icon {
    background: #df4a32;
    color: #fff
}

#fixed-social-network>a.linkedin-icon {
    background: #0077b5;
    color: #fff
}

#fixed-social-network>a#back-to-top {
    background: #144d84;
    color: #fff
}

.back-to-top {
    position: fixed;
    bottom: 100px;
    right: 15px;
    z-index: 9;
    transition: all 1s ease-in-out;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    top: initial !important
}

.back-to-top img {
    width: 25px;
    filter: brightness(0) invert(1)
}

.popup {
    position: fixed;
    width: 416px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
    z-index: 10
}

#popup-right {
    bottom: 0;
    right: 0;
    translate: none;
    transform: translate(47%)
}

#popup-left {
    bottom: 0;
    left: 0;
    translate: none;
    transform: translate(-47%)
}

.popup img {
    max-width: 100%;
    width: 100%
}

.popup.show {
    opacity: 1;
    visibility: visible
}

.booking-box-bottom {
    position: fixed;
    bottom: 375px;
    right: 10px;
    z-index: 99
}

.booking-box-bottom a {
    color: var(--sub-color)
}

.contact-box-bottom {
    position: fixed;
    bottom: 10%;
    right: 10px;
    z-index: 99;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.contact-box-wrapper {
    display: block;
    align-items: center;
    background: #fff;
    margin-bottom: 10px;
    padding: 6px 8px;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000014;
    color: #000;
    width: fit-content;
    margin-left: auto
}

@media (min-width: 767px) {
    .contact-box-wrapper {
        padding: 10px 14px
    }
}

.contact-icon-box {
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
    border: 1px solid #e5e5e5;
    border-radius: 999px
}

.contact-info span {
    color: #868686;
    font-size: 12px;
    display: block
}