.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.breadcrumb {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0.6% 0%;
    text-align: start;
    z-index: 2;
    background-color: #ffffff;
}

.breadcrumb .bread {
    width: 100%;
    max-width: 58.1%;
    margin: 0 auto;
}

.breadcrumb .bread .home {
    width: 16px;
    display: inline-block;
}

.breadcrumb .bread .home img {
    width: 100%;
}

.breadcrumb .bread span {
    font-size: 14px;
}

.breadcrumb .bread span::before {
    content: ' > ';
    font-size: 14px;
    margin: 0% 0.5%;
}

.breadcrumb a {
    text-decoration: none;
    color: #727171;
}

.breadcrumb a:hover {
    color: #3562a0;
}

.menu ul li:nth-child(3) a {
    text-decoration: underline #3562a0;
}

.container {
    width: 100%;
    font-size: 0;
    text-align: center;
}

.Menutwo {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 70px;
    left: 0%;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
}

.Menutwo.action {
    display: block;
}

.Menutwo ul {
    width: 100%;
    text-align: center;
}

.Menutwo ul li {
    width: 100%;
    padding: 6% 0%;
}

.Menutwo ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
}

.Menutwo .line,
.Menutwo .link {
    display: inline-block;
    vertical-align: middle;
}

.Menutwo .line {
    width: 8px;
    height: 50px;
    background-color: #ffffff;
    margin: 0% 1%;
}

.banner {
    width: 100%;
    padding: 3% 0% 3% 0%;
}

.swiper-slide {
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.swiper-container {
    width: 100%;
    max-width: 87.4%;
    margin: 0 auto;
}

.swiper {
    width: 100%;
    max-width: 56%;
    margin: 0 auto;
    position: relative;
}

.swiper .swiper-wrapper {
    width: 100%;
}

.swiper .swiper-wrapper .swiper-slide {
    width: 100%;
}

.swiper-pagination {
    width: 100%;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%) !important;
}

.swiper-pagination .swiper-pagination-bullet {
    border-radius: unset;
    width: 69px;
    height: 7px;
    margin: 0% 1%;
    outline: none;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #3562a0 !important;
}

.swiper-button-prev:focus,
.swiper-button-next:focus {
    outline: none;
}

.swiper-pagination:focus {
    outline: none;
}

.title {
    text-align: center;
    font-size: 30px;
    padding: 3% 0% 1% 0%;
    color: #000000;
    font-weight: bold;
}

.title span {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #595757;
}

.news {
    width: 100%;
    position: relative;
}

.news img {
    width: 100%;
}

.news .cardarea {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.cardarea .card:nth-child(1) {
    margin-left: 0%;
}

.cardarea .card:nth-child(3) {
    margin-right: 0%;
}

.card {
    display: inline-block;
    width: 13%;
    margin: 0% 3%;
    background-color: transparent;
    text-align: center;
}

.card .title {
    font-size: 20px;
    font-weight: bold;
    color: #595757;
    padding-top: 0%;
    padding-bottom: 4%;
}

.card a {
    text-decoration: none;
}

.card .imgcard {
    width: 100%;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 2.62%;
    position: relative;
}

.card .imgcard img {
    width: 100%;
}

.card .imgcard .black {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #000000;
    opacity: 0;
    transition: .5s ease-in-out;
}

.card .imgcard:hover .black {
    opacity: .5;
}

.textcard {
    width: 100%;
    font-size: 16px;
    text-align: end;
    background-color: #727171;
    color: #ffffff;
}

.textcard .text {
    padding: 1.6% 4%;
    line-height: 200%;
    letter-spacing: 3px;
}

.textcard .text p {
    font-size: 18px;
}



@media screen and (max-width:1560px) {
    .title {
        font-size: 28px;
    }
    .title span {
        font-size: 30px;
    }
    .card .title {
        font-size: 25px;
    }
    .textcard .text p {
        font-size: 20px;
    }
    
    
}

@media screen and (max-width:1366px) {
    .wrapper {
        margin-top: 70px;
    }
    .service .text {
        max-width: 51%;
    }
    .submit input[type="button"] {
        font-size: 14px;
    }
    .Dataarea .name {
        font-size: 14px;
    }
    .listarea .list {
        width: 58%;
        font-size: 14px;
    }
    .textcard .text p {
        font-size: 14px;
    }
    .title {
        font-size: 25px;
    }
    .title span {
        font-size: 20px;
    }
    
    .card .title {
        font-size: 18px;
    }
}

@media screen and (max-width:1280px) {
    
}

@media screen and (max-width:1024px) {
    .Menutwo {
        display: none;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 70px;
        left: 0%;
        background-color: #000;
        opacity: 0.8;
        z-index: 99;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .Menutwo .line {
        width: 4px;
        height: 18px;
    }
    .Page{
        width: 15%;
    }
}