/*--------------copyright by alva 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;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 2;
    letter-spacing: 2px;
    font-size: 16px;
    font-family: 'El Messiri', 'Noto Sans TC', sans-serif;
    overflow-x: hidden;
    background: url(../../images/pattern.jpg) repeat;
}

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 {
    display: block;
    color: #3e3a39;
    text-decoration: none;
    transition: .3s ease all;
}

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

::selection {
    background: rgba(204, 204, 204, 1);
}

img {
    max-width: 100%;
    margin: 0 auto;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}

.carousel-indicators {
    left: 43%;
    bottom: 3em;
}

@media screen and (max-width:1600px) {
    .carousel-indicators {
        left: 50%;
    }
}

@media screen and (max-width:1500px) {
    .carousel-indicators {
        left: 57%;
    }
}

@media screen and (max-width:700px) {
    .carousel-indicators {
        left: 47%;
        bottom: 1.5em;
    }
}

@media screen and (max-width:430px) {
    .carousel-indicators {
        bottom: 1em;
    }
}

/*---navbar-------------------------------------------------------------------------------------------------------------------------*/
.navbar {
    width: 1400px;
    height: auto;
    position: fixed;
    top: 16vh;
    left: 0;
    z-index: 50;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    -webkit-filter: drop-shadow(0px 5px 7px rgba(76, 168, 199, .35));
    filter: drop-shadow(0px 5px 7px rgba(76, 168, 199, .35));
    transform: translateX(-1200px);
    transition: .6s ease all;
}

.show {
    transform: translateX(0) !important;
}

/***menu_btn***/
.menu_btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/***mibutton***/
.mibutton {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: 1em;
    z-index: 30;
    cursor: pointer;
    width: 25px;
    height: 30px;
    text-align: right;
    transition: .2s ease all;
}

.mibutton span {
    display: block;
    width: 100%;
    height: 3px;
    transition: .3s ease all;
    background: #dcad62;
    border-radius: 50px;
    margin-bottom: .3em;
}

.mibutton span:nth-child(2) {}

.mibutton span:nth-child(3) {}

.mibutton_ani {
    opacity: 1;
}

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

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

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

/*nav*/
nav {
    display: inline-block;
    vertical-align: middle;
    width: 1200px;
    height: 480px;
    background: url(../../images/menu_bg.jpg) repeat;
    padding: 1em 0;
    border-radius: 0 0 30px 0;
}

/*menu_logo*/
.menu_logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 20%;
}

.menu_logo a {
    position: relative;
}

nav ul {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    border-left: dashed 2px #7f5d4b;
}

nav li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-right: dashed 2px #7f5d4b;
    width: 24%;
    margin: .5em 0;
    padding: 0 .5em;
}

nav li a {
    position: relative;
    color: #7f5d4b;
}

img.btn1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .3s ease all;
}

img.btn {
    padding: 0;
    margin: 0;
    transition: .3s ease all;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    font-weight: 100;
    font-size: 0;
    line-height: 0;
}

p.ch {
    font-size: 20px;
    line-height: 1.5;
    padding-top: .5em;
    transition: .3s ease all;
}

p.en {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0;
    transition: .3s ease all;
}

nav a:hover img.btn1 {
    opacity: 1;
}

nav a:hover img.btn {
    opacity: 0;
}

nav a:hover p {
    color: #bf573f;
}

/*wrap*/
.wrap {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width:1535px) {
    nav li {
        margin-bottom: 1em;
    }

    nav {
        height: 500px;
        width: 950px;
        border-radius: 0px 0px 60px 0px;
    }

    .menu_logo {
        padding: 0 .5em;
        width: 27%;
    }

    nav ul {
        width: 70%;
    }

    .navbar {
        width: 1150px;
        height: 360px;
        transform: translateX(-950px);
    }
}

@media screen and (max-width:1160px) {
    .menu_btn {
        width: 150px;
    }

    .mibutton {
        right: .6em;
    }

    nav {
        height: auto;
        width: 820px;
        padding: 1.5em 0;
    }

    .navbar {
        width: 970px;
        transform: translateX(-820px);
    }

    nav li img {
        max-width: 70%;
    }
}

@media screen and (max-width:980px) {
    .menu_logo {
        padding: 1em 1em 3em 1em;
        width: 100%;
    }

    nav ul {
        width: 100%;
        padding: 0 1em;
        border: 0;
        text-align: left;
    }

    nav {
        width: 520px;
    }

    nav li {
        width: 30%;
    }

    nav li img {
        max-width: 60%;
    }

    .menu_btn {
        width: 120px;
    }

    .navbar {
        width: 630px;
        height: auto;
        transform: translateX(-520px);
    }

    .mibutton {
        width: 20px;
        top: 55%;
    }
}

@media screen and (max-width:640px) {
    nav {
        width: 380px;
    }

    .menu_logo {
        padding: 0em 1em 2em 1em;
    }

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

    p.en {
        font-size: 12px;
    }

    .navbar {
        width: 500px;
        transform: translateX(-380px);
    }
}

@media screen and (max-width:500px) {
    .menu_logo img {
        width: 165px;
    }

    nav li {
        width: 48%;
    }

    nav {
        width: 280px;
        border-radius: 0px 0px 30px 0px;
    }

    .menu_btn {
        width: 100px;
    }

    .mibutton {
        right: .3em;
    }

    .navbar {
        width: 380px;
        transform: translateX(-280px);
    }
}

@media screen and (max-width:380px) {
    .navbar {
        width: 350px;
        transform: translateX(-250px);
    }

    nav {
        width: 250px;
    }
}

@media screen and (max-width:350px) {
    .navbar {
        width: 310px;
        transform: translateX(-220px);
        top: 10vh;
    }

    .menu_btn {
        width: 90px;
    }

    nav {
        width: 220px;
    }

    .menu_logo img {
        width: 135px;
    }

    p.ch {
        font-size: 14px;
        letter-spacing: 0;
    }

    .menu_logo {
        padding: 0em 1em 1em 1em;
    }

    nav li {
        margin: .1em 0;
    }
}

/*---header------------------------------------------------------------------------------------------------------------------------------*/
header {
    background: url(../../images/ibg_top.jpg) top center repeat-x, url(../../images/ibg_deco.png) bottom left no-repeat;
    background-size: auto, auto;
    position: relative;
    text-align: center;
    min-height: 1080px;
}

/***logo***/
.logo {
    position: absolute;
    top: 2em;
    right: 5em;
    width: 17%;
    z-index: 10;
}

.logo a:hover {
    opacity: .5;
}

.logo h1 {
    opacity: 0.000000001;
}

/*island*/
img.island {
    position: absolute;
    top: 24em;
    right: 0;
    width: 38%;
}

/*dex*/
.dex {
    width: 1315px;
    margin: 0 auto;
    max-width: 70%;
    padding: 5em 0 0 0;
    text-align: left;
    position: relative;
}

.carousel-inner>.item>img {
    display: inline-block !important;
}

/*scroll*/
.scroll {
    position: absolute;
    bottom: 13em;
    right: 3em;
    width: 11%;
    animation: 1s updown infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

@keyframes updown {
    0% {
        transform: scale(1) translateY(0);
    }

    100% {
        transform: scale(.95) translateY(15px);
    }
}

/*yacht*/
img.yacht {
    position: absolute;
    bottom: 0;
    right: 6em;
    width: 26%;
}

/*dolphin1*/
img.dolphin1 {
    position: absolute;
    bottom: 7em;
    left: 0;
    width: 26%;
}

/*dolphin2*/
img.dolphin2 {
    position: absolute;
    right: 5em;
    bottom: 4em;
    width: 19%;
}

/*fish*/
img.fish {
    position: absolute;
    bottom: 0em;
    left: 2em;
    width: 18%;
}

/***tp_btn***/
.tp_btn {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 30;
    padding: 0 1em;
    transition: .5s ease all;
}

.tp_btnbg {
    background: rgba(228, 250, 254, 0.5);
}

.tp_btn ul {}

.tp_btn li {
    display: inline-block;
    vertical-align: top;
    padding: .5em;
}

.tp_btn a {}

.tp_btn a:hover {
    transform: scale(.9);
}

@media screen and (max-width:1500px) {
    header {
        text-align: left;
    }

    .dex {
        width: auto;
        margin: 0;
        max-width: 75%;
        padding: 5em 0 0 8em;
        display: inline-block;
    }

    img.yacht {
        right: -6em;
    }

    .scroll {
        right: -9em;
    }

    img.dolphin1 {
        width: 30%;
    }

    img.fish {
        width: 22%;
    }

    header {
        min-height: 1000px;
    }
}

@media screen and (max-width:1300px) {
    header {
        min-height: auto;
        padding-bottom: 6em;
    }
}

@media screen and (max-width:1165px) {
    .dex {
        padding: 5em 0 0 3em;
    }

    .scroll {
        right: -12em;
        width: 19%;
        bottom: 9em;
    }
}

@media screen and (max-width:930px) {
    .logo {
        top: 2em;
        right: 2em;
        width: 20%;
    }

    img.fish {
        bottom: 2em;
    }

    .dex {
        padding: 5em 0 0 2em;
        max-width: 80%;
    }

    .scroll {
        right: -10em;
    }

    img.yacht {
        right: -4em;
        width: 30%;
    }

    header {
        background-size: 130%, 75%;
    }

    img.island {
        top: 16em;
        width: 40%;
    }
}

@media screen and (max-width:700px) {
    .dex {
        padding: 9em 7em 0 2em;
        max-width: 100%;
    }

    .scroll {
        right: 0em;
        width: 14%;
    }

    img.yacht {
        right: 3em;
        width: 28%;
    }

    .logo {
        top: 4em;
        right: 1em;
        width: 23%;
    }

    img.island {
        top: 11em;
        width: 40%;
    }

    .tp_btn li {
        width: 17%;
    }
}

@media screen and (max-width:520px) {
    .dex {
        padding: 11em 1em 0 1em;
    }

    .logo {
        width: 30%;
        top: 3.5em;
    }

    header {
        padding-bottom: 4em;
    }

    .scroll {
        width: 74px;
        bottom: 6em;
    }

    img.yacht {
        right: 2em;
        width: 150px;
    }

    .tp_btn {
        text-align: center;
        padding: 0 !important;
    }

    .tp_btn li {
        width: 18%;
        padding: 1em;
    }
}

@media screen and (max-width:430px) {
    header {
        background-size: 180%, 75%;
    }

    img.dolphin1 {
        bottom: 4em;
    }

    img.yacht {
        width: 140px;
    }

    img.dolphin2 {
        right: 5em;
        width: 24%;
    }

    .tp_btn li {
        padding: .5em;
    }

    .dex {
        padding: 10em 1em 0 1em;
    }
}

@media screen and (max-width:380px) {
    .dex {
        padding: 8em 1em 0 1em;
    }

    img.island {
        top: 8em;
    }

    img.yacht {
        width: 110px;
    }

    .scroll {
        width: 65px;
        bottom: 5em;
    }

    .logo {
        top: 4em;
    }
}

@media screen and (max-width:350px) {
    .logo {
        width: 30%;
    }
}

/*---main---------------------------------------------------------------------------------------------------------------------------*/
.main {
    text-align: center;
}

/***share_tit***/
.share_tit {
    position: relative;
    text-align: center;
    background: url(../../images/whales.png) bottom center no-repeat;
    background-size: contain;
    min-height: 300px;
}

.share_tit:after {
    content: '';
    background: url(../../images/title_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 218px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

/*title*/
.title {
    display: inline-block;
    padding: 0 2em 0;
    display: inline-block;
    position: absolute;
    bottom: 2em;
    left: 50%;
    transform: translateX(-50%);
}

.title h4 {
    color: #012340;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: .3em;
}

.title h5 {
    color: #ff9481;
    font-size: 36px;
    font-weight: 900;
}

/*shell*/
.shell {
    background: url(../../images/shell.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 2em;
    right: -7em;
    width: 38%;
    height: 100%;
}

/***ilink***/
.ilink {
    background: #fffff1;
    text-align: center;
    position: relative;
    padding-bottom: 5em;
}

/*roll*/
.roll {
    background: url(../../images/roll.png) bottom center no-repeat;
    background-size: contain;
    width: 940px;
    margin: 0 auto;
    max-width: 65%;
    min-height: 98px;
}

.ilink ul {
    width: 1300px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
}

.ilink ul:after {
    content: '';
    background: url(../../images/flower.png) center center no-repeat;
    background-size: contain;
    width: 14%;
    height: 57%;
    position: absolute;
    bottom: -4em;
    right: -3em;
}

.ilink li {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 1em 2em;
    text-align: center;
}

.ilink a {
    color: #614139;
}

.ilink a:hover {
    color: #f5583d;
}

/*iltop*/
.iltop {
    background: url(../../images/text_bg_01.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 47px;
}

/*ilmid*/
.ilmid {
    background: url(../../images/text_bg_02.png) top center repeat-y;
    background-size: contain;
    width: 100%;
    min-height: 214px;
    padding: 0 1em;
}

.ilmid p {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.ilmid img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

/*ilink_text*/
.ilink_text {
    height: 175px;
    overflow-y: scroll;
    padding: 1em .5em;
    line-height: 1.7;
    letter-spacing: 1px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0 5px 0;
    background: rgba(97, 65, 57, .1);
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(97, 65, 57, .3);
}

/*ilbtm*/
.ilbtm {
    background: url(../../images/text_bg_03.png) top center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 47px;
}

/***btm***/
.btm {
    background: #fffff1;
    text-align: center;
    position: relative;
}

/*btm_deco*/
img.btm_deco {
    padding: 0 1em 4em;
}

/*btm_yacht*/
img.btm_yacht {
    position: absolute;
    left: 15vw;
    bottom: 2em;
    width: 210px;
    transform: scaleX(-1);
    z-index: 5;
}

/*running*/
.running {
    height: 50px;
    background: #91eeff;
    position: relative;
}

.running ul {
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.running li {
    float: left;
}

@media screen and (max-width:1420px) {
    .ilink ul:after {
        width: 14%;
    }
}

@media screen and (max-width:1200px) {
    .ilink ul:after {
        width: 10%;
        right: 0;
    }

    .ilink li {
        padding: 1em;
    }
}

@media screen and (max-width:1010px) {
    .share_tit:after {
        min-height: 150px;
    }

    .share_tit {
        min-height: 205px;
        background: url(../../images/whales.png) top center no-repeat;
        background-size: 95%;
    }

    img.dolphin2 {
        bottom: 0;
    }

    img.btm_yacht {
        left: 5vw;
    }

    .ilink li {
        padding: 1em 5em;
        width: 40%;
    }

    .ilink ul:after {
        width: 14%;
        right: 5em;
        bottom: -11em;
    }

    .title {
        bottom: 0;
        width: 100%;
    }

    .shell {
        right: 0;
    }
}

@media screen and (max-width:870px) {
    .ilink li {
        padding: 1em 3.5em;
    }
}

@media screen and (max-width:780px) {
    .share_tit {
        min-height: 200px;
    }

    .ilink li {
        padding: 1em 3em;
        width: 44%;
    }

    .ilink ul:after {
        right: 1em;
    }

    img.btm_yacht {
        width: 22%;
    }

    img.btm_deco {
        max-width: 60%;
    }

    .ilink {
        padding-bottom: 2em;
    }

    .roll {
        min-height: 55px;
    }

    .shell {
        height: 75%;
    }
}

@media screen and (max-width:670px) {
    .ilink li {
        padding: 1em 2em;
        width: 44%;
    }
}

@media screen and (max-width:580px) {
    .ilink li {
        padding: 1em 1em;
        width: 48%;
    }

    .share_tit {
        min-height: 185px;
    }

    img.btm_yacht {
        width: 20%;
    }

    img.btm_deco {
        max-width: 80%;
    }
}

@media screen and (max-width:500px) {
    .ilink li {
        padding: .5em .5em 0;
        width: 48%;
    }

    .roll {
        min-height: 40px;
    }

    .title {
        width: 100%;
        bottom: 1em;
    }

    .shell {
        height: 75%;
        width: 20%;
        right: 0;
    }

    .title h4 {
        font-size: 24px;
    }

    .title h5 {
        font-size: 32px;
    }

    .running {
        height: 40px;
    }

    .share_tit:after {
        min-height: 130px;
    }

    .share_tit {
        min-height: 155px;
    }

    .ilink li {
        padding: .5em 0em 0;
    }
}

@media screen and (max-width:430px) {
    .ilink li {
        padding: 0;
    }

    img.btm_deco {
        max-width: 90%;
    }

    img.btm_yacht {
        width: 23%;
    }

    .ilmid p {
        font-size: 18px;
    }

    .iltop,
    .ilbtm {
        min-height: 42px;
    }

    .ilmid {
        padding: 0;
    }

    .ilink_text {
        height: 155px;
        padding: 1.5em 1em 1em;
    }

    .title h4 {
        font-size: 22px;
    }

    .title h5 {
        font-size: 25px;
    }
}

@media screen and (max-width:380px) {
    img.btm_deco {
        max-width: 100%;
    }
}

@media screen and (max-width:350px) {
    .ilink li {
        padding: 0 .2em;
    }

    .ilmid p {
        font-size: 15px;
    }

    .ilink_text {
        height: 165px;
        padding: 1em 1em 1em;
        font-size: 15px;
    }

    .iltop {
        min-height: 35px;
    }

    .ilbtm {
        min-height: 30px;
    }
}

/*---footer---------------------------------------------------------------------------------------------------------------------------*/
footer {
    background: #91eeff;
    position: relative;
    text-align: center;
}

footer:before {
    content: '';
    background: url(../../images/fish_gif.gif) top left no-repeat;
    background-size: contain;
    width: 18%;
    height: 16%;
    position: absolute;
    bottom: 10em;
    left: 12vw;
}

footer:after {
    content: '';
    background: url(../../images/sunfish_gif.gif) top right no-repeat;
    background-size: contain;
    width: 7%;
    height: 40%;
    position: absolute;
    top: 5em;
    right: 21vw;
}

img.ftlogo {
    display: block;
    margin: 0 auto;
    padding: 0 2em 2em;
    max-width: 70%;
}

/***ftbtn***/
.ftbtn {
    padding: 1em 2em 0;
}

.ftbtn ul {}

.ftbtn li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
}

.ftbtn a {
    position: relative;
}

.ftbtn li a img:nth-of-type(1) {
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%) scale(.9);
    width: 103px;
    max-width: none;
    opacity: 0;
    transition: .3s ease all;
}

.ftbtn li a img:nth-of-type(2) {}

.ftbtn a:hover img:nth-of-type(1) {
    top: -2em;
    transform: translateX(-50%) scale(1);
    opacity: 1;
}

img.litle_wave {
    max-width: 40%;
}

/***ftinfo***/
.ftinfo {
    padding: 0 2em 1em;
}

.ftinfo ul {}

.ftinfo li {
    color: #025373;
    padding: .5em 0;
    line-height: 1.5;
}

.ftinfo li i {
    color: #025373;
}

.ftinfo li p {
    color: #7f5d4b;
}

/***ftbtm***/
.ftbtm {
    color: #539da6;
    font-size: 14px;
    text-align: center;
    padding: 1em 1em 2em;
}

.copyright {
    display: inline-block;
    width: 55%;
}

.copyright a {
    color: #539da6;
    font-size: 14px;
    display: inline-block;
}

.copyright a:hover {
    color: #7e5d4a;
}

.fticon {
    display: inline-block;
    width: 40%;
    text-align: left;
}

.fticon a {
    display: inline-block;
    padding: 0 3px;
}

.fticon a:hover {
    transform: translateY(-3px);
}

/*gotop*/
#gotop {
    position: fixed;
    bottom: 1em;
    right: 1em;
    z-index: 10;
    cursor: pointer;
    transition: .3s ease all;
    display: none;
}

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

@media screen and (max-width:1200px) {
    footer:before {
        width: 25%;
        height: 20%;
        left: 5vw;
    }

    footer:after {
        width: 11%;
        height: 40%;
        right: 12vw;
    }
}

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

    .copyright,
    .fticon {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    #gotop {
        width: 65px;
    }
}

@media screen and (max-width:645px) {
    #gotop {
        bottom: 7em;
    }
}

@media screen and (max-width:580px) {
    img.ftlogo {
        max-width: 55%;
    }

    footer:before {
        width: 32%;
        height: 20%;
        left: 2vw;
        bottom: 11em;
    }

    footer:after {
        width: 15%;
        height: 40%;
        right: 5vw;
    }

    #gotop {
        width: 55px;
    }
}

@media screen and (max-width:450px) {
    img.ftlogo {
        max-width: 75%;
    }

    footer:after {
        top: 8em;
    }
}

@media screen and (max-width:380px) {
    .ftinfo {
        padding: 0 1em 0em;
    }

    .ftbtm,
    .ftbtm a {
        font-size: 12px;
    }
}

/*---inbg------------------------------------------------------------------------------------------------------------------------------*/
.inbg {
    position: relative;
    text-align: center;
    background: url(../../images/indots.png) bottom center no-repeat;
    background-size: auto;
    padding: 10em 0 0 0;
}

/*intop*/
.intop {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../images/inbg.png) top right no-repeat;
    background-size: contain;
    width: 72%;
    height: 38%;
    z-index: -1;
}

/*intitle*/
.intitle {
    position: relative;
    bottom: 0;
    left: 0;
    text-align: center;
    transform: none;
}

img.seagull {
    position: absolute;
    top: 2em;
    right: 4em;
}

img.indolphin {
    position: absolute;
    top: 25em;
    left: 5vw;
    width: 26%;
    z-index: -1;
}

img.infish {
    position: absolute;
    top: 32em;
    right: 10vw;
    width: 18%;
    z-index: -1;
    transform: scaleX(-1);
}

/*abt_text*/
.abt_text {
    color: #024873;
    text-align: left;
    width: 435px;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 0 2em;
}

/***other_service***/
.other_service {
    padding: 4em 0 0;
}

.other_service h6 {
    font-size: 18px;
    color: #012340;
    font-weight: 700;
}

.other_service .ilink ul:after {
    display: none;
}

.other_service .ilink {
    background: none;
    padding: 2em 0 0;
    color: #614139;
}

@media screen and (max-width:1050px) {
    img.seagull {
        right: 3em;
        width: 10%;
    }

    .intop {
        width: 90%;
    }
}

@media screen and (max-width:700px) {
    img.indolphin {
        top: 34em;
        width: 30%;
    }

    img.infish {
        width: 34%;
        top: 33em;
    }

    .other_service .ilink {
        padding: 0;
    }
}

@media screen and (max-width:880px) {
    img.indolphin {
        left: 0;
    }

    img.infish {
        right: 4vw;
    }
}

@media screen and (max-width:500px) {
    img.indolphin {
        width: 30%;
    }

    img.infish {
        right: 2vw;
        width: 30%;
    }

    .other_service .ilink {
        padding: 0 0 1em;
    }

    .inbg {
        padding: 10em 0 0;
    }

    .navbar {
        top: 8vh;
    }

    .intop {
        width: 100%;
    }

    img.seagull {
        right: 1em;
        top: 1em;
        width: 48px;
    }
}

@media screen and (max-width:430px) {
    img.indolphin {
        width: 35%;
    }

    img.infish {
        width: 40%;
    }
}

@media screen and (max-width:380px) {
    img.indolphin {
        top: 37em;
    }

    img.infish {
        top: 38em;
    }
}

/***abt1***/
.abt1 {
    background: #fffff1;
    text-align: center;
}

.abt1 sub {
    display: block;
    color: #024873;
    width: 525px;
    margin: 0 auto;
    max-width: 90%;
    padding: 1em 0 3em;
    bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

.abt1 ul {
    width: 1065px;
    margin: 0 auto;
    max-width: 100%;
}

.abt1 li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 1em .5em;
    color: #614139;
    line-height: 1.5;
}

.abt1_tit p {
    position: relative;
    padding: .5em 0;
}

.abt1_tit p:after {
    content: '';
    background: url(../../images/spark.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2em;
    width: 31%;
    height: 56%;
}

.abt1_tit p img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.abt1_tit p {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.abt1 span {
    display: block;
    margin: 0 auto;
}

/***abt2***/
.abt2 {
    position: relative;
    min-height: 1000px;
    background: url(../../images/abt2.jpg) top center no-repeat fixed;
    background-size: cover;
}

/*abt2_top*/
.abt2_top {
    background: url(../../images/mermaid.png) top right no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 207px;
    position: absolute;
    top: 0;
    right: 0;
}

/*abt2_btm*/
.abt2_btm {
    background: url(../../images/abt_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 205px;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

    .abt2_btm {
        min-height: 140px;
    }

    .abt2 {
        min-height: 700px;
    }
}

@media screen and (max-width:900px) {
    .abt1 sub {
        padding: 2em 0 3em;
    }

    .abt2_top,
    .abt2_btm {
        min-height: 100px;
    }

    .abt2 {
        min-height: 500px;
        background-attachment: inherit;
    }
}

@media screen and (max-width:600px) {
    .shell {
        background: url(../../images/shell.png) center right no-repeat;
        background-size: contain;
        right: 5px;
    }

    .abt1 sub {
        padding: 2em 0 2em;
    }

    .abt1_tit p {
        font-size: 18px;
    }

    .abt2 {
        min-height: 400px;
    }

    .abt2_top,
    .abt2_btm {
        min-height: 80px;
    }
}

@media screen and (max-width:500px) {
    .abt1 sub {
        padding: 1em 0 2em;
    }

    .abt1 li {
        width: 47%;
    }

    .abt2_top,
    .abt2_btm {
        min-height: 60px;
    }

    .abt2 {
        min-height: 300px;
    }
}

@media screen and (max-width:430px) {
    .abt1 li {
        width: 75%;
    }

    .abt1 sub {
        padding: 1em 0 1em;
    }

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

@media screen and (max-width:350px) {
    .abt1 li {
        width: 90%;
    }

    .abt2 {
        min-height: 250px;
    }
}

/***abt3***/
.abt3 {
    background: url(../../images/abt5_bg.png) bottom left no-repeat, #dff1f6;
    background-size: auto;
    text-align: center;
    color: #024773;
}

.wrap1 {
    width: 1350px;
    margin: 0 auto;
    max-width: 90%;
}

/*abt3_1*/
.abt3_1 {
    padding: 1em 0 2em;
}

.abt3_1 img {
    vertical-align: middle;
    width: 50%;
}

.abt3_1 p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 48%;
    padding: 0 5em;
    line-height: 1.5;
}

.abt3_1 p:first-letter {
    font-size: 32px;
}

/***abt3_2***/
.abt3_2 {
    padding: 2em 0;
}

.abt3_2 .title {
    display: inline-block;
    width: 28%;
    vertical-align: middle;
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
}

.abt3_2 ul {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    text-align: right;
}

.abt3_2 li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 21%;
    padding: 0 .5em;
}

.abt3_2 img {}

.abt3_2 p {
    font-size: 20px;
    font-weight: 700;
    padding-top: .5em;
    line-height: 1.5;
    color: #024873;
}

/***abt3_3***/
.abt3_3 {
    padding: 2em 0;
}

.abt3_3 img {
    vertical-align: middle;
    width: 60%;
}

.abt3_3 p {
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding: 0 3em;
    text-align: left;
    line-height: 1.5;
}

.abt3_3 p:first-letter {
    font-size: 32px;
}

/***abt3_4***/
.abt3_4 {
    text-align: right;
    padding: 2em 0 3em;
}

.abt3_4 img:nth-of-type(1) {
    padding-bottom: 1em;
}

.abt3_4 p {
    line-height: 1.5;
    display: inline-block;
    width: 40%;
    text-align: left;
    padding: 0 2em 0 11em;
}

.abt3_4 p:first-letter {
    font-size: 32px;
}

/*license*/
.license {
    display: inline-block;
    width: 30%;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
}

.license img {
    display: block;
    margin: 0 auto;
    padding-bottom: .5em;
}

.modal-header {
    padding: 5px;
    border-bottom: 0px solid #e5e5e5;
    position: relative;
}

.close {
    opacity: 1;
}

.modal-body {
    position: relative;
    padding: 0px 15px 15px 13px;
}

.modal-dialog {
    margin: 3em auto 10px;
    max-width: 90%;
}

@media screen and (max-width:1200px) {
    .abt3 {
        background-size: 45%;
    }

    .license {
        width: 35%;
    }

    .abt3_4 p {
        padding: 0 2em;
    }
}

@media screen and (max-width:1000px) {
    .abt3_1 p {
        width: 100%;
        padding: 2em 5em 0;
    }

    .abt3_1 img {
        width: auto;
    }

    .abt3_2 .title {
        width: 100%;
    }

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

    .abt3_2 li {
        padding: 1em .5em;
    }

    .abt3_2 p {
        font-size: 18px;
    }

    .abt3_2 {
        padding: 2em 0 1em;
    }

    .abt3_3 img {
        width: auto;
    }

    .abt3_3 p {
        width: 100%;
        padding: 1em 5em;
    }

    .abt3_4 {
        text-align: center;
    }

    .abt3_4 p {
        padding: 0 5em 1em;
        width: 100%;
    }

    .license {
        width: 165px;
    }
}

@media screen and (max-width:768px) {
    .abt3_1 p {
        padding: 2em 2em 0;
    }

    .abt3_2 li {
        width: 23%;
    }

    .abt3_3 p {
        padding: 1em 1em;
    }

    .abt3_4 p {
        padding: 0 1em 1em;
    }
}

@media screen and (max-width:500px) {
    .abt3_1 p {
        padding: 1em 1em 0;
    }

    .abt3_2 li {
        width: 43%;
        padding: .5em;
    }

    .abt3_2 p {
        font-size: 16px;
    }

    .abt3_2 .title {
        padding-bottom: .5em;
    }

    .abt3_4 {
        padding: 0em 0 2em;
    }

    .license {
        width: 120px;
    }

    .abt3 {
        background-size: 50%;
    }

    .abt3_4 img:nth-of-type(1) {
        padding-bottom: .5em;
    }
}

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

    .abt3_4 p:first-letter,
    abt3_1 p:first-letter,
    abt3_3 p:first-letter {
        font-size: 25px;
    }
}

@media screen and (max-width:380px) {
    .abt3_1 p {
        padding: 1em 0em 0;
    }

    .abt3_2 li {
        width: 47%;
    }

    .abt3_1 {
        padding: 1em 0 1em;
    }

    .abt3_3 p {
        padding: 1em 0em;
    }

    .abt3_4 p {
        padding: 0;
    }

    .abt3 {
        background-size: 60%;
    }
}

/***abt3_5***/
.abt3_5 {
    background: #fffff1;
    text-align: center;
    padding: 4em 0 2em;
}

.wrap2 {
    width: 1250px;
    margin: 0 auto;
    max-width: 90%;
}

.abt3_5 img:nth-of-type(1) {
    width: 24%;
}

.abt3_5 img:nth-of-type(2) {
    float: right;
    width: 24%;
}

.abt3_5 img:nth-of-type(3) {
    width: 51%;
}

@media screen and (max-width:900px) {
    .abt3_5 img:nth-of-type(1) {
        width: 48%;
        padding: .2em;
    }

    .abt3_5 img:nth-of-type(2) {
        width: 48%;
        float: none;
        padding: .2em;
    }

    .abt3_5 img:nth-of-type(3) {
        width: 96%;
        padding-top: .4em;
    }
}

@media screen and (max-width:430px) {
    .abt3_5 {
        padding: 3em 0 2em;
    }
}

/*---tour-----------------------------------------------------------------------------------------------------------------------*/
/***tour_btn***/
.tour_btn {
    width: 850px;
    margin: 0 auto;
    max-width: 90%;
    padding: 2em 0 3em;
}

.tour_btn ul {}

.tour_btn li {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: 1em .5em;
}

.tour_btn a img {
    transition: .3s ease all;
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
}

.tour_btn p {
    color: #024873;
    font-weight: 700;
    line-height: 1;
    padding-top: 1em;
    font-size: 20px;
}

.tour_btn span {
    display: block;
    color: #bf573f;
    font-size: 18px;
    font-family: 'Dokdo', cursive;
    letter-spacing: 0;
    line-height: 1;
}

.tour_btn a:hover img {
    -webkit-filter: hue-rotate(-90deg);
    filter: hue-rotate(-90deg);
}

/***tour_tit***/
.tour_tit {
    padding: 2em 0;
    width: 600px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}

.tour_tit h6 {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    background: #bf573f;
    border-radius: 60px;
    padding: .3em 1em;
}

.tour_tit sub {
    color: #024873;
    font-size: 20px;
    font-family: 'Dokdo', cursive;
    position: relative;
    display: block;
    bottom: 0;
    line-height: 1;
    margin-top: .5em;
}

.tour_tit p {
    color: #024873;
    line-height: 1.5;
    padding: 1em 0;
}

.tour_tit span {
    display: block;
    font-size: 18px;
}

/*tour_whale*/
.tour_whale .tour_img:nth-of-type(1) a {
    background: url(../../images/tour_whale1.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(2) a {
    background: url(../../images/tour_whale2.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(3) a {
    background: url(../../images/tour_whale3.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(4) a {
    background: url(../../images/tour_whale4.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(5) a {
    background: url(../../images/tour_whale5.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(6) a {
    background: url(../../images/tour_whale6.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(7) a {
    background: url(../../images/tour_whale7.jpg) center center no-repeat;
    background-size: cover;
}

.tour_whale .tour_img:nth-of-type(8) a {
    background: url(../../images/tour_whale8.jpg) center center no-repeat;
    background-size: cover;
}

/*tour_eight*/
.tour_eight_bg {
    background: #fffff1;
    padding: 4em 0 2em;
}

.tour_eight .tour_img:nth-of-type(1) a {
    background: url(../../images/tour_eight1.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(2) a {
    background: url(../../images/tour_eight2.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(3) a {
    background: url(../../images/tour_eight3.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(4) a {
    background: url(../../images/tour_eight4.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(5) a {
    background: url(../../images/tour_eight5.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(6) a {
    background: url(../../images/tour_eight6.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(7) a {
    background: url(../../images/tour_eight7.jpg) center center no-repeat;
    background-size: cover;
}

.tour_eight .tour_img:nth-of-type(8) a {
    background: url(../../images/tour_eight8.jpg) center center no-repeat;
    background-size: cover;
}

/*tour_cust*/
.group {
    background: #dff1f6;
    padding-bottom: 5em;
}

.tour_cust .tour_img:nth-of-type(1) a {
    background: url(../../images/tour_cust1.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(2) a {
    background: url(../../images/tour_cust2.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(3) a {
    background: url(../../images/tour_cust3.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(4) a {
    background: url(../../images/tour_cust4.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(5) a {
    background: url(../../images/tour_cust5.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(6) a {
    background: url(../../images/tour_cust6.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(7) a {
    background: url(../../images/tour_cust7.jpg) center center no-repeat;
    background-size: cover;
}

.tour_cust .tour_img:nth-of-type(8) a {
    background: url(../../images/tour_cust8.jpg) center center no-repeat;
    background-size: cover;
}

.group .ilink ul:after {
    display: none;
}

.group .ilink {
    background: none;
}

/*tour_bg*/
.tour_bg {
    background: url(../../images/tour_bg.jpg) top right no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 270px;
}

/***tour***/
.tour {
    width: 1320px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}

.tour_img {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    padding: .2em 0 .2em;
    overflow: hidden;
    transition: .3s ease all;
    position: relative;
}

.titstyle .title {
    bottom: -3em;
}

.tour_img a {
    min-height: 250px;
    overflow: hidden;
    transition: .3s ease all;
    position: relative;
}

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

.layer_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: .2em .5em;
    border: solid 1px;
    opacity: .9;
    font-size: 15px;
}

@media screen and (max-width:1120px) {
    .tour_img a {
        min-height: 210px;
    }

    .layer_text {
        width: 75%;
    }
}

@media screen and (max-width:950px) {
    .titstyle .title {
        bottom: -6em;
    }

    .tour_eight_bg {
        padding: 5em 0 2em;
    }

    .tour_bg {
        min-height: 170px;
    }
}

@media screen and (max-width:840px) {
    .tour_img {
        width: 23%;
    }

    .tour_img a {
        min-height: 180px;
    }
}

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

    .tour_bg {
        min-height: 120px;
    }
}

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

    .tour_bg {
        min-height: 100px;
    }

    .group .ilink {
        padding: 0 1em 1em;
    }

    .group {
        padding-bottom: 2em;
    }

    .tour_btn {
        padding: 2em 0 1em;
    }

    .tour_btn li {
        width: 46%;
        padding: 1em;
    }
}

@media screen and (max-width:430px) {
    .tour_btn li {
        width: 48%;
        padding: .5em 1em;
    }

    .tour_tit {
        padding: 2em 0 0em;
    }

    .tour_img {
        width: 48%;
    }

    .tour_img a {
        min-height: 150px;
    }

    .tour_eight_bg {
        padding: 6em 0 2em;
    }

    .tour_tit h6 {
        font-size: 20px;
    }

    .tour_tit h6 img {
        width: 35px;
    }

    .tour_bg {
        min-height: 75px;
    }

    .layer_text {
        width: 85%;
        font-size: 14px;
    }
}

/***video***/
.video {
    background: #fffff1;
    padding: 2em 0 3em;
}

.video .col-md-4,
.video .col-sm-12,
.video .col-xs-12 {
    padding: 0;
}

@media screen and (max-width:430px) {
    .video .tour_tit {
        padding: 2em 0 2em;
    }
}

/*---payment---------------------------------------------------------------------------------------------------------------------*/
.payment_btn {
    position: relative;
}

.payment_btn li.active img {
    -webkit-filter: hue-rotate(-90deg);
    filter: hue-rotate(-90deg);
}

.payment ul {
    width: 1280px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}

.payment li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: .5em;
    -webkit-filter: drop-shadow(2px 0px 1px rgba(73, 171, 188, .35));
    filter: drop-shadow(2px 0px 1px rgba(73, 171, 188, .35));
}

/*box*/
.box {
    background: url(../../images/pattern_orange.jpg) repeat;
    border-radius: 30px;
    padding: 1em 1em 4em 1em;
    color: #614139;
    min-height: 725px;
    position: relative;
}

.box img:nth-of-type(2) {
    padding: .2em 0 1em;
}

.box h5 {
    font-size: 26px;
    font-weight: 700;
    padding: 1em 0 .1em;
    line-height: 1.3;
}

.box p {
    text-align: left;
    padding: 0 1em;
    line-height: 1.7;
}

.box p:nth-of-type(1) {
    text-align: left;
}

.box table {
    width: 100%;
    margin: 1em auto .2em;
    text-align: left;
    border-top: solid 1px;
    border-bottom: solid 1px;
	
}

.box table tr {
    border-top: solid 1px;
}

.box table th {
    text-align: center;
}
.box table td {
    text-align: center;
	vertical-align: middle;
}

.box2 table th:nth-child(3){
	width: 22%;
}

strong.style2 {
    display: block;
    margin: 0 auto;
    padding: 1em 0 0;
	width: 90%;
}

.form_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

p.style3 {
    color: #025373;
    text-align: center !important;
    padding-top: .2em;
}
p.style5 {
    color: #F90606;
	text-align: center;
}

.box a {
    display: inline-block;
    background: #bf573f;
    border-radius: 50px;
    padding: .4em .5em;
    color: #fff;
    width: 205px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.box a img {
    vertical-align: top;
}

.box a:hover {
    background: #f44336;
}

.payment li:last-of-type table {
    text-align: left;
}

.payment li:last-of-type table th {
    /*text-align: left;*/
    padding: 0 1em;
}

ul.style4 {
    text-align: left;
    padding: 2em 0 0;
}

ul.style4 p {
    font-weight: 700;
    padding: 0;
}

ul.style4 li {
    display: block;
    width: 100%;
    padding: 0;
    -webkit-filter: none;
    filter: none;
}

/*blue*/
.blue {
    color: #067de2;
}

.blue table tr {
    border-top: solid 1px #614139;
}

.blue table {
    border-top: solid 1px #614139;
    border-bottom: solid 1px #614139;
}

/***offers***/
.offers {
    background: #fffff1;
    padding-bottom: 3em;
}

.offers strong {
    display: block;
	letter-spacing: 0;
}

.offers_list {
    width: 1280px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
}

.offers_list .box {
    min-height: 510px;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    -webkit-filter: drop-shadow(2px 0px 1px rgba(73, 171, 188, .35));
    filter: drop-shadow(2px 0px 1px rgba(73, 171, 188, .35));
    margin: 0 .2em;
	text-align: center;
}

.offers_list .box1 {
    width: 30%;
}


.offers_list .box3 {
    width: 30%;
	margin:0;
	text-align: center;
}
.offers_list .box3 table th:last-of-type {
    padding: 0 1em;
}
.offers_list .box3 table th{
	text-align: left;
}

.offers_list .box table strong {
    text-align: left;
}

@media screen and (max-width:1050px) {
    .payment li {
        width: 40%;
    }

    .offers_list .box {
        width: 40%;
    }

    .offers_list .box1 {
        width: 82%;
        margin: 0 .2em 1em;
    }
}

@media screen and (max-width:900px) {
    .payment li {
        width: 48%;
    }
}

@media screen and (max-width:650px) {
    .payment_btn li {
        width: 30%;
    }

    .payment li {
        width: 410px;
        max-width: 100%;
    }

    .offers_list .box1,
    .offers_list .box {
        width: 410px;
        max-width: 100%;
        margin: 0 0 1em;
    }

    .navbar {
        pointer-events: none;
    }

    .menu_btn,
    nav {
        pointer-events: auto;
    }
}

@media screen and (max-width:450px) {
    .payment_btn li {
        width: 32%;
        padding: 1em .5em;
    }

    .payment_btn p {
        font-size: 18px;
    }

    .box {
        min-height: auto;
		padding: 1em;
    }

    .form_btn {
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding-top: 1em;
    }

    .offers_list .box1,
    .offers_list .box {
        min-height: auto;
    }

    .payment ul {
        padding-top: 1em;
    }

    .box img:nth-of-type(2) {
        padding: .2em 0 1em;
        width: 200px;
        display: block;
    }
	.box2:nth-of-type(3) table th:nth-child(1){
	width: 39%;
}
	.box2 table th:nth-child(3){
	letter-spacing: -1px;
}
}

/*wrap3*/
.wrap3 {
    width: 810px;
    margin: 0 auto;
    max-width: 90%;
    color: #024873;
}

ul.remitce1 {
    position: relative;
    text-align: left;
    padding-bottom: 3em;
}

ul.remitce1 li {
    position: relative;
    padding-left: 1.5em;
}

ul.remitce1 li:after {
    content: '◎';
    position: absolute;
    top: 0;
    left: 0;
}

ul.remitce2 {
    position: relative;
    text-align: left;
    list-style: decimal;
}

ul.remitce3 {
    position: relative;
    text-align: left;
    padding-left: 3em;
}

/*remi_btm*/
.remi_btm {
    background: #fffff1;
}

.titstyle2 .title {
    text-align: left;
    bottom: 0;
}

.titstyle2 .tour_tit {
    text-align: left;
}

img.flag {
    position: absolute;
    top: 0;
    right: 8em;
    width: 21%;
}

@media screen and (max-width:990px) {
    img.flag {
        top: 6em;
        right: 13em;
        width: 16%;
    }
}

@media screen and (max-width:600px) {
    .wrap3 .col-xs-6 {
        width: 100%;
    }

    ul.remitce2,
    ul.remitce3 {
        padding: 0 4em;
    }

    img.flag {
        top: 5em;
        right: 3em;
    }
}

@media screen and (max-width:430px) {
    ul.remitce1 {
        padding: 1em 0 0;
    }

    ul.remitce2,
    ul.remitce3 {
        padding: 1em 2em 0;
    }

    .remi_btm {
        padding-bottom: 2em;
    }
}

@media screen and (max-width:350px) {
    .payment_btn li {
        width: 31%;
        padding: 1em 0;
    }

    .payment_btn p {
        font-size: 16px;
    }

    .tour_btn span {
        font-size: 16px;
    }

    ul.remitce2,
    ul.remitce3 {
        padding: 1em 1em 0;
    }

    img.flag {
        top: 3em;
        right: 1em;
    }
}

ul.note1 {
    list-style: decimal;
    text-align: left;
    padding: 0 1em;
}

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

    ul.note1,
    .note2 {
        padding: 1em 1em 0;
    }
}

/*---location------------------------------------------------------------------------------------------------------------------------*/
.map {
    border: solid 10px #fed673;
    width: 1025px;
    margin: 3em auto 0;
    max-width: 90%;
    min-height: 785px;
    position: relative;
    border-radius: 18em;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.route {
    background: #fffff1;
    text-align: center;
    padding: 0 2em 5em;
    font-size: 18px;
}

.route p:nth-of-type(1) {
    color: #025373;
    font-weight: 700;
}

.route p:nth-of-type(2) {
    color: #7f5d4b;
    line-height: 1.5;
    padding-top: .5em;
}

@media screen and (max-width:990px) {
    .map {
        min-height: 700px;
    }
}

@media screen and (max-width:830px) {
    .map {
        min-height: 600px;
        border-radius: 15em;
    }
}

@media screen and (max-width:690px) {
    .map {
        min-height: 500px;
        border-radius: 13em;
        margin: 2em auto 0;
    }
}

@media screen and (max-width:590px) {
    .map {
        min-height: 450px;
        border-radius: 10em;
        border: solid 8px #fed673;
    }
}

@media screen and (max-width:500px) {
    .map {
        min-height: 380px;
        margin: 1em auto 0;
        border-radius: 8em;
    }

    .loc .title {
        bottom: 0;
    }

    .route {
        padding: 0 2em 3em;
    }
}

@media screen and (max-width:430px) {
    .loc .title {
        padding-bottom: 1em;
    }

    .map {
        min-height: 350px;
        margin: 1em auto 5em;
        border-radius: 6em;
    }

    .route {
        padding: 0 1em 3em;
    }
}

@media screen and (max-width:380px) {
    .map {
        min-height: 300px;
        margin: 1em auto 2em;
        border-radius: 6em;
    }
}

@media screen and (max-width:350px) {
    .map {
        min-height: 280px;
    }
}

/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
    text-align: left;
    margin: 0 auto;
    max-width: 90%;
    width: 1200px;
    padding-bottom: 3em;
    position: relative;
    z-index: 10;
}

.newstable table {
    width: 100%;
}

.newstable a {
    display: inline-block;
}

.newstable img {
    max-width: 100%;
}

/******************************************/
.npic div {
    background: no-repeat center center;
}

.newslist_rwd .ntitle p {
    font-size: 20px;
    color: #025373;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: left;
}

.newslist_rwd .ninfo p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #7f5d4b;
    text-align: left;
    border-top: dashed 2px #7f5d4b;
    padding-top: .5em;
}

.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
    color: #a64d4d;
    text-align: right;
}

.nbox {
    margin: 0;
    padding: 0;
}

.nbox div {
    display: inline-block;
    float: left;
}

.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 100%;
    display: block;
    vertical-align: top;
    padding: 1em;
    transition: .2s ease all;
}

.newslist_rwd:hover .npic {
    opacity: .5;
}

.newslist_rwd a {
    display: inline-block;
}

.newslist_rwd td {
    vertical-align: top
}

.newslist_rwd .npic {
    width: 51%;
    transition: .36s ease all;
}

.newslist_rwd .ntext {
    width: 40%;
    padding: 4em 1em 1em 2em;
}

.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
}

.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 5px;
    display: block;
    width: 100%;
}

.newslist_rwd .ntitle a:hover {
    color: #d86855;
}

.newslist_rwd .npicimg {
    min-width: 314px;
    min-height: 240px;
    border-radius: 6em;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border: solid 1px #157094;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
    padding: .2em .5em;
    line-height: 2;
    margin: .2em;
    transition: .2s ease all;
}

html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #157094;
    color: #fff;
}

@media screen and (max-width: 920px) {
    .newslist_rwd .npicimg {
        min-width: 270px;
        min-height: 215px;
    }

    .newslist_rwd .npic {
        width: 42%;
    }

    .newslist_rwd .ntext {
        width: 55%;
    }
}

@media screen and (max-width: 700px) {
    .newslist_rwd .npicimg {
        min-width: 240px;
        min-height: 210px;
        border-radius: 5em;
    }
}

@media screen and (max-width: 600px) {
    .newslist_rwd .npicimg {
        min-width: 210px;
        min-height: 190px;
    }
}

@media screen and (max-width: 500px) {
    .newslist_rwd .npic {
        width: 100%;
        display: block;
    }

    .newslist_rwd .npicimg {
        min-width: 345px;
        min-height: 250px;
    }

    .newslist_rwd .ntext {
        width: 100%;
        padding: 1em 0em 0 0;
    }

    .newslist_rwd {
        text-align: center;
    }
}

@media screen and (max-width:430px) {
    .newslist_rwd .npicimg {
        min-width: 100%;
        min-height: 220px;
    }
}

/*---apply-------------------------------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}

/*apply*/
.apply {
    width: 700px;
    margin: 0 auto;
    max-width: 90%;
    position: relative;
    padding: 3em 0 0;
}

.apply iframe {
    width: 100%;
    height: 1300px;
}

.apply label {
    width: 48%;
    text-align: left;
    padding: 0 1em;
    font-weight: normal;
    white-space: nowrap;
}

.apply td {
    padding-bottom: 1em;
}

table.tb1 input[type=text],
textarea,
input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175, .5);
}

textarea {
    min-height: 200px;
    width: 100%;
}

.apply input,
.apply select,
.apply textarea,
.apply select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: rgba(255, 255, 255, .9);
    border: solid 1px #cacaca;
    border-radius: 6px;
}

.apply input[type=checkbox] {
    border-radius: 100%;
}

.table-hover input {
    height: 35px;
}

.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;
    border: 3px solid #9ceffd;
}

.table-bordered {
    border: 1px solid #ddd;
    background: rgb(225, 250, 254);
}

.side {
    text-align: right;
}

@media screen and (max-width:800px) {
    .apply .s {
        width: 30%;
        margin: .2em 0;
    }

    .apply iframe {
        width: 100%;
        height: 800px;
    }

    .table-hover input {
        width: 100%;
    }
}

@media screen and (max-width:660px) {
    .apply .s {
        width: 45%;
    }
}

@media screen and (max-width:530px) {
    .apply {
        width: 700px;
        padding: 2em 0 0;
    }

    td.ordertop td {}
}

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

    td.ordertop td,
    td.othertd {
        display: block;
        text-align: left;
        padding: 0;
        width: 100%;
    }

    td.ordertop tr {
        display: block;
        padding: 1em 0 0 0;
    }

    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: 2em;
    }

    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;
    }
}

/******/
@media screen and (max-width:673px) {
    .dcf-table-bordered tr:first-of-type {
        display: none;
    }

    .dcf-table-bordered tr td:first-of-type:before {
        display: none;
    }

    .dcf-table-bordered,
    .dcf-table-bordered td,
    .dcf-table-bordered th {
        border: 0px solid #a0f0fd;
    }

    .dcf-table-bordered tr:not(:last-child),
    .dcf-table-striped tr:not(:last-child) {
        border-bottom: 5px solid #a0f0fd;
    }
}

/***inews***/
#inews {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.8);
    z-index: 90;
}

#inews table {
    width: 100%;
}

.inews_bg {
    background: url(../../images/pattern_green.jpg) repeat;
    width: 900px;
    margin: 4em auto 0;
    max-width: 90%;
    padding: 1em;
    border-radius: 25px;
    text-align: center;
}

.iclose {
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: #bf573f;
    border-radius: 100%;
    position: absolute;
    top: 2em;
    right: 3em;
    cursor: pointer;
    transition: .3s ease all;
    border: solid 1px #bf573f;
}

.iclose:hover {
    background: #fff;
    color: #bf573f;
}

#inews .page_num {
    display: none;
}

.noshow {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: .6s ease-in-out;
}

.inews_line {
    padding: 1em;
    border: dashed 2px #7f5d4b;
    border-radius: 25px;
}

#inews .newslist_rwd {}

@media screen and (max-width:750px) {
    #inews .newslist_rwd .npicimg {
        min-width: 220px;
        min-height: 180px;
        border-radius: 4em;
    }
}

@media screen and (max-width:700px) {
    #inews .newslist_rwd .npicimg {
        min-width: 220px;
        min-height: 180px;
        border-radius: 4em;
    }

    .iclose {
        right: 2em;
    }
}

@media screen and (max-width:640px) {
    #inews .newslist_rwd .npicimg {
        min-width: 180px;
        min-height: 150px;
    }
}

@media screen and (max-width:500px) {
    #inews .newslist_rwd .npicimg {
        min-width: 90%;
        min-height: 185px;
        display: block;
        margin: 0 1em;
    }
}

@media screen and (max-width:380px) {
    #inews .newslist_rwd .npicimg {
        min-width: 85%;
        min-height: 150px;
    }

    .iclose {
        right: 1em;
        top: 1em;
    }

    .inews_bg {
        padding: .5em;
    }
}

/***cap***/
.cap {
    text-align: left;
}

.cap .style1 {
    text-align: left;
    width: auto;
}

.style2 {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    text-align: left;
}

.style2 img {
    width: 150px;
}

.style2 .form-group {
    margin: .5em 0 0 0;
}

.style2 p {
    color: #e77272;
    font-size: 15px;
    letter-spacing: 1px;
}

/***catamaray*******************************************************/


/*cat_text*/
.cat_text {
    color: #024873;
    width: 435px;
    margin: 0 auto;
    max-width: 90%;
    padding: 5em 0 2em;
    font-size: 16px;
    text-align: center;
}

.cat_text h3 {
    font-weight: 600;
    font-size: 18px;

}

.catamaray .share_tit {
    min-height: 550px;
}

/***cat1***/
.cat1 {
    background: #fffff1;
    text-align: center;
}

.cat1_title {
    color: #024873;
    width: 435px;
    margin: 0 auto;
    max-width: 90%;
    padding: 0 0 2em;
    font-size: 16px;
    text-align: center;
}

.cat1_title img {
    display: block;
    padding-bottom: 1em;
}

.cat1 sub {
    display: block;
    color: #024873;
    width: 525px;
    margin: 0 auto;
    max-width: 90%;
    padding: 1em 0 3em;
    bottom: 0;
    line-height: 1.5;
    font-size: 16px;
}

.cat1 ul {
    width: 1065px;
    margin: 0 auto;
    max-width: 100%;
}

.cat1 li {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    padding: 1em .5em;
    color: #614139;
    line-height: 1.5;
}

.cat1_tit p {
    position: relative;
    padding: .5em 0;
}

.cat1_tit p:after {
    content: '';
    background: url(../../images/spark.png) top left no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -2em;
    width: 31%;
    height: 56%;
}

.cat1_tit p img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
}

.cat1_tit p {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.cat1 span {
    display: block;
    margin: 0 auto;
}

/***cat2***/
.cat2 {
    position: relative;
    min-height: 1000px;
    background: url(../../images/cat2.jpg) top center no-repeat fixed;
    background-size: cover;
}

/*cat2_top*/
.cat2_top {
    background: url(../../images/mermaid.png) top right no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 207px;
    position: absolute;
    top: 0;
    right: 0;
}

/*cat2_btm*/
.cat2_btm {
    background: url(../../images/abt_bg.png) bottom center no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 205px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:900px) {
    .cat1 sub {
        padding: 2em 0 3em;
    }
	.cat2 {
    min-height: 500px;
    background-attachment: inherit;
}

    .cat2_top,
    .cat2_btm {
        min-height: 100px;
    }
}
@media screen and (max-width: 600px){
.cat2 {
    min-height: 400px;
}
}
@media screen and (max-width:500px){
	.cat2 {
        min-height: 300px;
}
}
@media screen and (max-width: 350px){
.cat2 {
    min-height: 250px;
}
}
/***cat3***/
.cat3 {
    background: #dff1f6;
    background-size: auto;
    text-align: center;
    color: #024773;
}

.cat3 .wrap4 {
    width: 1250px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 5em 0;
    z-index: 0;
}

.cat3 .wrap4:before {
    content: '';
    background: url(../../images/cat3_deco01.png) top right no-repeat;
    background-size: 100%;
    width: 855px;
    max-width: 100%;
    min-height: 806px;
    position: absolute;
    top: 4.8em;
    right: -4em;
    z-index: -1;
}

.cat3 .cat3_img {}

.cat3 .cat3_txt {
    width: 33%;
    padding-top: 18px;
}

.cat3 .cat3_txt img:nth-child(1) {
    padding-bottom: 5em;
}

.cat_btm {
    background: #dff1f6;
}

@media screen and (max-width:1250px) {
    .cat3 .wrap4 {
        padding: 5em 1em;
    }

    .cat3 .wrap4:before {
        background-size: 90%;
        right: 0;
        min-height: 708px;
    }
}

@media screen and (max-width:1000px) {
    .cat3 .wrap4:before {
        background-size: 70%;
        min-height: 548px;
    }
}

@media screen and (max-width:850px) {
    .cat3 .wrap4:before {
        min-height: 545px;
    }

}

@media screen and (max-width:450px) {
    .cat3 .wrap4 {
        flex-wrap: wrap;
        padding: 3em 1em;
    }

    .cat3 .cat3_txt {
        width: 95%;
        padding: 0 0 2em;
        order: -1;
    }

    .cat3 .cat3_txt img:nth-child(1) {
        padding-bottom: 1em;
    }

}

/***milksea*******************************************************/


.ms_btn {
    width: 850px;
    margin: 0 auto;
    max-width: 90%;
    padding: 5em 0 6em;
}

.ms_btn ul {}

.ms_btn li {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 1em .5em;
}

.ms_btn a img {
    transition: .3s all;
}
.ms_btn a:hover img {
    -webkit-filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, .5));
}


.ms_inner{
    width: 100%;
    background: url(../../images/ms_bg.jpg) top left;
    padding: 3.5rem 0 0;
}

.ms{
    width: 1380px;
    max-width: 100%;
    margin: 0 auto;
    padding: 6rem 0 5rem;
    display: flex;
    justify-content: space-between;
}

.ms .ms_tour{
    width: 42%;
    padding: 4.5rem 5.2rem 0 0;
}

.ms_tour .ms_tour_title{
     margin-bottom: 2rem;
}
.ms_tour .ms_tour_title img{}
.ms_tour .ms_tour_title p{
    font-size: 16px;
    color: #024873;
    padding: 1rem 0;
}

.ms_tour .ms_tour_title span{
    font-size: 16px;
    color: #ec6646;
}

.ms_tour .ms_payment{}
.ms_tour .ms_payment table{
    width: 100%;
    color: #024873;
}
.ms_tour .ms_payment table thead{
    font-size: 18px;
    border-top: 2px #024873 solid;
    border-bottom: 2px #024873 solid;
}
.ms_tour .ms_payment table thead tr{
    
}
.ms_tour .ms_payment table thead th{
    padding: .5rem 0 .5rem 1rem;
}
.ms_tour .ms_payment table thead td{
    text-align: right;
    padding: .5rem 1rem .5rem 0;
    font-weight: bold;
    letter-spacing: 0;
}
.ms_tour .ms_payment table tbody{}
.ms_tour .ms_payment table tbody tr{
    border-bottom: 1px #024873 solid;
}
.ms_tour .ms_payment table tbody tr th{
    padding: .5rem 0 .5rem 1rem;
}
.ms_tour .ms_payment table tbody tr td{
    padding: 0 .5rem 0 0; 
    text-align: right;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0;
}

.ms_tour .ms_payment ul{
    list-style: disc;
    margin: 4.5rem 0 0 1.8rem;
    text-align: left;
    color: #024873;
    font-weight: bold;
}
.ms_tour .ms_payment ul li{}

.ms_tour .ms_set{
    margin-top: 1.5rem;
}
.ms_tour .ms_set h5{
    font-size: 16px;
    color: #fff;
    border-radius: 100px;
    background: #f08063;
    padding: 1rem 1.3rem .5rem;
    width: 20%;
    vertical-align: middle;
}
.ms_tour .ms_set p{
    text-align: justify;
    font-size: 16px;
    color: #024873;
        margin-top: 1rem;
    line-height: 1.5;
    padding-left: 1.5rem;
    font-weight: 500;
    letter-spacing: 0px;
}


.ms_line{
    background: url(../../images/ms_line.png) bottom left;
    background-repeat: repeat-x;
    width: 100%;
    min-height: 4px;
    padding: 3rem 0;
}


/*msg1*/
.msg1{}


/*msg2*/
.msg2{}

.msg2 .ms_tour{
        padding: 0 0 0 5.2rem;
        order: 1;
}

.msg2 .ms_img{
    padding-top: 8.6rem;
}

.msg2 .ms_tour .ms_payment ul:nth-of-type(2){
        margin: 1rem 0 0 1.8rem;
}

.msg2 .ms_tour .ms_set {
    margin-top: 0;
}


.ms_btm{
    background: #fff;
    padding-top: 3.4rem;
}


@media screen and (max-width:1366px){
    .ms {
    padding: 0 2rem;
}
}
@media screen and (max-width:1200px){
    .ms .ms_tour {
    padding: 4.5rem 3rem 0 0;
}
.ms_tour .ms_set h5 {
    width: 25%;
}
.msg2 .ms_tour {
    padding: 3rem 0 0 5.2rem;
}
}
@media screen and (max-width:1100px){
        .ms_tour .ms_set h5 {
        width: 30%;
    }
}
@media screen and (max-width:1000px){
        .ms_btn {
    padding: 3em 0 3em;
}
        .ms {
        flex-wrap: wrap;
        justify-content: center;
    }
        .ms .ms_tour {
        padding: 7rem 0 3rem;
        width: 90%;
    }
        .ms_tour .ms_set h5 {
        width: 20%;
    }

    .msg2 .ms_tour {
    order: -1;
}
.msg2 .ms_img {
            padding: 2rem 0 5rem 0;
}
}
@media screen and (max-width:576px){
       .ms_btn {
    padding: 0;
        max-width: 100%;
}
        .ms .ms_tour {
        width: 100%;
    }
}
@media screen and (max-width:450px){
       .ms_inner {
    padding: 2rem 0 0;
}
.ms .ms_tour{
    padding: 4rem 0 3rem;
}
        .ms_tour .ms_set h5 {
        width: 30%;
    }
        .msg2 .ms_img {
        padding: 0 0 3rem 0;
    }
}
@media screen and (max-width:402px){
    .ms_tour .ms_tour_title span{
        font-size: 14px;
    }
}

@media screen and (max-width:360px){
        .ms_tour .ms_set h5 {
        width: 40%;
    }
}
@media screen and (max-width:350px){
        .ms {
        padding: 0 1rem;
    }
}
@media screen and (max-width:340px){
        .ms_tour .ms_tour_title span {
        font-size: 12px;
    }
}

@media screen and (max-width:300px){
        .ms_tour .ms_tour_title span {
        letter-spacing: 0;
    }
}

/*ms2*/
.ms2{
    background: url(../../images/ms_bg2.jpg) top center no-repeat fixed;
    background-size: cover;
    width: 100%;
    min-height: 720px;
}

.ms2 .ms2_txt{
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
    padding: 29rem 4rem 0 0;
    text-align: right;
}

@media screen and (max-width:1200px){
    .ms2 {
    min-height: 550px;
}
    .ms2 .ms2_txt {
    padding: 18rem 4rem 0 0
}
}
@media screen and (max-width:1000px){
        .ms2 {
        min-height: 500px;
    }
}
@media screen and (max-width:834px){
            .ms2 {
        min-height: 400px;
        background-position: top 17rem left -80rem;
    }
        .ms2 .ms2_txt {
        padding: 13rem 0 0;
        text-align: center;
    }
}
@media screen and (max-width:768px){
    .ms2{
        background-attachment: inherit;
        background-position: top center;
    }
}
@media screen and (max-width:576px){
        .ms2 {
        min-height: 320px;
    }
        .ms2 .ms2_txt {
        padding: 8rem 0 0;
    }
}
@media screen and (max-width:450px){
        .ms2 {
        min-height: 250px;         
    }
    .ms2 .ms2_txt {
        padding: 5rem 0 0;
    }
}
@media screen and (max-width:414px){
        
        .ms2 {
        min-height: 200px;
        background-size: 210%;
        background-position: top -2rem left -3rem;
    }
    .ms2 .ms2_txt {
         padding: 2rem 1rem 0;
        width: 70%;
        margin: 0;
    }
    .ms2 .ms2_txt img{
         mix-blend-mode: hard-light;
    }
}

@media screen and (max-width:360px){
        .ms2 {
        min-height: 180px;
    }
}
@media screen and (max-width:320px){
        .ms2 {
        min-height: 160px;
    }
}


/*---msp-------------------------------------------------------*/



/*msp_btn*/

.msp_btn{}
.msp_btn ul{}
.msp_btn ul li{
    width: 32%;
}

.msp1, .msp2, .msp3{
    width: 1248px;
    max-width: 100%;
    margin: 0 auto;
}
.msp1 .ms_tour, .msp3 .ms_tour{
    width: 41%;
    padding: 0
}

.msp1 .ms_tour .ms_tour_title p{
    padding: 0;
}


.msp2 .ms_tour{
    padding: 0;
    order: 1;
}

.msp2 .ms_tour .ms_payment table thead th span{
color: #ec6646;
font-weight: 400;
letter-spacing: 0;
}

@media screen and (max-width:1366px){
    .msp1, .msp2, .msp3{
        padding: 6rem 2rem 5rem;
    }
}
@media screen and (max-width:1000px){
        .msp1, .msp2{
        padding: 6rem 2rem 0;
    }
    .msp3{
        padding: 6rem 2rem 6rem;
    }
    .msp1 .ms_tour, .msp3 .ms_tour {
        width: 90%;
        padding: 2rem 0 3rem;
    }
    .msp2 .ms_tour {
    padding: 0 0 3rem;
    order: 0;
}
}
@media screen and (max-width:576px){
        .msp1 .ms_tour, .msp2 .ms_tour, .msp3 .ms_tour {
        width: 100%;
        padding: 4rem 0 3rem;
    }
}
@media screen and (max-width:414px){
        .msp1, .msp2 {
        padding: 0 2rem;
    }
        .msp3 {
        padding: 0 2rem 6rem;
    }
    .msp2 .ms_tour .ms_payment table thead th span{
        display: block;        
        margin-left: -1rem;
    }
}

@media screen and (max-width:360px){
        .msp1, .msp2, .msp3 {
        padding: 0 1rem 3rem;
    }
}

@media screen and (max-width:330px){
        .msp2 .ms_tour .ms_payment table thead th span {
        font-size: 14px;
    }
}
