.wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
}

.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%;
    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%;
}

.card a {
    text-decoration: none;
}

.card .imgcard {
    width: 100%;
    height: 220px;
    font-size: 0;
    overflow: hidden;
    margin-bottom: 2.62%;
    position: relative;
}

.card .imgcard img {
    width: 100%;
    height: 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;
}

.sticker {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    padding: 3% 0%;
}

.photoarea {
    width: 100%;
}

.photo {
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    padding-bottom: 2%;
}

.photo img {
    width: 100%;
}

.photoarea .phototext {
    width: 100%;
    font-size: 25px;
    text-align: center;
}

.phototext span {
    color: #595757;
}

.phototext .baseline {
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #3562a0;
    margin-right: 0.5%;
}

.phototext .share {
    width: 100%;
    text-align: center;
    padding-top: 1%;
}

.shareimg,
.youtubeimg,
.lineimg,
.facebookimg,
.instagramimg {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5%;
    vertical-align: middle;
    margin-top: -2%;
    cursor: pointer;
}

.shareimg {
    width: 15px;
    height: 15px;
    margin-top: -2.7%;
}

.shareimg img,
.youtubeimg img,
.lineimg img,
.facebookimg img,
.instagramimg img {
    width: auto;
    height: 100%;
}

.phototext .share .follow {
    display: inline-block;
    background-color: #3562a0;
    color: #ffffff;
    font-size: 14px;
    padding: 0.5% 3% 1.3% 2%;
    border-radius: 5px;
    vertical-align: middle;
    margin-left: 18.7%;
    cursor: pointer;
    text-align: center;
}

.stickertext {
    width: 100%;
    max-width: 49%;
    height: 164px;
    margin: 0 auto;
    overflow: hidden;
}

.title {
    font-size: 20px;
    text-align: center;
    color: #3562a0;
    letter-spacing: 3px;
    line-height: 150%;
    padding-top: 0%;
}

.stickertext p {
    font-size: 18px;
    text-align: justify;
    letter-spacing: 3px;
    line-height: 190%;
}

.content {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    position: relative;
    display: flex;
    top: 0px;
    z-index: 2;
}


.content a {
    text-decoration: none;
    width: 100%;
}

.tab-label-content p {
    cursor: pointer;
    color: #000000;
    background-color: #ffffff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    height: 56px;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    width: 100%;
    font-size: 18px;
}

.tab-label-content p.onclick {
    color: #3562a0;
}

.apear {
    display: block;
}

label.ch {
    letter-spacing: 3px;
}

label.en {
    font-size: 15px;
}

.slide {
    background: #3562a0;
    width: calc(100% / 2);
    height: 4px;
    position: absolute;
    left: 0;
    top: 46%;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.slide_bg {
    background: #C0C0C0;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    top: 47.3%;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
}

.content a {
    text-decoration: none;
    width: 100%;
}

.tab-label-content {
    width: 100%;
}

.tab-label-content a {
    text-decoration: none;
}

.content2 {
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tab-content.apear {
    display: block;
}

.tab1 {
    width: 100%;
    max-width: 74%;
    margin: 0 auto;
    display: none;
    line-height: 130%;
    padding-top: 3%;
    font-size: 18px;
	min-height: 84vh;
}

.tab1 .title {
    color: #3562a0;
    font-size: 20px;
    text-align: start;
    padding-bottom: 5%;
}

.tab1 .imgarea {
    width: 100%;
    font-size: 0;
	margin-top: 20px;
}

.tab1 .imgarea img {
    width: 100%;
}

.tab1 .text {
    font-size: 18px;
    letter-spacing: 2.4px;
    text-align: justify;
    line-height: 200%;
    padding: 4% 0% 5.4% 0%;
}

.tab2 {
    width: 100%;
    text-align: start;
    display: none;
}

.commodity {
    display: inline-block;
    width: 16%;
    padding-right: 5%;
    padding-bottom: 3%;
}

.commodity:nth-child(5) {
    padding-right: 0%;
}

.commodity:nth-child(10) {
    padding-right: 0%;
}

.commodity:nth-child(15) {
    padding-right: 0%;
}

.commodity .imgcard {
    width: 100%;
    font-size: 0;
    position: relative;
}

.commodity .imgcard img {
    width: 100%;
}

.commodity .text {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 2px;
    padding-top: 4%;
}

.commodity .text .tip {
    width: 100%;
    text-align: start;
    color: #3562a0;
    padding-top: 8%;
    font-size: 13px;
    letter-spacing: 1px;
}

.tag {
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #3562a0;
    vertical-align: top;
    margin-right: 3%;
}

.hover {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .8);
    opacity: 0;
    transition: all .5s ease-in-out;
}

.commodity:hover .hover {
    opacity: 1;
}

.search2 {
    width: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    font-size: 0;
}

.search2 img {
    width: 100%;
}

.like {
    width: 23px;
    position: absolute;
    right: 6%;
    bottom: 4%;
    cursor: pointer;
}

.like img {
    width: 100%;
}

.slidebar {
    text-align: end;
    padding: 3% 0%;
}

.slidebar select {
    width: 7%;
    padding: 0.4% 0.4%;
    border-radius: 0%;
}

.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;
}

/* .page {
    width: 100%;
    max-width: 17%;
    margin: 0 auto;
    padding: 2% 2%;
}

.page ul {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.page ul li {
    display: inline-block;
    width: 8%;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    padding: 2% 0%;
    margin: 0% 1%;
    border-radius: 5px;
}

.page ul li:hover {
    background-color: #3562a0;
    color: #fff;
}

.page ul li.first,
.page ul li.last {
    width: 12px;
    margin: 0%;
}

.page ul li.first {
    padding: 0%;
    padding-right: 3%;
}

.page ul li.last {
    padding: 0%;
    padding-left: 3%;
}

.page ul li.first:hover,
.page ul li.last:hover,
.page ul li.dote:hover {
    background-color: unset;
    color: unset;
}

.page ul li.prev:hover,
.page ul li.next:hover {
    background-color: unset;
    color: #3562a0;
}

.page ul li.prev {
    margin-right: 3%;
}

.page ul li.next {
    margin-left: 3%;
}

.page ul li img {
    width: 100%;
} */

.loadTableConteneDown {
    width: 100%;
    margin: 0 auto;
    padding: 2% 2%;
    line-height: 40px;
    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;
    transition: 0.3s all ease;
}
.Page{
    width: 10%;
    text-align: center;
}
.npage {
    font-size: 14px;
    width: 19.232%;
    line-height: 200%;
    border: 1px solid #727171;
    display: inline-block;
    transition: all 0.2s ease-out;
    margin: 0 5px;
    text-align: center;
    border-radius: 3px;
}
.now_p {
    display: inline-block;
    /*border: 2px solid #fff;*/
    color: #fff;
    width: 19.232%;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease-out;
    background-color:  #3562a0;
    border-radius: 3px;
}
.npage:hover{
    background-color: #3562a0;
    color:#fff;
    cursor:pointer;
}
.next_page{
    font-size: 1px;
    width: 15%;
    line-height: 200%;
    
}
.loadTableConteneDownBtnNext{
    margin-left:1%;
    vertical-align: middle;
}

.prev_page{
    font-size: 1px;
    width: 15%;
    line-height: 200%;
    
}
.loadTableConteneDownBtnPrev{
    margin-right: 1%;
    vertical-align: middle;
}
.next_page:hover{
    color:#3562a0;
    cursor:pointer;
}
.prev_page:hover{
    color:#3562a0;
    cursor:pointer;
}

.pion{
    display: inline-block;
    font-size: 14px;
}


@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;
    }
    .Menutwo ul li a {
        font-size: 20px;
    }
    .shareimg,
    .youtubeimg,
    .lineimg,
    .facebookimg,
    .instagramimg {
        margin-right: 0.3%;
    }
}

@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;
    }
    .card .imgcard {
        height: 160px;
    }
    .picture {
        max-width: 110px;
        height: 110px;
    }
    .Menutwo ul li a {
        font-size: 18px;
    }
    .tab-label-content p {
        font-size: 14px;
    }
    .tab-label-content p.en {
        font-size: 14px;
    }
    .content {
        max-width: 900px;
    }
    .tab1 {
        max-width: 680px;
    }
    .tab1 .text {
        font-size: 14px;
    }
    .content2 {
        max-width: 900px;
    }
    .commodity .text {
        font-size: 14px;
    }
    .search2 {
        width: 25px;
    }
    .like {
        width: 20px;
    }
    .photoarea .phototext {
        font-size: 20px;
    }
    .shareimg,
    .youtubeimg,
    .lineimg,
    .facebookimg,
    .instagramimg {
        margin-top: -1%;
    }
    .shareimg {
        margin-top: -1.5%;
    }
    .phototext .share .follow {
        margin-left: 23.7%;
    }
    .photo {
        max-width: 140px;
    }
    .stickertext p {
        font-size: 14px;
    }
}

@media screen and (max-width:1280px) {
    .card .imgcard {
        height: 150px;
    }
    .picture {
        max-width: 100px;
        height: 100px;
    }
    .tab1 .title {
        font-size: 18px;
    }
    .search2 {
        width: 25px;
    }
    .like {
        width: 20px;
    }
}

@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%;
    }
}