@import "https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";.poppins-light {
    font-family: "Poppins",sans-serif!important;
    font-weight: 300;
    font-style: normal
}

.poppins-extrabold {
    font-family: "Poppins",sans-serif!important;
    font-weight: 800;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,body {
    overflow-x: hidden!important
}

body {
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding-top: 148px
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.2
}

h1,.h1 {
    font-size: 72px;
    line-height: 1.5em;
    font-weight: 800
}

h2,.h2 {
    font-size: 50px
}

h3,.h3 {
    font-size: 32px;
    line-height: 1.4em
}

h5,.h5 {
    font-size: 24px
}

h6,.h6 {
    font-size: 21px
}

.fs-14 {
    font-size: 14px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px;
    line-height: 1.7
}

.fs-20 {
    font-size: 20px
}

.fs-24 {
    font-size: 24px
}

.fs-30 {
    font-size: 30px
}

.fs-36 {
    font-size: 36px
}

.fs-40 {
    font-size: 40px
}

.fs-42 {
    font-size: 42px
}

.mr-0 {
    margin-right: 0!important
}

.mt--16 {
    margin-top: -16px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-42 {
    margin-top: 42px
}

.mt-48 {
    margin-top: 48px
}

.mt-45 {
    margin-top: 45px
}

.mt-50 {
    margin-top: 50px
}

.mb-0 {
    margin-bottom: 0
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-120 {
    margin-bottom: 120px
}

@media only screen and (max-width: 1024px) {
    .mb-120 {
        margin-bottom:90px
    }
}

.mr-28 {
    margin-right: 28px
}

.pt-12 {
    padding-top: 12px
}

.pt-18 {
    padding-top: 18px
}

.pt-24 {
    padding-top: 24px
}

.pt-40 {
    padding-top: 40px
}

.pd-30 {
    padding: 100px 0
}

@media only screen and (max-width: 1024px) {
    .pd-0 {
        padding:0
    }
}

.pb-40 {
    padding-bottom: 40px
}

.line-h17 {
    line-height: 1.7
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto
}

ul,li {
    list-style-type: none;
    margin-bottom: 0
}

a {
    text-decoration: none;
    color: unset;
    transition: all .3s;
    cursor: pointer;
    font-family: "Poppins";
    display: inline-block
}

a:hover {
    color: #FF5240;
    transition: all .3s
}

.center {
    text-align: center
}

.color-main {
    color: #FF5240
}

.color2 {
    color: #b9b9b9!important
}

@media only screen and (max-width: 610px) {
    .customg .container {
        padding-left:20px!important;
        padding-right: 20px!important
    }
}

@media only screen and (max-width: 1024px) {
    .reverse {
        flex-direction:column-reverse
    }

    .d-m-none {
        display: none
    }
}

@media only screen and (min-width: 1025px) {
    .m-none {
        display:none
    }
}

.divider {
    background: #ffffff4d;
    height: 1px;
    width: 100%;
    margin: 10px 0
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header.is-fixed {
    opacity: 0;
    visibility: hidden;
    top: -148px;
    transition: all ease .4s;
    border-bottom: 1px solid #ddd;
    height: 90px
}

.header.is-fixed.is-small {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: #fff
}

.header .header__right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end
}

@media only screen and (max-width: 1024px) {
    .header .header__right {
        align-items:unset
    }
}

.header .header__right .m-button {
    display: none;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease;
    margin-left: 30px
}

@media only screen and (max-width: 1024px) {
    .header .header__right .m-button {
        display:block
    }
}

.header .header__right .m-button::before,.header .header__right .m-button::after,.header .header__right .m-button span {
    background-color: #fff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s
}

.header .header__right .m-button::before {
    -webkit-transform: translate3d(0,-7px,0);
    -moz-transform: translate3d(0,-7px,0);
    transform: translate3d(0,-7px,0)
}

.header .header__right .m-button::after {
    -webkit-transform: translate3d(0,7px,0);
    -moz-transform: translate3d(0,7px,0);
    transform: translate3d(0,7px,0)
}

.header .header__right .m-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%
}

.header .header__right .m-button.active::before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    -moz-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg)
}

.header .header__right .m-button.active::after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    -moz-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg)
}

.header .header__right .m-button.active span {
    opacity: 0
}

.header .header__right .main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.header .header__right .main-nav .menu li {
    position: relative
}

.header .header__right .main-nav .menu li a {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 500
}

.header .header__right .main-nav .menu li a::before,.header .header__right .main-nav .menu li a::after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 2px;
    background: #FF5240;
    transition: width .3s ease
}

.header .header__right .main-nav .menu li a::before {
    left: 0
}

.header .header__right .main-nav .menu li a::after {
    right: 0
}

.header .header__right .main-nav .menu li a:hover::before,.header .header__right .main-nav .menu li a:hover::after {
    width: 50%;
    transition: width .5s ease
}

.header .header__right .main-nav .menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 200px;
    background-color: #F5F5F5;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    padding: 10px 0
}

.header .header__right .main-nav .menu li .sub-menu li {
    padding: 5px 20px;
    position: relative
}

.header .header__right .main-nav .menu li .sub-menu li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #4526b133
}

.header .header__right .main-nav .menu li .sub-menu li:hover::before {
    width: 100%;
    transition: width .3s ease
}

.header .header__right .main-nav .menu li .sub-menu li a::before,.header .header__right .main-nav .menu li .sub-menu li a::after {
    display: none
}

.header .header__right .main-nav .menu li .sub-menu::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FF5240
}

.header .header__right .main-nav .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(26px)
}

.header .header__right .main-nav .menu li {
    padding-right: 75px
}

.header .header__right .main-nav .menu li:nth-last-child(1) {
    padding-right: 0
}

.header .header__right .button {
    display: flex
}

@media only screen and (max-width: 767px) {
    .header .header__right .button {
        display:none
    }
}

.header .header__right .social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 15px;
    position: relative;
    padding-left: 5px
}

@media only screen and (max-width: 767px) {
    .header .header__right .social {
        display:none
    }
}

.header .header__right .social::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 10px;
    left: 3%;
    width: 1px;
    height: 12px;
    background: #ffffff4d
}

.header .header__right .social li {
    padding-left: 25px
}

.header .header__right .social li a {
    font-size: 20px
}

.header #main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999999;
    background-color: #ff986c;
    box-shadow: 0 3px 16px #2f536d1f
}

.header #main-nav-mobi ul {
    padding: 0
}

.header #main-nav-mobi ul li {
    border-bottom: 1px solid #ffffff4d;
    position: relative
}

.header #main-nav-mobi ul li:last-child {
    border: 0
}

.header #main-nav-mobi ul li a {
    padding: 10px 30px
}

.header #main-nav-mobi ul li .arrow {
    content: "";
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-family: "FontAwesome";
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 0;
    width: 48px
}

.header #main-nav-mobi ul li .arrow::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107"
}

.header #main-nav-mobi ul li ul > li:first-child {
    border-top: 1px solid #ffffff4d
}

.header #main-nav-mobi ul li ul li {
    padding-left: 20px
}

.header .current-menu-item > a,.header .current-item a {
    color: #FF5240
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px
    }
}

.btn-action {
    padding: 11px 45px;
    border: 2px solid #FF5240;
    border-radius: 33px;
    transition: color .4s linear;
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-family: "Poppins"
}

.btn-action:hover {
    color: #fff
}

.btn-action:hover::before {
    -webkit-animation: criss-cross-left .8s both;
    animation: criss-cross-left .8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.btn-action:hover::after {
    -webkit-animation: criss-cross-right .8s both;
    animation: criss-cross-right .8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.btn-action::before,.btn-action::after {
    position: absolute;
    z-index: -1;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #FF5240;
    border-radius: 50%
}

.btn-action::before {
    left: -20px;
    transform: translate(-50%,-50%)
}

.btn-action::after {
    right: -20px;
    transform: translate(50%,-50%)
}

.btn-action.style-2 {
    background: #FF5240;
    padding: 20px 48px;
    border-radius: 33px;
    z-index: 1;
    border: none
}

.btn-action.style-2:hover {
    color: #FF5240;
    transition-delay: .5s
}

.btn-action.style-2::before,.btn-action.style-2::after {
    background-color: #fff
}

.blog-list .btn-action.style-2 {
    padding: 12px 39px;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    .blog-list .btn-action.style-2 {
        padding:12px 15px
    }
}

.view-all {
    margin-top: 72px
}

.view-all .btn-action {
    padding: 9px 32px;
    font-size: 16px
}

@media only screen and (max-width: 1024px) {
    .road-map .view-all {
        text-align:left
    }
}

.block-text {
    position: relative
}

.block-text .sub-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: #FF5240;
    display: inline-block
}

.block-text .sub-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 5px;
    background: #FF5240
}

.block-text .desc {
    font-size: 24px
}

.block-text.center .sub-title::after {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.block-text h1.heading-bg {
    font-size: 240px;
    letter-spacing: 24px;
    text-transform: uppercase;
    position: absolute;
    z-index: -1;
    left: 27px;
    right: 0;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .block-text h1.heading-bg {
        font-size:80px;
        top: 10px
    }
}

.block-text h1.heading-bg span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #4425ad;
    -webkit-text-fill-color: #0000
}

.block-text ul {
    padding-left: 3px
}

.block-text ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.block-text ul li i {
    margin-right: 29px;
    font-weight: 300;
    color: #FF5240;
    margin-top: 4px;
    font-size: 22px
}

.block-text ul.nft {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.block-text ul.nft li {
    width: 50%;
    margin-bottom: 18px
}

@media only screen and (max-width: 767px) {
    .block-text ul.nft li {
        width:100%
    }
}

.block-text ul.nft li a {
    font-size: 18px;
    font-family: "Roboto"
}

.block-text ul.nft li a i {
    margin-right: 17px;
    font-size: 20px;
    font-weight: 600
}

.block-text ul.nft.s2 {
    display: block
}

@media only screen and (max-width: 670px) {
    .main-section .h1 {
        font-size:9.375vw!important
    }

    .main-section .tf-img img {
        width: 100%!important
    }
}

@media only screen and (max-width: 1024px) {
    .section-info .block-text {
        padding-right:0
    }
}

.main-section .block-text::before {
    content: url("./../../assets/images/sec01-main/main-visual-effect-01.png");
    position: absolute;
    top: -60px;
    left: -85px
}

.main-section .block-text::after {
    content: url("./../../assets/images/sec01-main/main-visual-effect-03.png");
    position: absolute;
    top: 90px;
    right: 20px;
    z-index: -1
}

.main-section .bg-before::before {
    content: url("./../../assets/images/sec01-main/main-visual-effect-02.png");
    position: absolute;
    bottom: -25px;
    left: -60px;
    z-index: -1
}

@media only screen and (max-width: 1024px) {
    .main-section .bg-before::before {
        left:0
    }
}

.main-section {
    padding: 90px 0 130px
}

@media only screen and (max-width: 1024px) {
    .main-section {
        padding:100px 0
    }
}

@media only screen and (max-width: 1200px) {
    .main-section .row {
        flex-direction:column;
        text-align: center
    }

    .main-section .col-md-6 {
        width: 100%
    }

    .main-section .block-text {
        margin-bottom: 90px
    }
}

.main-section .tf-img img {
    width: 595.27px
}

.g-section {
    padding: 130px 0
}

@media only screen and (max-width: 1024px) {
    .g-section {
        padding:100px 0
    }
}

.section-about h2,.section-about p {
    position: relative;
    z-index: 2
}

@media only screen and (max-width: 1024px) {
    .section-about {
        padding:100px 0
    }
}

.section-about video {
    border-radius: 30px;
    max-width: 1170px;
    width: 100%
}

.section-about .group-image {
    display: flex;
    align-items: center
}

@media only screen and (max-width: 1024px) {
    .section-about .group-image {
        padding-top:50px
    }
}

@media only screen and (max-width: 767px) {
    .section-about .group-image {
        flex-wrap:wrap;
        justify-content: space-around
    }
}

.section-about .group-image .left {
    margin-right: 30px
}

@media only screen and (max-width: 767px) {
    .section-about .group-image .left {
        margin-bottom:30px;
        margin-right: 0
    }
}

.section-about .group-image .right .item:nth-child(1) {
    margin-bottom: 30px
}

.page {
    background: url(./../../assets/images/background/bg-about.jpg)
}

.content-right {
    justify-content: flex-end
}

@media only screen and (max-width: 1024px) {
    .content-right {
        justify-content:space-between;
        padding-top: 50px
    }
}

.content-right .swiper {
    margin-left: 30px;
    margin-right: 0
}

@media only screen and (max-width: 1024px) {
    .content-right .swiper {
        margin-left:0
    }
}

.swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff6b;
    margin: 0 13px!important;
    opacity: 1
}

.swiper .swiper-pagination-bullet-active {
    background: #fff;
    position: relative
}

.swiper .swiper-pagination-bullet-active:after {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    border-radius: 50%;
    content: "";
    width: 24px;
    height: 24px;
    border: 2px solid #FF5240;
    overflow: visible
}

.swiper .swiper-button-next,.swiper .swiper-button-prev {
    top: 96%
}

.swiper .swiper-button-next {
    left: 59%
}

@media only screen and (max-width: 1024px) {
    .swiper .swiper-button-next {
        left:80%
    }
}

@media only screen and (max-width: 767px) {
    .swiper .swiper-button-next {
        display:none
    }
}

.swiper .swiper-button-prev {
    left: 52%
}

@media only screen and (max-width: 1024px) {
    .swiper .swiper-button-prev {
        left:70%
    }
}

@media only screen and (max-width: 767px) {
    .swiper .swiper-button-prev {
        display:none
    }
}

.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    font-size: 60px;
    color: #fff
}

.swiper .swiper-button-disabled::after {
    font-size: 36px
}

.swiper .swiper-button-next:after {
    content: "\f178"
}

.swiper .swiper-button-prev:after {
    content: "\f177"
}

.container-fluid {
    padding: 0!important
}

.swiper-portfolio.s1 {
    margin-bottom: 30px;
    padding: 0 190px
}

@media only screen and (max-width: 1024px) {
    .swiper-portfolio.s1 {
        padding:0
    }
}

.bg-1 {
    background-color: #ff986c
}

.bg-2 {
    background-color: #F5F5F5
}

.bg-3 {
    background-color: #18a3c9
}

.item {
    width: 170px;
    height: 170px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.box-item {
    border-radius: 20px;
    max-width: 270px;
    width: 100%;
    padding: 49px 45px 40px;
    max-height: 326px;
    cursor: pointer
}

@media only screen and (max-width: 1200px) {
    .box-item {
        max-width:48%
    }
}

@media only screen and (max-width: 1024px) {
    .box-item {
        max-width:100%
    }
}

.box-item h3 {
    margin-bottom: 23px
}

.box-item p {
    margin-top: 14px;
    line-height: 1.7
}

.footer {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background-color: #333;
    color: #b2b2b2;
    margin-top: 100px
}

.ft-logo {
    margin: 27px 0
}

.footer .footer__body {
    text-align: center;
    padding-bottom: 32px
}

.footer .footer__body .desc {
    padding: 42px 300px 26px
}

@media only screen and (max-width: 1024px) {
    .footer .footer__body .desc {
        padding:42px 100px 26px
    }
}

@media only screen and (max-width: 767px) {
    .footer .footer__body .desc {
        padding:42px 0 26px
    }
}

@media screen and (max-width: 767px) {
    .footer__body .col-xl-3 {
        flex-wrap:nowrap;
        align-items: end
    }

    .footer.style-2 .footer__body .social li {
        width: 40px;
        height: 40px;
        min-width: 40px;
        margin: 0 4px
    }
}

.footer .footer__body .social {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0
}

.footer .footer__body .social li {
    width: 54px;
    height: 55px;
    border-radius: 50%;
    background: #ccc;
    color: #333;
    font-size: 18px;
    margin: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: .5s;
    overflow: hidden
}

.footer .footer__body .social li a {
    transition: .5s;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 54px
}

.footer .footer__body .social li::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    z-index: 1
}

.footer .link .title {
    font-size: 18px;
    font-weight: 700
}

.footer .footer_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 13px;
    position: relative
}

.footer .footer_bottom::before {
    content: "";
    border-top: 1px solid #ffffff2e;
    width: 100vw;
    overflow: hidden!important;
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%)
}

@media only screen and (max-width: 767px) {
    .footer .footer_bottom {
        flex-wrap:wrap;
        justify-content: center
    }

    .footer .footer_bottom ul {
        padding-left: 20px
    }

    .footer .footer_bottom ul li:nth-child(1) {
        padding-left: 0
    }
}

.footer .footer_bottom p {
    margin-bottom: 0
}

@media only screen and (max-width: 767px) {
    .footer .footer_bottom p {
        text-align:center;
        margin-bottom: 20px
    }
}

.footer .footer_bottom ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.footer .footer_bottom ul li {
    padding-left: 38px
}

.footer.style-2 .footer__body {
    text-align: left;
    display: flex;
    flex-wrap: wrap
}

.footer.style-2 .footer__body .desc {
    padding: 0
}

.footer.style-2 .footer__body .social {
    margin-top: 30px;
    justify-content: flex-start
}

.footer.style-2 .footer__body .social li {
    width: 54px;
    height: 54px;
    min-width: 54px;
    margin: 0 6px
}

.footer.style-2 .footer__body .social li:nth-child(1) {
    margin-left: 0
}

.footer.style-2 .footer__body .link {
    padding-top: 52px
}

.footer.style-2 .footer__body .link ul {
    padding-left: 0;
    margin-top: 32px
}

.footer.style-2 .footer__body .link ul li {
    margin-bottom: 9px
}

.footer.style-2 .footer__body .link.s1 {
    padding-left: 106px
}

.footer.style-2 .footer__body .link.s2 {
    padding-left: 85px
}

@media only screen and (max-width: 1200px) {
    .footer.style-2 .footer__body .link.s2 {
        padding-left:0;
        padding-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .footer.style-2 .footer__body .link.s1 {
        padding-left:0;
        padding-top: 60px
    }
}

.footer.style-2 .footer__body .newsletter {
    padding-left: 23px;
    padding-top: 12px
}

.footer.style-2 .footer__body .newsletter p {
    margin-top: 18px
}

@media only screen and (max-width: 1200px) {
    .footer.style-2 .footer__body .newsletter {
        padding-left:106px;
        padding-top: 60px
    }
}

@media only screen and (max-width: 767px) {
    .footer.style-2 .footer__body .newsletter {
        padding-left:0
    }
}

.footer.style-2 .footer__body .form-group {
    margin-top: 24px;
    position: relative
}

.footer.style-2 .footer__body .form-group input {
    padding: 17px 24px;
    border-radius: 10px
}

.footer.style-2 .footer__body .form-group i {
    position: absolute;
    right: 19px;
    top: 33%;
    color: #FF5240;
    font-size: 22px
}

.home-3 .footer .footer__body {
    padding-bottom: 50px
}

.progress-wrap {
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 44px;
    -webkit-box-shadow: inset 0 0 0 2px #82828233;
    box-shadow: inset 0 0 0 2px #82828233;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (max-width: 480) {
    .progress-wrap.active-progress02 {
        opacity:1;
        visibility: visible;
        bottom: 420px;
        -webkit-transition: all 0ms;
        -o-transition: all 0ms;
        transition: all 0ms
    }
}

.progress-wrap.active-progress02::after {
    -webkit-transition: all 0ms;
    -o-transition: all 0ms;
    transition: all 0ms
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #000;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
    color: #000
}

.progress-wrap svg path {
    fill: none
}

.progress-wrap svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff
}

.preloader .icon {
    position: fixed;
    left: calc(50% - 92px);
    top: calc(50% - 33px);
    width: 184px;
    height: 66px;
    transform: translate(-50%,-50%);
    z-index: 5;
    background-color: #0000;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 200ms ease;
    -webkit-animation-name: rotateMe;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateMe;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateMe;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: rotateMe;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes rotateMe {
    from {
        transform: rotate(0deg) scale(1)
    }

    to {
        transform: rotate(360deg)
    }
}

.tf-progress-bar {
    margin-top: 40px
}

.button-action {
    margin-top: 40px
}

.button-action .btn-action {
    padding: 15px 41px
}

.customg img {
    width: 100%
}

.customg .container {
    padding-left: 15px;
    padding-right: 15px
}

@media only screen and (max-width: 1024px) {
    .customg .container {
        padding-left:40px;
        padding-right: 40px
    }
}

.btn-contact {
    display: inline-block;
    padding: 15px 31px;
    background-color: #000;
    color: #fff;
    border-radius: 30px
}

.customg .box-item {
    padding: 0;
    display: inline-table
}

.customg .box-item img {
    margin-bottom: 0
}

.customg .box-item.s2 {
    margin-top: 52px
}

@media only screen and (max-width: 1200px) {
    .customg .box-item.s2 {
        margin-top:0
    }
}

.section-program .title {
    position: relative;
    z-index: 1
}

.section-program .box-item {
    object-fit: cover;
    max-height: 368px
}

@media (max-width: 1200px) {
    .section-program {
        background-color:#FFF5C7
    }

    .section-program .block-text {
        padding-left: 0 40px;
        text-align: start!important
    }

    .section-program .item-50 {
        width: 50%;
        font-weight: 600;
        text-align: center
    }
}

@media (max-width: 610px) {
    .section-program .block-text {
        padding:0 20px
    }
}

.section-benefit .col-a {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 34px
}

.section-benefit .col-b {
    width: 50%
}

.section-benefit .col-b>.box:first-child {
    margin-bottom: 41px
}

.section-benefit .col-c {
    flex-wrap: wrap;
    padding-left: 50px
}

.section-benefit .col-c .title {
    flex-wrap: wrap;
    line-height: 1.5
}

.section-benefit .col-c li {
    list-style: disc!important;
    line-height: 1.8;
    margin-bottom: 20px
}

.section-benefit .col-d {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center
}

.section-benefit .row {
    display: none
}

.section-benefit .m-row {
    display: block
}

@media only screen and (min-width: 1024px) {
    .section-benefit .row {
        display:flex
    }

    .section-benefit .m-row {
        display: none
    }
}

.section-benefit .m-row .box {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    font-size: 5.2083vw;
    font-weight: 600;
    line-height: 1.5em;
    padding-top: 12%;
    padding-left: 6%;
    margin-bottom: 30px;
    color: #fff
}

.section-benefit .m-row .box01 {
    background: url(./../../assets/images/sec04-benefits/tunituni-friend-01.jpg) no-repeat;
    background-size: 100%;
    margin-top: 82px
}

.section-benefit .m-row .box02 {
    background: url(./../../assets/images/sec04-benefits/tunituni-friend-02.jpg) no-repeat;
    background-size: 100%
}

.section-benefit .m-row .box03 {
    background: url(./../../assets/images/sec04-benefits/tunituni-friend-03.jpg) no-repeat;
    background-size: 100%;
    margin-bottom: 0
}

.section-benefit .box {
    border-radius: 20px;
    overflow: hidden
}

.section-benefit .box .text-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 20px;
    padding: 60px 33px 45px
}

.section-benefit .box .text-box::after {
    content: "";
    display: block;
    width: 47px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 45px;
    left: 33px
}

.section-benefit .box .text-box.box01 {
    background-color: #FF5240
}

.section-benefit .box .text-box.box02 {
    background-color: #FF8BB9
}

.section-benefit .box .text-box.box03 {
    background-color: #0093CF
}

.section-benefit .box:hover .text-box {
    display: block
}

.section-specialty .row {
    display: none
}

.section-specialty .m-row {
    display: block
}

@media only screen and (min-width: 1025px) {
    .section-specialty .row {
        display:flex
    }

    .section-specialty .m-row {
        display: none
    }

    .footer .footer__body .social li:hover a {
        transform: rotateY(360deg);
        color: #fff
    }

    .footer .footer__body .social li:hover::before {
        top: 0
    }

    .footer .footer__body .social li:hover:nth-child(1):before {
        background: #2374e1
    }

    .footer .footer__body .social li:hover:nth-child(2):before {
        background: #f81068
    }

    .footer .footer__body .social li:hover:nth-child(3):before {
        background: #c00
    }

    .footer .footer__body .social li:hover:nth-child(4):before {
        background: #0077b5
    }
}

.section-specialty .m-row .box {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    font-size: 4.6875vw;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
    color: #333
}

.section-specialty .m-row .box span {
    font-weight: 600
}

.section-specialty .box,.section-portfolio .box {
    background-color: #F5F5F5;
    width: 100%;
    height: 100%;
    border-radius: 20px
}

.section-specialty .box .text-box {
    padding: 87px 54px 65px;
    text-align: left
}

.section-specialty .box .text-box p {
    line-height: 1.6em
}

.section-specialty .box .text-box::after {
    content: "";
    display: block;
    width: 47px;
    height: 2px;
    background-color: #FF5240;
    position: absolute;
    top: 65px;
    left: 54px
}

.section-specialty .img-box-01 {
    height: 100%;
    background: url(./../../assets/images/sec05-specialty/new-programs-every-week.png) no-repeat;
    background-size: cover;
    border-radius: 20px
}

.section-specialty .img-box-02 {
    height: 100%;
    background: url(./../../assets/images/sec05-specialty/enthusiastic-instructors.png) no-repeat;
    background-size: cover;
    border-radius: 20px
}

.section-specialty .img-box-03 {
    height: 100%;
    background: url(./../../assets/images/sec05-specialty/handmade-high-quality-playthings-provided.png) no-repeat;
    background-size: cover;
    border-radius: 20px
}

.section-specialty .img-box-04 {
    height: 100%;
    background: url(./../../assets/images/sec05-specialty/a-trustworthy-global-brand.png) no-repeat;
    background-size: cover;
    border-radius: 20px
}

.section-specialty .m-row .box01 {
    background: url(./../../assets/images/sec05-specialty/m-01-new-programs.png) no-repeat;
    background-size: 100%;
    margin-top: 82px;
    padding-top: 14%;
    padding-left: 7%
}

.section-specialty .m-row .box01 p {
    margin-top: 4%;
}

.section-specialty .m-row .box02 {
    background: url(./../../assets/images/sec05-specialty/m-02-passionate-and-skilled.png) no-repeat;
    background-size: 100%;
    margin-bottom: 30px;
    padding-top: 22%;
    padding-right: 7%;
    text-align: end;
    padding-bottom: 52%
}

.section-specialty .m-row .box03 {
    background: url(./../../assets/images/sec05-specialty/m-03-handmade-safe-high-quality.png) no-repeat;
    background-size: 100%;
    padding-top: 12%;
    padding-left: 7.5%;
    padding-bottom: 52%;
    margin-bottom: 30px
}

.section-specialty .m-row .box03 p {
    margin-top: 3%;
}

.section-specialty .m-row .box04 {
    background: url(./../../assets/images/sec05-specialty/m-04-joined-by-3-million-kids.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0;
    padding-top: 12%;
    padding-right: 7%;
    text-align: end;
    padding-bottom: 52%
}

.section-specialty .m-row .box04 p {
    margin-top: 11%;
}

.section-testimonial .title {
    position: relative
}

.section-testimonial .swiper-testimonial .box {
    padding: 65px 30px;
    border: 3px solid #FFB9D5;
    border-radius: 20px;
    height: 100%;
    font-size: 20px;
    height: 100%;
    min-height: 439px;
    background-color: #fff;
    position: relative;
    z-index: 3;
    line-height: 1.6em
}

.section-testimonial .swiper-testimonial .box .reviewRating {
    max-width: 153px;
    margin: 0 auto 37px
}

.section-testimonial .swiper-testimonial.swiper .swiper-button-next,.section-testimonial .swiper-testimonial.swiper .swiper-button-prev {
    top: 48%
}

.section-testimonial .swiper-testimonial.swiper .swiper-button-prev {
    left: -28px
}

.section-testimonial .swiper-testimonial.swiper .swiper-button-next {
    left: calc(100% + 28px)
}

.section-testimonial .swiper-testimonial.swiper .swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #FFEDF4;
    width: 20px;
    height: 20px
}

.section-testimonial .swiper-testimonial.swiper .swiper-pagination-bullet-active {
    background-color: #FFEDF4
}

.section-testimonial .swiper-testimonial.swiper .swiper-pagination-bullet-active::after {
    border: none
}

.section-testimonial .swiper-testimonial.swiper .swiper-pagination {
    bottom: 0
}

.section-testimonial .swiper-pagination {
    display: none
}

@media screen and (max-width: 1024px) {
    .section-testimonial {
        background-color:#FFD1E3
    }

    .section-testimonial .swiper-pagination {
        display: block;
        position: unset;
        margin-top: 60px
    }

    a:hover {
        color: #fff;
    }
}

.section-fw {
    width: calc(100vw - 10px);
    margin-left: calc(-50vw + 50%);
    overflow: hidden!important
}

.img-unset img {
    width: unset
}

.section-portfolio .swiper .item {
    width: 100%;
    height: 280px;
    border-radius: 20px;
    overflow: hidden
}

.section-portfolio .swiper .item img {
    object-fit: cover;
    width: auto;
    height: 100%
}

.section-portfolio .text-box {
    display: flex
}

.section-portfolio .col-a {
    width: 307px;
    flex-direction: column;
    margin: 129px 0;
    justify-content: center;
    align-items: center;
    display: flex
}

.section-portfolio .col-a .col-a-bd {
    width: 100%
}

.section-portfolio .col-b {
    width: calc(100% - 307px);
    display: flex;
    align-items: center;
    padding: 60px 0
}

.section-portfolio .col-b ul {
    border-left: 1px solid #D9D9D9;
    padding: 0 79px;
    font-size: 21px;
    color: #666
}

.section-portfolio .col-b ul li {
    align-items: center;
    text-align: left
}

.section-portfolio .col-b ul img {
    padding-right: 17px
}

.section-portfolio .col-b ul .icon-loca img {
    padding-right: 23px
}

.section-about .block-text::before {
    content: url("./../../assets/images/sec02-what-is-tunituni/bg-item01.png");
    position: absolute;
    top: 120px;
    left: 30px
}

.section-about .block-text::after {
    content: url("./../../assets/images/sec02-what-is-tunituni/bg-item02.png");
    position: absolute;
    top: 180px;
    right: 50px;
    z-index: -1
}

.section-program .block-text::before {
    content: url("./../../assets/images/sec03-program/bg-item01.png");
    position: absolute;
    top: 60px;
    left: -60px
}

.section-program .block-text::after {
    content: url("./../../assets/images/sec03-program/bg-item02.png");
    position: absolute;
    top: 240px;
    right: -40px
}

.section-benefit .row .block-text::before {
    content: url("./../../assets/images/sec04-benefits/bg-item01.png");
    position: absolute;
    top: -60px;
    left: -700px;
    z-index: -1
}

.section-benefit .row .block-text::after {
    content: url("./../../assets/images/sec04-benefits/bg-item02.png");
    position: absolute;
    top: 160px;
    right: -280px
}

.section-specialty .block-text::before {
    content: url("./../../assets/images/sec05-specialty/bg-item01.png");
    position: absolute;
    top: -195px;
    right: -45%
}

.section-testimonial .block-text::after {
    content: url("./../../assets/images/sec06-testimonial/bg-item01.png");
    position: absolute;
    top: -480px;
    left: -62%;
    z-index: -1
}

.section-portfolio .bg-item::after {
    content: url("./../../assets/images/sec08-location/bg-item01.png");
    position: absolute;
    bottom: -10px;
    right: 0
}

.section-portfolio .box {
    overflow: hidden
}

@media only screen and (max-width: 1024px) {
    .section-benefit .row .block-text::before,.section-benefit .row .block-text::after,.section-specialty .block-text::before,.section-testimonial .block-text::after,.section-portfolio .bg-item::after {
        display:none
    }

    .section-about .block-text::before {
        top: 160px;
        left: -30px
    }

    .section-about .block-text::after {
        right: -20px;
        top: 350px;
        z-index: -1
    }

    .section-program .block-text::before {
        content: url(./../../assets/images/sec03-program/bg-item03.png);
        position: absolute;
        top: 270px;
        left: -50px
    }

    .section-program .block-text::after {
        transform: rotate(45deg);
        top: 160px;
        right: -20px
    }

    .section-testimonial .title::before {
        content: url("./../../assets/images/sec06-testimonial/bg-deco01.png");
        position: absolute;
        top: -10px;
        right: -50px
    }

    .section-testimonial .title::after {
        content: url("./../../assets/images/sec06-testimonial/bg-deco02.png");
        position: absolute;
        top: 200px;
        left: -80px;
        z-index: -2
    }

    .section-testimonial .bg-deco::before {
        content: url("./../../assets/images/sec06-testimonial/bg-deco03.png");
        position: absolute;
        bottom: 70px;
        left: -70px
    }

    .section-testimonial .bg-deco::after {
        content: url("./../../assets/images/sec06-testimonial/bg-deco04.png");
        position: absolute;
        bottom: -50px;
        right: -70px
    }
}

@keyframes bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

.hover-ef {
    animation-name: bounce;
    -moz-animation-name: bounce;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3
}

.hover-ef:hover {
    animation-name: bounce;
    -moz-animation-name: bounce;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

#location .mb-30 img.mobile {
    display: none
}

#location .location-img-wrap {
    position: relative;
}
#location .location-btn-wrap li a {
    position: absolute;
    display: inline-block;
    height: 4%;
}
#location .location-btn-wrap li a::after {
    content: "";
    position: absolute;
    background: #ff5240;
    height: 2px;
    bottom: -3px;
    left: 0;
    width: 0;
}
#location .location-btn-wrap li a:hover::after {
    width: calc(100% - 26px);
    left: 20px;
    transition: width .5s;
}
#location .location-btn-wrap li:nth-child(1) a {
    width: 6%;
    top: 33%;
    left: 72%;
}
#location .location-btn-wrap li:nth-child(2) a {
    width: 13%;
    top: 59%;
    left: 21%;
}
#location .location-btn-wrap li:nth-child(3) a {
    width: 9.5%;
    top: 70.2%;
    left: 18%;
}
#location .location-btn-wrap li:nth-child(4) a {
    width: 10.9%;
    top: 79.4%;
    left: 3.4%;
}
#location .location-btn-wrap li:nth-child(4) a:hover::after {
    left: 0;
}
#location .location-btn-wrap li:nth-child(5) a {
    width: 8%;
    top: 39.4%;
    left: 18%;
}
#location .location-btn-wrap li:nth-child(5) a:hover::after {
    left: 0;
}


.footer .footer-mobile {
    display: none
}

@media screen and (max-width: 1024px) {
    #location .text-box.img-unset {
        flex-wrap:wrap
    }

    #location .text-box.img-unset .col-a {
        margin: 0;
        margin-top: 50px;
        width: auto;
        padding: 0 62px;
        flex-direction: row
    }

    #location .text-box.img-unset .col-a img {
        margin-right: 12px
    }

    #location .text-box.img-unset .col-b {
        width: 100%;
        padding: 30px 0 52px
    }

    #location .text-box.img-unset .col-b ul {
        width: 100%;
        padding: 0 62px;
        border-left: none
    }

    #location .text-box.img-unset .col-b ul li {
        align-items: flex-start;
        text-align: left;
        word-break: break-all
    }

    #location .text-box.img-unset .col-b ul img {
        padding-top: 6px
    }

    #location .text-box.img-unset .col-b ul li.pd-30 {
        padding: 50px 0
    }

    #location .text-box.img-unset .bg-item::after {
        z-index: -1
    }

    #location .mb-30 img.pc {
        display: none
    }

    #location .mb-30 img.mobile {
        display: block
    }

    .footer__body {
        justify-content: space-between;
        padding: 30px 0
    }

    .footer__body .col-md-6.col-12 {
        width: auto
    }

    .footer__body .ft-logo {
        margin: 0
    }

    .footer__body .info .desc {
        display: none
    }

    .footer__body .col-xl-3.menu {
        display: none
    }

    .footer__body .col-xl-3 {
        width: auto
    }

    .footer__body .col-xl-3 .link.s2 {
        padding-top: 0!important
    }

    .footer__body .col-xl-3 .link.s2 .title {
        display: none
    }

    .footer__body .col-xl-3 .link.s2 .social {
        margin-top: 0
    }

    .footer__body .col-xl-3 .link.s2 .social li {
        margin-bottom: 0
    }

    .footer .footer_bottom {
        padding: 30px 0;
        justify-content: center
    }

    .footer .footer_bottom .fs-14 {
        font-size: 21px;
        margin-bottom: 0!important
    }

    .footer .footer_bottom ul.fs-14 {
        display: none
    }

    .footer .footer-mobile {
        display: block;
        position: relative;
        padding: 30px 0;
        text-align: center
    }

    .footer .footer-mobile ul {
        margin: 0;
        padding: 0
    }

    .footer .footer-mobile ul li+li {
        margin-top: 17px
    }

    .footer .footer-mobile::before {
        content: "";
        border-top: 1px solid #ffffff2e;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        overflow: hidden!important;
        position: absolute;
        top: 0;
        left: 0
    }

    #location .location-btn-wrap li a {
        height: 10%;
    }
    #location .location-btn-wrap li a::after {
        bottom: 0px;
    }
    #location .location-btn-wrap li a:hover::after {
        left: 3.5vw;
        width: calc(100% - 4.5vw);
    }
    #location .location-btn-wrap li:nth-child(1) a {
        width: 12%;
        top: 26%;
        left: 70%;
    }
    #location .location-btn-wrap li:nth-child(2) a {
        width: 24.5%;
        top: 46%;
        left: 24%;
    }
    #location .location-btn-wrap li:nth-child(3) a {
        width: 19%;
        top: 56%;
        left: 21.5%;
    }
    #location .location-btn-wrap li:nth-child(4) a {
        width: 21.2%;
        top: 64%;
        left: 17%;
    }
    #location .location-btn-wrap li:nth-child(4) a:hover::after {
        left: 3.5vw;
    }    
    #location .location-btn-wrap li:nth-child(5) a {
        width: 16%;
        top: 30.4%;
        left: 16%;
    }
    #location .location-btn-wrap li:nth-child(5) a:hover::after {
        left: 0;
    }    

}

@media screen and (max-width: 480px) {
    #location .text-box.img-unset .col-a {
        margin:0;
        margin-top: 50px;
        width: auto;
        padding: 0 30px;
        flex-direction: row;
        font-size: 18px;
    }

    #location .text-box.img-unset .col-a b {
        line-height: 1;
    }

    #location .text-box.img-unset .col-b ul {
        width: 100%;
        padding: 0 30px;
        border-left: none
    }
}

.pop_up a {
    display: flex
}

.pop_up_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
    cursor: pointer;
    z-index: 99999
}

.pop_up {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 600px;
    height: 600px;
    width: calc(100% - 40px);
    background: no-repeat 50% 50% url(./../../assets/images/pop-up-background.jpg);
    border-radius: 30px;
    border: 4px solid #ccc;
    box-sizing: border-box;
    font-family: "Poppins";
    padding: 120px 60px 60px
}

.pop_up .pop_up_title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px
}

.pop_up .pop_up_des {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 110px
}

.pop_up .pop_up_bottom {
    font-size: 18px;
    font-weight: 400;
    color: #000
}

.pop_up .pop_up_close_btn {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer
}

.pop_up .bottom_close_btn {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    cursor: pointer
}

.pop_up .bottom_close_btn img {
    width: 24px!important
}

.pop_up .bottom_close_btn p {
    margin: 0 0 0 10px
}

.pop_up_checkbox {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 22px
}

.mo-br {
    display: none
}

.pop_up_checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0
}

.pop_up_checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 34px
}

.pop_up_checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 24px;
    height: 24px;
    border: 3px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box
}

.pop_up_checkbox input[type="checkbox"]:checked + label::before {
    background-color: transparent
}

.pop_up_checkbox label::after {
    content: '\2713';
    position: absolute;
    top: -15px;
    left: 3px;
    color: #000;
    display: none;
    font-size: 30px;
    font-weight: 700
}

.pop_up_checkbox input[type="checkbox"]:checked + label::after {
    display: block
}

@media screen and (max-width: 768px) {
    .pop_up {
        width:calc(100% - 40px);
        background-position-x: 80%;
        padding-top: 90px
    }

    .pop_up .pop_up_title {
        font-size: 36px
    }

    .pop_up .pop_up_des {
        font-size: 28px
    }

    .pop_up .pop_up_bottom {
        font-size: 18px
    }

    .pop_up .bottom_close_btn {
        font-size: 18px
    }

    .pop_up .pop_up_close_btn {
        top: 15px;
        right: 15px
    }

    .mo-br {
        display: block
    }

    .pc-br {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .pop_up {
        padding:60px 30px
    }

    .pop_up .pop_up_title {
        font-size: 24px
    }

    .pop_up .pop_up_des {
        font-size: 18px
    }

    .pop_up_checkbox,.pop_up .bottom_close_btn {
        font-size: 14px
    }

    .pop_up br {
        display: none
    }

    .pop_up .pop_up_des {
        margin-bottom: 50px
    }
}

@keyframes scale {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.preloader .icon {
    position: fixed;
    left: calc(50% - 92px);
    top: calc(50% - 33px);
    width: 184px;
    height: 66px;
    transform: translate(-50%,-50%);
    z-index: 5;
    background-color: #0000;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation-name: scale!important;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: scale!important;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: scale!important;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    animation-name: scale!important;
    animation-duration: 1s;
    animation-iteration-count: infinite
}

.header__logo img#site-logo,.header__logo .site-logo {
    max-width: 182px
}

.br20 {
    border-radius: 20px
}

.privacypolicy,.cookiepolicy {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px
}

@media screen and (max-width: 1200px) {
    .footer .row {
        --bs-gutter-x:0
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size:24px;
        padding-top: 90px
    }

    h2,.h2 {
        font-size: 42px
    }

    .m-pd {
        padding: 0 20px
    }

    .mb-120 {
        margin-bottom: 90px
    }

    .mt-30 {
        margin-top: 15px
    }

    .header {
        height: auto;
        padding: 20px 0
    }

    .header.is-fixed {
        height: auto
    }

    .header__logo img#site-logo,.header__logo .site-logo {
        max-width: 120px
    }

    .btn-contact {
        padding: 10px 30px;
        font-size: 18px
    }

    .pop_up {
        height: 500px
    }

    .pop_up .pop_up_bottom {
        position: absolute;
        bottom: 60px;
        width: calc(100% - 60px)
    }

    .main-section .block-text::after {
        right: -5px
    }

    .swiper-portfolio .swiper-wrapper .swiper-slide {
        width: 180px!important
    }

    .section-portfolio .swiper .item {
        height: 140px
    }

    .section-portfolio .col-b ul {
        font-size: 14px
    }

    #location .text-box.img-unset .col-b ul img {
        padding-top: 0
    }

    #location .text-box.img-unset .col-b ul .line2 img {
        padding-top: 6px;
    }

    .footer__body {
        padding: 30px 0
    }

    .footer__body .ft-logo {
        max-width: 120px;
        margin: 0 10px 14px 0
    }

    .footer-mobile li a,.footer .footer_bottom .fs-14 {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    body {
        font-size:18px;
        padding-top: 45px
    }

    h2,.h2 {
        font-size: 28px
    }

    .mb-120 {
        margin-bottom: 45px
    }

    .header__logo img#site-logo,.header__logo .site-logo,.site-logo-white {
        max-width: 75px
    }

    .btn-contact {
        padding: 8px 15px;
        font-size: 9px
    }

    .main-section {
        padding: 50px 0
    }

    .main-section .block-text {
        margin-bottom: 50px
    }

    .g-section {
        padding: 50px 0
    }

    .section-testimonial .text-box.fs20 {
        font-size: 18px
    }

    .swiper-portfolio .swiper-wrapper .swiper-slide {
        width: 180px!important
    }

    .swiper-portfolio.s1 {
        margin-bottom: 15px
    }

    .section-portfolio .col-b ul {
        font-size: 14px
    }

    .section-portfolio .col-b ul .icon-phone img {
        padding-top: 0!important
    }

    .footer__body .ft-logo {
        max-width: 74px
    }

    .footer-mobile li a,.footer .footer_bottom .fs-14 {
        font-size: 14px
    }

    .footer.style-2 .footer__body .social li {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin: 0 4px
    }

    .footer .footer__body .social li a {
        line-height: 36px
    }

    .footer .footer__body .social li {
        font-size: 13px
    }
}

.site-logo-white {
    display: none
}

@media (prefers-color: dark) {
    .site-logo-white {
        display: block
    }

    .stie-logo {
        display: none
    }

    .btn-contact {
        background-color: #fff;
        color: #000;
        border: 1px solid #ddd
    }
}

.section-program .cards .front {
    display: none
}

@media screen and (min-width: 1200px) {
    .section-program .cardbox .cardtext {
        opacity:0
    }

    .section-program .cards .front {
        display: block
    }

    .section-program .cards {
        position: relative
    }

    .section-program .cards .front,.section-program .cards .back {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        box-shadow: 0 2px 4px #00000021
    }

    .section-program .cards .front {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1000;
        transform: rotateY(0deg)
    }

    .section-program .cards .back {
        position: relative;
        top: 0;
        left: 0;
        z-index: 900;
        transform: rotateY(0deg)
    }

    @keyframes flip {
        0% {
            transform: rotateY(0deg)
        }

        50% {
            transform: rotateY(90deg)
        }

        100% {
            transform: rotateY(180deg)
        }
    }

    @keyframes flip02 {
        0% {
            transform: rotateY(-180deg)
        }

        50% {
            transform: rotateY(-90deg)
        }

        100% {
            transform: rotateY(0deg)
        }
    }

    .section-program .cardbox.flip .cardtext {
        opacity: 1
    }

    .section-program .cardbox.flip .front {
        animation: flip .3s linear;
        z-index: 900
    }

    .section-program .cardbox.flip .back {
        animation: flip02 .3s linear;
        z-index: 1000
    }

    .section-program .cardbox.flipback .back {
        animation: flip .3s linear;
        z-index: 1100
    }

    .section-program .cardbox.flipback .front {
        animation: flip02 .3s linear;
        z-index: 1200
    }
}
