body,html {background-color:#ffffff; width:100%;overflow-x: hidden; font-size: 16px;}
ul,li { text-decoration: none;list-style: none; }
a:hover,a:visited {text-decoration:none;}
#mtkContainer { position: relative; width: 100%;}
#mtkContainer,
#mtkContainer * { vertical-align: top; box-sizing: border-box; }

/*===========SEO麵包削============*/
.breadcrumb{
    margin: 0px 15px 15px 0px;
    color: #5b5b5b;
    background-color: transparent;
}
.breadcrumb ul li{
    display: inline;

    font-size: 1rem;
}
.breadcrumb ul li:after{
    content: ">";
}
.breadcrumb ul li:first-child:after{
    content: "";
}
.breadcrumb ul li:last-child:after{
    content: "";
}
.breadcrumb ul li a{
    color: #FF8400;
}


/*------------banner------------*/
header.header {background: url(../images/indochina_pc.jpg) top center no-repeat; height:620px; }
header h1{position: relative; margin: 0; padding: 0;}
header h1 img.mobile768{width: 100%; }
.discount{position: absolute; left: 62%; margin-left:-270px; margin-top:280px; }
/*.girl{position: absolute; left: 50%; margin-left:200px; margin-top:160px; width: 80%;
height: auto;}*/


.pc768{display: block;}
.mobile768{display: none;}



/*-----------menu------------*/
.mainPageButton{
    /*padding-top: 20px;*/
    margin: 0 auto; 
    /*max-width:1200px;*/ 
    width: 100%;
    height: auto;
    background-color: #bdeefc;
}

/*
.navbarArea {
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform:translateY(20px);
    transform: translateY(20px);
}
.navbarArea.show {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform:translateY(0px);
    transform: translateY(0px); 
}
*/

.navbarArea.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 2; 
}
.wrap {/*-----------解决navBar fixed破格滿版問題，讓選單fixed有寬度置中-----------*/
    /*max-width: 1100px;*/
    margin: 0 auto;
    padding: 0; 
}
ul.navBar {
    background: #1787d3; 
    text-align: center;
    position: relative;
    z-index: 1;

    /*-----------解决inline-block元素的空白间距-----------*/
    letter-spacing: -4px;/*根据不同字体字号或许需要做一定的调整*/ 
    word-spacing: -4px; 
    font-size: 0;
    margin-bottom: 0;
}

/*
ul.navBar:before{
    content: '';
    position: absolute;
    left: -46px;
    top:0px;
    width: 46px;
    height: 83px;
    background: url(../images/summer_menu_angle.png) center center no-repeat; 
}
ul.navBar:after{
    content: '';
    position: absolute;
    right: -46px;
    top:0px;
    width: 46px;
    height: 83px;
    transform: scalex(-1);
    background: url(../images/summer_menu_angle.png) center center no-repeat; 
}
*/

ul.navBar li {
    display: inline-block;
    width: 33.33%;

    /*-----------解决inline-block元素的空白间距-----------*/
    *display: inline;
    letter-spacing: normal; 
    word-spacing: normal;       
}

a.choose2 {
    background-color: #fff!important;
    color: #d5a962!important;
}

a.choose2:hover {
    background-color: #d5a962!important;
    color: #fff!important;
}


ul.navBar li a {
    display: inline-block;
    font-size: 1.5rem;
    color: white;
    text-align: center;
    width: 100%;
    padding:10px;
    text-decoration: none;
    background: #d5a962; 
    /*border-left: 1px dotted #066cb2;*/
}

ul.navBar li:first-child a {
    border-left: 0px;
}

a.choose1:hover, a.choose3:hover {
    background-color: #fff;
    color: #d5a962;
}



/*
a.choose1:hover, .index1 a.choose1,
a.choose2:hover, .index2 a.choose2,
a.choose3:hover, .index3 a.choose3,
a.choose4:hover, .index4 a.choose4,
a.choose5:hover, .index5 a.choose5,
a.choose6:hover, .index6 a.choose6{
    color: white;
    background: #066cb2;
    font-weight: bolder;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}
*/

/*------------content------------*/
/*
.contentBg{ 
    background: url(../images/summer_bg.jpg) center 0px  repeat; 
    background-size: 100% auto;
    -webkit-animation: bgAction 1s infinite alternate; 
     animation: bgAction 1.5s infinite alternate;
}
*/

@-webkit-keyframes bgAction {
  from { background-position: center 0px; }
  to { background-position: center 15px; }
}
@keyframes bgAction {
  from { background-position: center 0px; }
  to { background-position: center 15px; }
}

section.b-north {
    background-color: rgba(20,92,100,0.3);
    padding: 60px 0px;
}

section.b-center {
    background-color: rgba(19,83,146,0.3);
    padding: 60px 0px;
}

section.b-south {
    background-color: rgba(86,186,212,0.3);
    padding: 60px 0px;
}

.wrapper{
    margin: 0 auto; 
    max-width:1100px; 
    width: 100%;
    height: 100%;
    padding-bottom:4em;
}
.content {
    display: block;
    padding: 2.5em 2.5em 1em 2.5em; 
    border-left: 7px solid #1787d3;
    border-right: 7px solid #1787d3;
    border-bottom: 7px solid #1787d3;   
    box-shadow: 0px 8px 20px rgba(0,0,0, 0.2);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-color: white;
    -webkit-transition: 2s ease all;
    -moz-transition: 2s ease all;
    -o-transition: 2s ease all;
    transition: 2s ease all;
    opacity: 0;

}
.content.show {
    opacity: 1;
}


/*------------title------------*/
.title h3 {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    color: #4d4d4d;    
}

/*
.title h3:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 52px;
    background: url(../images/summer_t-b-l.png) center left no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: -35px;
    margin-top: -15px;
}
.title h3:after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 52px;
    background: url(../images/summer_t-b-r.png) center right no-repeat;
    background-size: 100%;
    position: absolute;
    margin-left: 5px;
    margin-top: -15px;
}
*/


/*========== 篩選器CSS ==========*/
.backTop{display: none;}
.informationShow { display: none; }
.areaIntroduction { display: none; }
.searchButton { display:none; transition: .5s; position: fixed;top:10%; left: 10%; cursor: pointer; z-index: 19; }
.c23FilterBaseAppendClose { font: bold 22px/1.4em "arial","微軟正黑體";  display: inline-block; padding: 5px 10px; color: #fff; background: rgba(0,0,0,0.8); cursor: pointer; }

.searchButton img{ width: auto; -webkit-animation: topButton 1s  infinite alternate;animation: topButton 1s  infinite alternate; }
@-webkit-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-moz-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-o-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@-ms-keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}
@keyframes topButton {
  from { padding-top: 0; }
  to { padding-top: 20px; }
}

#c23FilterBase { display: none; position: fixed;top: 10%; left: 0;  width: 100%; text-align: center; background: none; }
#c23FilterArea { margin: 0 auto; padding: 20px; width: 80%; background: rgba(0,0,0,0.7); }
#c23FilterBase  .c23FilterBaseAppendClose { letter-spacing: normal; }

@media only screen and (max-width: 1650px) {
.searchButton { left: 0%; }
}
@media only screen and (max-width: 768px) {
#c23FilterBase { display: block; top:-200vh;  }
#c23FilterArea { width: 100%; height: 100vh; padding: 5%; }

div.searchButton { display: none; }
}
/*========== 篩選器CSS ==========*/



/*===c23模組專用===*/
/*右側導航選單*/

.intro-anchors .box {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.intro-anchors > div > img{width: 100%; height: auto; display: none;}
.carrier .box-head{ display: none; }

.intro-anchors{ position:fixed; bottom: 200px; right: 3%; /*width: 100px;*/ height:auto; transition: all 0.4s linear; z-index: 98; transform: scale(1); box-shadow: 0px 10px 10px -15px #111; }

.intro-anchors .box a{
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 8px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}

.intro-anchors a:hover{ color: #4d4d4d; background-color:#fff;}
.intro-anchors a:last-child{ border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.intro-anchorsScale{transform: scale(0);}/*選單縮小*/

a.icon-north {
    border-radius: 10px 10px 0 0;
}

a.icon-north:hover, a.icon-center:hover, a.icon-south:hover{
    background-color: #d5a962;
    border-radius: 100%;
    color: #fff;
}


.carrier {
    font-family: Verdana, Geneva, sans-serif, "微軟正黑體";
    position: relative;
}
.carrier h4 {
    display:block;
    font-size: 1.8rem;
    font-family: "微軟正黑體";
    color: #ff8400;
    padding: 15px 10px 5px 10px;
    margin-bottom: 15px; 
    text-indent: 20px;
    border-bottom: 1px solid #ff8400;
}
/*
.carrier h4::after{
    content: "";
    display: block;
    background: url(../images/carrier-triangle.png) repeat-x 0px 0px;
    width: 100%;
    height: 5px;
}
*/
.carrier ul {
    padding: 10px 0 20px 0;
    color: #434343;
}
.carrier li {
    overflow: hidden;
    min-height: 60px;
    line-height: 1.3em;
    padding: 8px 30px;
    background:rgba(256,256,256,1);
    margin-bottom: 10px;
    border-bottom: 1px dashed #aaa;
}
.carrier li:hover {
    /*box-shadow: 0px 3px 0px rgba(255,132,0,1);*/
    border:1px solid #d7d7d7;
    border-left: 5px solid #ff8400;
    border-bottom: 2px solid #ff8400;
    /*
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    */
    -webkit-transition:all .2s ease-out; 
    -moz-transition:all .2s ease-out;
    -o-transition:all .2s ease-out;      
    transition:all .2s ease-out;   
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); 
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+69,ffffff+69,e8e8e8+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 69%, #ffffff 69%, #e8e8e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 69%,#ffffff 69%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 69%,#ffffff 69%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.carrier li a:link,
.carrier li a:visited {
    text-decoration: none;
    font-size: 0.95rem;
    color: #5b5b5b;
    letter-spacing: 1px;
    line-height: 1.5;
    display: block;
    font-family: "微軟正黑體",Verdana, Geneva, sans-serif;
}
.carrier li a strong {
    font-weight: normal;
    display: block;
    font-size: 1.3rem;
    font-weight: bolder;
    font-family: "微軟正黑體";
    color: #1787d3;
    margin: 0px 0px 4px 0px;
    *margin: 0;
    line-height: 1.2;
}
.carrier li a:hover strong{
    color: #ff8400;
}
.carrier li em.price {
    font-size: 1rem;
    color: #ff8400;
    font-family: Verdana, Geneva, sans-serif, arial, "微軟正黑體";
    float: right;
    *margin-top: -1.2em;
    margin-top: 10px;
}
.carrier li em.price span {
    font-size: 1.6rem;
    font-weight: bold;
}


@media screen and (max-width: 1400px) {
    .intro-anchors{ right: 0%;}/*右邊浮動選單*/
}

@media screen and (max-width: 991px) {

    .title h3 {
        font-size: 2.5rem; 
        margin-top:30px;  
    }
    .title h3:before{
        width: 30px;
        height: 52px;
    }
    .title h3:after{
        width: 30px;
        height: 52px;
    }
}


@media screen and (max-width: 768px) {
    .pc768{display: none;}
    .mobile768{display: block;}
    /*
    header.header {background: #fff top center repeat-y; height:auto;}
    */
    .content{
        border: 4px solid #1787d3;
        border-radius: 20px;
        padding: 0.5em 0.5em 0.5em 0.5em;
    }
    .wrapper{
        width: 97%;
    }
    /*.mobileMenuButton { display: inline-block; position: fixed; bottom:0; left:50%; padding: 5px; width:auto; height:auto; z-index: 999; background: rgba(0,0,0,0.5) }*/
    .mainPageButton { position:fixed; top:-100vh; left: 0; width: 100%; height: 100vh;margin-bottom:0;background: rgba(0,0,0,0.8); z-index:98; }
    ul.navBar {
        margin:50px auto 0px; padding: 0px; width: 90%; max-width: 1440px; text-align: center; vertical-align:middle; 
        border-radius: 20px; overflow: hidden;
    }
    ul.navBar:before{
        display: none;
    }
    ul.navBar:after{
        display: none;
    }
    ul.navBar li {
        display: block; 
    }
    ul.navBar li a {
        display: block;
        font-size: 1.7rem;
        color: #000000;
        text-align: center;
        width: 100%;
        line-height: 1.5;
        height: auto;
        padding: 15px 10px; 
        text-decoration: none;
        background: #ffce00; 
        border-left: 0;
        border-bottom:1px solid #ccb103;
    }

    .title h3 {
        font-size: 2.3rem; 
        margin-top:20px;  
    }
    .title h3:before{
        width: 30px;
        height: 52px;
    }
    .title h3:after{
        width: 30px;
        height: 52px;
    }

    /* c23模組 */
    .intro-anchors {
        display: none;
    }
    .carrier li {
        padding: 12px 12px;
    }
    .carrier li a:link,
    .carrier li a:visited {
        letter-spacing: 0px;
    }
    .carrier li a strong {
        font-size: 1.2rem;
    }
    .carrier li em.price {
        font-size: 0.7rem;
        float: none;
        display: block;
        text-align: center;
        background-color: #ffdf00;
        border-radius: 20px;
        width: 100%;
        margin-top: 10px;
        padding: 3px 0;

    }
    .carrier li em.price span {
        font-size: 1.3rem;
        font-weight: bold;
    }
    .carrier li em.price:after{
        content: "\f07a";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 1.1rem;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        margin-left: 5px; 
    }

}

@media screen and (max-width: 480px) {
    .content {
        margin-top: 1.5em;
    }
    .title h3:before{
        display: none;
    }
    .title h3:after{
        display: none;
    }

}



/* bnAD */
.bnAD{margin: 0 auto 0 auto;text-align: center;}
.bnAD img.pc{width: 90%;max-width: 1030px;margin: 0 auto;}
.bnAD img.m{width: 90%;max-width: 640px;display: none;margin: 0 auto;}


@media screen and (max-width:640px) {
.bnAD img.pc{display: none;}
.bnAD img.m{display: block;}
}



/*----------- 商品區 -----------*/
/* c26模組 */
.group-type-ph{
    margin: 0 auto;
    width: 100%;
}
.ph{
    width:33.06%;
    position:relative; 
    display:inline-block; 
    float:none; 
    overflow:hidden; 
    margin:0 auto;
    padding:0;
    box-sizing: border-box;     
    transition:all .3s ease-out; 
}
.ph a{
    display:block;
    padding:10px;
    overflow:hidden;
    background-color: #fff;
    /*border:1px solid #6f592d;*/
    margin: 25px 7px 0 7px;
    transition:all .8s ease-out;
    box-sizing:border-box;
    text-decoration: none;
    /*height: 480px;*/
    border-radius: 1rem;
}

.ph a:hover{
    box-shadow:1px 1px 5px 1px rgba(0,0,0,.8); 
    /*
    text-decoration: none; 
    background-color: #6f592d;
    */
    transform: translateY(-1rem);
    box-shadow: 0 1rem 8px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}


.ph-img{ margin:0 auto; display:block; width:100%; }
.ph-img img{ width:100%; display:block; border:0; }
.ph-title{
    display:block; 
    font-size:1.25em;
    line-height:1.5em; 
    overflow:hidden; 
    padding:0 10px; 
    margin:8px auto 1px; 
    color:#145c64; 
    font-family:"微軟正黑體";
    font-weight:bold;
    box-sizing: border-box;
    text-align: left;
    /*max-height: 6em;
    height: 100px;*/
 }
.ph-detail{
    font-size:1em; 
    /*
    border-top: 3px dotted #252525;
    background-color:#3e3116;
    padding: 5px 10px;
     */
    color:#4d4d4d; 
    font-family:"微軟正黑體"; 
    
    line-height:1.5em; 
    overflow:hidden; 
    text-overflow: ellipsis;
    margin:5px 10px 1px; 
    text-align: left;
    transition:all .3s ease-out; 
    
    text-align: center;
}
.ph-feature{
    display:block; 
    color:#ff7200;
    font-size:0.9em; 
    line-height:1.4em; 
    /*padding:4px 8px 5px 10px;*/ 
    overflow:hidden;
    font-family:"微軟正黑體";
    overflow:hidden;
    text-align:justify;
    margin-left:10px;
    margin-right:10px;
}
.ph .price{
    font-size:1.3em; 
    float:right;
    font-family:"微軟正黑體"; 
    font-style: italic;
    color:#ff7200;
    letter-spacing:-1px;  
    padding: 20px 10px 10px 0px; 
    transition:all .3s ease-out; 
    /*position: absolute;*/
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    font-weight: 600;
}

.ph .price span{font-size:2em;font-weight: normal;}
.ph .price i{ display:none;}
/*
.ph:hover .ph-detail{border-top: 3px dotted #6F592D; }
.ph:hover .price{ text-shadow:2px 1px 0px #252525; }
*/
.ph .price span:after{
    content:"起"; 
    display:inline; 
    font-size:0.3em; 
    position:relative; 
    top:-1px; 
    font-weight: 700; 
    font-family:"微軟正黑體"; 
    margin-left:-9px;
}



/* 2023-04-18三區域簡介 */
.card.c-north, .card.c-south, .card.c-center {
    border-radius: unset!important;
    border: none!important;
}

.card {
    border: none;
    background-color: none;
    color: #fff;
    text-align: center;
}

.card-title {
    font-weight: 600;
}

.card-text {
    line-height: 24px;
}


.card.c-north {
    background-color: #145c64;
}

.card.c-south {
    background-color: #135392;
}

.card.c-center {
    background-color: #56bad4;
}




/* gotop */
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    padding: 10px 15px;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

#gotop a{
    display: block;
    width: 100%;
    height: auto;
    /*float: left;*/
    padding: 15px 8px;
    text-decoration: none;
    color: #4d4d4d;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    /*
    transition: all 0.2s linear;
    background-color: #1787d3;
    border-bottom: 1px solid #066cb2;
    */
}

#gotop a:hover {
    background-color: #56bad4;
    border-radius: 100%;
    color: #fff;
}

i.bi.bi-airplane {
    text-align: center;
    display: block;
    text-shadow: 0 0 5px #333;
    margin-bottom: 5px;
    zoom: 2;
    color: #fff;
}

.gotop-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 5px;
}

.h3, h3 {
    font-size: 1.5rem!important;
}