/*--------------copyright by vicky start-------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.5;
    letter-spacing: 2px;
    font-size: 1.6rem;
    font-family: 'Huninn', 'Zen Maru Gothic', 'Inter', sans-serif;
    overflow-x: hidden;
    color: #243746;
    background: #f5f9fa;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #303030;
}

img {
    max-width: 100%;
    image-rendering: -moz-auto;
    image-rendering: -o-auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: rgba(178, 218, 230, 1);
}

body.open {
    overflow-y: hidden;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/

header {
    position: relative;
}

/*mibutton*/
.mibutton {
    position: fixed;
    top: 2em;
    right: 2em;
    z-index: 100 !important;
    cursor: pointer;
    width: 40px;
    height: 30px;
    text-align: left;
    display: none;
    opacity: 0;
}

.mibutton span {
    display: block;
    text-align: center;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    transition: .3s ease all;
}

.mibutton span:nth-child(2) {
    top: 10px;
}

.mibutton span:nth-child(3) {
    top: 20px;
}

.mibutton_ani span {
    opacity: 1;
    background: #fff;
}

.mibutton_ani span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.mibutton_ani span:nth-child(2) {
    opacity: 0;
}

.mibutton_ani span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center left;
    transform-origin: center left;
    top: 29px;
}

/*navbar*/
.navbar {
    padding: 0;
    text-align: left;
    min-height: auto;
    margin: 0 auto 0 0;
    border: 0;
    border-radius: 0;
    position: fixed;
    top: 3.5rem;
    left: 0;
    right: 0;
    width: 86%;
    opacity: 0;

}

.btn {
    position: fixed;
    top: 7.7rem;
    right: 11.6rem;
    opacity: 0;
}

.btn ul {}

.btn ul li {
    display: inline-block;
}

.btn ul li a {
    display: block;
    transition: .5s all;
}

.btn ul li a:hover {
    transform: scale(.8);
}

.navtop,
.intop {
    position: fixed;
    opacity: 1;
    pointer-events: auto;
    transition: .5s ease-in;
    z-index: 99;
}

/*ilogo*/
.ilogo {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    padding: 0 11rem 0 9.6rem;
    text-align: center;
}

.ilogo a {
    display: inline-block;
    transition: .3s ease all;
}

.ilogo a:hover {
    opacity: .7;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 69%;
    padding: 0 1rem;
    background: rgb(255 255 255 / .9);
    border-radius: 100px;
    -webkit-filter: drop-shadow(0 0 5px rgba(123, 192, 206, 0.35));
    filter: drop-shadow(0 0 5px rgba(123, 192, 206, 0.35));
    overflow: hidden;
}

.ibutton ul {}

.ibutton li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 3px;
    text-align: center;
    position: relative;
    transition: .5s all;
    padding: 2rem 1rem;
}

.ibutton li:hover {
    background: rgba(149 206 221 / .5);
}


.ibutton a {
    position: relative;
    transition: .2s ease all;
    color: #dddcdc;
    letter-spacing: 1px;
}

p.en {
    color: #73808c;
    font-size: 12px;
    position: relative;
    font-family: 'Inter';
}



p.ch {
    color: #f29f68;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    font-family: 'Zen Maru Gothic';

}


@media screen and (max-width:1700px) {
    .ilogo {
        padding: 0 6rem 0 8rem;
    }
}

@media screen and (max-width:1600px) {
    .ibutton {
        width: 73%;
    }

    .btn {
        right: 1.6rem;
    }
}

@media screen and (max-width:1536px) {
    .ilogo {
        padding: 0 4rem 0 2rem;
        width: 21%;
    }

    .ibutton {
        width: 78%;
    }

    .btn {
        right: 2rem;
    }
}

@media screen and (max-width:1366px) {
    .ilogo {
        padding: 0 1rem 0 2rem;
        width: 15%;
        vertical-align: middle;
    }

    .ibutton {
        width: 84%;
        vertical-align: middle;
    }

    .btn {
        right: 0rem;
    }
}

@media screen and (max-width:1280px) {
    p.ch {
        font-size: 17px;
    }
}

@media screen and (max-width:1200px) {
    .navbar {
        width: 100%;
    }

    p.ch {
        font-size: 20px;
    }

    .btn {
        top: 18rem;
    }
}

@media (max-width:1100px) {

    .mibutton {
        display: block;
        top: 4.5rem;
    }

    .mibutton span {
        background: #f3774a;
    }

    .ilogo {
        width: 100%;
        text-align: left;
        padding: 1rem 2rem;
        background: transparent;
    }

    .ilogo a {
        display: inline-block;
        width: 13%;
    }

    .ibutton {
        width: 100%;
        text-align: center;
        display: none;
        padding: 2rem;
        background: transparent;
        filter: none;
        -webkit-filter: none;
        border-radius: 0;
    }

    .ibutton li {
        width: 20%;
        padding: 0;
        margin: 0 auto 1rem;
    }

    .navbar {
        position: fixed;
        pointer-events: auto;
        background: rgba(255 255 255/ 1);
        width: 100%;
        border-radius: 0;
        z-index: 99;
        top: 0;
    }

    .btn {
        top: 3rem;
        right: 10rem;
    }
}

@media screen and (max-width:768px) {
    .mibutton {
        top: 5rem;
    }

    .ilogo a {
        width: 20%;
    }
}

@media screen and (max-width:576px) {
    .mibutton {
        top: 3rem;
    }

    .ibutton {
        padding: 1rem;
    }

    .btn {
        top: 1rem;
    }
}

@media screen and (max-width:450px) {
    .mibutton {
        right: 1em;
    }

    .ilogo a {
        width: 25%;
    }

    .ibutton {
        height: 600px;
        overflow-y: scroll;
        padding: 1rem 1rem 10rem 1rem;
    }

    .ibutton li {
        width: 100%;
        display: block;
    }

    .btn {
        top: auto;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        text-align: center;
        background: rgba(255, 255, 255, .8);
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }

    .btn ul li {
        width: 25%;
    }

    .btn ul li img {
        vertical-align: middle;
    }
}

@media screen and (max-width:340px) {
    .ilogo {
        padding: 1rem;
    }
}

@media screen and (max-width:320px) {
    .mibutton {
        top: 2.5rem;
    }
}

@media screen and (max-width:px) {}


/*****************************/

.carousel {
    position: relative;
}

/*carousel-fade*/
.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.index_top {
    width: 100%;
    min-height: 1208px;
    padding: 9.6rem 0 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index_top:before {
    content: '';
    background: url(../../images/index_bg.png) bottom left no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 837px;
    position: absolute;
    bottom: 6rem;
    left: 0;
}

.index_top .index_lt {
    width: 33.8%;
    padding: 5rem 0 0 6.4rem;
    margin: 0 -17rem 6.2rem 0;
    position: relative;
    z-index: 1;
}

.index_top .index_lt:before {
    content: '';
    background: url(../../images/index_deco01.png) top left no-repeat;
    background-size: contain;
    width: 61px;
    max-width: 100%;
    min-height: 109px;
    position: absolute;
    top: 2.2rem;
    left: 0;
}

.index_lt .dex_logo {
    padding: 0 12.7rem 0 6rem;
    margin-bottom: 5rem;
}


.index_lt .dex_txt1 {
    position: relative;
    padding: 0 0 0 7.2rem;
    margin-bottom: 4rem;
}

.index_lt .dex_txt1 h3 {
    font-size: 48px;
    color: #2b4c59;
    font-weight: 700;
    font-family: 'Zen Maru Gothic';
    position: relative;
    padding: 0 0 0 5rem;
    line-height: 1.5;
}

.index_lt .dex_txt1 h3:before {
    content: '';
    background: url(../../images/index_deco03.png) top left no-repeat;
    background-size: contain;
    width: 43px;
    max-width: 100%;
    min-height: 42px;
    position: absolute;
    top: 0;
    left: 0;
}

.index_lt .dex_txt2 {
    padding: 0 0 0 13rem;
    margin-bottom: 12rem;
}

.index_lt .dex_txt2 h4 {
    font-size: 18px;
    color: #73808c;
    line-height: 2;
    font-weight: 500;
}


.index_lt .dex_cta {
    padding: 0 15rem 0 11rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
}

.index_lt .dex_cta a {
    width: 148px;
    max-width: 100%;
    transition: .5s all;
}

.dex_cta a .cta_more {
    border: #f29f68 1px solid;
    border-radius: 100px;
    padding: .5rem 0;
    text-align: center;
    transition: .5s all;
}

.dex_cta a:hover .cta_more {
    background: #f29f68;
}

.dex_cta a .cta_more p {
    font-size: 24px;
    color: #f29f68;
    letter-spacing: 0;
    transition: .5s all;
}

.dex_cta a:hover .cta_more p {
    color: #fff;
}

.index_lt .dex_txt3 {
    padding: 0 0 3.3rem 12rem;
}

.index_lt .dex_txt3 p {
    font-size: 16px;
    color: #73808c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.index_lt .dex_deco {
    animation: floatUpDown 2s ease-in-out infinite;
}

.index_lt .dex_deco img {}

@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}

.dex {}

.carousel-inner {}

/*item*/
.item {}

@media screen and (max-width:1600px) {
    .index_top {
        min-height: 1050px;
    }

    .index_lt .dex_logo {
        padding: 0 8rem 0 2rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 0 0 2rem;
    }

    .index_lt .dex_txt1 h3 {
        font-size: 40px;
    }

    .index_lt .dex_txt2 {
        padding: 0 0 0 3rem;
        margin-bottom: 6rem;
    }

    .index_lt .dex_cta {
        padding: 0 13rem 0 2rem;
    }

    .index_lt .dex_cta a {
        margin: 0 .5rem;
    }

    .index_lt .dex_txt3 {
        padding: 0 0 3.3rem 2rem;
    }
}

@media screen and (max-width:1366px) {
    .index_top {
        min-height: 960px;
    }

    .carousel {
        width: 72%;
    }

    .index_top .index_lt {
        width: 37.8%;
    }
}

@media screen and (max-width:1280px) {
    .index_lt .dex_txt1 h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:1200px) {
    .index_top {
        min-height: 890px;
    }

    .index_top .index_lt:before {
        max-width: 9%;
        min-height: 69px;
    }

    .index_top .index_lt {
        width: 41%;
        padding: 3rem 0 0 3.4rem;
        margin: 0 -10rem 6.2rem 0;
    }
}

@media screen and (max-width:1000px) {
    .index_top {
        flex-wrap: wrap;
        min-height: auto;
        padding: 9.6rem 0 5rem 0;
    }

    .index_top:before {
        bottom: 0;
    }

    .index_top .index_lt {
        width: 100%;
        padding: 3rem 0 0 3.4rem;
        margin: 0 0 3rem 0;
    }

    .index_lt .dex_logo {
        padding: 0 25rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 25rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 25rem 0 30rem;
    }

    .index_lt .dex_cta {
        padding: 0 32rem;
    }

    .index_lt .dex_txt3 {
        padding: 0;
        margin-bottom: 2rem;
        text-align: center;
    }

    .index_lt .dex_deco {
        text-align: center;
    }

    .carousel {
        width: 100%;
    }
}

@media screen and (max-width:834px) {
    .index_lt .dex_logo {
        padding: 0 18rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 18rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 21rem 0 23rem;
    }

    .index_lt .dex_cta {
        padding: 0 23rem;
    }
}

@media screen and (max-width:768px) {
    .index_lt .dex_logo {
        padding: 0 15rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 15rem;
        margin-bottom: 2rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 16rem 0 20rem;
        margin-bottom: 4rem;
    }

}

@media screen and (max-width:650px) {
    .index_lt .dex_logo {
        padding: 0 9rem;
        margin-bottom: 3rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 9rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 2rem 0 14rem;
    }

    .index_lt .dex_cta {
        padding: 0 13rem;
    }
}

@media screen and (max-width:576px) {
    .index_lt .dex_logo {
        padding: 0 6rem;
    }

    .index_lt .dex_txt1 h3 {
        padding: 0 0 0 3rem;
    }

    .index_lt .dex_txt1 h3:before {
        min-height: 23px;
    }

    .index_lt .dex_txt2 {
        padding: 0 2rem 0 9rem;
    }
}

@media screen and (max-width:450px) {
    .index_top {
        padding: 6.6rem 0 5rem 0;
    }

    .index_lt .dex_logo {
        padding: 0 4rem;
    }

    .index_lt .dex_txt1 {
        padding: 0 2rem;
    }

    .index_lt .dex_txt1 h3 {
        font-size: 30px;
    }

    .index_lt .dex_txt2 {
        padding: 0 2rem 0 5rem;
    }

    .index_lt .dex_cta {
        padding: 0 5rem;
    }
}

@media screen and (max-width:414px) {
    .index_top {
        padding: 3rem 0 3rem 0;
    }

    .index_lt .dex_logo {
        padding: 0 6rem 0 1rem;
    }

    .index_lt .dex_txt1 {
        padding: 0;
    }

    .index_lt .dex_txt2 {
        padding: 0 3rem;
    }

    .index_lt .dex_cta {
        padding: 0 3rem;
        margin-bottom: 3rem;
    }

    .index_lt .dex_txt3 {
        padding: 0 0 0 3rem;
        text-align: left;
    }

    .index_lt .dex_txt3 p {
        font-size: 14px;
    }
}

@media screen and (max-width:402px) {
    .index_top .index_lt:before {
        min-height: 40px;
    }

    .index_top .index_lt {
        padding: 3rem 0 0 2rem;
    }
}

@media screen and (max-width:393px) {
    .index_lt .dex_txt1 h3:before {
        min-height: 15px;
    }

    .index_lt .dex_txt1 h3 {
        padding: 0 0 0 2rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 2rem;
    }

    .index_lt .dex_txt2 h4 {
        font-size: 16px;
    }

    .index_lt .dex_cta {
        padding: 0 1rem;
        justify-content: flex-start;
        margin-bottom: 3rem;
    }

    .index_lt .dex_txt3 {
        padding: 0 0 0 2rem;
    }

}

@media screen and (max-width:340px) {
    .index_top .index_lt:before {
        min-height: 25px;
    }

    .index_top .index_lt {
        padding: 2rem 0 0 1rem;
    }

    .index_lt .dex_txt2 {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:330px) {
    .index_lt .dex_logo {
        padding: 0 4rem 0 1rem;
    }

    .index_lt .dex_txt2 {
        padding: 0 0 0 2rem;
    }

    .index_lt .dex_txt3 p {
        font-size: 12px;
    }
}

@media screen and (max-width:310px) {
    .index_lt .dex_txt1 h2 {
        font-size: 28px;
    }

    .index_lt .dex_txt2 h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:px) {}

/***********************/
/***********************/
/***main start***/

main {
    position: relative;
}

main:before {
    content: '';
    background: url(../../images/main_deco.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 349px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}



/***main end****/
/***********************/
/***********************/
/***itour start***/

.itour {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto 21rem;
}

.itour .itour_top {
    margin-bottom: 2.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.itour_top .itour_title {
    width: 40.9%;
    display: flex;
    align-items: center;
}

.itour_top .itour_title img {}

.itour_top .itour_title img:first-child {
    margin-right: 2rem;
}

.itour_top .itour_title img:last-child {}

.itour_top .itour_title h3 {
    font-size: 36px;
    color: #67b7d1;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-right: 8rem;

}

.itour_top .itour_more {
    width: 16%;
}

.itour_top .itour_more a {
    display: flex;
    align-items: center;
}

.itour_top .itour_more a p {
    font-size: 20px;
    color: #2b4c59;
    margin-right: 2rem;
}

.itour_top .itour_more a img {
    transition: .5s all;
}

.itour_top .itour_more a:hover img {
    transform: translateX(5px);
}

.itour .itour_card {
    position: relative;
    padding: 0 1.6rem;
}

.itour .itour_card:before {
    content: '';
    background: url(../../images/itour_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 134px;
    max-width: 100%;
    min-height: 55px;
    position: absolute;
    bottom: -9rem;
    right: -16rem;
    animation: floatUpDown 2s ease-in-out infinite;
}

.itour .itour_card ul {
    display: flex;
    justify-content: space-between;
}

.itour .itour_card ul li {}

.itour .itour_card ul li img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
    filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
}


@media screen and (max-width:1536px) {
    .itour .itour_card:before {
        right: -10rem;
    }
}

@media screen and (max-width:1280px) {
    .itour .itour_card:before {
        right: -1rem;
    }
}

@media screen and (max-width:1200px) {
    .itour .itour_top {
        padding: 0 2rem;
    }

    .itour .itour_card:before {
        right: 3rem;
        bottom: -7rem;
    }
}

@media screen and (max-width:1000px) {
    .itour {
        padding: 3rem 0 0;
        margin: 0 auto 5rem;
    }

    .itour .itour_card ul li {
        width: 23%;
    }

    .itour_top .itour_title {
        width: 45%;
    }

    .itour_top .itour_title h3 {
        margin-right: 4rem;
    }
}

@media screen and (max-width:834px) {
    .itour_top .itour_title {
        width: 52%;
    }

    .itour_top .itour_more {
        width: 22%;
    }

    .itour_top .itour_more a {
        justify-content: flex-end;
    }
}

@media screen and (max-width:768px) {
    .itour_top .itour_title {
        width: 65%;
    }

    .itour .itour_card ul {
        flex-wrap: wrap;
    }

    .itour .itour_card ul li {
        width: 50%;
        text-align: center;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:650px) {
    .itour_top .itour_title h3 {
        margin-right: 2rem;
    }

    .itour_top .itour_title img:last-child {
        width: 15%;
    }

    .itour_top .itour_more {
        width: 28%;
    }
}

@media screen and (max-width:450px) {
    .itour .itour_top {
        flex-wrap: wrap;
    }

    .itour_top .itour_title {
        width: 100%;
        margin-bottom: 2rem;
    }

    .itour_top .itour_more {
        width: 100%;
    }

    .itour_top .itour_more a {
        justify-content: center;
    }

    .itour .itour_card ul li {
        width: 47%;
    }
}

@media screen and (max-width:360px) {
    .itour_top .itour_title img {
        width: 23%;
    }

    .itour .itour_card:before {
        right: 0;
        bottom: -3rem;
        min-height: 40px;
    }
}

@media screen and (max-width:350px) {
    .itour_top .itour_title h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:310px) {
    .itour_top .itour_title h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:px) {}


/***itour end****/
/***********************/
/***********************/
/***iabout start***/

.iabout {
    width: 1720px;
    max-width: 100%;
    padding-bottom: 10rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.iabout .iabt {
    width: 56.3%;
}

.iabt .iabt_top {
    padding-left: 15.8rem;
    margin-bottom: 4.3rem;
    display: flex;
}

.iabt_top .iabt_title {
    margin-right: 9.5rem;
}

.iabt_top .iabt_title h2 {
    font-size: 36px;
    color: #67b7d1;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-bottom: 2.6rem;
}

.iabt_top .iabt_title h3 {
    font-size: 24px;
    color: #73808c;
    font-family: 'Inter';
}

.iabt_top .iabt_title a h3 img {
    margin-left: 5rem;
    transition: .5s all;
}

.iabt_top .iabt_title a:hover h3 img {
    transform: translateX(5px);
}



.iabt_top .iabt_txt {
    padding-top: 6.5rem;
}

.iabt_top .iabt_txt h4 {
    font-size: 30px;
    color: #2c3a47;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-bottom: 3rem;
    line-height: 1.5;
}

.iabt_top .iabt_txt p {
    font-size: 16px;
    color: #73808c;
    line-height: 1.7;
}


@media screen and (max-width:1600px) {
    .iabout {
        padding: 0 2rem 0 0;
    }
}

@media screen and (max-width:1536px) {
    .iabout .iabt {
        width: 53%;
    }

    .iabt .iabt_top {
        padding-left: 5rem;
    }
}

@media screen and (max-width:1366px) {
    .iabt .iabt_top {
        padding-left: 2rem;
    }

    .iabt_top .iabt_title {
        margin-right: 5rem;
    }

}

@media screen and (max-width:1280px) {
    .iabt_top .iabt_title {
        margin-right: 2rem;
    }
}

@media screen and (max-width:1100px) {
    .iabout {
        flex-wrap: wrap;
        justify-content: center;
        padding: 4rem 0 0 0;
    }

    .iabout .iabt {
        width: 100%;
        margin-bottom: 3rem;
    }

    .iabt .iabt_top {
        padding-left: 5rem;
    }

    .iabt_top .iabt_title {
        margin-right: 5rem;
    }

}

@media screen and (max-width:834px) {
    .iabt_top .iabt_txt {
        padding-top: 2.5rem;
    }
}

@media screen and (max-width:650px) {
    .iabt .iabt_top {
        padding: 0 2rem;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        align-content: center;
    }

    .iabt_top .iabt_title {
        margin-right: 0;
    }

}
@media screen and (max-width:390px) {
    .iabt_top .iabt_txt h4 {
        font-size: 28px;
    }
}

@media screen and (max-width:360px) {
    .iabt_top .iabt_txt h4 {
        font-size: 25px;
    }
}

@media screen and (max-width:350px) {
    .iabt .iabt_top {
        padding: 0 1rem;
    }

    .iabt_top .iabt_title h2 {
        font-size: 30px;
    }

    .iabt_top .iabt_title h3 img {
        margin-left: 1rem;
    }
}

@media screen and (max-width:320px) {
    .iabt_top .iabt_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:310px) {
    .iabt_top .iabt_title h2 {
        font-size: 28px;
    }

    .iabt_top .iabt_txt h4 {
        letter-spacing: 1px;
    }

}

@media screen and (max-width:300px) {
    .iabt_top .iabt_txt h4 {
        font-size: 23px;
    }
}

@media screen and (max-width:px) {}


/***iabout end****/
/***********************/
/***********************/
/***inews start***/

.inews {
    width: 40.7%;
    padding-bottom: 1rem;
}

.inews .inews_title {
    margin-bottom: 2.3rem;
    padding-right: 5rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.inews .inews_title img {
    margin-right: 2rem;
}

.inews .inews_title h3 {
    font-size: 36px;
    color: #67b7d1;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-right: 2.3rem;
}

.inews .inews_title h4 {
    font-size: 30px;
    color: #f29f68;
    font-family: 'Inter';
}

.inews_inner {
    width: 668px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.inews_inner .newslist_rwd {
    margin-bottom: 1.6rem;
}

.inewslist {
    width: 100%;
    position: relative;
    transition: 0.3s all;
}

.inewslist:hover {
    transform: translateY(-5px);
}


@media screen and (max-width:1536px) {
    .inews {
        width: 45%;
    }
}

@media screen and (max-width:1366px) {
    .inews_inner .newslist_rwd a {
        text-align: center;
    }

    .inewslist .ntitle {
        width: 90%;
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width:1100px) {
    .inews {
        width: 90%;
    }

    .inews .inews_title {
        padding-right: 0;
        justify-content: center;
    }

    .inews_inner {
        width: 80%;
    }

    .inewslist .ntitle {
        width: 65%;
        margin: 1rem 0 0 3rem;
    }
}

@media screen and (max-width:991px) {
    .inews_inner {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .inewslist .ntitle {
        width: 60%;
        margin: 1rem 0 0 2rem;
    }
}

@media screen and (max-width:576px) {
    .inewslist .ntitle {
        width: 95%;
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width:414px) {
    .inews .inews_title h3 {
        margin-right: 2rem;
    }

    .inews .inews_title h4 {
        font-size: 20px;
        letter-spacing: 0;
    }
}

@media screen and (max-width:360px) {
    .inews .inews_title img {
        width: 23%;
    }
}

@media screen and (max-width:350px) {
    .inews .inews_title h3 {
        font-size: 30px;
    }
}

@media screen and (max-width:310px) {
    .inews .inews_title h3 {
        font-size: 28px;
    }
}

@media screen and (max-width:300px) {
    .inews .inews_title h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}


/***inews end****/
/***********************/
/***********************/
/***news start***/


.news {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 10rem;
}

.news_inner {}

.news_inner .newslist_rwd {
    margin-bottom: 5rem;
    display: inline-block;
}

/***newslist_rwd***/
.newslist_rwd {
    text-align: left;
    position: relative;
    padding: 3rem 2.8rem;
    background: #fff;
    border-radius: 30px;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
    filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
}

.newslist_rwd a {
    position: relative;
    transition: .3s ease all;
    line-height: 1.5;
    color: #000;
    text-align: left;
    display: inline-block;
}

.newslist_rwd h3 a:not(:nth-of-type(1)) {
    display: inline-block;
    font-size: 16px;
}

.newslist {
    width: 46%;
    position: relative;
    transition: 0.3s all;
}

.newslist:nth-child(odd) {
    margin-right: 5rem;
}

.detai table {
    margin: 0 auto;
}

.news_inner .newstitle{
	font-size: 20px;
}

/*npic*/
.npic {
    position: relative;
    width: 190px;
    min-height: 190px;
    transition: .3s ease all;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
}

.newslist:hover {
    transform: translateY(-5px);
}

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    margin: 1.3rem 0 0 3.7rem;
    width: 60%;
    display: inline-block;
    vertical-align: top;
}

.ntitle h3 {
    font-size: 26px;
    color: #2b4c59;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 1.2rem;
}

.ntitle h3 a:nth-of-type(1) {
    display: block;
    font-size: 24px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ntitle h3 img {
    margin-right: 1.2rem;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #73808c;
    font-size: 16px;
    padding: 1.8rem 0 0 0.9rem;
    margin: 0 0 3rem 0;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: justify;
    line-height: 1.7;
    border-top: #73808c 1px dashed;
}

.ntitle span {
    font-size: 16px;
    color: #73808c;
    letter-spacing: 0;
    padding: 0 0 0 0.9rem;
}

.ntitle p a {
    display: inline-block;
}

.ntitle p a:nth-of-type(1) {
    display: block;
    overflow: hidden;
    text-align: left;
}

.ntitle .news_more {
    position: absolute;
    bottom: -.5rem;
    right: 2.2rem;
}


/*page_num*/
.page_num {
    padding: 1em 0;
}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

/*tableimg*/
.tableimg {
    width: 95%;
    margin: 0 auto;
}



.date,
.back {
    text-align: right;
}

.ripple, .ripple2 {
    margin-bottom: 2rem;
}

@media screen and (max-width:1366px) {
    .news_inner {
        padding: 0 2rem;
    }

    .newslist .ntitle {
        width: 53%;
    }
}

@media screen and (max-width:1200px) {
    .newslist {
        width: 48%;
    }

    .newslist:nth-child(odd) {
        margin-right: 2rem;
    }

    .news_inner .newslist_rwd {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:1100px) {
    .newslist .ntitle {
        margin: 1.3rem 0 0 1.7rem;
    }

    .news_inner .newslist_rwd {
        padding: 3rem 2rem;
    }
}

@media screen and (max-width:1000px) {
    .news_inner {
        text-align: center;
    }

    .news_inner .newslist_rwd {
        padding: 3rem 2rem;
        width: 75%;
        margin: 0 auto 3rem;
    }

    .newslist .ntitle {
        width: 65%;
    }
}

@media screen and (max-width:834px) {
    .news_inner .newslist_rwd {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .newslist_rwd {
        padding: 2rem;
    }
}

@media screen and (max-width:576px) {
    .newslist .ntitle {
        width: 55%;
    }
}

@media screen and (max-width:450px) {
    .newslist_rwd a {
        text-align: center;
    }

    .newslist .ntitle {
        width: 95%;
        margin: 2rem 0 0 0;
    }
}

@media screen and (max-width:414px) {
    .news_inner .newslist_rwd {
        padding: 3rem 1rem;
    }
}

@media screen and (max-width:350px) {
    .news_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}

/***news end****/
/***********************/

/***footer***/
footer {
    background: url(../../images/pattern2.jpg) top left repeat;
    position: relative;
    z-index: 10;
}

.ft_top {
    background: url(../../images/ft_top.png) top center no-repeat;
    width: 100%;
    min-height: 253px;
    position: relative;
}

.ft_top img {
    position: absolute;
    top: 0;
    right: 34.2rem;
    width: 29.9%;
}

.ft_inner {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.ft_inner .ft_logo {
    text-align: center;
    width: 24%;
}

.ft_logo img:first-of-type {
    margin: 0 0 6.5rem 0;
    width: 82%;
}

.ft_logo .ft_link {}

.ft_logo .ft_link img {
    margin-bottom: 1.2rem !important;
    width: auto !important;
}

.ft_logo .ft_link ul {}

.ft_logo .ft_link ul li {
    display: inline-block;
    width: 17%;
}

.ft_logo .ft_link ul li:last-child {
    margin-right: 1.5rem;
}

.ft_logo .ft_link ul li a {
    display: block;
    transition: .5s all;
}
.ft_logo .ft_link ul li a:hover{
    transform: translateY(-5px);
}

.ft_logo .ft_link ul li a img {
    margin-bottom: 0;
}


/*ftinfo1*/
.ftinfo1 {
    width: 32.4%;
    color: #fffdf8;
    padding-top: 6rem;
}

.ftinfo1 ul {}

.ftinfo1 ul li {
    padding-bottom: 1.2rem;
    display: flex;
    align-items: center;
}

.ftinfo1 ul li:not(:last-child) {
    border-bottom: 1px #fffdf8 dashed;
}

.ftinfo1 ul li:nth-child(2) {
    margin-top: 1.2rem;
}

.ftinfo1 ul li:nth-child(3) {
    margin-top: 3rem;
}

.ftinfo1 ul li img {
    margin-right: 1.8rem;
}

.ftinfo1 ul li p {
    font-size: 18px;
}

.ftinfo1 ul li p span {
    font-size: 26px;
    font-family: 'Inter';
    margin-left: 1rem;
    font-weight: 500;
}

.ftinfo1 ul li:nth-child(3) p span:first-child {
    font-size: 16px;
}

.ftinfo1 ul li:nth-child(3) p span:last-child {
    font-size: 20px;
    display: block;
    margin-left: 0;
}

/*ftinfo2*/
.ftinfo2 {
    width: 24%;
    color: #fffdf8;
    padding-top: 14.6rem;
}

.ftinfo2 ul {}

.ftinfo2 ul li {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
}

.ftinfo2 ul li img {
    margin-right: 1.4rem;
}

.ftinfo2 ul li p {
    font-size: 16px;
}



.ft_bot {
    width: 1036px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 13rem 0 5rem;
}

/*share*/
.share {
    color: #f8f6f2;
    font-size: 12px;
    display: inline-block;
    width: 24%;
    text-align: left;
    font-weight: 300;

}

.share a {
    font-size: 12px;
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle;
    transition: .5s all;
}

.share a:hover {
    transform: translateY(-5px);
}


/*copyright*/
.copyright {
    color: #f8f6f2;
    font-size: 14px;
    width: 70%;
    text-align: left;
    font-weight: 500;
    display: inline-block;
}

.copyright a,
.copyright a h1 {
    font-size: 14px;
    color: #f8f6f2;
    display: inline-block;
    transition: .5s all;
}

.copyright a:hover,
.copyright a:hover h1 {
    color: #2b4c59;
}

@media screen and (max-width:1536px) {
    .ft_top img {
        top: 4rem;
        right: 18rem;
    }
}

@media screen and (max-width:1280px) {
    .ft_top img {
        top: 6rem;
        right: 17rem;
        width: 32%;
    }
}

@media screen and (max-width:1100px) {
    .ft_top img {
        right: 11rem;
        width: 37%;
    }

    .ft_inner {
        padding: 0 2rem;
    }

    .ftinfo1 {
        width: 40%;
    }

    .ftinfo2 {
        width: 30%;
    }

    .ft_bot {
        padding: 10rem 2rem 5rem;
    }

    .share {
        width: 29%;
    }
}

@media screen and (max-width:834px) {
    .ft_top {
        min-height: 120px;
        background-size: contain;
    }

    .ft_top img {
        right: 7rem;
        top: 2rem;
    }

    .ft_inner {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ft_inner .ft_logo {
        width: 50%;
    }

    .ft_logo img:first-of-type {
        margin: 0 0 4rem 0;
        width: 60%;
    }

    .ftinfo1 {
        width: 54%;
    }

    .ftinfo2 {
        width: 38%;
    }

    .copyright {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }

    .share {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .ft_top img {
        right: 11rem;
    }
}

@media screen and (max-width:650px) {
    .ftinfo1 {
        width: 70%;
    }

    .ftinfo2 {
        width: 45%;
        padding-top: 4rem;
    }
}

@media screen and (max-width:576px) {
    .ft_top img {
        right: 8rem;
    }

    .ft_inner .ft_logo {
        width: 70%;
    }

    .ftinfo2 {
        width: 55%;
    }

    .ft_bot {
        padding: 5rem 2rem 5rem;
    }
}

@media screen and (max-width:450px) {
    .ft_top {
        background-size: 130%;
        min-height: 100px;
    }

    .ft_top img {
        right: 6rem;
    }

    .ft_logo img:first-of-type {
        width: 70%;
    }

    .ftinfo1 {
        width: 100%;
        padding-top: 1rem;
    }

    .ftinfo2 {
        width: 95%;
    }

    .ft_bot {
        padding: 5rem 2rem 9rem;
    }
}
@media screen and (max-width: 414px) {
        .ft_top img {
        top: 1.5rem;
        right: 3rem;
        width: 45%;
    }
}
@media screen and (max-width:402px) {
    .ftinfo1 ul li img {
        margin-right: 1rem;
        width: 10%;
    }
}

@media screen and (max-width:370px) {
    .ft_top {
        min-height: 80px;
    }

    .ftinfo1 ul li p span {
        font-size: 20px;
    }

    .ftinfo1 ul li:nth-child(3) p span:last-child {
        font-size: 18px;
    }
}

@media screen and (max-width:350px) {
    .ft_top img {
        right: 5rem;
        top: 1.5rem;
    }

    .ft_inner {
        padding: 0 1rem;
    }
}

@media screen and (max-width:320px) {
    .ft_logo img:first-of-type {
        width: 75%;
    }

}

@media screen and (max-width:310px) {
    .ftinfo1 ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width:300px) {
    .ftinfo1 ul li p span {
        font-size: 18px;
    }
}




#gotop {
    position: fixed;
    bottom: 9rem;
    right: 1rem;
    z-index: 50;
    cursor: pointer;
    display: none;
    transition: .3s cubic-bezier(0.25, 1, 0.5, 1);
}

#gotop:hover {
    transform: translateY(-10px);
}


/*****************************************************************************/
/***********************/
/***inbanner start***/

.inbanner {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.inbanner:before {
    content: '';
    background: url(../../images/ban_deco01.png) top left no-repeat;
    background-size: contain;
    width: 625px;
    max-width: 100%;
    min-height: 535px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.inbanner .title {
    width: 26%;
    margin-right: -5.6rem;
    padding: 38.7rem 0 0 11rem;
    display: flex;
    align-items: flex-start;
}

.inbanner .title img {
    margin-right: 1.8rem;
}

.title .title_txt {}

.title .title_txt h2 {
    font-size: 48px;
    color: #67b7d1;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-bottom: 2rem;
}

.title .title_txt h3 {
    font-size: 24px;
    color: #73808c;
    font-family: 'Inter';
    font-weight: 400;
}

.inbanner .banner {
    width: 79.3%;
}

@media screen and (max-width:1700px) {
    .inbanner:before {
        min-height: 430px;
    }

    .inbanner .title {
        padding: 32.7rem 0 0 6rem;
    }
}

@media screen and (max-width:1600px) {
    .inbanner .title {
        padding: 29rem 0 0 6rem;
        width: 29%;
        margin-right: -5.6rem;
    }
}

@media screen and (max-width:1366px) {
    .inbanner .title {
        padding: 26rem 0 0 6rem;
        width: 33%;
    }

    .title .title_txt h2 {
        margin-bottom: 1rem;
    }

    .inbanner .title img {
        margin-right: 1rem;
        width: 25%;
    }
}

@media screen and (max-width:1280px) {
    .inbanner:before {
        min-height: 340px;
        max-width: 30%;
    }

    .inbanner .title {
        padding: 23rem 0 0 6rem;
        width: 37%;
        margin-right: -7.6rem;
    }
}

@media screen and (max-width:1200px) {
    .inbanner .title {
        padding: 19rem 0 0 5rem;
        width: 38%;
    }
}

@media screen and (max-width:1100px) {
    .inbanner {
        margin-top: 11rem;
    }

    .inbanner .title {
        padding: 18rem 0 0 5rem;
        width: 45%;
    }
}

@media screen and (max-width:1000px) {
    .inbanner {
        margin-top: 10rem;
    }

    .inbanner .title {
        padding: 17rem 0 0 5rem;
    }

    .title .title_txt h2 {
        font-size: 36px;
    }

    .title .title_txt h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:834px) {
    .inbanner {
        margin-top: 8rem;
    }

    .inbanner .title {
        padding: 13rem 0 0 3rem;
        width: 42%;
    }

    .inbanner .title img {
        width: 20%;
    }
}

@media screen and (max-width:768px) {
    .inbanner {
        margin-top: 11rem;
    }

    .title .title_txt h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:650px) {
    .inbanner {
        margin-top: 10rem;
        flex-wrap: wrap;
        padding-bottom: 3rem;
    }

    .inbanner:before {
        min-height: 220px;
        max-width: 40%;
    }

    .inbanner .banner {
        width: 90%;
        order: -1;
        margin: 0 0 0 auto;
    }

    .inbanner .title {
        padding: 0;
        width: 70%;
        margin: -2rem auto 0;
        justify-content: center;
    }
}

@media screen and (max-width:576px) {
    .inbanner {
        margin-top: 9rem;
    }

    .title .title_txt h2 {
        font-size: 36px;
    }
}

@media screen and (max-width:430px) {
    .inbanner {
        margin-top: 8rem;
    }
}

@media screen and (max-width:414px) {

    .inbanner:before {
        min-height: 150px;
    }

    .inbanner .title {
        width: 90%;
        margin: -1rem auto 0;
    }

    .title .title_txt h2 {
        font-size: 30px;
    }

    .title .title_txt h3 {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:390px) {
    .inbanner:before {
        min-height: 130px;
    }
}

@media screen and (max-width:360px) {
    .inbanner {
        margin-top: 7rem;
    }

    .inbanner .title {
        margin: -1rem auto 0;
    }
}

@media screen and (max-width:350px) {}

@media screen and (max-width:310px) {
    .title .title_txt h2 {
        font-size: 28px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}

/***inbanner end****/
/***********************/
/***about start***/

.about {
    padding-bottom: 18rem;
}

/*about1*/
.about1 {
    background: url(../../images/abt1_bg.png) bottom center no-repeat;
    position: relative;
}

/*abt11*/
.about1 .abt11 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto 8.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.abt11 .abt11_img {}

.abt11 .abt11_img img {}

.abt11 .abt11_txt {
    width: 32.4%;
    text-align: center;
}

.abt11 .abt11_txt img {}

.abt11 .abt11_txt img:first-of-type {}

.abt11 .abt11_txt img:nth-of-type(2) {
    margin-bottom: 2.5rem;
}

.abt11 .abt11_txt h2 {
    font-size: 30px;
    color: #2b4c59;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.8rem;
}

.abt11 .abt11_txt p {
    font-size: 16px;
    color: #2c3a47;
    text-align: justify;
    letter-spacing: 1px;
}

.abt11 .abt11_txt p:first-of-type {
    margin-bottom: 2rem;
}

.abt11 .abt11_txt p span {
    color: #73808c;
}

@media screen and (max-width:1200px) {
    .about1 .abt11 {
        padding: 0 2rem;
    }

    .abt11 .abt11_img {
        width: 57%;
    }

    .abt11 .abt11_txt {
        width: 40%;
    }
}

@media screen and (max-width:1000px) {
    .about {
        padding-bottom: 9rem;
    }

    .about1 .abt11 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt11 .abt11_txt {
        width: 45%;
        order: -1;
        margin-bottom: 3rem;
    }

    .abt11 .abt11_txt img:first-of-type {
        width: 10%;
    }

    .abt11 .abt11_img {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:834px) {
    .abt11 .abt11_txt {
        width: 65%;
    }
}

@media screen and (max-width:768px) {
    .about1 {
        background-size: contain;
    }
}

@media screen and (max-width:576px) {
    .about {
        padding-bottom: 5rem;
    }

    .abt11 .abt11_txt {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .abt11 .abt11_txt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .about1 .abt11 {
        margin: 0 auto 5rem;
    }

    .abt11 .abt11_txt h2 {
        font-size: 25px;
        margin-bottom: 1rem;
    }

    .abt11 .abt11_txt img:nth-of-type(2) {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width:360px) {
    .abt11 .abt11_txt h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:350px) {
    .about1 .abt11 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .abt11 .abt11_txt h2 {
        font-size: 22px;
    }
}

@media screen and (max-width:300px) {
    .abt11 .abt11_txt h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:px) {}


/*abt12*/
.abt12 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto 17rem;
    display: flex;
    justify-content: space-between;
}

.abt12 .abt12_mark {
    width: 24%;
}

.abt12 .abt12_mark img {}

.abt12 .abt12_mark img:first-of-type {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
    filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
}

.abt12 .abt12_mark img:last-of-type {
    vertical-align: top;
    padding: 9rem 0 0 1.8rem;
}


.abt12 .abt12_card {
    width: 75%;
}

.abt12 .abt12_card ul {
    display: flex;
    justify-content: space-between;
}

.abt12 .abt12_card ul li {
    text-align: center;
}

.abt12 .abt12_card ul li img {
    margin-bottom: 1rem;
}

.abt12 .abt12_card ul li h3 {
    font-size: 16px;
    color: #73808c;
}

@media screen and (max-width:1100px) {
    .abt12 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:991px) {
    .abt12 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt12 .abt12_mark {
        width: 100%;
        text-align: center;
        margin-bottom: 5rem;
    }

    .abt12 .abt12_card {
        width: 90%;
    }
}

@media screen and (max-width:768px) {
    .abt12 {
        margin: 0 auto 10rem;
    }

    .abt12 .abt12_card {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    .abt12 {
        margin: 0 auto 5rem;
    }

    .abt12 .abt12_card ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt12 .abt12_card ul li {
        margin-bottom: 3rem;
        width: 40%;
    }
}

@media screen and (max-width:450px) {
    .abt12 {
        margin: 0 auto 3rem;
    }

    .abt12 .abt12_card ul li {
        width: 50%;
    }
}

@media screen and (max-width:393px) {
    .abt12 .abt12_card ul li img {
        margin-bottom: 0.5rem;
    }

    .abt12 .abt12_card ul li h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:350px) {
    .abt12 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .abt12 .abt12_card ul li h3 {
        font-size: 12px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}


/*abt13*/
.abt13 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 49.6rem;
}

.abt13 p {
    font-size: 16px;
    color: #2c3a47;
    text-align: justify;
    width: 33%;
    margin: 0 0 0 auto;
    letter-spacing: 1px;
    line-height: 1.7;
}

.abt13 p span {
    border-bottom: 1px #333333 solid;
}

@media screen and (max-width:1100px) {
    .abt13 {
        padding: 0 5rem 49.6rem;
    }

    .abt13 p {
        width: 43%;
    }
}

@media screen and (max-width:768px) {
    .abt13 {
        padding: 0 5rem 18rem;
    }

    .abt13 p {
        width: 57%;
    }

}

@media screen and (max-width:650px) {
    .abt13 {
        padding: 0 2rem 16rem;
    }
}

@media screen and (max-width:450px) {
    .abt13 p {
        width: 95%;
    }
}

@media screen and (max-width:414px) {
    .abt13 p {
        width: 100%;
    }
}

@media screen and (max-width:360px) {
    .abt13 {
        padding: 0 2rem 14rem;
    }
}

@media screen and (max-width:350px) {
    .abt13 {
        padding: 0 1rem 14rem;
    }
}

@media screen and (max-width:310px) {
    .abt13 {
        padding: 0 1rem 13rem;
    }
}

@media screen and (max-width:px) {}



/*about2*/
.about2 {
    background: url(../../images/abt2_bg_01.jpg), url(../../images/abt2_bg_02.jpg);
    background-size: contain;
    background-repeat: no-repeat, repeat;
    background-position: top center, top left;
    padding: 20rem 0 9rem;
}


.about2 .abt21 {
    width: 1420px;
    max-width: 100%;
    margin: 0 auto 8.7rem;
    display: flex;
    justify-content: space-between;
}

.abt21 .abt21_lt {
    width: 35.6%;
    padding-top: 9rem;
}

.abt21_lt .abt21_title {
    margin-bottom: 8rem;
}

.abt21_lt .abt21_title img {
    display: inline-block;
    margin-right: 1.5rem;
    vertical-align: top;
}

.abt21_title .abt21_title_txt {
    display: inline-block;
    padding-top: 1rem;

}

.abt21_title .abt21_title_txt h3 {
    font-size: 36px;
    color: #67b7d1;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.abt21_title .abt21_title_txt h3 img {
    vertical-align: middle;
}

.abt21_title .abt21_title_txt h4 {
    font-size: 30px;
    color: #73808c;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.abt21_lt .abt21_txt {
    padding-left: 11.2rem;
}

.abt21_txt .abt21_txt1 {
    margin-bottom: 3.8rem;
    padding-left: 2.5rem;
    position: relative;
}

.abt21_txt .abt21_txt1:before {
    content: '';
    background: #67b7d1;
    width: 6px;
    height: 80%;
    position: absolute;
    top: 1.5rem;
    left: 0;
}

.abt21_txt .abt21_txt1 h5 {
    font-size: 30px;
    color: #2c3a47;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    line-height: 1.8;
}

.abt21_txt .abt21_txt2 {}

.abt21_txt .abt21_txt2 p {
    font-size: 16px;
    color: #73808c;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.8;
}



.abt21 .abt21_rt {
    padding-right: 6rem;
}

.abt21 .abt21_rt img {}

@media screen and (max-width:1366px) {
    .about2 .abt21 {
        padding: 0 2rem;
    }

    .abt21 .abt21_lt {
        padding: 7rem 2rem 0 0;
    }

    .abt21_lt .abt21_txt {
        padding-left: 0;
    }

    .abt21 .abt21_rt {
        padding-right: 0;
    }

}

@media screen and (max-width:1100px) {
    .abt21 .abt21_lt {
        padding: 2rem 2rem 0 0;
        width: 49%;
    }

    .abt21_lt .abt21_title {
        margin-bottom: 5rem;
    }
}

@media screen and (max-width:1000px) {
    .about2 {
        padding: 13rem 0 9rem;
    }

    .about2 .abt21 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 5rem;
    }

    .abt21 .abt21_lt {
        padding: 0;
        width: 50%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:576px) {
    .abt21 .abt21_lt {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .about2 {
        padding: 7rem 0 6rem;
    }

    .abt21 .abt21_lt {
        width: 100%;
    }

    .abt21_lt .abt21_title {
        margin-bottom: 3rem;
    }

    .abt21_txt .abt21_txt1 {
        margin-bottom: 2rem;
    }

    .abt21_lt .abt21_title img {
        width: 20%;
    }

    .abt21_title .abt21_title_txt {
        padding-top: 0;
    }

    .abt21_title .abt21_title_txt h3 {
        font-size: 30px;
        margin-bottom: 1rem;
    }

    .abt21_title .abt21_title_txt h4 {
        font-size: 20px;
    }
}

@media screen and (max-width:350px) {
    .about2 .abt21 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .abt21_txt .abt21_txt1:before {
        height: 90%;
        top: .5rem;
    }

    .abt21_txt .abt21_txt1 h5 {
        font-size: 25px;
        line-height: 1.5;
    }
}

@media screen and (max-width:px) {}



/*abt22*/
.abt22 {
    width: 1538px;
    max-width: 100%;
    margin: 0 auto;
    background: #fffdf8;
    border-radius: 50px;
    padding: 5.7rem 6rem 3.4rem 17.7rem;
    display: flex;
    justify-content: space-between;
}

.abt22 .abt22_lt {
    width: 45.1%;
}

.abt22 .abt22_lt ul {}

.abt22 .abt22_lt ul li {
    margin-bottom: 3rem;
    text-align: center;
    display: inline-block;
    width: 32%;
}

.abt22 .abt22_lt ul li img {
    margin-bottom: 1.2rem;
}

.abt22 .abt22_lt ul li p {
    font-size: 18px;
    color: #73808c;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
}

.abt22 .abt22_rt {
    width: 47.2%;
    position: relative;
    padding: 6rem 8rem 0 0;
    margin-left: 2rem;
}

.abt22 .abt22_rt:before {
    content: '';
    background: url(../../images/abt22_deco.png) top right no-repeat;
    background-size: contain;
    width: 80px;
    max-width: 100%;
    min-height: 64px;
    position: absolute;
    top: 0;
    right: 0;
}

.abt22 .abt22_rt ul {
    list-style: disc;
    color: #73808c;
}

.abt22 .abt22_rt ul li {}

.abt22 .abt22_rt ul li p {
    font-size: 18px;
    color: #73808c;
    line-height: 1.7;
    letter-spacing: 1px;
}

@media screen and (max-width:1536px) {
    .abt22 {
        max-width: 95%;
    }
}

@media screen and (max-width:1366px) {
    .abt22 {
        padding: 5.7rem 6rem 3.4rem 6rem;
    }
}

@media screen and (max-width:1200px) {
    .abt22 {
        padding: 3rem 2rem;
    }

    .abt22 .abt22_rt {
        padding: 3rem 5rem 0 0;
    }

    .abt22 .abt22_rt:before {
        max-width: 10%;
        min-height: 34px;
    }
}

@media screen and (max-width:1000px) {
    .abt22 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt22 .abt22_rt:before {
        max-width: 20%;
        min-height: 55px;
    }

    .abt22 .abt22_lt {
        width: 85%;
        margin-bottom: 3rem;
    }

    .abt22 .abt22_rt {
        width: 75%;
    }
}

@media screen and (max-width:834px) {
    .abt22 .abt22_lt {
        width: 95%;
    }

    .abt22 .abt22_rt {
        width: 85%;
    }
}

@media screen and (max-width:576px) {
    .abt22 .abt22_lt {
        width: 100%;
    }

    .abt22 .abt22_rt {
        width: 100%;
        padding: 5rem 0 0 0;
    }

    .abt22 .abt22_rt:before {
        max-width: 10%;
        min-height: 35px;
    }
}

@media screen and (max-width:450px) {
    .abt22 .abt22_lt {
        margin-bottom: 1rem;
    }

    .abt22 .abt22_lt ul li {
        width: 49%;
    }

    .abt22 .abt22_rt {
        padding: 4rem 0 0 0;
    }
}
@media screen and (max-width:390px) {
    .abt22 .abt22_lt ul li {
        width: 48%;
    }
}

@media screen and (max-width:350px) {
    .abt22 {
        padding: 3rem 1rem;
    }
}

@media screen and (max-width:320px) {
    .abt22 .abt22_lt ul li p {
        font-size: 16px;
    }
}

@media screen and (max-width:px) {}


/*about3*/
.about3 {
    width: 1460px;
    max-width: 100%;
    margin: 11rem auto 0;
    display: flex;
    justify-content: space-between;
}


.about3 .abt3_lt {}

.abt3_lt .abt3_img01 {
    margin-bottom: 2rem;
}

.abt3_lt .abt3_img01 img {}

.abt3_lt .abt3_txt {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.abt3_lt .abt3_txt img {}

.abt3_txt .abt3_info {
    width: 70%;
    padding-right: 4.7rem;
    display: flex;

}

.abt3_txt .abt3_info h6 {
    font-size: 20px;
    color: #73808c;
    margin-right: 3.2rem;
    padding-top: 1rem;
}

.abt3_info .my-table {
    width: 65%;
    border-collapse: collapse;
    text-align: left;
}

.abt3_info .my-table th,
.abt3_info .my-table td {
    padding: 5px;
    border-bottom: 1px solid #73808c;
    font-weight: 500;
    color: #73808c;
}

.abt3_info .my-table tbody tr:last-child,
.abt3_info .my-table tbody tr:last-child td {
    border-bottom: none;
}

.abt3_info .my-table tr th:first-child {
    width: 35%;
}

.abt3_info .my-table tbody tr:hover {
    background-color: #f1f1f1;
}

.about3 .abt3_rt {}

.about3 .abt3_rt img {}

@media screen and (max-width:1400px) {
    .about3 {
        padding: 0 2rem;
    }

    .about3 .abt3_rt {
        width: 50%;
    }
}

@media screen and (max-width:1280px) {
    .about3 .abt3_lt {
        width: 48%;
    }

    .abt3_lt .abt3_txt img {
        width: 30%;
    }

    .abt3_txt .abt3_info h6 {
        margin-right: 1rem;
    }
}

@media screen and (max-width:1000px) {
    .about3 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about3 .abt3_lt {
        width: 70%;
        margin-bottom: 3rem;
    }

    .about3 .abt3_rt {
        width: 70%;
    }
}

@media screen and (max-width:768px) {
    .about3 .abt3_lt {
        width: 90%;
    }

    .about3 .abt3_rt {
        width: 90%;
    }
}

@media screen and (max-width:576px) {
    .about3 {
        margin: 5rem auto 0;
    }

    .about3 .abt3_lt {
        width: 100%;
    }

    .abt3_txt .abt3_info {
        padding-right: 0;
    }

    .about3 .abt3_rt {
        width: 100%;
    }

}

@media screen and (max-width:450px) {
    .abt3_lt .abt3_txt img {
        width: 15%;
    }

    .abt3_txt .abt3_info {
        width: 85%;
    }
}

@media screen and (max-width:430px) {
    .abt3_lt .abt3_txt img {
        width: 25%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .abt3_txt .abt3_info {
        width: 100%;
    }
}

@media screen and (max-width:370px) {
    .abt3_txt .abt3_info h6 {
        font-size: 16px;
    }

    .abt3_info .my-table tr th:first-child {
        width: 30%;
    }
}

@media screen and (max-width:350px) {
    .about3 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {

    .abt3_info .my-table th,
    .abt3_info .my-table td {
        font-size: 15px;
    }
}

@media screen and (max-width:310px) {
    .abt3_info .my-table tr th:first-child {
        width: 25%;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}


/***about end****/
/***********************/
/***********************/
/***island start***/

.island {
    padding-bottom: 8rem;
}

/*island1*/
.island .island1 {
    background: url(../../images/island1_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    padding-bottom: 65.5rem;
}

.island .island1:before {
    content: '';
    background: url(../../images/island1_deco01.png) top left no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 1060px;
    position: absolute;
    top: -5.5rem;
    left: 0;
    z-index: -1;
}

.island1 .isl1 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.isl1 .isl1_lt {
    width: 66.5%;
}

.isl1_lt .isl1_lt_txt1 {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 2.5rem;
}

.isl1_lt .isl1_lt_txt1:before {
    content: '';
    background: #67b7d1;
    width: 6px;
    height: 80%;
    position: absolute;
    top: 1.5rem;
    left: 0;
}

.isl1_lt .isl1_lt_txt1 h5 {
    font-size: 30px;
    color: #2b4c59;
    font-weight: 700;
    font-family: 'Zen Maru Gothic';
    line-height: 1.8;
}

.isl1_lt .isl1_lt_txt2 {
    width: 57%;
    margin-bottom: 2rem;
}

.isl1_lt .isl1_lt_txt2 p {
    font-size: 16px;
    color: #2c3a47;
    margin-bottom: 3rem;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.8;
}

.island1 .isl1_en {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
}

.island1 .isl1_en p {
    font-size: 60px;
    color: #67b7d1;
    font-family: 'Inter';
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 6px;

}




.isl1 .isl1_rt {
    width: 24.3%;
    padding-top: 3.6rem;
}

.isl1 .isl1_rt h3 {
    font-size: 24px;
    color: #73808c;
}

.isl1 .isl1_rt img {
    margin: 1.2rem 0 2rem;
}

.isl1 .isl1_rt ul {}

.isl1 .isl1_rt ul li {
    padding-left: 1rem;
    border-bottom: 0.5px #73808c solid;
    line-height: 2;
}

.isl1 .isl1_rt ul li p {
    font-size: 16px;
    color: #2b4c59;
    display: inline-block;
    width: 30%;
}

.isl1 .isl1_rt ul li span {
    font-size: 16px;
    color: #73808c;
    display: inline-block;
}

.isl1 .isl1_rt ul li p span {
    font-size: 12px;
    color: #2b4c59;
    padding-right: 1rem;
}



@media screen and (max-width:1280px) {
    .island .island1 {
        padding-bottom: 43rem;
    }
}

@media screen and (max-width:1100px) {
    .island .island1 {
        padding-bottom: 39rem;
    }

    .island .island1:before {
        top: 0;
        min-height: 610px;
    }

    .island1 .isl1 {
        padding: 0 2rem;
    }

    .isl1_lt .isl1_lt_txt2 {
        width: 68%;
    }

    .isl1 .isl1_rt {
        width: 32%;
        padding: 3.6rem 5rem 0 0;
    }

    .island1 .isl1_en {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1000px) {
    .island {
        padding-bottom: 5rem;
    }
}

@media screen and (max-width:834px) {
    .island .island1 {
        padding-bottom: 27rem;
        background-size: contain;
    }

    .island .island1:before {
        top: auto;
        bottom: 0;
        min-height: 460px;
    }

    .island1 .isl1 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 2rem;
    }

    .isl1 .isl1_lt {
        width: 75%;
    }

    .isl1_lt .isl1_lt_txt2 {
        width: 100%;
    }

    .isl1 .isl1_rt {
        width: 55%;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .island1 .isl1_en p {
        letter-spacing: 2px;
    }
}

@media screen and (max-width:650px) {
    .isl1 .isl1_rt {
        width: 75%;
    }

    .island1 .isl1_en p {
        font-size: 50px;
    }
}

@media screen and (max-width:576px) {
    .island {
        padding-bottom: 3rem;
    }

    .island .island1 {
        padding-bottom: 19rem;
    }

    .island .island1:before {
        min-height: 320px;
    }

    .isl1 .isl1_lt {
        width: 100%;
    }

    .isl1 .isl1_rt {
        width: 100%;
    }

    .island1 .isl1_en p {
        font-size: 40px;
    }
}

@media screen and (max-width:450px) {
    .island1 .isl1_en p {
        font-size: 30px;
        letter-spacing: 0;
    }
}

@media screen and (max-width:430px) {
    .island .island1:before {
        min-height: 235px;
    }
}

@media screen and (max-width:414px) {
    .island .island1 {
        padding-bottom: 14rem;
    }
}

@media screen and (max-width:370px) {
    .island .island1:before {
        min-height: 210px;
    }

    .island1 .isl1_en p {
        font-size: 25px;
    }
}

@media screen and (max-width:360px) {
    .isl1_lt .isl1_lt_txt1:before {
        height: 85%;
        top: 1rem;
    }

    .isl1_lt .isl1_lt_txt1 h5 {
        font-size: 25px;
    }
}

@media screen and (max-width:350px) {
    .island1 .isl1 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:340px) {
    .island .island1:before {
        min-height: 190px;
    }
}

@media screen and (max-width:320px) {
    .island1 .isl1_en p {
        font-size: 20px;
    }
}

@media screen and (max-width:310px) {
    .island .island1:before {
        min-height: 170px;
    }

    .isl1_lt .isl1_lt_txt1 h5 {
        font-size: 22px;
    }

    .isl1 .isl1_rt img {
        margin: 1.2rem 0;
    }
}

@media screen and (max-width:px) {}



/*island2*/
.island2 {
    background: url(../../images/island2_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    min-height: 1080px;
    position: relative;
}


/*isl21*/
.island2 .isl21 {
    padding: 10.5rem 0 0 12.2rem;
}

.island2 .isl21 img {
    display: inline-block;
    margin-right: 4.9rem;
    width: 25%;
}

.isl21 .isl21_txt {
    display: inline-block;
    vertical-align: top;
}

.isl21_txt .isl21_title {
    margin-bottom: 3.5rem;
}

.isl21_txt .isl21_title h3 {
    font-size: 36px;
    color: #fffdf8;
    font-family: 'Zen Maru Gothic';
    font-weight: 500;
    margin-bottom: 1.7rem;
}

.isl21_txt .isl21_title h4 {
    font-size: 30px;
    color: #fffdf8;
    font-family: 'Inter';
    font-weight: 200;
    text-transform: uppercase;
}

.isl21 .isl21_txt p {
    font-size: 16px;
    color: #2c3a47;
    margin-bottom: 2rem;
    width: 70%;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 1px;
}


/*isl22*/
.island2 .isl22 {
    position: absolute;
    bottom: 4rem;
    right: 10.9rem;
    text-align:right;
}
.island2 .isl22 img{
    width: 50%;
}
@media screen and (max-width:1366px){
    .island2 .isl21 img {
    width: 32%;
}
}
@media screen and (max-width:1200px) {
    .island2 .isl21 {
        padding: 8rem 0 0 4rem;
    }
}

@media screen and (max-width:1100px) {
    .island2 {
        min-height: 900px;
    }

    .isl21 .isl21_txt {
        width: 50%;
    }
}

@media screen and (max-width:1000px) {
    .island2 .isl21 {
        padding: 8rem 0 0 2rem;
    }

    .isl21 .isl21_txt {
        width: 45%;
    }

    .isl21 .isl21_txt p {
        width: 100%;
    }
}

@media screen and (max-width:834px) {
    .island2 .isl21 img {
        margin-right: 2rem;
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .island2 {
        min-height: 760px;
        background-attachment: inherit;
    }

    .island2 .isl21 {
        padding: 4rem 0 0 2rem;
    }

    .isl21 .isl21_txt p {
        color: #fffdf8;
    }

    .island2 .isl22 {
        bottom: 2rem;
        right: 5rem;
    }

}

@media screen and (max-width:576px) {
    .island2 {
        background-position-x: -42rem;
    }

    .island2 .isl21 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 4rem 2rem 3rem 2rem;
    }

    .island2 .isl21 img {
        margin-right: 0;
        width: 85%;
    }

    .isl21 .isl21_txt {
        width: 80%;
        order: -1;
        margin-bottom: 3rem;
    }

    .island2 .isl22 {
        bottom: 0;
        right: 0;
        position: relative;
        text-align: center;
    }
    .island2 .isl22 img {
    width: 70%;
}
}

@media screen and (max-width:450px) {
    .isl21 .isl21_txt {
        width: 100%;
    }
}

@media screen and (max-width:430px) {
    .island2 {
        background-position-x: -39rem;
    }
}

@media screen and (max-width:414px) {
    .island2 .isl21 img {
        width: 90%;
    }
}

@media screen and (max-width:350px) {
    .island2 .isl21 {
        padding: 4rem 1rem 3rem 1rem;
    }
}

@media screen and (max-width:340px) {
    .island2 .isl21 img {
        width: 100%;
    }

    .isl21_txt .isl21_title h4 {
        font-size: 25px;
    }
}

@media screen and (max-width:300px) {
    .isl21_txt .isl21_title h4 {
        font-size: 23px;
    }
}

@media screen and (max-width:px) {}


/*island3*/
.island3 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    padding: 7rem 0 0 0;
}

.island3 .isl3_title {
    width: 28%;
    margin: 0 auto 8.2rem;
    text-align: center;
}

.island3 .isl3_title img {}


.island3 .isl3_img {
    margin-bottom: 6rem;
    display: flex;
    justify-content: space-between;
}

.island3 .isl3_img {}

.island3 .isl3_img img:first-of-type {}

.island3 .isl3_img img:nth-of-type(2) {
    margin: 0 1.6rem;
}

.island3 .isl3_img img:last-of-type {}

.island3 .isl3_txt {
    width: 1026px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.isl3_txt .isl3_txt1 {}

.isl3_txt .isl3_txt1 h5 {
    font-size: 30px;
    color: #2b4c59;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    margin-bottom: 1.8rem;
}

.isl3_txt .isl3_txt1 h6 {
    font-size: 16px;
    color: #67b7d1;
    letter-spacing: 1px;
}

.isl3_txt .isl3_txt2 {
    width: 46%;
    padding-right: 3.4rem;
}

.isl3_txt .isl3_txt2 p {
    font-size: 16px;
    color: #2c3a47;
    text-align: justify;
    line-height: 1.8;
    letter-spacing: 1px;
}

@media screen and (max-width:1200px) {
    .island3 .isl3_img {
        padding: 0 2rem;
    }

    .island3 .isl3_img img {
        width: 32%;
    }
}

@media screen and (max-width:1000px) {
    .island3 .isl3_txt {
        padding: 0 2rem;
    }
}

@media screen and (max-width:834px) {
    .island3 .isl3_title {
        margin-bottom: 3rem;
        padding: 0 2rem;
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .island3 .isl3_txt {
        flex-wrap: wrap;
        justify-content: center;
    }

    .isl3_txt .isl3_txt1 {
        margin-bottom: 3rem;
    }

    .isl3_txt .isl3_txt2 {
        width: 59%;
        padding-right: 0;
    }
}

@media screen and (max-width:650px) {
    .island3 .isl3_img {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .island3 .isl3_img img {
        width: 100%;
        margin-bottom: 2rem;
    }

    .island3 .isl3_img img:nth-of-type(2) {
        margin: 0 0 2rem;
    }

    .isl3_txt .isl3_txt2 {
        width: 70%;
        padding-right: 0;
    }
}

@media screen and (max-width:576px) {
    .isl3_txt .isl3_txt2 {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
   .island3 .isl3_title {
    width: 90%;
}
    .island3 .isl3_img img {
        width: auto;
    }

    .isl3_txt .isl3_txt2 {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .island3 {
        padding: 5rem 0 0 0;
    }

    .island3 .isl3_img {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width:350px) {
    .island3 .isl3_title {
        padding: 0 1rem;
    }

    .island3 .isl3_img {
        padding: 0 1rem;
    }

    .island3 .isl3_txt {
        padding: 0 1rem;
    }
}

@media screen and (max-width:300px) {
    .isl3_txt .isl3_txt1 h5 {
        font-size: 25px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}


/***island end****/
/***********************/
/***********************/
/***whale start***/

.whale {
    padding-bottom: 7.4rem;
}


.whale .whale1 {
    width: 1340px;
    max-width: 100%;
    margin: 0 auto 3.9rem;
    display: flex;
    justify-content: space-between;
}

.whale1 .whale1_lt {
    width: 60%;
    padding-left: 3.5rem;
}

.whale1 .whale1_lt img {}

.whale1 .whale1_rt {
    width: 34.5%;
}

.whale1_rt .whale1_title {
    margin-bottom: 4.8rem;
}

.whale1_rt .whale1_title h5 {
    font-size: 30px;
    color: #2b4c59;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    letter-spacing: 1px;
}

.whale1_rt .whale1_title h5 img {
    margin-left: 1rem;
}

.whale1_rt .whale1_txt {}

.whale1_rt .whale1_txt p {
    font-size: 16px;
    color: #2c3a47;
    line-height: 1.8;
    padding-right: 3rem;
    letter-spacing: 1px;
    text-align: justify;
}

.whale1_rt .whale1_txt p:not(:last-child) {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:1280px) {
    .whale1 .whale1_rt {
        width: 37%;
    }
}

@media screen and (max-width:1200px) {
    .whale .whale1 {
        padding: 0 2rem;
    }

    .whale1 .whale1_lt {
        padding-left: 0;
    }

    .whale1_rt .whale1_title {
        margin-bottom: 3rem;
        position: relative;
    }

    .whale1_rt .whale1_title h5 {
        font-size: 27px;
    }

    .whale1_rt .whale1_title h5 img {
        margin-left: 0.5rem;
        width: 7%;
    }
}

@media screen and (max-width:1100px) {
    .whale .whale1 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .whale1 .whale1_lt {
        width: 80%;
        text-align: center;
    }

    .whale1 .whale1_rt {
        width: 70%;
        order: -1;
        margin-bottom: 3rem;
    }

    .whale1_rt .whale1_title h5 img {
        width: auto;
    }
}

@media screen and (max-width:834px) {
    .whale1 .whale1_rt {
        width: 80%;
    }

    .whale1_rt .whale1_txt p {
        padding-right: 0;
    }
}

@media screen and (max-width:768px) {
    .whale1 .whale1_lt {
        width: 100%;
    }

    .whale1 .whale1_rt {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    .whale .whale1 {
        margin: 0 auto 2rem;
    }
}

@media screen and (max-width:450px) {
    .whale {
        padding-bottom: 3rem;
    }

    .whale1_rt .whale1_title h5 img {
        width: 7%;
    }
}

@media screen and (max-width:430px) {
    .whale1_rt .whale1_title h5 img {
        position: absolute;
        top: -3rem;
        right: 0;
        margin-left: 0;
    }
}

@media screen and (max-width:402px) {
    .whale1_rt .whale1_title h5 {
        font-size: 25px;
    }
}

@media screen and (max-width:370px) {
    .whale1_rt .whale1_title {
        margin-bottom: 2rem;
    }

    .whale1_rt .whale1_title h5 {
        font-size: 23px;
    }
}

@media screen and (max-width:350px) {
    .whale .whale1 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:330px) {
    .whale1_rt .whale1_title h5 {
        font-size: 20px;
    }
}

@media screen and (max-width:px) {}


/*whale2*/
.whale2 {
    width: 1340px;
    max-width: 100%;
    margin: 0 auto 2rem;
    padding: 0 3.5rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.whale2 span {
    font-size: 60px;
    color: #67b7d1;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 100;
    opacity: .5;
}

.whale2 img {}

@media screen and (max-width:1100px) {
    .whale2 {
        padding: 0 2rem;
    }

    .whale2 span {
        font-size: 45px;
    }

}

@media screen and (max-width:834px) {
    .whale2 span {
        font-size: 35px;
    }

    .whale2 img {
        width: 20%;
    }
}

@media screen and (max-width:576px) {
    .whale2 span {
        font-size: 25px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width:450px) {
    .whale2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .whale2 span {
        font-size: 26px;
        margin-bottom: 1rem;
    }

    .whale2 img {
        margin: 0 0 0 auto;
    }
}

@media screen and (max-width:430px) {
    .whale2 span {
        font-size: 23px;
    }
}

@media screen and (max-width:393px) {
    .whale2 span {
        font-size: 20px;
    }
}

@media screen and (max-width:360px) {
    .whale2 span {
        font-size: 18px;
    }
}

@media screen and (max-width:350px) {
    .whale2 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:310px) {
    .whale2 span {
        font-size: 16px;
    }
}

@media screen and (max-width:px) {}


/*whale3*/
.whale3 {
    width: 1196px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.whale3 img {}

@media screen and (max-width:1200px) {
    .whale3 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1100px) {
    .whale3 img {
        width: 24%;
    }
}

@media screen and (max-width:450px) {
    .whale3 {
        flex-wrap: wrap;
    }

    .whale3 img {
        width: 48%;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:350px) {
    .whale3 {
        padding: 0 1rem;
    }
}

@media screen and (max-width:px) {}

/***whale end****/
/***********************/
/***********************/
/***service_note start***/
#service_note {
    padding-bottom: 3em;
}

/*note*/
.note {
    width: 795px;
    margin: 5rem auto 2em;
    max-width: 100%;
    text-align: center;
}

.note li {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0 1em;
}

.note a {
    position: relative;
    text-align: center;
    display: block;
}

img.nt {
    transition: .3s ease-in-out;
}

img.nt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .2s linear;
}

.note a:hover img.nt,
li.active img.nt {
    opacity: 0;
}

.note a:hover img.nt1,
li.active img.nt1 {
    opacity: 1;
}

li.active img.nt {
    opacity: 0;
}

/*tab-content*/
.tab-content {
    width: 1600px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em;
    text-align: center;
}

.note_info {
    width: 720px;
    margin: 0 auto;
    max-width: 100%;
    padding: 2em 0;
    min-height: 500px;
}

.note_info table {
    font-size: 16px;
    width: 100%;
}

.note_info table tr {
    line-height: 2;
}

@media screen and (max-width:1200px) {

    .note {
        margin: 5rem auto 2em;
    }
}

@media screen and (max-width:700px) {

    .note_info {
        padding: 0;
    }
}

@media screen and (max-width:500px) {
    .note li {
        padding: 0 .3em;
        width: 49%;
    }

    .tab-content {
        padding: 2rem;
    }

    .note_info {
        min-height: auto;
    }
}

@media screen and (max-width:380px) {

    .note {
        margin: 3rem auto 1em;
    }

    .note li {
        padding: 0;
    }
}

@media screen and (max-width:360px) {
    .note li {
        width: 47%;
    }
}

@media screen and (max-width:350px) {
    .tab-content {
        padding: 1rem;
    }
}

@media screen and (max-width:px) {}

/***service_note end****/
/***********************/
/***********************/
/***location start***/

.location {
    width: 1350px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location .loc_map {
    width: 50.7%;
}

#map_canvas {
    width: 680px;
    height: 726px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    border: 10px #67b7d1 solid;
    border-radius: 50px;
    overflow: hidden;
}

#map_canvas iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.location .loc_txt {
    width: 46%;
	padding-right: 8rem;
}


.loc_txt .loc_route {
    text-align: center;
}

.loc_txt .loc_route:first-child {
    margin-bottom: 5rem;
}
.loc_txt .loc_route:nth-child(2) {
    margin-bottom: 5rem;
}

.loc_txt .loc_route img {
    margin-bottom: 2.8rem;
}

.loc_txt .loc_route p {
    font-size: 16px;
    color: #2b4c59;
    text-align: justify;    
}
.loc_txt .loc_img {
	text-align: center;
}
.loc_txt .loc_img img{
	
}
@media screen and (max-width:1366px) {
    .location {
        padding: 0 2rem 10rem;
    }

    .loc_txt .loc_route p {
        padding-right: 0;
    }
}

@media screen and (max-width:834px) {
    .location {
        padding: 0 2rem 5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .location .loc_map {
        width: 80%;
    }

    .location .loc_txt {
        width: 70%;
        order: -1;
        margin-bottom: 5rem;
    }

    .loc_txt .loc_route:first-child {
        margin-bottom: 5rem;
    }
	.loc_txt .loc_img {
    text-align: center;
}
}

@media screen and (max-width:768px) {
    .location .loc_map {
        width: 100%;
    }

    #map_canvas {
        width: 100%;
    }
}

@media screen and (max-width:576px) {
    #map_canvas {
        height: 630px;
    }
}

@media screen and (max-width:450px) {
    #map_canvas {
        height: 500px;
        border-radius: 20px;
    }

    .location .loc_txt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    #map_canvas {
        height: 450px;
    }
}

@media screen and (max-width:360px) {
    #map_canvas {
        height: 400px;
    }
}

@media screen and (max-width:350px) {
    .location {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:320px) {
    #map_canvas {
        height: 350px;
    }
}

@media screen and (max-width:px) {}

@media screen and (max-width:px) {}


/***location end****/
/***********************/
/***********************/
/***tours start***/

.tours {
    width: 1660px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 24rem;

}

/*tours1*/
.tours .tours1 {
    margin-bottom: 5.3rem;
    display: flex;
    justify-content: space-between;
}

.tours1 .tours_card {
    position: relative;
    width: 24%;
    padding-top: 2.3rem;
}

.tours1 .tours_card:before {
    content: '';
    background: url(../../images/tours_deco01.png) top left;
    background-size: contain;
    width: 212px;
    max-width: 100%;
    min-height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.tours_card .box {
    background: url(../../images/tours_cardbg.jpg) top left repeat;
    border-radius: 30px;
    padding: 5rem 0 3.5rem;
    min-height: 650px;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
    filter: drop-shadow(2px 2px 7px rgba(123, 192, 206, 0.45));
}

.box .box_top {
    margin-bottom: 3rem;
    text-align: center;
}

.box .box_top h5 {
    font-size: 36px;
    color: #2c3a47;
    font-family: 'Zen Maru Gothic';
    font-weight: 700;
    position: relative;
    width: 55%;
    margin: 0 auto 1rem;
}

.box .box_top h5:before {
    content: '';
    background: url(../../images/tours_deco02.png) top left no-repeat;
    background-size: contain;
    width: 26px;
    max-width: 100%;
    min-height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.box .box_top h5:after {
    content: '';
    background: url(../../images/tours_deco02.png) top right no-repeat;
    background-size: contain;
    width: 26px;
    max-width: 100%;
    min-height: 21px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: scaleX(-1);
}

.box .box_top img {}


.box .box_pay {
    text-align: center;
    margin-bottom: 5rem;
}

.box .box_pay img {}


.box .box_route {
    margin-bottom: 1rem;
    text-align: center;
}

.box .box_route h6 {
    width: 100%;
    background: #ffbe7a;
    font-size: 24px;
    color: #2b4c59;
    padding: 1rem 0;
}

.box .box_time {
    text-align: center;
    margin-bottom: 2.5rem;
}

.box .box_time p {
    font-size: 18px;
    color: #2b4c59;
}

.box .box_costs {
    padding: 0 3.5rem;
    margin-bottom: 4.5rem;
}

.box .box_costs ul {}

.box .box_costs ul li {
    display: flex;
    justify-content: space-between;
}

.box .box_costs ul li:not(:first-child) {
    padding-top: 2rem;
}

.box .box_costs ul li:not(:last-child) {
    padding-bottom: 2rem;
    border-bottom: 1px #fffdf8 solid;
}

.box .box_costs ul li p {
    font-size: 20px;
    color: #fffdf8;
    letter-spacing: 0px;
}

.box .box_costs ul li p span {
    font-size: 22px;
}



.box a .box_order {
    width: 204px;
    max-width: 100%;
    min-height: 44px;
    background: #f29f68;
    padding: 0.7rem 0;
    border-radius: 100px;
    margin: 0 auto;
    text-align: center;
    transition: .5s all;
}

.box a .box_order img {
    display: inline-block;
    padding-right: 1rem;
    vertical-align: middle;
    transition: .5s all;
}

.box a .box_order span {
    display: inline-block;
    font-size: 24px;
    color: #fffdf8;
    vertical-align: middle;
    transition: .5s all;
}

.box a:hover .box_order {
    background: #fffdf8;
}

.box a:hover .box_order img {
    filter: brightness(0.5);
}

.box a:hover .box_order span {
    color: #f29f68;
}



/*tours2*/
.tours2 {
    width: 792px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5rem 4rem 0;
    position: relative;
}

.tours2:before {
    content: '';
    background: url(../../images/tours_deco04.png) top left no-repeat;
    background-size: contain;
    width: 86px;
    max-width: 100%;
    min-height: 86px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}


.tours2 .tours2_inner {
    width: 100%;
    padding: 5rem 0 4.7rem;
    border: 1px #ffbe7a solid;
    border-radius: 70px;
}

.tours2 .tours2_inner p {
    font-size: 18px;
    color: #2b4c59;
    text-align: center;
}

.tours2 .tours2_inner p:first-of-type {
    margin-bottom: 1.5rem;
}

.tours2 .tours2_inner p font {
    color: #f29f68;
}

.tours2 .tours2_inner p br {
    display: none;
}


@media screen and (max-width:1536px) {
    .tours .tours1 {
        padding: 0 2rem;
    }
}

@media screen and (max-width:1366px) {
    .box .box_costs {
        padding: 0 1rem;
    }
}

@media screen and (max-width:1200px) {
    .tours .tours1 {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .tours1 .tours_card {
        width: 45%;
    }

    .tours1 .tours_card:not(:last-child) {
        margin-bottom: 4rem;
    }

    .box .box_costs {
        padding: 0 5rem;
    }
}

@media screen and (max-width:1000px) {
    .tours .tours1 {
        margin-bottom: 2rem;
    }

    .tours {
        padding-bottom: 12rem;
    }
}

@media screen and (max-width:834px) {
    .tours .tours1 {
        justify-content: space-between;
    }

    .tours1 .tours_card {
        width: 48%;
    }

    .box .box_costs {
        padding: 0 2rem;
    }
}

@media screen and (max-width:576px) {
    .tours {
        padding-bottom: 6rem;
    }

    .tours1 .tours_card {
        width: 100%;
    }

    .tours2 {
        padding: 5rem 2rem 0;
    }

    .tours2 .tours2_inner {
        padding: 5rem 0 3rem;
        border-radius: 60px;
    }

    .tours2 .tours2_inner p:first-of-type {
        line-height: 1.8;
    }

    .tours2 .tours2_inner p br {
        display: block;
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width:414px) {
    .tours2 .tours2_inner {
        border-radius: 20px;
    }
}

@media screen and (max-width:350px) {
    .tours .tours1 {
        padding: 0 1rem;
    }

    .tours2 {
        padding: 5rem 1rem 0;
    }

    .tours2 .tours2_inner p {
        font-size: 16px;
    }
}

@media screen and (max-width:320px) {
    .box .box_costs {
        padding: 0 1rem;
    }
}

@media screen and (max-width:300px) {
    .box .box_costs ul li p:first-of-type {
        letter-spacing: -1px;
    }
}

@media screen and (max-width:px) {}



/***tours end****/
/***********************/
/***********************/
/***book start***/
.book {
    width: 1500px;
    max-width: 100%;
    margin: 0 auto;
}


/*---apply-------------------------------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}

/*apply*/
.apply {
    width: 1000px;
    margin: 0 auto;
    max-width: 90%;
    padding-bottom: 7em;
    position: relative;
}

.apply iframe {
    width: 100%;
    height: 700px;
}

.apply label {
    width: 48%;
    text-align: left;
    padding: 0 1em;
    font-weight: normal;
}

.apply td {
    padding-bottom: 1em;
}

table.tb1 input[type=text],
textarea,
table.tb1 input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175, .5);
}

.apply .s {
    display: inline-block;
    width: 25%;
}

.apply .s input[type=text] {
    width: 60px;
}

.apply input[type=submit],
.apply input[type=reset] {
    background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .3);
    transition: .2s ease all;
    width: 150px;
    margin: 0 1%;
    color: #000;
}

.apply input[type=button]:hover,
.apply input[type=reset]:hover,
.apply input[type=submit]:hover {
    background: rgba(0, 0, 0, .8);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
    color: #fff;
}

.apply input[type=reset] {
    background: rgb(173, 176, 176);
}

/*remark*/
.remark {
    text-align: center;
    color: #e64c2e;
    font-size: 20px;
    margin-top: 1em;
}

table.tb2 input[type=text],
table.tb2 input[type=date] {
    box-shadow: none;
    width: 80%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
}

.table-condensed>tbody>tr>td {
    padding: 10px;
}

.side {
    text-align: right;
}

@media screen and (max-width:800px) {
    .apply label {
        width: 100%;
    }

    .apply .s {
        width: 30%;
        margin: .2em 0;
    }

    .apply iframe {
        width: 100%;
        height: 800px;
    }
}

@media screen and (max-width:660px) {
    .apply .s {
        width: 45%;
    }
}

@media screen and (max-width:480px) {
    table.tb1 tr {
        border-bottom: dashed 1px #dedede;
        display: block;
        padding: .5em 0;
    }

    table.tb1 td {
        padding-bottom: .5em;
        display: block;
        text-align: left !important;
        width: 100% !important;
    }

    .side {
        text-align: left;
    }

    .apply label {
        padding: 0 1em 0 0;
    }

    table.tb1 input[type=text],
    textarea,
    table.tb1 input[type=date] {
        width: 100%;
    }

    .apply table.tb2 tr {
        border-bottom: dashed 0px #dedede;
        padding: .5em 0;
    }

    .apply .s {
        width: 40%;
    }

    .apply {
        padding-bottom: 8em;
    }

    table.tb2 input[type=text],
    table.tb2 input[type=date] {
        width: 100%;
    }

    .table-condensed>tbody>tr>td {
        padding: 5px;
    }
}

@media screen and (max-width:350px) {
    .apply .s {
        width: 48%;
    }

    .apply input[type=submit],
    .apply input[type=reset] {
        width: 100%;
        margin: .5em 0;
    }

    .apply {
        padding-bottom: 6em;
    }
}



/***book end****/
/***********************/