body {
   /* max-width: 1920px; */
   font-family: "Comic Neue";
   /* background-color: unset; */
}

.container-1280 {
   width: 100%;
   max-width: 1280px;
   padding: 0 55px;
   margin: 0 auto;
}

@media screen and (max-width: 648px){
    .container-1280{
        padding: 0px 20px;
    }
}

* {
   box-sizing: border-box;
}

html,
body {
   margin: 0;
   padding: 0;
}

.h1_title {
   letter-spacing: 0.1em;
   text-align: center;
   margin: 0px;
   padding-bottom: 45px;
   font-family: "Comic Neue";
   font-size: 50px;
   font-weight: 600;
}

@media screen and (max-width: 648px){
    .h1_title{
        font-size: 24px;
    }
}

section#news .ipad_h1_title{
    display: none;
}

/* @media screen and (max-width: 768px) {
    section#news .h1_title {
        display: none;
    }
    section#news .ipad.h1_title{
        display: block;
    }
} */

.h2_title {
   font-size: 34px;
   font-family: "Comic Neue";
   font-weight: bold;
   letter-spacing: 4px;
   position: relative;
   /* padding-left: 20px; */
   margin: 0px;
}

@media screen and (max-width: 1250px){
    .h2_title{
        padding-bottom: 45px;
        padding-left: 0px;
        text-align: center;
    }
}

.sun {
    width: 209px;
    height: 204px;
    position: absolute;
    top: -60px;
    left: -117px;
    background-image: url("/images/00-index/sun.png");
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
    .sun{
        display: none;
    }
}

.albums h2{
    margin-bottom: 15px;
}
@media screen and (max-width: 1250px) {
    .albums h2{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 648px) {
    .albums h2{
        font-size: 16px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1250px) {
    #memories .container-1280{
        padding: 0px;
    }
}
#memories .container-1280 .content .albums .albums-img{
    display: flex;
}

@media screen and (max-width: 1250px) {
    #memories .container-1280 .content .albums .albums-img{
        display: none;
    }
}

.albums .img {
    width: 300px;
    height: 225px;
    /* border:1px solid #fff; */
    border-radius: 18px;
    filter: drop-shadow(0px 0px 5px #133b5b60);
    margin-left: 30px;
}
.albums .img:first-child{
    margin-left: 0px;
}

.albums .img img{
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.read_more_green {
    border: 2px solid #000;
    padding: 4px 58px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 648px) {
    .read_more_green{
        padding: 4.5px 44px;
        font-size: 18px;
    }
}

a {
    color: black;
    text-decoration: unset;
}
.read_more_green:hover {
    border: 2px solid #749b91;
    background-color: #749b91;
    color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: unset;
}

section#banner {
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1250px) {
    section#banner {
    padding-top: 60px;
    }
}
section#banner video{
    display: block;
}

section#banner .mascot {
    width: 100%;
    padding: 0px 50px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -34px;
}

@media screen and (max-width: 1250px) {
    section#banner .mascot{
        display: none;
    }
}

section#banner .ipad_mascot{
    display: none;
}

@media screen and (max-width: 1250px) {
    section#banner .ipad_mascot{
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: -85px;
    }
}

@media screen and (max-width: 648px) {
    section#banner .ipad_mascot{
        bottom: -42px;
    }
}


    section#banner .ipad_mascot .pink_lion{
        width: 180px;
        height: 168px;
    }
    @media screen and (max-width: 648px) {
        section#banner .ipad_mascot .pink_lion{
            width: 90px;
            height: 84px;
        }
    }
    section#banner .ipad_mascot .pink_lion img{
        width: 100%;
        height: 100%;
    }
    section#banner .ipad_mascot .blue_lion{
        width: 210px;
        height: 168px;
    }
    @media screen and (max-width: 648px) {
        section#banner .ipad_mascot .blue_lion{
            width: 105px;
            height: 83px;
        }
    }
    section#banner .ipad_mascot .blue_lion img{
        width: 100%;
        height: 100%;
    }



section#news {
    padding-top: 120px;
    background-image: url('/images/03-background/Confucius-statue.png');
    background-position:  0px 418px ;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1250px) {
    section#news{
        background-image: none;
    }
}

@media screen and (max-width: 648px) {
    section#news{
        padding-top: 60px;
    }
}

@media screen and (max-width: 1250px) {
    section#news .container-1280{
        max-width: 768px;
        padding: 0 24px;
    }
}

section#news ul.content {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
section#news ul.content .pc-content {
    list-style: none;
}
section#news ul.content .pc-content a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 0;
    border-top: solid 1px #000;
    font-size: 22px;
    letter-spacing: 0.05em;
}
section#news ul.content li:nth-child(11) a{
    border-bottom: solid 1px #000;
}
@media screen and (max-width: 1250px) {
    section#news ul.content .pc-content {
        display: none;
    }
}

section#news ul.content .pc-content a:hover{
    color: #e37d73;
    border-top: solid 1px #e37d73;
}
section#news ul.content li:nth-child(11) a:hover{
    border-bottom: solid 1px #e37d73;
}

section#news ul.content .ipad-content {
    display: none;
}
@media screen and (max-width: 1250px) {
    section#news ul.content .ipad-content {
        display: block;
        width: 100%;
        border-top: solid 1px #000;
        padding: 10px 0px;
    }
}
@media screen and (max-width: 1250px) {
    section#news ul.content .ipad-content:hover {
        border-top: solid 1px #e37d73;
    }
}
@media screen and (max-width: 1250px) {
    section#news ul.content .ipad-content:last-child {
        border-bottom: solid 1px #000;
    }
}
@media screen and (max-width: 1250px) {
    section#news ul.content .ipad-content:last-child:hover {
        border-bottom: solid 1px #e37d73;
    }
}
section#news ul.content .ipad-content a:hover{
    color: #e37d73;
}

section#news ul.content .ipad-content .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 6px;
}
@media screen and (max-width: 648px) {
    section#news ul.content .ipad-content .top{
        padding-bottom: 10px;
    }
}
section#news ul.content .ipad-content .top .data{
    font-size: 22px;
    line-height: 30px;
}

@media screen and (max-width: 648px) {
    section#news ul.content .ipad-content .top .data{
    font-size: 16px;
    line-height: 24px;
    }
}

section#news ul.content li .caption {
    width: 694px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 22px;
    line-height: 30px;
}
@media screen and (max-width: 1250px) {
    section#news ul.content li .caption{
        width: 90%;
    }
}
@media screen and (max-width: 648px) {
    section#news ul.content li .caption{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
    }
}

section#news ul.content li .tag {
    width: 187px;
    height: 36px;
    padding: 9px 2px;
    border-radius: 18px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #F4F4F4;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 1250px) {
    section#news ul.content li a .tag {
        width: 163px;
        height: 30px;
        line-height: 24px;
        letter-spacing: 0.015em;
        padding: 3px 16px;
    }
}
@media screen and (max-width: 648px) {
    section#news ul.content li a .tag {
        width: 154px;
        padding: 3px 12px;
    }
}

section#news ul.content li .tag_orange {
    background-color: #f8a100;
}

section#news ul.content li .tag_blue {
    background-color: #4ab6da;
}

section#news ul.content li .tag_pink {
    background-color: #fd8cb5;
}

section#news ul.content li .tag_green {
    background-color: #94b729;
}

section#news .statue_decoration {
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

section#news .newsBottom_decoration {
    padding-bottom: 220px;
    margin-top: 90px;
}

@media screen and (max-width: 1250px) {
    section#news .newsBottom_decoration {
        margin-top: 45px;
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 648px) {
    section#news .newsBottom_decoration {
        padding-bottom: 100px;
    }
}


section#news .olive-pole {
    position: absolute;
    bottom: -50px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    section#news .olive-pole {
        bottom: -20px;
    }
}

section#news .olive-pole img{
    width: 100%;
}

section#memories {
    padding-top: 100px;
    position: relative;
    /* overflow-x: hidden; */
    background: linear-gradient(180deg, #f2eac6 0%, #f4f1e9 100%);
    /* margin-bottom: 300px; */
}
@media screen and (max-width: 648px) {
    section#memories{
        padding-top: 30px;
    }
}
section#memories .olive-pole {
    position: absolute;
    top: -173px;
    width: 100%;
}
section#memories .olive-pole img{
    width: 100%;
}
#memories .cloud {
    width: 445px;
    height: 121px;
    position: absolute;
    /* left: 1625px; */
    right: 0px;
    top: 300px;
    background-image: url("/images/00-index/cloud02.png");
    background-size: contain;
    background-position: 178px 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
    #memories .cloud {
        display: none;
    }
}

#memories .cloud01 {
    width: 826px;
    height: 202px;
    position: absolute;
    left: -416px;
    top: 580px;
    background-image: url("/images/00-index/cloud01.png");
    background-size: contain;

    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
    #memories .cloud01 {
        display: none;
    }
}

#memories .cloud02 {
    width: 664px;
    height: 116px;
    position: absolute;
    right: 160px;
    bottom: 110px;
    /* left: 1030px;
    top: 818px; */
    background-image: url("/images/00-index/cloud03.png");
    background-size: contain;
    background-position: 50px 0;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1250px) {
    #memories .cloud02 {
        display: none;
    }
}

section#memories .content  {
    position: relative;
}
section#memories .content .albums {
    margin-bottom: 52px;
}
@media screen and (max-width: 991px) {
    section#memories .content .albums {
        width: 100%;
    }
}
@media screen and (max-width: 648px) {
    section#memories .content .albums {
        margin-bottom: 45px;
    }
}

section#memories .content .albums a .read_more_normal  {
    padding: 3px 36px;
    border: 2px solid #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 648px) {
    section#memories .content .albums a .read_more_normal{
        padding: 4.5px 44px;
        font-size: 18px;
    }
}

section#memories .content .albums a .read_more_normal:hover {
    border: 2px solid #749b91;
    background-color: #749b91;
    color: #fff;
}

.more {
    width: 90%;
    display: flex;
    justify-content: end;

    flex-wrap: wrap;
    padding-top: 50px;
}
section#memories .content .albums .more{
    width: 960px;
    display: flex;
    padding-top: 30px;
    justify-content: flex-end;
}
@media screen and (max-width: 1250px) {
    section#memories .content .albums .more{
        width: 100%;
        justify-content: center;
        padding-top: 45px;
    }
}

@media screen and (max-width: 648px) {
    section#memories .content .albums .more{
        padding-top: 30px;
    }
}

section#memories .content .videos {
    width: 930px;
    z-index: 0;
}
@media screen and (max-width: 1250px) {
    section#memories .content .videos{
        width: 100%;
        padding: 0px 25px;
    }
}

section#memories .content .videos h2{
    margin-bottom: 15px;
}
@media screen and (max-width: 648px) {
    section#memories .content .videos h2{
        font-size: 16px;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
}
section#memories .content .videos video{
    display: block;
    width: 632px;
    border-radius: 52px;
}
@media screen and (max-width: 1250px) {
    section#memories .content .videos video{
        width: 100%;
        border-radius: 24px;
    }
}

section#memories .content .videos .video_block{
    width: 632px;
    /* height: 400px; */
    position: relative;
}
@media screen and (max-width: 1250px) {
    section#memories .content .videos .video_block{
        width: 100%;
        height: unset;
    }
}

section#memories .content .videos .video_block .button{
    width: 70px;
    height: 70px;
    position: absolute;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    cursor: pointer;
}
@media screen and (max-width: 1250px) {
    section#memories .content .videos .video_block .button{
        width: 100px;
        height: 100px;
        top: calc(50% - 50px);
        left: calc(50% - 50px);
    }
}
section#memories .content .videos .video_block .button img{
    width: 100%;
    height: 100%;
}

section#memories .bottom {
    height: 400px;
    position: relative;
}

section#memories .bottom .bottom_decoration {
    height: 700px;
    bottom: 0;
    width: 100%;
    position: absolute;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

section#environment{
    position: relative;
    height: 170px;
}
@media screen and (max-width: 1250px) {
    section#environment{
    height: unset;
    }
}
section#environment img{
    width: 100%;
    position: absolute;
}
section#environment .environment-content{
    padding-bottom: 205px;
    position: relative;
    z-index: 1;
    padding-top: 270px;
    background-image: url('/images/03-background/caiyun01.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1250px) {
    section#environment .environment-content{
        padding-top: 300px;
        padding-bottom: 120px;
        background-image: none;
    }
}
@media screen and (max-width: 648px) {
    section#environment .environment-content{
        padding-top: 200px;
        padding-bottom: 60px;
    }
}
section#environment .lion_decoration{
    width: 500px;
    position: absolute;
    top: -145px;
    right: 320px;
}
@media screen and (max-width: 1250px) {
    section#environment .lion_decoration{
        width: 360px;
        height: 208px;
        top: 120px;
        right: 50%;
        transform: translateX(50%);
    }
}
@media screen and (max-width: 648px) {
    section#environment .lion_decoration{
        width: 240px;
        height: 139px;
        top: 75px;
    }
}
section#environment .lion_decoration img{
    width: 100%;

}

@media screen and (max-width: 1250px){
    #environment .container-1280{
        padding: 60px 0px;
        background-image: linear-gradient(180deg, #F2EAC6 0%, #EDBEA4 54.17%, #F2EAC6 100%);
    }
}

section#environment .container-1280 .top{
    position: relative;
    margin-bottom: 90px;
}

@media (max-width: 1250px) {
    section#environment .container-1280 .top{
        margin-left: 3.4%;
    }
}

@media (max-width: 648px) {
    section#environment .container-1280 .top{
        margin-left: 0px;
        padding-left: 30px;
        margin-bottom: 30px;
    }
}

section#environment .container-1280 .top .swiper {
    width: 100%;
    height: 100%;
}
@media (max-width: 1400px) {
    section#environment .container-1280 .top .swiper {
        width: 90%;
    }
}
@media (max-width: 1250px) {
    section#environment .container-1280 .top .swiper {
        width: 750px;
        margin-right: 0px;
    }
}
@media (max-width: 794px) {
    section#environment .container-1280 .top .swiper {
        width: 100%;
        margin-right: unset;
    }
}

section#environment .container-1280 .top .swiper-slide {
    height: 270px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

@media (max-width: 440px) {
    section#environment .container-1280 .top .swiper-slide{
        height: 226px;
    }
}

section#environment .container-1280 .top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}

section#environment .container-1280 .top .swiper_button_next{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9%;
}
@media (max-width: 1400px) {
    section#environment .container-1280 .top .swiper_button_next{
        right: -50px;
    }
}
@media (max-width: 1250px) {
    section#environment .container-1280 .top .swiper_button_next{
        display: none;
    }
}
section#environment .container-1280 .top .swiper_button_next img{
    width: 100%;
    height: 100%;
}

section#environment .container-1280 .top .swiper_button_prev{
    width: 80px;
    height: 80px;
    position: absolute;
    /* top: calc(50% - 40px); */
    top: 50%;
    transform: translateY(-50%);
    left: -9%;
}
@media (max-width: 1400px) {
    section#environment .container-1280 .top .swiper_button_prev{
        left: -50px;
    }
}
@media (max-width: 1250px) {
    section#environment .container-1280 .top .swiper_button_prev{
        display: none;
    }
}

section#environment .container-1280 .top .swiper_button_prev img{
    width: 100%;
    height: 100%;
}
/*  */
section#contactus{
    background: #f4f1e9;
    padding-top: 690px;
}
@media (max-width: 1250px) {
    section#contactus{
    padding-top: 0px;
    }
}
section#contactus .background_img {
    height: auto;
    background-image: url('/images/03-background/campus.png');
    background-size: cover;
    background-attachment: fixed;
    padding-top: 230px;
    padding-bottom: 400px;
}
@media (max-width: 1250px) {
    section#contactus .background_img{
        padding-bottom: 285px;
        background-attachment: unset;
        padding-top: 0px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}
@media (max-width: 648px) {
    section#contactus .background_img{
        /* padding-top: 60px; */
        padding-bottom: 138px;
    }
}
section#contactus .background_img .contactus_card {
    background: linear-gradient(250.57deg, #bbae8e 7.64%, #d0d0d0 84.64%);
    border-radius: 50px;
    padding: 55px 30px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card{
        padding: 45px 3.5%;
    }
}

section#contactus .background_img .contactus_card .map_block {
    border: 1px solid #c6a27f;
    height: 540px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .map_block {
    height: 720px;
    }
}
@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .map_block {
    height: 340px;
    }
}
/* section#contactus .background_img .contactus_card .contactus_block { */
    /* height: 541px; */
/* } */

section#contactus .background_img .contactus_card .contactus_block h1.h1_title {
    padding: 0;
    text-align: left;
    margin-bottom: 40px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block h1.h1_title{
        width: 96%;
        position: absolute;
        top: 0px;
        text-align: center;
    }
}
section#contactus .background_img .contactus_card .contactus_block input {
    border: 1px solid #c6a27f;
    color: #808080;
    font-size: 16px;
    padding: 0 20px;
}

section#contactus .background_img .contactus_card .contactus_block input[name="name"] {
    display: block;
    width: 225px;
    height: 40px;
    margin-bottom: 40px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block input[name="name"]{
        width: 100%;
        margin-bottom: 15px;
    }
}

section#contactus .background_img .contactus_card .contactus_block textarea {
    border: 1px solid #c6a27f;
    width: 100%;
    height: 297px;
    color: #808080;
    padding: 10px 20px;
    margin-bottom: 40px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block textarea{
        margin-bottom: 8px;
    }
}
@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block textarea{
        margin-bottom: 15px;
    }
}

section#contactus .background_img .contactus_card .contactus_block .verity_block {
    height: 40px;
    display: flex;
}

@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block{
        justify-content: space-between;
    }
}

@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block{
        flex-direction: column;
        justify-content: unset;
        height: unset;
    }
}

section#contactus .background_img .contactus_card .contactus_block .verity_block .code{
    display: flex;
}

@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block .code{
    width: 65%;
    justify-content: space-between;
    }
}

@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block .code{
        justify-content: unset;
        height: 40px;
        width: 100%;
        max-width: 375px;
    }
}

section#contactus .background_img .contactus_card .contactus_block .iphone-verity_block{
    display: none;
}
@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block .iphone-verity_block{
        display: block;
        height: unset;
    }
}

section#contactus .background_img .contactus_card .contactus_block .verity_block .verity_code {
    width: 166px;
    margin-right: 13px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block .verity_code{
        width: 140px;
        margin-right: 15px;
    }
}

section#contactus .background_img .contactus_card .contactus_block .verity_block input {
    width: 191px;
    margin-right: 14px;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
}
@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block input{
        width: 367px;
        margin-right: 15px;
    }
}
@media (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block input{
        width: 188px;
        margin-right: 0px;
    }
}
section#contactus .background_img .contactus_card .contactus_block .verity_block .send {
    border: none;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
    background-color: #518C95;
    padding: 0 56px;
}

@media screen and (max-width: 1250px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block .send {
        padding: 0 73px;
    }
}

@media screen and (max-width: 648px) {
    section#contactus .background_img .contactus_card .contactus_block .verity_block .send {
        width: 100%;
        margin: 15px auto 0px;
        height: 40px;
    }
}

section#contactus .background_img #footer_swiper {
    padding: 125px 30px 0px;
    position: relative;
}
@media screen and (max-width: 648px) {
    section#contactus .background_img #footer_swiper {
        padding: 45px 30px 0px;
    }
}

section#contactus .background_img #footer_swiper .top{
    position: relative;
    width: 840px;
    margin: auto;
    overflow: hidden;
}
@media screen and (max-width: 1250px) {
    section#contactus .background_img #footer_swiper .top{
        width: 400px;
    }
}
@media screen and (max-width: 648px) {
    section#contactus .background_img #footer_swiper .top{
        width: unset;
    }
}

section#contactus .background_img #footer_swiper .top .swiper {
    width: 1290px;
    height: 100%;
    margin-left: -225px;
}
@media screen and (max-width: 1250px) {
    section#contactus .background_img #footer_swiper .top .swiper{
        width: 100%;
        margin-left: 0px;
    }
}

section#contactus .background_img #footer_swiper .top .swiper-slide {
    width: 100%;
    height: 75px;
    margin-right: 45px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

section#contactus .background_img #footer_swiper .top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#contactus .background_img #footer_swiper .swiper_button_next{
    width: 83px;
    height: 83px;
    position: absolute;
    bottom: -4px;
    right: 25px;
}
@media screen and (max-width: 1250px) {
    section#contactus .background_img #footer_swiper .swiper_button_next{
        right: 5%;
    }
}
@media screen and (max-width: 648px) {
    section#contactus .background_img #footer_swiper .swiper_button_next{
        width: 43px;
        height: 43px;
        z-index: 1;
        right: 2%;
        bottom: 14px;
    }
}
section#contactus .background_img #footer_swiper .swiper_button_next img{
    width: 100%;
    height: 100%;
}

section#contactus .background_img #footer_swiper .swiper_button_prev{
    width: 83px;
    height: 83px;
    position: absolute;
    bottom: -4px;
    left: 25px;
}
@media screen and (max-width: 1250px) {
    section#contactus .background_img #footer_swiper .swiper_button_prev{
        left: 5%;
    }
}
@media screen and (max-width: 648px) {
    section#contactus .background_img #footer_swiper .swiper_button_prev{
        width: 43px;
        height: 43px;
        z-index: 1;
        left: 2%;
        bottom: 14px;
    }
}

section#contactus .background_img #footer_swiper .swiper_button_prev img{
    width: 100%;
    height: 100%;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: static;
}
@media (max-width: 1250px) {
    section#contactus .background_img .container-1280{
        padding: 0px;
    }
}

section#contactus .background_img .contactus_card .pc-row .map{
    /* width: calc(50% - 15px); */
}

@media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .pc-row .map{
        width: 100%;
    }
}

/* section#contactus .background_img .contactus_card .pc-row .message{
    width: calc(50% - 15px);
} */
/* @media (max-width: 1250px) {
    section#contactus .background_img .contactus_card .pc-row .map{
        margin: 100px 0px 30px;
    }
} */
/* @media (max-width: 648px) {
    section#contactus .background_img .contactus_card .pc-row .map{
        margin: 70px 0px 30px;
    }
} */

.albums-swiper{
    display: none;
}
@media (max-width: 1250px) {
    .albums-swiper{
    display: block;
    margin-left: 3.4%;
    }
}
@media (max-width: 648px) {
    .albums-swiper{
    margin-left: 0px;
    padding-left: 30px;
    }
}
.albums-swiper .memoriesSwiper{
    width: 750px;
    margin-right: 0px;
}
@media (max-width: 794px) {
    .albums-swiper .memoriesSwiper{
    width: 100%;
    margin-right: unset;
    }
}

.albums-swiper .memoriesSwiper .swiper-wrapper .swiper-slide{
    height: 270px;
}
@media (max-width: 440px) {
    .albums-swiper .memoriesSwiper .swiper-wrapper .swiper-slide{
        height: 226px;
    }
}
.albums-swiper .memoriesSwiper .swiper-wrapper .swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 36px;
}


#contactus .container-1280 {
    max-width: 1180px;

}