.sideCarousel.banner-carousel ul.carousel-content > li:first-child {
    opacity: 0;
    position: relative;
    z-index: -1;
    height: auto;
    width: 100%;
}

.sideCarousel.banner-carousel ul.scroll {
    bottom: 5px;
    display: none;
}

.sideCarousel.banner-carousel ul.scroll > li {
    --color: var(--black-color);
    border: 1px solid var(--color);
}

.sideCarousel.banner-carousel ul.scroll > li:hover {
    --color: var(--light-purple-color);
}

.sideCarousel {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 6px;
}

.sideCarousel .operate {
    z-index: 1;
    --borderColor: var(--blue-color);
}

.sideCarousel .operate.left {
    left: 0;
}

.sideCarousel .operate.right {
    right: 0;
}

.sideCarousel .operate span {
    color: var(--blue-color);
}

.sideCarousel ul.carousel-content {
    position: relative;
    width: calc(100% - 200px);
    margin: auto;
    overflow: hidden;
    height: auto;
}

.sideCarousel ul.carousel-content > li .carousel-contentMess {
    background: var(--white-color);
    position: relative;
    padding: 1rem 0;
}

.sideCarousel ul.carousel-content > li .carousel-contentMess > div {
    position: relative;
    height: 100%;
}

.sideCarousel ul.carousel-content > li {
    flex-direction: column;
}

.sideCarousel ul.carousel-content > li .imgData {
    height: 100%;
    position: relative;
    background: var(--imgSrc) no-repeat;
    width: 100%;
    background-size: cover;
}

.newFont {
    font-family: "MontserratBold";
}

/*************************************bannerCarousel**************************************/
/*********************************************simplyAnimate**************************************************/
.simplyAnimateTop {
    -webkit-animation: simplyRunTop ease-in-out 1.2s forwards;
    animation: simplyRunTop 2s ease-in-out forwards;
}

@keyframes simplyRunTop {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes simplyRunTop {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.simplyAnimateRight {
    -webkit-animation: simplyRunRight ease-in-out 1.2s forwards;
    animation: simplyRunRight 2s ease-in-out forwards;
}

@keyframes simplyRunRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes simplyRunRight {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.simplyAnimateLeft {
    -webkit-animation: simplyRunLeft ease-in-out 1.2s forwards;
    animation: simplyRunLeft 2s ease-in-out forwards;
}

@keyframes simplyRunLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes simplyRunLeft {
    0% {
        opacity: 0;
        transform: translateX(20%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes wordEffectLeft {
    0% {
        /*  opacity: 0;*/
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes wordEffectLeft {
    0% {
        /*        opacity: 0;*/
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.wordEffect {
    position: relative;
}

.wordEffect span {
    position: relative;
    display: inline-block;
}

.wordEffect span:nth-child(1) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.05s forwards;
    animation: wordEffectLeft 0.2s linear 0.05s forwards;
}

.wordEffect span:nth-child(2) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.1s forwards;
    animation: wordEffectLeft 0.2s linear 0.1s forwards;
}

.wordEffect span:nth-child(3) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.15s forwards;
    animation: wordEffectLeft 0.2s linear 0.15s forwards;
}

.wordEffect span:nth-child(4) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.2s forwards;
    animation: wordEffectLeft 0.2s linear 0.2s forwards;
}

.wordEffect span:nth-child(5) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.25s forwards;
    animation: wordEffectLeft 0.2s linear 0.25s forwards;
}

.wordEffect span:nth-child(6) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.3s forwards;
    animation: wordEffectLeft 0.2s linear 0.3s forwards;
}

.wordEffect span:nth-child(7) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.35s forwards;
    animation: wordEffectLeft 0.2s linear 0.35s forwards;
}

.wordEffect span:nth-child(8) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.4s forwards;
    animation: wordEffectLeft 0.2s linear 0.4s forwards;
}

.wordEffect span:nth-child(9) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.45s forwards;
    animation: wordEffectLeft 0.2s linear 0.45s forwards;
}

.wordEffect span:nth-child(10) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.5s forwards;
    animation: wordEffectLeft 0.2s linear 0.5s forwards;
}

.wordEffect span:nth-child(11) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.55s forwards;
    animation: wordEffectLeft 0.2s linear 0.55s forwards;
}

.wordEffect span:nth-child(12) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.6s forwards;
    animation: wordEffectLeft 0.2s linear 0.6s forwards;
}

.wordEffect span:nth-child(13) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.65s forwards;
    animation: wordEffectLeft 0.2s linear 0.65s forwards;
}

.wordEffect span:nth-child(14) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.7s forwards;
    animation: wordEffectLeft 0.2s linear 0.7s forwards;
}

.wordEffect span:nth-child(15) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.75s forwards;
    animation: wordEffectLeft 0.2s linear 0.75s forwards;
}

.wordEffect span:nth-child(16) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.8s forwards;
    animation: wordEffectLeft 0.2s linear 0.8s forwards;
}

.wordEffect span:nth-child(17) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.85s forwards;
    animation: wordEffectLeft 0.2s linear 0.85s forwards;
}

.wordEffect span:nth-child(18) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.9s forwards;
    animation: wordEffectLeft 0.2s linear 0.9s forwards;
}

.wordEffect span:nth-child(19) {
    -webkit-animation: wordEffectLeft 0.2s linear 0.95s forwards;
    animation: wordEffectLeft 0.2s linear 0.95s forwards;
}

.wordEffect span:nth-child(20) {
    -webkit-animation: wordEffectLeft 0.2s linear 1s forwards;
    animation: wordEffectLeft 0.2s linear 1s forwards;
}

.wordEffect span:nth-child(21) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.05s forwards;
    animation: wordEffectLeft 0.2s linear 1.05s forwards;
}

.wordEffect span:nth-child(22) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.1s forwards;
    animation: wordEffectLeft 0.2s linear 1.1s forwards;
}

.wordEffect span:nth-child(23) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.15s forwards;
    animation: wordEffectLeft 0.2s linear 1.15s forwards;
}

.wordEffect span:nth-child(24) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.2s forwards;
    animation: wordEffectLeft 0.2s linear 1.2s forwards;
}

.wordEffect span:nth-child(25) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.25s forwards;
    animation: wordEffectLeft 0.2s linear 1.25s forwards;
}

.wordEffect span:nth-child(26) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.3s forwards;
    animation: wordEffectLeft 0.2s linear 1.3s forwards;
}

.wordEffect span:nth-child(27) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.35s forwards;
    animation: wordEffectLeft 0.2s linear 1.35s forwards;
}

.wordEffect span:nth-child(28) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.4s forwards;
    animation: wordEffectLeft 0.2s linear 1.4s forwards;
}

.wordEffect span:nth-child(29) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.45s forwards;
    animation: wordEffectLeft 0.2s linear 1.45s forwards;
}

.wordEffect span:nth-child(30) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.5s forwards;
    animation: wordEffectLeft 0.2s linear 1.5s forwards;
}

.wordEffect span:nth-child(31) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.55s forwards;
    animation: wordEffectLeft 0.2s linear 1.55s forwards;
}

.wordEffect span:nth-child(32) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.6s forwards;
    animation: wordEffectLeft 0.2s linear 1.6s forwards;
}

.wordEffect span:nth-child(33) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.65s forwards;
    animation: wordEffectLeft 0.2s linear 1.65s forwards;
}

.wordEffect span:nth-child(34) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.7s forwards;
    animation: wordEffectLeft 0.2s linear 1.7s forwards;
}

.wordEffect span:nth-child(35) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.75s forwards;
    animation: wordEffectLeft 0.2s linear 1.75s forwards;
}

.wordEffect span:nth-child(36) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.8s forwards;
    animation: wordEffectLeft 0.2s linear 1.8s forwards;
}

.wordEffect span:nth-child(37) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.85s forwards;
    animation: wordEffectLeft 0.2s linear 1.85s forwards;
}

.wordEffect span:nth-child(38) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.9s forwards;
    animation: wordEffectLeft 0.2s linear 1.9s forwards;
}

.wordEffect span:nth-child(39) {
    -webkit-animation: wordEffectLeft 0.2s linear 1.95s forwards;
    animation: wordEffectLeft 0.2s linear 1.95s forwards;
}

.wordEffect span:nth-child(40) {
    -webkit-animation: wordEffectLeft 0.2s linear 2s forwards;
    animation: wordEffectLeft 0.2s linear 2s forwards;
}

.wordEffect span:nth-child(41) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.05s forwards;
    animation: wordEffectLeft 0.2s linear 2.05s forwards;
}

.wordEffect span:nth-child(42) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.1s forwards;
    animation: wordEffectLeft 0.2s linear 2.1s forwards;
}

.wordEffect span:nth-child(43) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.15s forwards;
    animation: wordEffectLeft 0.2s linear 2.15s forwards;
}

.wordEffect span:nth-child(44) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.2s forwards;
    animation: wordEffectLeft 0.2s linear 2.2s forwards;
}

.wordEffect span:nth-child(45) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.25s forwards;
    animation: wordEffectLeft 0.2s linear 2.25s forwards;
}

.wordEffect span:nth-child(46) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.3s forwards;
    animation: wordEffectLeft 0.2s linear 2.3s forwards;
}

.wordEffect span:nth-child(47) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.35s forwards;
    animation: wordEffectLeft 0.2s linear 2.35s forwards;
}

.wordEffect span:nth-child(48) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.4s forwards;
    animation: wordEffectLeft 0.2s linear 2.4s forwards;
}

.wordEffect span:nth-child(49) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.45s forwards;
    animation: wordEffectLeft 0.2s linear 2.45s forwards;
}

.wordEffect span:nth-child(50) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.5s forwards;
    animation: wordEffectLeft 0.2s linear 2.5s forwards;
}

.wordEffect span:nth-child(51) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.55s forwards;
    animation: wordEffectLeft 0.2s linear 2.55s forwards;
}

.wordEffect span:nth-child(52) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.6s forwards;
    animation: wordEffectLeft 0.2s linear 2.6s forwards;
}

.wordEffect span:nth-child(53) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.65s forwards;
    animation: wordEffectLeft 0.2s linear 2.65s forwards;
}

.wordEffect span:nth-child(54) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.7s forwards;
    animation: wordEffectLeft 0.2s linear 2.7s forwards;
}

.wordEffect span:nth-child(55) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.75s forwards;
    animation: wordEffectLeft 0.2s linear 2.75s forwards;
}

.wordEffect span:nth-child(56) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.8s forwards;
    animation: wordEffectLeft 0.2s linear 2.8s forwards;
}

.wordEffect span:nth-child(57) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.85s forwards;
    animation: wordEffectLeft 0.2s linear 2.85s forwards;
}

.wordEffect span:nth-child(58) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.9s forwards;
    animation: wordEffectLeft 0.2s linear 2.9s forwards;
}

.wordEffect span:nth-child(59) {
    -webkit-animation: wordEffectLeft 0.2s linear 2.95s forwards;
    animation: wordEffectLeft 0.2s linear 2.95s forwards;
}

.wordEffect span:nth-child(60) {
    -webkit-animation: wordEffectLeft 0.2s linear 3s forwards;
    animation: wordEffectLeft 0.2s linear 3s forwards;
}

/*********************************************simplyAnimate**************************************************/
.main-first {
    position: relative;
}

.main-first .dataImg {
    margin: 0;
}

.main-first .dataImg img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    box-shadow: 1px 2px 1rem 0.5rem rgba(38, 38, 38, 0);
    justify-self: flex-end;
    border-radius: 4px;
    /*  border: 6px solid rgba(241, 241, 241, 0.1);
     background-color: #F0F0F0; */
}

.main-first .dataImg h2 {
    text-align: left;
}

.main-first .dataImg p {
    text-align: left;
}

.main-first .dataImg .new-btn {
    display: block;
    padding: 0.5rem 2rem;
    margin-top: 2rem;
}

@media screen and (min-width: 769px) {
    .main-first .dataImg {
        grid-template-columns: 55% 42%;
        overflow: hidden;
        align-items: center;
    }
}

.main-second {
    position: relative;
}

.main-second .third-list {
    height: 100%;
    padding: 2rem;
}

.main-second .third-list li p.title {
    font-size: calc(1.2 * var(--font-size));
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: auto !important;
    margin: 0;
}

.third-list {
    position: relative;
    width: 100%;
    --grid: 31%;
}

.third-list > li {
    position: relative;
    border: 2px solid var(--blue-color);
    border-radius: 1em;
    padding: 2em;
    margin-bottom: 2em;
}

.third-list > li p {
    font-size: 1em;
    line-height: 1.1em;
    margin: 0;
    text-align: center;
}

.third-list > li > a {
    color: var(--black-color);
    transition: all ease-in-out 0.4s;
    padding: 1.5em 1em;
}

.third-list > li > a .imgItem {
    position: relative;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-list > li > a .imgItem img {
    position: relative;
    display: block;
    width: 4em;
}

.third-list > li > a > .title {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: auto !important;
}

.third-list > li > a:hover {
    color: var(--yellow-color);
}

@media screen and (min-width: 769px) {
    .third-list {
        display: grid;
        grid-template-columns: repeat(auto-fill, var(--grid));
        justify-content: space-between;
    }
}

.main-third {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-third h2 {
    margin-top: 0;
}

.imgList {
    position: relative;
    --grid: 32%;
    width: 100%;
    margin: 1em 0;
}

.imgList > li {
    position: relative;
    margin-top: 1rem;
}

.imgList > li > a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 0 20px rgba(21, 21, 21, 0.1);
    padding: 1rem;
    border-radius: 4px;
    overflow: hidden;
    --scal: 1;
}

.imgList > li > a .img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 4px;
    overflow: hidden;
}

.imgList > li > a .img img {
    vertical-align: top;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all ease-in-out 0.4s;
    transform: scale3d(var(--scal), var(--scal), 1);
}

.imgList > li > a .mess {
    position: absolute;
    width: calc(100% - 2em);
    background-color: rgba(68, 114, 196, 0.7);
    color: var(--white-color);
}

.imgList > li > a .mess p {
    text-align: center;
}

.imgList > li > a:hover {
    --scal: 1.1;
}

@media screen and (min-width: 769px) {
    .imgList {
        display: grid;
        grid-template-columns: repeat(auto-fill, var(--grid));
        justify-content: space-between;
    }
}

.back-layout {
    position: relative;
    width: 100%;
    background-color: rgba(121, 121, 121, 0.1);
    padding: 1em 2em;
}

.main-five {
    position: relative;
    box-shadow: 1px 0 20px rgba(121, 121, 121, 0.1);
}

.main-five h2 {
    margin-top: 0;
}

.main-five iframe {
    position: relative;
    height: 100%;
    margin: 10px 0;
}

.main-five .inquiry-form {
    padding: 0;
}

.main-five .dataImg > div {
    padding: 5px;
}

.main-five .dataImg img {
    box-shadow: none;
}