@charset "utf-8";

@font-face {
    font-family: "MYuenHK-Xbold";
    src: url("../fonts/MYuenHK-Xbold.ttf");
}

@font-face {
    font-family: "MYuenHK-SemiBold";
    src: url("../fonts/MYuenHK-SemiBold.ttf");
}

@font-face {
    font-family: "MYuenHK-Medium";
    src: url("../fonts/MYuenHK-Medium.ttf");
}

body {
    padding: 0 !important;
    margin: 0 !important;
    font-family: "MYuenHK-Xbold";
    font-style: normal;
    font-size: 16px;
    color: #333;
    overflow: auto !important;
}

a {
    text-decoration: none;
    color: #252525;
}

a:hover,
a:focus {
    text-decoration: none !important;
    color: #222;
}

a,
input,
button {
    outline: none !important;
}

ul {
    list-style-type: none;
}

.purple,
.purple1 {
    background-color: #7c55b2 !important;
}

.pink,
.pink1 {
    background-color: #e6396e !important;
}

@media (min-width:992px) {

    .purple1,
    .pink1 {
        background-color: #fff !important;
    }
}

.container {
    padding: 0 15px;
}

@media (min-width:768px) {
    .container {
        padding: 0 12px;
    }
}

.font-se {
    font-family: "MYuenHK-SemiBold";
}

.font-md {
    font-family: "MYuenHK-Medium";
}

.font-ar {
    font-family: 'MyriadPro';
}

.ls-style {
    letter-spacing: 2px;
}

.ls-style:hover {
    color: #cccbcb !important;
}

header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: 999;
}

.header-inner {
    height: 100%;
}

@media (min-width:576px) {
    header {
        height: 126px;
    }
}

@media (min-width:992px) {
    header {
        height: 100%;
    }

    .header-inner {
        height: 100%;
    }

}

.header.fixed {
    padding-top: 0 !important;
}

.header-inner.fixed {
    padding-top: 60px !important;
}

@media (min-width:576px) {
    .header.fixed {
        padding-top: 132px !important;
    }

    .header-inner.fixed {
        padding-top: 86px !important;
    }
}

@media (min-width:992px) {
    .header.fixed {
        padding-top: 52px !important;
    }

    .header-inner.fixed {
        padding-top: 52px !important;
    }
}

.header-con {
    background-color: #57b6b2;
}

header.fixed .header-con {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header-top {
    background-color: #57b6b2;
}

@media (min-width:992px) {
    header.fixed .header-top {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999999;
    }

    header.fixed .header-con {
        position: relative;
        background-color: #fff;
    }

    .header-con {
        background-color: #fff;
    }
}

.i-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #57b6b2;
    transition: all .5s;
}

.i-icon .fa {
    font-size: 19px;
    color: #fff;
    transition: all .5s;
}

.i-icon:hover {
    background-color: #fff;
}

.i-icon:hover .fa {
    color: #57b6b2;
}

.i-style {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .5s;
}

.i-style:hover,
.i-style.active {
    color: #57b6b2;
    background-color: #fff;
}

.link-text a {
    color: #fff;
    display: block;
}

.link-text1 a {
    color: #606060;
    font-size: 20px;
}

@media (min-width:992px) {
    .link-text a {
        font-size: 24px;
    }
}

.link-text1 i {
    display: block;
    background-image: url(../images/news-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
}

.link-text1:hover i {
    background-image: url(../images/news-right1.svg);
}

.link-text2 {
    background-color: #57b6b2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.link-text2 .ls-style {
    padding: 16px 0;
    font-size: 14px;
}

@media (min-width:576px) {
    .link-text2 .ls-style {
        font-size: 16px;
    }
}

.search {
    border-radius: 30px;
    border: 2px solid #57b6b2;
    max-width: 240px;
    width: 100%;
}

.search .fa {
    font-size: 18px;
    margin-right: 10px;
}

.input-search {
    border: none;
    min-width: 180px;
}

.input-search::placeholder {
    color: #aaa;
    font-weight: normal;
    font-size: 15px;
}

.search-box {
    position: relative;
}

.search-box .fa {
    color: #fff;
    font-size: 20px;
}

.search-box {
    position: relative;
}

.search-down {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -46px;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 9;
}

.header-inner .search-down {
    margin-top: 0 !important;
}

.search-in {
    padding: 24px;
}

.search-ininput {
    max-width: 100%;
    padding: 5px 10px;
}

.search-ininput input {
    width: 100%;
}

.search-in-fiter {
    color: #808080;
    font-family: "MYuenHK-Medium";
    font-size: 14px;
}

.fiter-item a {
    display: table;
    padding: 5px 10px;
    background-color: #57b6b2;
    border-radius: 10px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}

.btn-box {
    display: table;
}

.btn-in {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #57b6b2;
    background-color: #fff;
    border-radius: 50px;
    transition: all .5s;
}

.btn-in span {
    background-color: #57b6b2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 50px;
    padding: 8px 16px;
    transition: all .5s;
}

.btn-in:hover {
    border-color: #e0f9f5;
}

.btn-in:hover span {
    background-color: #e0f9f5;
    color: #57b6b2;
}

.home-icon {
    background-image: url(../images/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    width: 26px;
    height: 26px;
}

.logo-nav {}

.logo {
    margin: 5px 0;
}

.logo img {
    width: auto;
    height: 44px;
}

@media (min-width:576px) {
    .logo img {
        height: 70px;
    }
}

@media (min-width:992px) {
    .logo img {
        height: 100px;
    }
}

.item-right {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.mobile-menu {
    display: block;
}

.menu .nav-item {
    margin: 0;
}

@media (min-width:992px) {
    .menu .nav-item {
        margin: 0 10px;
    }
}

@media (min-width:1200px) {
    .menu .nav-item {
        margin: 0 10px;
    }
}

@media (min-width:1440px) {
    .menu .nav-item {
        margin: 0 20px;
    }
}

.navbar-nav .nav-item {
    display: flex;
    flex-direction: column;
}

@media (min-width:992px) {
    .navbar-nav .nav-item {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

.navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}

@media (min-width:992px) {
    .navbar-nav .nav-link {
        padding: 0 !important;
    }
}

@media (min-width:1400px) {
    .navbar-nav .nav-link {
        font-size: 20px;
    }
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #57b6b2;
}

.navbar-nav .nav-link:hover .home-icon,
.navbar-nav .nav-link.active .home-icon {
    background-image: url(../images/home1.svg);
}

@media (min-width:992px) {
    .navbar-nav .nav-link.dropdown-toggle::after {
        display: none !important;
    }

    .navbar-nav .nav-item.dropdown:hover>.dropdown-box {
        display: block;
    }

    .navbar-nav .nav-item.dropdown:hover .nav-link {
        color: #57b6b2;
    }

    .dropdown-box {
        top: -10px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 0;
        border: none;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
        padding-top: 50px;
        padding-bottom: 10px;
    }

    .dropdown-box .dropdown-item {
        padding: 8px 20px;
        text-align: center;
        font-size: 18px;
        color: #808080;
        background-color: #fff !important;
        border-bottom: 1px solid #fff;
        transition: all .4s;
    }

    .dropdown-box .dropdown-item:hover {
        border-bottom-color: #57b6b2;
    }
}

.navbar-brand {
    margin: 20px 20px 10px 20px;
    display: flex;
    justify-content: center;
}

.navbar-brand img {
    width: auto;
    height: auto;
}

.offcanvas-header {
    justify-content: flex-end;
}

.menubar {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    border-radius: 0;
    border: none;
}

@media (min-width:768px) {
    .menubar {
        margin-left: 10px;
    }
}

.menubar .fa {
    color: #fff !important;
    font-size: 22px;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: rgb(0, 0, 0, 0);
    border-color: #fff;
    box-shadow: 0 0 0 0 rgb(130 138 145 / 0%);
}

.mobile-navbar .nav-item .nav-link.active {
    color: #57b6b2;
}

@media (min-width:992px) {
    .mobile-navbar .nav-item .nav-link.active {
        color: #333;
    }
}

.sign-btn-1 {
    color: #57b6b2;
    display: flex;
    align-items: center;
}

.share-icon-1 .bi {
    color: #57b6b2 !important;
}

.mobile-lang {
    background-color: #57b6b2;
    padding-left: 30px;
    padding-right: 10px;
}

.mobile-lang a {
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    border: 1px solid #57b6b2;
    margin: 0 8px;
}

.mobile-lang:first-child a {
    margin-left: 0;
}

.mobile-lang a:hover,
.mobile-lang a.active {
    border-color: #fff;
    color: #fff;
}

.sign-btn-1:hover {
    color: #57b6b2;
}

.mobile-down {
    border: none;
    border-radius: 0;
    margin: 0 !important;
    padding: 10px 0;
    background-color: #e5e5e5;
}

.mobile-down .dropdown-item {
    text-align: left;
    color: #808080;
    font-family: "MYuenHK-Xbold";
    padding-left: 30px;
    padding: 5px 30px;
}

@media (min-width:992px) {
    .mobile-down .dropdown-item {
        text-align: center;
    }
}

.mobile-down .dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #57b6b2;
}

button:focus {
    box-shadow: none !important;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

.offcanvas.offcanvas-end {
    border: 0;
    display: inline-table;
    width: 100%;
    margin-top: 60px;
    transform: translateX(-100%);
    background-color: rgba(255, 255, 255, .92) !important;
}

@media (min-width:576px) {
    .offcanvas.offcanvas-end {
        margin-top: 86px;
    }
}

.offcanvas-body {
    padding: 20px 0;
}

/* banner start */

.index-swiper {
    position: relative;
    overflow: hidden;
    height: 300px !important;
}

@media (min-width:768px) {
    .index-swiper {
        height: 100% !important;
    }
}

.swiper-img {
    position: relative;
    overflow: hidden;
    height: 100%;
}

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

.index-swiper .swiper-slide {
    background-color: #fff;
}

.index-swiper .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    width: 12px;
    height: 12px;
}

.index-swiper .swiper-pagination-bullet-active {
    background-color: #808080;
}

/* banner end */

/* about start */

@media (min-width:992px) {
    .picer-box {
        padding: 80px 0 !important;
    }
}

.home-style {
    background-color: #e0f9f5;
}

.title-style {
    color: #57b6b2;
    font-size: 26px;
}

.title-style i {
    font-size: 16px;
    font-style: normal;
}

.title-style1 {
    color: #57b6b2 !important;
}

.title-style-1 {
    font-size: 30px;
}

@media (min-width:768px) {
    .title-style-1 {
        font-size: 38px;
    }

    .title-style i {
        font-size: 22px;
    }
}

.title-con {
    color: #808080;
    line-height: 26px;
}

.title2-style {
    font-size: 20px;
    line-height: 32px;
}

.text-style {
    font-size: 18px;
    line-height: 30px;
}

.time-style {
    font-size: 16px;
}

.text-style-2 {
    font-size: 15px;
}

@media (min-width:768px) {

    .title-style,
    .text-style-2,
    .time-style {
        font-size: 32px;
    }

    .title-style i {
        font-size: 24px;
    }

    .title2-style {
        font-size: 24px;
        line-height: 46px;
    }
}

@media (min-width:992px) {
    .title-style {
        font-size: 36px;
    }

    .title-style i {
        font-size: 30px;
    }

    .title2-style {
        font-size: 28px;
        line-height: 50px;
    }

    .text-style {
        font-size: 24px;
        line-height: 44px;
    }

    .title-con {
        line-height: 50px;
    }

    .text-style2 {
        line-height: 26px !important;
        font-size: 18px !important;
    }
}

@media (min-width:1200px) {
    .title-style {
        font-size: 42px;
    }

    .title-style i {
        font-size: 36px;
    }

    .title2-style {
        font-size: 32px;
        line-height: 56px;
    }

    .text-style2 {
        line-height: 32px !important;
        font-size: 20px !important;
    }
}

@media (min-width:1400px) {
    .title-style {
        font-size: 48px;
    }

    .title-style i {
        font-size: 32px;
    }

    .title2-style {
        font-size: 38px;
        line-height: 70px;
    }

    .text-style2 {
        line-height: 45px !important;
        font-size: 22px !important;
    }
}

@media (min-width:1441px) {
    .titsty1 {
        font-size: 48px !important;
    }

    .text-style2 {
        line-height: 55px !important;
    }
}

.tit-img img {
    width: auto;
    height: 85px;
}

@media (min-width:768px) {
    .tit-img img {
        height: 155px;
    }
}

@media (min-width:992px) {
    .tit-img img {
        height: 205px;
    }
}

.dd {
    background-image: url(../images/Vector.png);
    background-position: center;
    background-size: cover;
    object-fit: cover;
    width: 100%;
    height: 8px;
}

@media (min-width:1200px) {
    .dd {
        height: 10px;
    }
}

@media (min-width:1400px) {
    .dd {
        height: 12px;
    }
}

.dd1 {
    height: 6px;
}

@media (min-width:992px) {
    .dd2 {
        height: 12px;
    }
}

/* about end */

/* theme start */

.theme-swiper {}

.card {
    height: 100%;
    border: none;
    box-shadow: none;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
}

.theme-card {
    background-color: #e5e5e5;
    position: relative;
}

.theme-card::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 0;
}

.theme-card1::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: #fff;
    z-index: 0;
}

@media (min-width:992px) {
    .theme-card1::after {
        height: 100px;
    }
}

.card-top-img {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.card-top-img img {
    width: 100px;
    height: 100px;
}

.card-top-img .cs {
    display: block;
    transition: all .7s;
}

.card-top-img .hv {
    display: none;
    transition: all .7s;
}

.card-title {
    padding: 10px 0;
}

@media (min-width:992px) {
    .card-title {
        padding: 80px 0;
    }
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.card-img img {
    width: 100%;
    transition: all ease .5s;
}

.card-img1:hover img {
    transform: scale(1.05);
}

.card-hov {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .6s;
    opacity: 0;
}

.card-hov p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.card:hover .card-top-img .cs {
    display: none;
}

.card:hover .card-top-img .hv {
    display: block;
}

.card:hover .card-hov {
    opacity: 1;
}

.theme-pag .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    opacity: 1;
    background-color: #b1d3d2;
}

.theme-pag .swiper-pagination-bullet-active {
    background-color: #cccbcb;
}

/* theme end */

/* news start */

.news-card {
    background-color: rgb(0, 0, 0, 0);
}

.news-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.news-img img {
    transition: all .4s;
}

.news-img:hover img {
    transform: scale(1.05);
}

.tit-style {
    font-size: 17px;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; */
    /* width: 56%; */
    width: 100%;
    display: block;
    height: 100%;
}

.tit-link {
    width: 40%;
    font-size: 18px;
    color: #57b6b2;
    transition: all .5s;
}

@media (min-width:992px) {
    .tit-link {
        width: 30%;
    }
}

.tit-link i {
    background-image: url(../images/news-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 28px;
    height: 28px;
    transition: all .5s;
}

.tit-link:hover {
    color: #cccbcb;
}

.tit-link:hover i {
    background-image: url(../images/news-right1.svg);
}

@media (min-width:576px) {
    .tit-style {
        font-size: 24px;
    }
}

@media (min-width:992px) {
    .tit-style {
        font-size: 30px;
        height: 100px;
        width: 100%;
    }

    .news-con p,
    .news-con i {
        font-size: 20px;
        color: #333;
    }

    .news-con p {
        height: 120px;
        color: #808080;
    }
}

.news-con i {
    font-style: normal;
}

.con-prev,
.con-next {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: #57b6b2;
    opacity: 1 !important;
}

@media (min-width:992px) {

    .con-prev,
    .con-next {
        width: 48px;
        height: 48px;
    }

    .con-prev {
        left: auto;
    }

    .con-next {
        right: auto;
    }
}

.con-prev::after,
.con-next::after {
    font-size: 18px;
    color: #fff;
}

.con-prev:hover,
.con-next:hover {
    background-color: #cccbcb !important;
}

.con-prev1,
.con-next1 {
    top: 60%;
}

.con-prev1 {
    left: auto;
}

.con-next1 {
    right: auto;
}

.con-prev3 {
    left: -20px;
}

.con-next3 {
    right: -20px;
}

/* news end */

.video-tit {
    color: #222;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width:992px) {
    .video-tit {
        font-size: 30px;
    }

    .subscribe {
        padding-top: 120px !important;
    }
}

.ddd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 18px;
    background-color: #e5e5e5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (min-width:768px) {
    .ddd {
        padding: 10px 20px;
    }
}

.ddd .fa {
    color: #333;
}

.address {
    min-width: 260px !important;
}

@media (min-width:540px) {
    .address {
        min-width: 340px !important;
    }
}

.titi-sty {
    font-size: 24px !important;
}

@media (min-width:768px) {
    .titi-sty {
        font-size: 34px !important;
    }
}

.input-box {
    width: 100%;
    border: 2px solid #cccbcb;
    border-radius: 10px;
    padding: 5px 10px;
}

@media (min-width:768px) {
    .input-box {
        padding: 15px;
    }
}

.btn-addre span {
    font-size: 20px;
    padding: 6px 30px;
}

@media (min-width:768px) {
    .btn-addre span {
        font-size: 26px;
        padding: 8px 30px;
    }
}

.footer-link {
    font-size: 14px;
    color: #57b6b2 !important;
    display: block;
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.footer-link::before {
    content: '';
    position: absolute;
    right: 0;
    width: 2px;
    height: 14px;
    background-color: #57b6b2;
    display: block;
}

@media (min-width:992px) {
    .footer-link {
        font-size: 16px;
    }

    .footer-link::before {
        display: none;
    }
}

.footer-linkbox li:last-child .footer-link::before {
    display: none;
}

.footer-link:hover {
    color: #cccbcb !important;
}

.footer-text {
    width: auto;
    font-size: 12px;
    text-align: center;
    color: #53b6b2;
}

@media (min-width:380px) {
    .footer-text {
        width: 310px;
    }
}

@media (min-width:576px) {
    .footer-text {
        width: auto;
    }
}

@media (min-width:992px) {
    .footer-text {
        font-size: 16px;
    }
}

/* \\\\\\\\\\\\\\ */

.back-top {
    position: fixed;
    right: 3%;
    bottom: 1%;
    display: none;
    z-index: 999;
}

@media (min-width:992px) {
    .back-top {
        bottom: 10%;
    }
}

.back-top.show {
    display: block !important;
}

.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background-color: #cccbcb;
    border-radius: 100%;
}

@media (min-width:992px) {
    .back-to-top {
        width: 54px;
        height: 54px;
    }
}

.back-to-top .fa {
    color: #fff;
    font-size: 22px;
}

.back-to-top:hover {
    background-color: #808080;
}

.delighter .li {
    opacity: 0;
    transform: translatey(15%);
    transition: all .7s ease-out;
}

.delighter.started .li {
    opacity: 1;
    transform: none;
}

.delighter.started .li:nth-child(1) {
    transition: all .7s ease-out .1s;
}

.delighter.started .li:nth-child(2) {
    transition: all .7s ease-out .3s;
}

.delighter.started .li:nth-child(3) {
    transition: all .7s ease-out .5s;
}

.delighter.started .li:nth-child(4) {
    transition: all .7s ease-out .7s;
}

.delighter.started .li:nth-child(5) {
    transition: all .7s ease-out .9s;
}

.delighter.started .li:nth-child(6) {
    transition: all .7s ease-out 1.1s;
}

.delighter.started .li:nth-child(7) {
    transition: all .7s ease-out 1.3s;
}

.delighter.started .li:nth-child(8) {
    transition: all .7s ease-out 1.5s;
}

.delighter.started .li:nth-child(9) {
    transition: all .7s ease-out 1.7s;
}

.delighter.started .li:nth-child(10) {
    transition: all .7s ease-out 1.9s;
}

.delighter .left {
    opacity: 0;
    transform: translatex(-15%);
    transition: all .9s ease-out;
}

.delighter .right {
    opacity: 0;
    transform: translatex(15%);
    transition: all .9s ease-out;
}

.delighter .up {
    opacity: 0;
    transform: translatey(-15%);
    transition: all 1s ease-out;
}

.delighter .down {
    opacity: 0;
    transform: translatey(15%);
    transition: all 1s ease-out;
}

.delighter.started .left,
.delighter.started .right,
.delighter.started .up,
.delighter.started .down {
    opacity: 1;
    transform: none;
}

/* index end */

.inner-bj {
    background-color: #e0f9f5;
}

@media (min-width:992px) {
    .inner-bj {
        padding: 80px 0 60px !important;
    }

    .inner-bj1 {
        padding-top: 80px !important;
    }
}

.icon-box span {
    display: flex;
    padding: 5px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #808080;
}

.icon-box span i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #808080;
    font-size: 16px;
    color: #fff;
}

.icon-box b,
.icon-box a {
    font-size: 16px;
    color: #808080;
    letter-spacing: 0px;
    padding-left: 5px;
    font-weight: normal;
}


@media (min-width:768px) {
    .icon-box span i {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .icon-box b,
    .icon-box a {
        font-size: 20px;
        padding-left: 20px;
        letter-spacing: 2px;
    }
}

.icon-box a:hover {
    color: #57b6b2;
}

.form-label {
    color: #808080;
    font-size: 18px;
}

@media (min-width:992px) {
    .form-label {
        font-size: 22px;
    }
}

.form-label i {
    font-style: normal;
    color: #57b6b2;
    font-size: 24px;
}

.form-control {
    border-radius: 30px;
    border-color: #57b6b2;
    padding: 12px;
}

.btn-fx {
    background-color: #57b6b2 !important;
    padding: 12px;
    border-radius: 40px;
    /* min-width: 200px; */
    width: 100%;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 18px;
    margin: 0;
}

@media (min-width:576px) {
    .btn-fx {
        margin: 0 10px;
        font-size: 22px;
    }
}

.btn-fx:hover,
.btn-fx.active {
    background-color: #b1d3d2 !important;
}

.footer-border {
    width: 100%;
    height: 3px !important;
    background-color: #57b6b2;
}

@media (min-width:992px) {
    .footer-border {
        margin-top: 120px !important;
    }
}

.card-bottom {
    color: #808080;
}

.card-bottom h3 {
    font-size: 18px;
    border-bottom: 3px solid #57b6b2;
    padding-bottom: 15px;
}

@media (min-width:768px) {
    .card-bottom h3 {
        font-size: 24px;
    }
}

.card-bottom p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media (min-width:576px) {
    .card-bottom h3 {
        font-size: 30px;
    }

    .card-bottom p {
        font-size: 16px;
        line-height: 30px;
        -webkit-line-clamp: 7;
    }
}

.card-bottom h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.btn-news {
    font-size: 18px;
}

.pagination .page-item {
    margin-left: 10px;
}

.pagination .page-link {
    border-radius: 100% !important;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #b1d3d2;
    border: none;
    color: #fff;
    font-size: 18px;
}

.pagination .page-link.active {
    background-color: #57b6b2;
}

.tab-nav li {
    margin: 0 2px;
}

.tab-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #57b6b2;
    border-radius: 100%;
    width: 34px;
    height: 34px;
    color: #fff;
    font-size: 16px;
}

@media (min-width:992px) {
    .tab-nav li a {
        width: 44px;
        height: 44px;
    }
}

.tab-nav li.active a {
    background-color: #808080 !important;
}

.tab-nav li:hover a {
    background-color: #cccbcb;
}

.tab-nav li.no a {
    background-color: #b1d3d2;
}

.partner-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #e0f9f5;
    padding: 15px;
    overflow: hidden;
    min-height: 180px;
    height: 100%;
}

.partner-text {
    font-size: 18px;
    color: #808080;
}

.partner-img:hover {
    border-color: #57b6b2;
}

.padd-style {
    padding: 0 !important;
}

.swiper-box {
    height: 100%;
}

@media (min-width:992px) {
    .swiper-box {
        height: auto;
    }
}

.card1 {
    background-color: #e0f9f5;
    height: 100%;
}

.tit-top h3 {
    font-size: 34px;
    color: #808080;
    font-weight: normal;
}

.tit-top span {
    display: block;
    width: 180px;
    height: 2px;
    background-color: #57b6b2;
}

.card1 p {
    font-size: 20px;
    color: #808080;
    text-align: center;
    line-height: 34px;
}

@media (min-width:1200px) {
    .card1 p {
        font-size: 26px;
        line-height: 44px;
    }
}

.card-top-img-1 img {
    width: 100px;
    height: 100px;
}

@media (min-width:992px) {
    .card1::before {
        display: none;
    }
}

.swiper-his,
.swiper-his1 {
    position: relative;
}

.swiper-his1 {
    height: 630px;
}

@media (min-width:425px) {
    .swiper-his1 {
        height: 974px;
    }
}

@media (min-width:768px) {
    .swiper-his1 {
        height: 1370px;
    }
}

.swiper-his::before,
.swiper-his1::before {
    content: '';
    position: absolute;
    background-color: #53b6b2;
    border-radius: 15px;
    z-index: -1;
}

.swiper-his::before {
    top: 224px;
    left: 0;
    width: 100%;
    height: 30px;
    border-radius: 15px;
}

.swiper-his1::before {
    width: 15px;
    height: 100%;
    left: 10px;
    top: 0;
}

.his-card,
.his-card-1 {
    position: relative;
}

.his-card {
    cursor: pointer;
}

.his-card::after,
.his-card-1::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(27, 130, 124, 1);
}

.his-card::after {
    width: 15px;
    height: 15px;
    top: 224px;
    left: -30px;
}

@media (min-width:992px) {
    .his-card::after {
        width: 30px;
        height: 30px;
    }
}

.his-card-1::after {
    top: 0px;
    left: 10px;
}

.his-card h3 {
    font-size: 30px;
}

.his-card-1 h3 {
    font-size: 24px;
}

.his-card span {
    border-radius: 100%;
    border: 4px solid #57b6b2;
    color: #57b6b2;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: 20px 0 0;
    transition: all .4s;
}

.his-card-1 span {
    font-size: 20px;
    width: 60px;
    height: 60px;
}

@media (min-width:576px) {
    .his-card-1 span {
        width: 80px;
        height: 80px;
    }
}

.his-card i,
.his-card-1 i {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(27, 130, 124, .5);
    border-radius: 100%;
    margin-top: 50px;
    z-index: 1;
}

.his-card-1 i {
    width: 30px;
    height: 30px;
    margin: 0;
}

.his-card i::before,
.his-card i::after,
.his-card-1 i::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.his-card i::before {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
}

.his-card i::after {
    width: 2px;
    height: 50px;
    background-color: #222;
    top: -50px;
}

.his-card-1 i::before {
    width: 14px;
    height: 14px;
}

.his-card-1 i::after {
    width: 20px;
    height: 2px;
    top: 15px;
    left: 24px;
    background-color: #222;
}

@media (min-width:425px) {
    .his-card-1 i::after {
        width: 50px;
    }
}

@media (min-width:576px) {
    .his-card-1 i::after {
        width: 80px;
    }
}

@media (min-width:768px) {
    .his-card-1 i::after {
        width: 150px;
    }
}

.his-card-1 span {
    margin-top: 10px;
}

.his-card:hover span {
    background-color: #57b6b2;
    color: #fff;
}

.his-box {
    display: block;
    border-radius: 10px;
    background-color: #57b6b2;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    /* padding: 20px 0; */
}

.his-box1 {
    padding: 0;
    border-radius: 0;
    margin-right: 5px;
}

.his-box1 .card-img1 {
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popup.show {
    display: block;
}

.popup-inner {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
}

.close-box {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #cccbcb;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.close-box .fa {
    color: #fff;
}

.swiper-popup {
    height: 500px;
}

@media (min-width:1200px) {
    .swiper-popup {
        height: 820px;
    }
}

.swiper-popup .swiper-slide {
    background-color: #fff;
}

.card-img2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.card-img2 img {
    object-fit: cover;
    height: 100%;
}

.popup-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width:1200px) {
    .popup-img img {
        width: auto;
    }
}

.over {
    overflow-y: auto;
}

.map-box,
.map-box iframe {
    width: 100% !important;
}

.coinput {
    width: 120px;
}

@media (min-width:576px) {
    .coinput {
        width: 200px;
    }
}

.focus-sty .swiper-slide {
    height: auto;
}

.focus-tex {
    height: 100px;
    display: flex;
    align-items: flex-end;
}

.focus-tex1 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
}

.mtt {
    font-size: 20px !important;
}

@media (min-width:576px) {

    .focus-tex1 span,
    .mtt {
        font-size: 24px !important;
    }
}

.popup-p {
    line-height: 30px !important;
    font-size: 14px !important;
}

@media (min-width:992px) {
    .popup-p {
        font-size: 18px !important;
    }
}

/* ------------------------------------- */
.comingbox {
    height: 65vh;
}

.coming {
    font-size: 40px;
}

@media (min-width:992px) {
    .coming {
        font-size: 100px;
    }

    .comingbox {
        height: 100vh;
    }
}

@media (min-width:1200px) {
    .coming {
        font-size: 150px;
    }
}

@media (min-width:1400px) {
    .coming {
        font-size: 200px;
    }
}

.tit-dim {
    font-size: 15px;
    color: #808080;
    font-weight: normal;
}

.scrollbar::-webkit-scrollbar {
    display: block;
    width: 5px;
    background-color: rgba(0, 0, 0, 0.12);
}

.scrollbar::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: rgba(0, 0, 0, 0.23);
    border-radius: 10px;
}

/* exhibitors start */
/*  */
.purple-icon {
    background-color: #7c55b2;
}

.purple-icon:hover,
.purple-icon.active {
    background-color: #fff;
    color: #7c55b2;
}

.purple-icon:hover .fa,
.purple-icon.active .fa {
    color: #7c55b2;
}

.purple-in {
    border-color: #ac82d3;
}

.purple-in span {
    background-color: #ac82d3;
}

.purple-in:hover {
    border-color: #ded4e9 !important;
}

.purple-in:hover span {
    background-color: #ded4e9 !important;
    color: #7c55b2;
}

.purple-link.active,
.purple-link:hover,
.navbar-nav .nav-item.dropdown:hover .purple-link {
    color: #7c55b2 !important;
}

.purple-dropdown .dropdown-item:hover {
    color: #7c55b2 !important;
}

@media (min-width:992px) {
    .purple-dropdown .dropdown-item:hover {
        border-bottom-color: #7c55b2 !important;
    }
}

.purple-lang {
    border-color: #fff !important;
}

.purple-lang.active {
    background-color: #fff;
    color: #7c55b2 !important;
}

.ex-bj {
    background-image: url(../images/pic.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    /* height: 80vh; */
}

.purple-color {
    color: #7c55b2 !important;
}

.purple-color2 {
    color: #ac82d3 !important;
}

.inner-tit {
    font-size: 28px;
}

.num,
.num-tit {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

.num {
    font-size: 28px;
}

.num-tit {
    font-size: 16px;
}

@media (min-width:576px) {
    .num {
        font-size: 32px !important;
    }

    .num-tit {
        font-size: 26px !important;
    }
}

@media (min-width:768px) {
    .inner-tit {
        font-size: 50px;
    }

    .num {
        font-size: 44px !important;
    }

    .num-tit {
        font-size: 30px !important;
    }
}

@media (min-width:1200px) {
    .inner-tit {
        font-size: 60px;
    }

    .num {
        font-size: 70px !important;
    }

    .num-tit {
        font-size: 34px !important;
    }
}

.accordion-item1 {
    height: auto;
}

@media (min-width:992px) {
    .accordion-item1 {
        height: 200px;
    }
}

.mad-img,
.ex-assort {
    position: relative;
    z-index: 9;
}

.mad-img img {
    width: auto;
    height: 70px;
    z-index: 9;
    position: relative;
}

.ex-btn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 0 !important;
    border: none;
    background-color: #ac82d3 !important;
    box-shadow: none !important;
    z-index: 1;
}

.ex-btn::before {
    content: '';
    position: absolute;
    left: -40px;
    top: auto;
    bottom: 0;
    width: 40px;
    height: 4px;
    background-color: #ac82d3;
    /* z-index: 0; */
}

@media (min-width:321px) {
    .ex-btn::before {
        width: 70px;
        left: -70px;
    }
}

.pt-img {
    position: relative;
    z-index: 9;
}

.pt-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}

@media (max-width:575px) {
    .pt-img::after {
        height: 4px;
    }
}

.ex-btn::after {
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 14px;
    background-image: url(../images/down.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.ex-btn-tit {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff !important;
}

.ex-dropdown-menu {
    border-radius: 0;
    border: none;
    background-color: #e5e5e5;
}

.ex-down-text {
    font-size: 14px;
    line-height: 28px;
    color: #808080;
    letter-spacing: 2px;
}

@media (min-width:420px) {
    .ex-btn-tit {
        height: auto;
    }
}

@media (min-width:576px) {
    .mad-img img {
        height: 80px;
    }

    .ex-btn::before {
        left: -100px;
        width: 100px;
        height: 6px;
    }

    .ex-down-text {
        font-size: 18px;
        line-height: 34px;
    }
}

@media (min-width:768px) {
    .ex-btn-tit {
        font-size: 20px;
    }

    .ex-btn::before {
        left: -140px;
        width: 140px;
        height: 6px;
    }
}

@media (min-width:992px) {
    .mad-img img {
        height: 140px;
    }
}

@media (min-width:1200px) {
    .mad-img img {
        height: 180px;
    }

    .ex-btn::before {
        left: -150px;
        width: 150px;
        height: 8px;
    }

    .ex-dropdown-menu {
        display: block !important;
        position: initial !important;
        transform: translate(0px, 0px) !important;
    }

    .ex-btn::after {
        display: none;
    }

    .ex-btn-tit {
        font-size: 28px;
    }

    .ex-down-text {
        font-size: 24px;
        line-height: 46px;
    }

    .exli {
        height: 100%;
    }
}

.mode-bj {
    background-color: #fdf8ff;
}

.mode-left {
    border: 1px solid #ded4e9;
}

.mode-left p,
.mode-left h4 {
    padding: 12px 20px;
}

.mode-left h4 {
    font-size: 24px;
    background-color: #ac82d3;
    color: #fff;
}

.mode-left p {
    font-size: 18px;
    color: #808080;
    line-height: 40px;
}

.mode-left p strong {
    font-size: 28px;
    font-family: 'Microsoft YaHei';
}

@media (min-width:1024px) {
    .mode-left h4 {
        font-size: 30px;
    }

    .mode-left p {
        font-size: 22px;
    }

    .mode-left p strong {
        font-size: 38px;
    }
}

.wstyle {
    width: 90%;
}

.teximg {
    width: 10%;
    background-color: #ac82d3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teximg span {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    writing-mode: vertical-lr;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 10px;
}

@media (min-width:992px) {
    .teximg span {
        font-size: 24px;
    }
}

.mode-swiper .swiper-slide {
    background-color: #fdf8ff;
}

.ex-pag .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #ac82d3;
    opacity: 1;
}

.ex-pag .swiper-pagination-bullet-active {
    background-color: #cccbcb;
}

@media (min-width:992px) {
    .ex-pag {
        text-align: end;
        padding-right: 20%;
    }
}

.finances-bj {
    background-image: url(../images/photozfzz.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

@media (min-width:992px) {
    .finances-bj {
        padding: 120px 0 !important;
    }
}

.btn-exbox {
    display: block;
    border-radius: 50px;
    border: 4px solid #fff !important;
    background-color: #ac82d3 !important;
    color: #fff !important;
    font-size: 18px;
    padding: 6px 30px;
    transition: all .6s;
}

@media (min-width:768px) {
    .btn-exbox {
        font-size: 24px;
    }
}

.btn-exbox:hover {
    background-color: #808080 !important;
    color: #fff !important;
}

.btn-exbox1 {
    background-color: #808080;
}

.form-label {
    color: #808080;
}

.purple-control {
    border-color: #ac82d3 !important;
}

.btn-form {
    border-radius: 50px;
    padding: 8px 40px;
    background-color: #ac82d3;
    color: #fff;
    border: none;
    margin-right: 15px;
    font-size: 20px;
}

@media (min-width:768px) {
    .btn-form {
        padding: 12px 40px;
        font-size: 24px;
    }
}

.btn-form:hover {
    background-color: #808080 !important;
}

.purple-color1::before {
    background-color: #ac82d3;
}

.purple-text i {
    background-image: url(../images/button-p.png);
}

.purple-dd {
    background-image: url(../images/purpledotline.png);
}

.purpletit {
    font-size: 16px;
    height: auto !important;
}

@media (min-width:375px) {
    .purpletit {
        font-size: 18px;
    }
}

@media (min-width:425px) {
    .purpletit {
        font-size: 22px;
    }
}

@media (min-width:768px) {
    .purpletit {
        font-size: 28px;
    }
}

@media (min-width:1200px) {
    .purpletit {
        font-size: 34px;
    }
}

.navbar-nav .nav-link:hover .home-icon-adm,
.navbar-nav .nav-link.active .home-icon-adm {
    background-image: url(../images/home2.svg);
}

.adm-slide-img {
    height: 180px !important;
}

@media (min-width:992px) {
    .adm-slide-img {
        height: auto !important;
    }
}

.formt {
    font-size: 18px;
}

@media (min-width:992px) {
    .formt {
        font-size: 22px;
    }
}

/* exhibitors end */

/* admission start */

.pink-icon {
    background-color: #e6396e;
}

.pink-icon:hover,
.pink-icon.active {
    background-color: #fff;
    color: #e6396e;
}

.pink-icon:hover .fa,
.pink-icon.active .fa {
    color: #e6396e;
}

.pink-in {
    border-color: #dd778d;
}

.pink-in span {
    background-color: #dd778d;
}

.pink-in:hover {
    border-color: #f9d1d9 !important;
}

.pink-in:hover span {
    background-color: #f9d1d9 !important;
    color: #e6396e;
}

.pink-link.active,
.pink-link:hover,
.navbar-nav .nav-item.dropdown:hover .pink-link {
    color: #e6396e !important;
}

.pink-dropdown .dropdown-item:hover {
    color: #e6396e !important;
}

@media (min-width:992px) {
    .pink-dropdown .dropdown-item:hover {
        border-bottom-color: #e6396e !important;
    }
}

.adm-bj {
    background-image: url(../images/admbj.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}

.date {
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.inner-tit1 {
    color: #fff;
}

.inner-tit1 i {
    font-style: normal;
    font-size: 20px;
}

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

    .inner-tit1 i {
        font-size: 40px;
    }
}

@media (min-width:1024px) {
    .date {
        font-size: 40px;
    }
}

.btn-admbox {
    background-color: #dd778d !important;
}

.btn-admbox:hover {
    background-color: #e6396e !important;
}

.pink-color {
    color: #e6396e !important;
}

.pink-color2 {
    color: #dd778d !important;
}

.adm-img img {
    width: 100% !important;
    height: auto !important;
}

.class-box {
    border: 2px solid #dd778d;
}

.class-box h4 {
    font-size: 35px;
    color: #808080;
}

.class-box ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.class-box ul li a {
    color: #808080;
    font-size: 18px;
}

.class-box ul li:hover,
.class-box ul li.active {
    background-color: #dd778d;
}

.class-box ul li:hover a,
.class-box ul li.active a {
    color: #fff;
}

.card-bottom1 {
    background-color: #e5e5e5;
    width: 100%;
    height: 100%;
}

.life {
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
}

@media (min-width:768px) {
    .life {
        font-size: 20px;
        letter-spacing: 2px;
    }
}

@media (min-width:992px) {
    .life {
        font-size: 26px;
    }
}

.prefer {
    position: absolute;
    top: 0;
    left: 0;
    background-size: 100%;
    object-fit: cover;
    display: block;
}

.down-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: url(../images/down-p.png) no-repeat center;
    background-size: 100%;
}

.down-icon:hover {
    background: url(../images/down-g.png) no-repeat center;
    background-size: 100%;
}

.pink-btn {
    width: 100%;
    border-radius: 0;
    border-color: #dd778d !important;
    background-color: #fff !important;
    color: #808080 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pink-drop-menu {
    width: 100%;
    background-color: #fffafa;
}

.pink-drop-menu li {
    background-color: #fffafa !important;
}

.pink-drop-menu a {
    color: #808080 !important;
    border-bottom: 2px solid rgb(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0) !important;
}

.pink-drop-menu li:hover a {
    color: #dd778d !important;
    border-color: #dd778d;
}

.class-swiper {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.admp,
.admn {
    background-color: #dd778d !important;
    position: relative;
}

.peri-bj {
    background-color: #fffafa !important;
}

.peri-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: none;
    border-radius: 0 !important;
    padding: 0;
    height: auto;
    width: 100%;
    background-color: #fff !important;
    overflow: hidden;
    transition: all .4s;
}

.peri-nav i{
    font-size: 16px;
    color: #808080;
    font-style: normal;
    margin-left: 5px;
}


.peri-nav-icon{
    display: block;
}

.peri-nav-icon img{
    width: 30px;
    height: auto;
    background-size: 100%;
    object-fit: cover;
}

@media (min-width:576px) {
    .peri-nav i{
        font-size: 22px;
        margin-left: 10px;
    }
    .peri-nav-icon img{
        width: 60px;
    }
}

@media (min-width:992px) {
    .peri-nav i{
        font-size: 24px;
    }
}

@media (min-width:1400px) {
    .peri-nav i{
        font-size: 30px;
    }
    .peri-nav-icon img{
        width: 80px;
    }
}

.peri-defa {
    display: block;
    transition: all .8s;
}

.peri-hov {
    display: none;
    transition: all .8s;
}

.peri-nav.active,
.peri-nav:hover{
    background-color: #dc778d !important;
}

.peri-nav.active i,
.peri-nav:hover i{
    color: #fff;
}

.peri-nav:hover .peri-defa,
.peri-nav.active .peri-defa {
    display: none;
}

.peri-nav:hover .peri-hov,
.peri-nav.active .peri-hov {
    display: block;
}

.peri-icon {
    display: block;
    background-image: url(../images/pink.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    width: 100px;
    height: 60px;
    transition: all .4s;
}

@media (min-width:992px) {
    .peri-icon {
        width: 120px;
        height: 80px;
    }
}

.peri-icon:hover {
    background-image: url(../images/gray.png);
}

.pagination .pink-page {
    background-color: #f9d1d9 !important;
}

.pagination .pink-page.active {
    background-color: #e6396e !important;
}

.traffic {
    width: 100px;
    height: auto !important;
    margin-bottom: 0;
}

.traffic img {
    width: 70px;
    height: auto;
}

.traffic-tit {
    font-size: 18px;
    color: #808080;
}

@media (min-width:768px) {
    .traffic img {
        width: 200px;
        height: auto;
    }

    .traffic {
        width: auto;
    }

    .traffic-tit {
        font-size: 24px;
    }
}

.traffic-icon {
    display: block;
    background-image: url(../images/button2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    transition: all .4s;
}

.traffic-item:hover {
    cursor: pointer;
}

.traffic-item:hover .traffic .peri-defa {
    display: none;
}

.traffic-item:hover .traffic .peri-hov {
    display: block;
}

.traffic-item:hover .traffic-icon {
    background-image: url(../images/button1.png);
}

.popup-tit-img {
    width: auto;
    height: 50px;
}

.popup-tit-img1 {
    width: auto;
    height: 50px;
}

@media (min-width:768px) {
    .popup-tit-img1 {
        height: 100px;
    }
}

.popup-text {
    font-size: 19px !important;
    line-height: 26px !important;
    color: #808080;
}

.pink-button {
    background-color: #e6396e !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pink-button:hover {
    background-color: #fff !important;
}

.pink-button:hover::after {
    color: #e6396e !important;
}

.num1 {
    color: #fff !important;
    font-size: 24px;
}

.pink-text a {
    font-size: 16px;
}

.pink-text i {
    background-image: url(../images/button.png);
    background-repeat: no-repeat;
}

.pink-dd {
    background-image: url(../images/pinkdotline1.png);
}

.pink-color1::before {
    background-color: #dd778d;
}

.navbar-nav .nav-link:hover .home-icon-ex,
.navbar-nav .nav-link.active .home-icon-ex {
    background-image: url(../images/home3.svg);
}

.box-video {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dd778d;
    padding: 70px 0;
}

@media (min-width:576px) {
    .box-video {
        height: auto;
    }
}

@media (min-width:768px) {
    .box-video {
        height: 820px;
        padding: 0;
    }
}

.box-video video {
    width: 100%;
    height: 100%;
    background-size: cover;
    object-fit: cover;
}

.box-up {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(220, 120, 142, .25);
    background-image: linear-gradient(90deg, rgba(220, 120, 142, .3), rgba(164, 129, 185, .6));
}

.tex {
    font-size: 20px !important;
}

@media (min-width:992px) {
    .tex {
        font-size: 30px !important;
    }
}

@media (max-width:767px) {
    .times {
        font-size: 44px !important;
    }
}

.showbox {
    display: none;
}

@media (max-width:991px) {
    .showbox {
        display: none !important;
    }
}

.showclick.on {
    display: none;
}

.hiup.on {
    transform: rotate(180deg);
}

.category-tit {
    border: 1px solid #dd778d;
    background-color: #dd778d;
    color: #fff;
    padding: 6px 12px;
}

.category-tit,
.category-con {
    width: 50%;
}

@media (max-width:575px) {
    .peri-nav-item img {
        transform: scale(1.2);
    }
}

.pink-lang {
    border-color: #fff !important;
}

.pink-lang.active {
    background-color: #fff;
    color: #e6396e !important;
}

.conpag .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
}

.conpag .swiper-pagination-bullet-active {
    background-color: #808080;
}

.wl {
    width: 100%;
}

@media (min-width:992px) {
    .wl {
        width: 65%;
    }
}

/* admission end */

/*  */

.ln-title {
    color: #53b6b2;
    font-size: 26px;
}

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

.ln-time,
.ln-text {
    font-size: 16px !important;
    color: #808080 !important;
}

.ln-text {
    line-height: 30px !important;
}

@media (min-width:992px) {
    .ln-time {
        font-size: 22px;
    }

    .ln-i-icon {
        width: 40px !important;
        height: 40px !important;
    }

    .ln-i-icon .fa {
        font-size: 24px;
    }

    .ln-text {
        font-size: 22px !important;
        line-height: 50px !important;
    }
}

.ln-style {
    font-size: 20px !important;
    color: #53b6b2 !important;
}

.ln-style i {
    background-image: url(../images/button-l.png);
    width: 30px !important;
    height: 30px !important;
}

@media (min-width:992px) {
    .ln-style {
        font-size: 26px !important;
    }

    .ln-style i {
        width: 36px !important;
        height: 36px !important;
    }
}

.sh-text-box {
    height: 150px !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width:992px) {
    .sh-text-box {
        height: 140px !important;
    }
}

.sh-text-box.on {
    height: 100% !important;
}

.more-hide {
    display: none !important;
}

.more-hide.active {
    display: block !important;
}

.more-hide.active i {
    transform: rotate(-90deg);
}

.more-show.active {
    display: none !important;
}

.color {
    color: #53b6b2 !important;
}

.time-act{
    width: 30%;
}

.act-dd{
    width: 70%;
}

@media (min-width:992px) {
    .time-act{
        width: 20%;
    }
    
    .act-dd{
        width: 80%;
    }
}

.card-style {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
    transition: all .4s;
}

.actimg,
.actimg img {
    width: 100%;
    height: 100%;
}

.actimg img {
    background-size: cover;
    object-fit: cover;
}

.card-style:hover{
    box-shadow: none;
}

.card-style:hover .actimg img{
    transform: scale(1.1);
}

.even-title{
    color: #808080 !important;
}

.actime {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 6px 20px;
    background-color: #53b6b2;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

@media (min-width:992px) {
    .actime{
        font-size: 22px;
        top: 35px;
    }
}

.data-item{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e5e5e5;
    color: #606060;
    font-size: 14px;
    padding: 8px 4px;
    transition: all .4s; 
}

@media (min-width:426px) {
    .data-item{
        font-size: 18px;
        padding: 6px 12px;
    }
}

@media (min-width:576px) {
    .data-item{
        font-size: 20px;
        padding: 10px 20px;
    }
}

@media (min-width:768px) {
    .data-item{
        font-size: 26px;
        padding: 20px 30px;
    }
}

@media (min-width:992px) {
    .data-item{
        font-size: 30px;
        padding: 22px 40px;
    }
}

@media (min-width:1400px) {
    .data-item{
        font-size: 32px;
        padding: 24px 50px;
    }
}

.data-item:hover,
.data-item.active{
    background-color: #53b6b2;
    color: #fff;
}

.time-knot,
.timet{
    background-color: #e0f9f5;
    padding: 20px;
    color: #808080;
}

.timet{
    font-size: 24px;
    padding: 0 20px;
    color: #53b6b2;
    background-color: #fff;
}

.time-knot h3{
    font-size: 20px;
}

.time-knot{
    font-size: 18px;
}

@media (min-width:992px) {
    .timet{
        font-size: 30px;
        padding: 20px;
        background-color: #e0f9f5;
        color: #808080;
    }
    
    .time-knot h3{
        font-size: 28px;
    }
    
    .time-knot{
        font-size: 20px;
    }
}

@media (min-width:1400px) {
    .time-knot h3{
        font-size: 32px;
    }
    
    .time-knot{
        font-size: 22px;
    }
}

@media (min-width:992px) {
    .stage-time::before{
        content: '';
        position: absolute;
        left: 22%;
        top: 0;
        width: 5px;
        height: 100%;
        background-image: url(../images/ddd.png);
        background-size: 100%;
        object-fit: cover;
        z-index: 1;
    }
}

.btn-btn{
    border-radius: 0;
    background-color: #53b6b2 !important;
    color: #fff !important;
    border-color: #53b6b2 !important;
    padding: 6px 18px;
    min-width:180px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.btnb-menu{
    min-width: 180px;
    width: 100%;
    border-radius: 0;
    border: 2px solid #53b6b2;
    background-color: #fff;
    transform: translate(0) !important;
    top: 100% !important;
}

@media (min-width:992px) {
    .btn-btn{
        padding: 10px 30px;
        font-size: 24px;
    }
    .btn-btn,
    .btnb-menu{
        min-width: 220px;
    }
}

.btnb-menu .dropdown-item{
    font-size: 18px;
    color: #808080;
    border-bottom: 2px solid #fff;
    background-color: rgb(0, 0, 0, 0) !important;
    border-radius: 0;
}

.btnb-menu .dropdown-item:hover,
.btnb-menu .dropdown-item.active{
    border-color: #53b6b2;
    color: #53b6b2 !important;
}

.even-box,
.even-card{
    background-color: rgb(0, 0, 0, 0);
}

.even-box span{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #53b6b2;
    color: #fff;
    font-size: 18px;
    min-width: 170px;
    padding: 6px 10px;
    margin-top: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.even-box i,
.even-box h3{
    color: #808080;
}

.even-box i{
    font-size: 16px;
    font-style: normal;
    margin: 6px 0;
}

.even-box h3{
    font-size: 20px;
}

@media (min-width:768px) {
    .even-box span{
        font-size: 22px;
    }
    .even-box i{
        font-size: 18px;
    }
    .even-box h3{
        font-size: 24px;    
    }
}

.mySwiper2{
    height: 60%;
}

.mySwiper{
    height: 20%;
}

.even-next{
    right: 0;
}

.event-pp-img,
.event-pp-img img{
    height: 100%;
}

.event-pp-img img{
    background-size: cover;
    object-fit: cover;
}

.event-scrollbar{
    bottom: 0px !important;
}

.event-scrollbar .swiper-scrollbar-drag{
    background: rgba(255, 255, 255, .92) !important;
}