@charset "utf-8";


/* CSS Document */

input[type*="text"]:focus,
textarea:focus,
input[type*="password"]:focus {
    background-color: #cff1ff !important
}

:focus-visible {
    outline: 2px solid #d83e3e;
    box-shadow: 0 0 0 3px white;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

a:focus,
input[name*="Collapse"]:focus,
.owl-prev:focus,
.owl-next:focus,
input[type*="submit"]:focus,
input[type*="reset"]:focus,
input.enter_bn[type*="button"]:focus {
    outline: 2px #d83e3e solid !important;
}

.modal-dialog .ekko-lightbox-nav-overlay a:focus {
    outline: none !important;
}

dd:before {
    content: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

img[src*="bar.gif"] {
    height: 8px;
}

img[src*="b_bar.gif"] {
    max-width: 180px
}

body {
    font-family: 微軟正黑體;
    background: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

select,
input[type*="text"],
input[type*="password"],
input[type*="date"],
textarea {
    border: 1px solid #cecece;
    box-shadow: inset 0 1px 0.25rem rgba(0, 0, 0, 0.1);
}

body,
div,
dl,
dt,
dd,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
label {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

iframe {
    width: 100%;
}
.fb .iframe {
        text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 314px !important;
    border: 0;
}
iframe,
img {
    border: 0;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {}

.clean {
    clear: both;
}

.center {
    text-align: center !important;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}



/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    background-color: #67cbfe;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #b7b7b7
}

.top_menu {
   width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    position: relative;
    display: table;
    z-index: 9999
}

.top_menu>li {
    width: 146px;
    display: inline-block;


}

.top_menu>li:last-child {
    background: none;
}

.top_menu li a {
     color: #000;
    display: block;
    padding: 10px 0px;
    font-size: 125%;
    font-weight: bold;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed {
            background: #2070a5;
    color: #fff;
   
            z-index: 9999
}

.top_menu .top_menu_fixed  a{
          
    color: #fff;
   
       
}


.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}


/* 二級選單顯示於一級選單的正下方 */

.top_menu li>.main {
    width: 100%;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 35px;
    left: 0;
    text-align: left;
    padding-top: 25px;
    display: none;
}

.top_menu ul {
    border-radius: 5px;
    border: 3px solid #9ddae3;
    background: #fff;
    width: 1169px;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 48px;
    
    text-align: left;
    display: block;
}
#example>li>ul.sub{
    left: 15px;
}


.top_menu ul li:first-of-type a::before {

}

.top_menu ul li {
    height: auto;
    border-bottom: 1px #f3f3f3 solid;
    background-image: none;

    float: none;
    text-align: center;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 8px 10px;
    font-size: 0.938em;
    color: #383838;
    display: block;
}

.top_menu ul li a:hover,
.top_menu ul li a:focus {
    background: #F3F4E4;
    color: #ff9908;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}




.top_menu ul.sub{
        padding-top: 0;
    opacity: 0.9;
    padding: 15px 40px;
    border: navajowhite;
    border-radius: 0;
    flex-wrap: wrap;
    display: flex;
    justify-content: end;
    background: rgba(3, 88, 138, 0.99);
}

.top_menu ul.sub>li{
       background: none;
    border: none;
    width: 272px;
    margin-bottom: 15px;
}
.top_menu ul.sub>li>a{
       color: #fff;
    font-size: 1.25em;
    border: solid 1px #fff;
    margin-right: 18px;
}

.top_menu ul.sub>li:nth-of-type(4n)>a{
margin-right: 0;
}
.top_menu ul.sub>li>a:hover,.top_menu ul.sub>li>a:focus{
    background: #fff;
    color: #2070a5;
}


.top_menu .sub00{
    display: none;
    position: static;
    width: auto;
    padding-top: 0;
    border: none;
    background: none;

}

.top_menu .sub00>li{
       display: block;
    border: none;
    width: auto;
        text-align: left;
    padding-left: 28px;
    position: relative;
}
.top_menu .sub00>li:before{
    content: "\f0da";
    position: absolute;
   left: 23px;
    top: 9px;
    font-family: FontAwesome;
    font-size: 1.05em;
    transition: all 0.3s;
}
.top_menu .sub00>li>a{
    color: #fff;
    font-size: 1.125em;
    font-weight: 500;
    padding-right: 19px;
}



.top_menu .sub00>li>a:hover,.top_menu .sub00>li>a:focus{
    background: none;
    color: #ffeeba;
}


/* page*/



.ace {
    color: #333;
    font-size: 84%
}

.con {
    margin-top: 35px;
}

#header {
    background: #fff;
    position: relative
}

#header .top {
    max-width: 1200px;
    margin: auto;
    position: relative;
    padding: 1em;
}

#logo {
    float: left
}

#logo a {
    display: inline-block;
}


.place {
    color: #333;
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    color: #333;
    display: inline-block;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus,
.menu_nav a:hover,
.place a:hover,
.place .on {
    color: #2070a5;
}

.title_box {
        border-bottom: 3.6px #2070a5 solid;
    margin: 10px 0;
    position: relative;
}



.content_txt a:hover,
.gallery_list a:hover {
    color: #ee7610;
}


.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    display: inline-block;
    position: relative;
}

.main_bn li:hover ul {
    display: block
}

.main_bn>li>a {
    line-height: 36px;
    background: #000;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 10px 0 30px;
}


.main_bn>li>a:before {
    content: "\f02f";
    position: absolute;
    top: 1px;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.main_bn .main_bn_share:before {
    content: "\f1e0";
}

.main_bn a:hover {}

.main_bn .main_bn_share:hover {
    background: #000;
}





.main_bn2 {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn2 li {
    display: inline-block;
    position: relative;
        margin-right: 9px;
}

.main_bn2 li:hover ul {
    display: block
}
.main_bn2>li>a:hover,.main_bn2>li>a:focus{
        background-position: center -30px !important;
}
.main_bn2>li>a {
        font-size: 0.75em;
   display:flex;
    text-indent: -20vw;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    background-position:center 0;
    border-radius:40px;
}

.main_bn2>li>a.ISL-facebook{
 background: url(../images/icon-fb.png)  #e7e9ec;
}
.main_bn2>li>a.ISL-facebook:hover,.main_bn2>li>a.ISL-facebook:focus{
background-color:#2c5194;
}
.main_bn2>li>a.ISL-line{
    background:url(../images/icon-line.png)  #e7e9ec;
}
.main_bn2>li>a.ISL-line:hover,.main_bn2>li>a.ISL-line:focus{
   background-color:#10bc10;
}
.main_bn2>li>a.ISL-twitter{
    background:url(../images/icon-twitter.png)  #e7e9ec;
}
.main_bn2>li>a.ISL-twitter:hover,.main_bn2>li>a.ISL-twitter:focus{
   background-color:#41ABE1;
}
.main_bn2>li>a.ISL-print{
    background:url(../images/icon-print.png)  #e7e9ec ;
}
.main_bn2>li>a.ISL-print:hover,.main_bn2>li>a.ISL-print:focus{
   background-color:#ce487a;
}
.main_bn2>li>a.ISL-youtube{
    background:url(../images/icon-youtube.png)  #e7e9ec ;
}
.main_bn2>li>a.ISL-youtube:hover,.main_bn2>li>a.ISL-youtube:focus{
   background-color:#fe0000;
}
.main_bn2>li>a.ISL-flickr{
    background:url(../images/icon-flickr.png)  #e7e9ec ;
}
.main_bn2>li>a.ISL-flickr:hover,.main_bn2>li>a.ISL-flickr:focus{
   background-color:#d2fff6;
}

.main_bn2>li>a.ISL-mouse{
        background:url(../images/icon-mouse.png)  #e7e9ec;
    text-indent: 0;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 800;


 }
.main_bn2>li>a.ISL-mouse p{
position: relative;
    top: 26px;
left:1px;
transition: 0.4s
}
.main_bn2>li>a.ISL-mouse:hover,.main_bn2>li>a.ISL-mouse:focus{
   background-color:#ea5e10;
}
.main_bn2>li>a.ISL-mouse:hover p,.main_bn2>li>a.ISL-mouse:focus p{
     top: 7px;   

}







.article {
    min-height: 630px;
}

.content_txt {
    color: #000;
    line-height: 180%;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b,
strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.gallery_list .imgbox,
.content_txt .imgbox,
.faq .imgbox {
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 10px;
    display: block;
    z-index: 1
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a,
.imgbox .video_box {
    border-radius: 10px;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    border: dotted 3px #2070a5;
    overflow: hidden;
}

.gallery_list .imgbox img,
.gallery_list .imgbox2 img,
.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 168px !important;
    transition: all 0.4s;
}

.imgbox:hover img {
    opacity: 1;
    transform: scale(1.1);
}





#div_content {
    color: #333;
    margin-top: 6px;
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    float: right
}

.fontsize_main {
    display: inline-block
}

.menu_nav {
    color: #282828;
    display: inline-block;
    max-width: 1200px;
    margin: auto;
    text-align: right;
    padding: 0;
    margin-right: 20px;
}

.menu_nav li {
    display: inline-block;
    color: #454545;
    position: relative;
}

.menu_nav>li>a {
    color: #454545;
    display: inline-block;
    padding: 5px 0;
}

.menu_nav a:hover {
    color: #f00
}

.nav_parent .nav_focus.active {
    display: block;
}

.menu_nav li.nav_parent .nav_focus {

    position: absolute;

    top: 29px;

    right: -6px;

    z-index: 99;

    display: table;

    text-align: right;

    display: none;
}

.nav_search .text {
    color: #000;
    width: 223px;
    padding: 3px 32px 3px 3px;
}

.menu_nav li.nav_parent .nav_focus.active {
    display: block
}

.nav_search {
    position: relative;
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_main {
   padding: 9px;
    background: #67cbfe;
    border-radius: 4px;
    right: 5px !important;
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
}

.top_search {
    position: relative;
    vertical-align: middle;
    text-align: right;
}

.top_search .text {
    width: 193px;
    height: 30px;
    padding: 0 32px 0 5px;
    background-color: #fff;
    border-bottom: 3px solid #AFD9F1;
}

.nav_search .text2,
.top_search .text2 {
       width: 13px;
    height: 13px;
    background: url(../images/icon_nav_search.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 6px;
}

.top_search .text2 {
    top: 3px;
}

.pic {
    clear: both;
    text-align: center;
    margin-top: 15px;
}

.pic .imgbox {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt,
.imgbox figure,
.imgbox2 figure {
    width: 100%;
    height: 188px;
    display: table;
    table-layout: fixed;
}

#main_type,
.main_type {
    text-align: right;
    margin-bottom: 15px;
}

#main_type a {
    display: inline-block;
}

#main_type * {
    vertical-align: middle;
}

#main_type input {
    height: 32px;
}
#main_type input#kd2{
    width: 150px;
}
#main_type select {
    height: 32px;
    background: transparent;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color: #313131;
    display: inline-block;
}

.type_word a.active,
.type_word a:hover,
.type_word a:focus {}

#main_type .type_word a.active
{
       border-radius: 5px;
    color: #2070a5;
    padding: 2px 5px;
}
.type_word a:hover{
    border-radius: 5px;
    color: #2070a5;
}
.search_table {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go,
.bn_search {
    border: 0px;
    background-image: url(../images/icon_go.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    background-image: url(../images/icon_bn_search.png);
    text-indent: -32px;
    font-size: 0;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}








/*按鈕選單*/

.b_main {
    position: absolute;
    right: 0;
    top: 20px;
    display: none;
}

.b {
    width: 30px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    width: 30px;
    height: 20px;
    position: absolute;
    display: block;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 0;
    left: 0;
}

.b2 {
    width: 25px;
    top: 8px;
    left: 0;
}

.b3 {
    width: 25px;
    top: 16px;
    left: 0;
}

.b.on .b1 {
    top: 0;
    left: 0;
    width: 25px;
    transform: translateY(10px) rotate(45deg);
}

.b.on .b3 {
    width: 25px;
    transform: translateY(-6px) rotate(-45deg);
}

.b.on .b2 {
    width: 0;
}

.menu2 .nav_search {
    position: relative;
}

.menu2 .nav_sub:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 9.5px 0 9.5px;
    border-color: #1e7f6c transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 20px;
}

.menu2 .nav_search .text {
    border: 1px solid #000;
    width: calc(100% - 60px);
    height: 30px;
    padding-left: 15px;
    background-color: #fff;
    border-radius: 0;
    vertical-align: top;
    float: left;
}

.menu2 .nav_search .text2 {
    border: 0px;
    width: 60px;
    line-height: 30px;
    height: 30px;
    border-radius: 0 15px 15px 0;
    background: #2070a5;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    position: static;
    float: left;
}



.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    position: absolute;
    top: 5px;
    right: 10px;
}

.menu_icon:before {
    content: "\f067";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f068";
}

.left_main {
    padding: 10px 0;
}
.left_menu .menu2{
   background-color: #cff1ff;
    padding: 20px 17px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px #e2e2e2;
}

.menu2 {}

.menu2 li {
    position: relative;
}

.menu2>li {
    margin-top: 5px;
}

.menu2 li>a {
    display: block;
    color: #042439;
    padding: 8px 5px 8px 30px;
    font-size: 1.125em;
    position: relative;
}


.menu2 li>a:before {
        content: "\f0da";
    position: absolute;
    top: 6px;
    left: 16px;
    font-family: FontAwesome;
    font-size: 1.125em;
    transition: all 0.3s;
    color: #2070a5;
}


.menu2 .sub_menu->a,
.menu2>li>a:hover {
        color: #042439;
    background-color: #ffffff;
}

.menu2 span {
    font-size: 30%;
}

.menu2 ul {
    display: none;
    margin-top: 1px;
    padding: 0;
}

.menu2 .sub_sub2>li,
.menu2 .sub_sub>li {
    
}

.menu2 .sub_sub2>li:last-of-type,
.menu2 .sub_sub>li:last-of-type {
    border-bottom: 0;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1em;
    color: #042439;
    padding: 5px 5px 5px 48px;
    background: url(../images/dot.png) no-repeat 35px 13px;
}

.menu2 .sub_sub a:before {
    display: none;
}



.menu2 .sub_menu2->a,
.menu2 .sub_sub a:hover {
        color: #105f94;
        
}

.menu2 .sub_sub2 {
    display: none;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {

    color: #042439;

    padding-left: 65px;

    padding-right: 5px;
}
.menu2 .sub_sub2 a{
    background: url(../images/dot.png) no-repeat 52px 13px;
}
.menu2 .sub_sub2 a:before {
    top: 7px;
    left: 53px;
}



.menu2 .sub_menu3->a,
.menu2 .sub_sub2 a:hover {
    color: #105f94;
}

.menu2 .sub_sub3 {
    display: none;
}

.menu2 .sub_sub3 a {

    color: #042439;

    padding-left: 81px;

    padding-right: 5px;
}
.menu2 .sub_sub3 a{
        background: url(../images/dot.png) no-repeat 67px 13px;
}
.menu2 .sub_sub3 a:before {
    top: 7px;
    left: 70px;
}

.menu2 .sub_menu4->a,
.menu2 .sub_sub3 a:hover {

  color: #105f94;
}

.menu2 .sub_sub4 {
    display: none;
}

.menu2 .sub_sub4 a {

    color: #a1a1a1;

    padding-left: 99px;
}

.menu2 .sub_sub4 a:before {
    top: 7px;
    left: 87px;
}

.menu2 .sub_sub4 a:hover {

    color: #4cbed3;
    padding-left: 75px;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {

    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

.left_title {
    background: #2070a5;
    color: #fff;
    font-size: 1.250em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 5px 0;
    width: 90%;
    margin:0 auto;
        border-radius: 6px 6px 0 0;
}
.left_title2{
    background: #2070a5;
    
   
    
    
    
    padding: 3px 0;
    width: 85%;
    margin:0 auto;
 
}
.content_title,
.gallery_list .title {
    color: #333;
    font-weight: bold;
    padding: 5px 5px 5px 0;
    position: relative;
}

.gallery_list .title {
    width: 100%;
    background: #67cbfe;
    display: table;
    padding: 8px;
    margin-bottom: 10px;
}

.gallery_list .title strong {
    width: 85%;
    display: table-cell;
    font-size: 110%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gallery_list .title p {
    width: 15%;
    display: table-cell;
    font-size: 110%;
    text-align: right
}



.imgbox a:hover,
.imgbox2 a:hover {
    color: #ee7610;
}

.imgbox span {
    display: block;
    padding: 5px 0;
}

.download li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

.download li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #67cbfe;
    display: table;
    padding: 10px 5px;
}

.download {
    margin: 20px 0;
}

.download_tt {
    color: #000;
    background-color: #67cbfe;
    padding: 10px 5px;
    font-weight: bold;
}

.download li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
}

.download .word {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 80%;
    color: #000;
    display: table-cell;
    padding-left: 20px;
}

.download a {
    color: #000;
}

.download a:hover {
    color: #093;
}

.download .file {
    width: 20%;
    display: table-cell;
    text-align: center;
}

.download dd {
    display: inline-block;
}

.download .file a {
    width: 16px;
    display: inline-block;
    margin: 2px;
}

.goback .icon {
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
    color: #FFF
}

.goback {
    text-align: right;
    font-size: 110%;
    font-weight: bold;
    padding: 0 15px;
    margin: 1em 0;
}

.goback .icon {
    display: inline-block;
    letter-spacing: 2px;
}

.goback .icon a {
   background: url(../images/back01.png) no-repeat;
    line-height: 49px;
    text-align: left;
    padding: 0px 25px 0 48px;
    color: #fff;
    position: relative;
}

.goback .icon a:before {
    content: "\f053";
    position: absolute;
    left: 10px;
    font-family: FontAwesome;
    font-size: smaller;
    transition: all 0.3s;
}

.goback .Gotop2 a:before {
    content: "\f077";
    right: 10px;
    left: inherit;
}

.goback .Gotop2 {
    margin-left: 10px;
}

.goback .Gotop2 a {
    padding: 0 35px 0 10px;
}

.goback .icon a:hover:before {
    transform: translateY(0);
    transform: translateX(-8px);
}

.goback .Gotop2 a:hover:before {
    transform: translateY(-8px);
}

.Gotop a {
    display: none;
}

#footer {
    background-color: #67cbfe;
    color: #000;
    padding: 0;
    line-height: 180%;
    position: relative;
}

#fat_footer {
    background: url(../images/fatfooter.jpg) ;
    padding: 1em 0;
    width: 100%;
    margin: auto;
    position: relative;
}

#fat_footer ul {

    max-width: 1200px;
    margin: auto
}

#footer_main {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 1em 0 0em 0;
}

#fat_footer {
    display: none;
}
#fat_footer>ul{
    margin-bottom: 15px;
}
#fat_footer ul li {
       width: calc(16.66% - 2% - 0.01px);
    margin-right: 10px;
    float: left;
    font-size: 1.125rem;
    color: #000;
    letter-spacing: 1px;
    line-height: 180%;
    text-align: center;
    margin-left: 10px;
}

#fat_footer ul li:nth-child(6n) {
    margin-right: 0;
}
#footer .ffb{
    width: 100%;
    height: 205px;
    position: absolute;
    background: url(../images/footerbg.png) no-repeat center bottom;
    top: -196px;
    z-index: -1000;

}
#fat_footer>ul>li>a {
        color: #042439;
    text-decoration: none;
    font-weight: bold;
}

#fat_footer ul li a:hover {
    color: #0d6fb8;
}

#fat_footer ul li ul {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #373737;
    padding-top: 5px;
    margin-top: 5px;
}

#fat_footer ul li ul li {
    width: 100%;
    font-size: 1rem;
    line-height: 150%;
    color: #313131;
    float: none;
        padding: 5px 1px;
    margin-left: -2px;
}

#fat_footer ul li ul li a {
    color: #373737;
    text-decoration: none;
}

#fat_footer ul li ul li a:hover {
    color: #0d6fb8;
}

#ff_btn {
    width: 90px;
    margin: auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
}


#ff_btn .btn_open,
#ff_btn .btn_close {
    border: 0;
    width:117px;
    height: 37px;
    background: url(../images/ff_close.png);
    font-size: 0;
}

#ff_btn .btn_open {
    background: url(../images/ff_open.png);
}

#ff_btn .btn_close {
    display: none;
}


#ff_btn.active .btn_close {
    display: block;
}

#ff_btn.active .btn_open {
    display: none;
}


.footer_main {
       max-width: 1200px;
    margin: auto;
    text-align: left;
    padding: 45px 0 20px 0;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.footer_word {
    letter-spacing: 1px;
    white-space: nowrap;
    padding-left: 25px;
}
.bar00{
    background: #2070a5;
    text-align: center;
    color: #fff;
    padding: 6px 0;
    letter-spacing: 1px
}
#footer .bar00 a{
    color: #fff
}
#footer .bar00 a:hover{
    color:#d3f9ff
}
.footer_word2{
      padding-left: 70px;
}
.footer_word span {
    color: #000;
    font-weight: bold;
}

.footer_bth {}

.footer_bth a {
    border-radius: 5px;
    padding: 1px 5px;
}

.footer_bth a:hover {
    background: #2070a5;

}

#footer .footer_bth a {
    background:  #2070a5;
    color: #fff;
}
#footer .footer_bth a:hover{
     background:#0d3c5a  ;
}
#footer a {
    display: inline-block;
    color: #004aa7;
}

#footer a:hover {
    color: #fff;
}

#footer .footer_img a {
        padding: 0 10px;
    display: block;
    text-align: center;
    margin-bottom: 21px;
}

#table li:nth-child(odd) {
    /*單數隔行換色*/
    background-color: #EEE;
}

#table li:nth-child(1) {
    /*首行th設定*/
    width: 100%;
    background-color: #67cbfe;
    display: table;
    padding: 10px 5px;
}

#table {
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding: 0px;
}

#table li {
    border-bottom: 1px #ccc solid;
    width: 100%;
    display: table;
    padding: 10px 5px;
    ;
}

.table_title {
    width: 25%;
    color: #000;
    display: table-cell;
    padding: 0 10px 0 0;
}

.table_txt {
    background: url(../images/icon02.png) no-repeat 5px 6px;
    width: 25%;
    color: #333;
    line-height: 150%;
    padding: 0 10px 0 20px;
    display: table-cell;
}

.table_txt a {
    color: #063;
}

.table_txt a:hover,
.table_txt a:focus {
    color: #F00;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #F00;
}

.page {
    margin: 10px 0;
    text-align: center;
    font-size: 95%;
}

.page * {
    vertical-align: middle
}

.page a {
    display: inline-block
}

.page li {
    display: inline-block;
    margin: 3px;
}

.page .icon a {
    border-radius: 5px;
    padding: 3px 8px;
    color: #FFF;
}

.page .icon a:hover,
.enter_bn:hover {}


.input01 {
    width: 70%
}

.input02 {
    width: 90%
}

.input03 {
    max-width: 80px;
}

.input04 {
    max-width: 175px;
}

.max-width {
    width: 50px;
}

.input06 {
    max-width: 200px;
    padding: 0px;
    background-color: #FFF;
}

.icon a,
.enter_bn {
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 5px;
    display: inline-block;
}

.enter_bn {
    border: 0px;
    border-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    display: inline-block;
    letter-spacing: 2px;
}

.main_bn a:hover,
.enter_bn:hover {
    background: #2070a5;
    color: #fff;
}


#center_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
}

#top_btn {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: right;
}

#top_btn .icon {
    display: inline-block
}

.list {
    color: #333;
    text-align: center;
    margin-top: 20px;
    padding: 0;
}

.list li {
    border-bottom: 1px #ccc dotted;
    width: 100%;
    display: table;
}

.list li:last-of-type {
    border-bottom: 0;
}



.list li:nth-child(1) {
    background: #2070a5;
}

.list .list_head {
    border-bottom: 0px;
    color: #fff;
    font-size: 1.125em;
    font-weight: 700;
    border-radius: 8px 8px 0 0;
}

.list span {
    display: table-cell;
    vertical-align: top;
    padding: 8px;
    vertical-align: top;
}

.list .list_head span {}

.list span dl {
    display: inline-block;
    padding-left: 5px;
}

.list span dt,
.list span dd {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

.table_head span {
    border-bottom: 0px
}

.list .list_title {
    text-align: left
}

.list .list_word {
    text-align: left;
    background: url(../images/icon_list.png) no-repeat 10px 13px;
    padding-left: 25px;
}

.list .icon.mail_bth,
.tabulation_word a,
.search li strong a,
.content_txt a,
.gallery_list .txt a,
.faq_txt a,
.video a,
.list a {
    color: #9e5108;
    display: inline-block;
}

.content_txt a,
.gallery_list .txt a {
    display: inline;
}

.list .icon.mail_bth:hover,
.tabulation_word a:hover,
.search li strong a:hover,
.content_txt a:hover,
.gallery_list a:hover,
.faq_txt a:hover,
.video a:hover,
.list a:hover {
    color: #2070a5;
}

.list .list_word a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    display: inline-block;
    padding-left: 5px;
}
.list .list_word dl a:after,
.list .list_word a.file:after,
.content_txt .imgbox a:after,
.owl-carousel .owl-item>a:after {
    display: none !important;
}




.list .icon {
    padding: 5px;
    color: #fff;
}

.list .icon.mail_bth {}

.list .icon a {
    color: #fff;
}

.table {
    text-align: left;
}

.table.list span {
    display: block;
    float: left
}

.text_le {
    text-align: left
}

abbr[title].must {
    color: #d20000;
    margin: 0px 5px 0 0;
    font-size: 150%;
    font-weight: bold;
    vertical-align: middle;
    border-bottom: 0;
    display: inline-block;
    text-decoration: none;
}

.search,
.tabulation {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 20px;
    line-height: 180%;
}

.tabulation>li {
    width: 100%;
    display: table;
    margin: 1px 0;
}

.tabulation_bg2 {
    background-color: #E3E3E3;
}

.tabulation_title {
    background: #E3E3E3;
    padding: 5px;
    font-weight: bold;
    margin: 2px 0;
}

.tabulation_list {
    padding: 5px
}

.tabulation .tabulation_list dd,
.tabulation .tabulation_list dd {
    padding: 0
}

.tabulation .tabulation_tt,
.tabulation .tabulation_word {
    display: table-cell;
    padding: 10px 5px;
    vertical-align: middle
}

.search_title,
.tabulation_tt {
    background: #E3E3E3;
    color: #333;
    text-align: right;
    line-height: 150%;
}

.tabulation_tt strong {
    color: #f00
}

.tabulation_word {}

.tabulation_word a {}

.tabulation_word a:hover {}

.tabulation_word .example {
    display: inline-block
}

.tabulation_blank {
    background: #E3E3E3;
    width: 20%;
    display: table-cell;
}

.tabulation2 {
    padding: 10px;
}

.tabulation2 .example {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;

    font-size: 95%
}

.tabulation2 .tabulation_tt {
    background: none;
    text-align: left;
}

.tabulation2 .tabulation_tt,
.tabulation2 .tabulation_word {
    display: block;
    padding: 0 0 5px 0;
}

.tabulation2 .tabulation_word>.file {
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px
}

.tabulation2 dt>.file:last-child {
    margin-bottom: 0
}

.tabulation2 .in_block {
    display: inline-block;
    vertical-align: middle
}

.tabulation2 input,
.tabulation2 textarea {
    border: 1px solid #CCC;
    border-radius: 5px;
}

.tabulation2 li {
    margin-bottom: 15px;
}

.tabulation2 li:last-of-type {
    margin-bottom: 0;
}

.content_date {
    color: #d20000;
    padding: 0;
    display: block;
}

.content_date:before,
.content_date2:before {
    content: "\f017";
    font-family: FontAwesome;
    transition: all 0.3s;
    padding-right: 5px
}

.content_date2 {
    color: #d20000;
    padding: 0;
    float: right;
    display: block;
}

.orange {
    color: #d20000;
    padding: 0;
}

.w100 {
    width: 100%
}

.w90 {
    width: 90%
}

.w80 {
    width: 80%
}

.w70 {
    width: 70%
}

.w60 {
    width: 60%
}

.w55 {
    width: 55%
}

.w50 {
    width: 50%
}

.w40 {
    width: 40%
}

.w30 {
    width: 30%
}

.w25 {
    width: 25%
}

.w20 {
    width: 20%
}

.w15 {
    width: 15%
}

.w10 {
    width: 10%
}

.w9 {
    width: 9%
}

.w8 {
    width: 8%
}

.w7 {
    width: 7%
}

.w6 {
    width: 6%
}

.w5 {
    width: 5%
}

.w4 {
    width: 4%
}

.inputXS {
    width: 25%
}

.inputS {
    width: 25%
}

.inputM {
    width: 50%
}

.inputL {
    width: 80%
}

.inputXL {
    width: 100%
}

.m_auto {
    margin: 20px auto 0 auto;
}

.h100 {
    height: 100px;
    vertical-align: middle;
}

.yellow {
    background-color: #FFFFCC;
}

.tabulation_word input,
.tabulation_list input {
    font-size: 95%;
    padding: 3px;
    margin-right: 5px;
    vertical-align: middle;
}


/*----------------------------faq---------------------*/

.faq {
    background: #fff;
    margin: 10px 0;
    padding: 0px;
}

.faq_title {
    border-radius: 10px;
    color: #fff;
    padding: 5px 10px 5px 2em;
    line-height: 180%;
    background: #8BB441;
    margin-bottom: 10px;
    position: relative;
}

.faq_number,
.faq_txt:before {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 84%;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: center;
    position: absolute;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}


.faq_number {
    background: #F0ECDE;
    left: 5px;
    top: 8px;
    color: #f26589;
}


.faq_txt:before {
    background: #8bb441;
    color: #fff;
    content: "A";
    left: 5px;
    top: 8px;
}


.faq_txt {
    line-height: 180%;
    color: #3d3d3d;
    padding: 5px 10px;
    padding-left: 2em;
    position: relative;
}

.faq_txt a {}

.faq_txt a:hover {}


/*----------------------------video---------------------*/

.video a {

    border-radius: 0;
    background: none;
    display: block;
}

.video a:hover {}

#video2 {}

.video2_imgBox {
    text-align: center;
    margin-bottom: 25px;
    padding: 10px;
}

.video_txt {
    line-height: 180%;
    text-align: left;
    margin-top: 10px;
}

.video_txt strong {

    padding: 5px 0;
    color: #313131;
}

.video_txt li {
    list-style-type: none;
}

.video_txt li .file {

    font-weight: bold;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li a {
    font-weight: bold;
    color: #ff8b25;
    padding: 2px 10px;
    display: inline-block;
}

.video_txt li i {
    color: #ff8b25;
    padding: 0
}

.video_txt li a:hover,
.video_txt li a:hover i {
    color: #622000;
}

.video_txt li span {
    font-weight: bold;
    color: #000;
}



/*----------------------------question---------------------*/

.question2 {
    max-width: 300px;
    border: 1px solid #CCC;
    margin: 20px auto
}

.question2 li {
    border: 0
}

.question3 {
    margin-top: 10px;
}

.question3 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.question3 li:last-child {
    border-bottom: 0px #ccc dotted;
}

.question3_tt {
    font-weight: bold
}

.question3 img {
    height: 8px !important
}

.list .progress {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}

abbr {
    display: block;
}

.progress-bar {
    background-color: #000;
}


/*----------------------------registration1---------------------*/

.registration1 {
    width: 80%;
    margin: 20px auto
}


/*----------------------------mail---------------------*/

#mail_word {
    border: 1px solid #CCC;
    color: #333;
    letter-spacing: 1px;
    line-height: 180%;
    padding: 20px;
}

.mail_read {
    text-align: center;
    margin: 5px 0;
    vertical-align: middle
}

.mail_read .enter_bn {
    margin: 5px 0;
}

.list .mail_bth:hover {
    color: #fff;
    opacity: 0.7
}



/*----------------------------vote---------------------*/

.vote2 {
    max-width: 500px;
    border: 1px solid #ccc;
    margin: 20px auto 0 auto;
}

.vote2 a {
    display: inline-block;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.vote2 li:last-of-type {
    background-color: transparent;
}

.vote2 .orange {
    color: #d20000;
    padding: 0;
    display: inline-block
}

.vote2 img {
    height: 8px !important;
}

.vertical {
    display: inline-block;
    width: 20%;
    height: 40px;
    -webkit-transform: rotate(-90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.vertical {
    box-shadow: inset 0px 4px 6px #ccc;
}

.progress-bar {
    box-shadow: inset 0px 4px 6px rgba(100, 100, 100, 0.6);
}


/*----------------------------gallery---------------------*/


/*輪播圖垂直置中*/

.owl-carousel .owl-stage {}

.owl-carousel .owl-item {
    display: inline-block;
    float: none;
    vertical-align: middle;
    text-align: center;
}

.owl-carousel .owl-item>a {
    text-align: center;
}




/*輪播圖垂直置中*/


/*箭頭垂直置中*/

.owl-theme .owl-nav {
    margin: 0
}

.owl-prev {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}



/*箭頭垂直置中*/

.gallery_list {
    margin-bottom: 20px;
}

.gallery_list .title a {
    color: #000;
}

.gallery_list .title a:hover {
    color: #ee7610;
}

.gallery_list .txt {
    display: block;
    line-height: 1.7em;
    margin: 0;
}

.gallery_list .imgbox {}

.gallery_list .imgbox2 {
    float: left;
    clear: both;
    text-align: center;
}








/*----------------------------spaces---------------------*/

.spaces_bn {
    margin-bottom: 5px;
}

.spaces_bn li {
    margin: 0 2px 0 0;
}

.spaces_txt {
    margin: 10px 0 0;
}

.spaces_bn li {
    display: inline-block;
    margin: 3px;
}

.spaces_bn a {
    border-radius: 5px;
    border: 1px solid #000;
    padding: 3px 8px;
    color: #000;
    display: block;
}

.spaces_bn a:hover,
.spaces_bn a.on {
    background: #000;
    color: #fff;
}

.spaces_mob .calendar2_doom2,
.spaces_mob .calendar2_doom {
    padding: 5px
}

.spaces_mob .calendar2_doom2 a {
    display: block;
    margin-bottom: 5px
}



/*----------------------------guest---------------------*/

.guest_list,
.guest_list2 {
    border: 1px solid #ccc;
    line-height: 180%;
    margin: 10px 0 25px 0;
    background: #fff;
}

.guest_list li {
    color: #454545;
    padding: 10px;
}

.guest_list li a {
    color: #fff;
}

.guest_list li a:hover,
.guest_list li a:focus {
    color: #ff5c30;
}

.guest_list li span {
    display: block;
}

.guest_list li:nth-child(1) {
    /*首行th設定*/
    background: #3365ac;
    color: #fff;
}

.guest_list li:nth-child(3) {
    /*第三行日期*/
    padding: 3px;
    text-align: right;
}

.guest_list2 {}

.guest_list2 li:nth-child(1) {
    /*首行th設定*/
    color: #fff;
    background: #ff5c30;
}

.guest_txt2 {
    max-width: 650px;
    float: left;
    font-weight: bold;
}

.guest_who {
    text-align: right;
    float: right;
    font-weight: bold;
}

.guest_who a {
    display: inline-block;
    margin: 0 5px;
}




/*----------------------------login---------------------*/

.login {
    width: 70%;
    margin: 50px auto 0;
}


/*----------------------------tour2---------------------*/

.tour2 {}

.tour2 li {}

.tour2 li.tour2_3item .item {
    width: calc(100%/3 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour2_2item .item {
    width: calc(100%/2 - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    float: left;
}

.tour2 li.tour3_3item .item img {
    width: 286px;
    height: 191px;
}

.tour2 li.tour2_3item .item img {
    width: 434px;
    height: 191px;
}

.tour2 li .item:last-of-type {
    margin-right: 0;
}


.tour2 li .item a {
    position: relative;
    display: block;
    overflow: hidden;
}

.tour2 li .item a .cover {
    width: 100%;
    height: 100%;
    background: url(../images/tour2/tour2_cover.png) repeat-x bottom;
    color: #fff;
    display: block;
    line-height: 30px;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s;
}

.tour2 li .item a .cover span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: -29px;
    text-align: center;
    transition: all 0.3s;
}


.tour2 li .item a:hover .cover,
.tour2 li .item a:focus .cover {
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.tour2 li .item a:hover .cover span,
.tour2 li .item a:focus .cover span {
    bottom: 10px;
    transition: all 0.3s;
}


.join_word {
    display: inline-block;
}

.join_word a {
    display: inline-block;
}

.join_word img {
    height: 25px
}

.red {
    color: #F00;
    letter-spacing: 1px;
}

.d_no {
    display: none
}

.sr-only {
    position: absolute;
    width: 0.063rem;
    height: 0.063rem;
    padding: 0;
    margin: -0.063rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.article .owl-carousel img {
    width: auto;
    max-width: 800px !important;
    max-height: 600px !important;
    display: inline-block;
}

.article .box {
    text-align: center;
}

.article .box .owl-next {
    background-color: #5c9f41;
    right: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.article .box .owl-prev {
    background-color: #5c9f41;
    left: 80px;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
}

.article .box i {
    line-height: 35px;
    display: inline-block;
}

.video2_imgBox,
.article .box {
    margin: 20px 0;
    background: #67cbfe;
    padding: 10px;
}

.article .box .owl-next:hover,
.article .box .owl-prev:hover {
    background-color: #e05555;
}

.update {
    font-size: 95%;
    text-align: right;
    color: #534e6d;
    padding: 0 15px;
    margin: 15px 0;
    letter-spacing: 1px;
}

.update strong i {
    padding-right: 5px;
}








/*font-size bg*/

.fontsize {
    border-radius: 5px;
    background: #ebf6d7;
    color: #3d3d3d;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    text-align: right;
    margin-left: 10px;
}

.fontsize li {
    float: left;
}

.fontsize li.type a {
    color: #386a17;
    line-height: 27px;
    padding: 0 10px;
}

.font_size_btn- {
    background-color: #fff;
    
}
.fontsize01 .font_size_btn- a:hover{
    color: #047ac7 
}
.fontsize li.font_size_btn- a,
.font_size_btn- a:hover {
    color: #fff;
}

.share_mob {
    display: none
}

.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}

.share.active {
    display: block
}

.share li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

@keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    80% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}



.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}

.share .type2 {
    background-image: url(../images/icon_youtb.png);
    background-color: #fe0000;
}

.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}

.share .type4 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}

.share .type5 {
    background-image: url(../images/icon_twitter.png);
    background-color: #41ABE1;
}

.share .type6 {
    background-image: url(../images/icon_instagram.png);
    background-color: #EF4D34;
}

.share .type7 {
    background-image: url(../images/icon_flickr.png);
    background-color: #F3F3F2;
}

.share .type1:hover {
    background-color: #071c44;
}

.share .type2:hover {
    background-color: #9f0101;
}

.share .type3:hover {
    background-color: #008c00;
}

.share .type4:hover {
    background-color: #aa1a0e;
}


.share .type5:hover {
    background-color: #227ba8;
}

.share .type6:hover {
    background-color: #c73018;
}

.share .type7:hover {
    background-color: #E7E7E5;
}

.share2 li a {
    background-image: none;
    padding: 0 !important;
    display: block;
    height: 100%;
}

.share .Gotop {
    width: 62px;
    height: 62px;
    background: url(../images/icon_top.png);
    transition: all 0.2s;
    display: none;
}

.share a {
    font-size: 0em;
    display: block;
    height: 100%;
}

.nav_parent  .share li a{
    font-size: 1em;
    }

.share a:hover {
    background-color: transparent !important;
    background-image: none !important;
}

.m_20 {
    margin-bottom: 20px
}

.m_30 {
    margin-bottom: 30px
}

.m_40 {
    margin-bottom: 40px
}

.m_50 {
    margin-bottom: 50px
}

.m_60 {
    margin-bottom: 60px
}

.m_70 {
    margin-bottom: 70px
}

.m_80 {
    margin-bottom: 80px
}

.m_90 {
    margin-bottom: 90px
}




/*字級大小  */
.share {
    min-width: 300px;
    font-size: 0;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
}


.share3 {
    min-width: 300px;
    font-size: 1em;
    position: absolute;
    top: -41px;
    right: 0;
    z-index: 9999;
    padding-bottom: 10px;
    text-align: right;
    display: none;
    background: #67cbfe;
    width: 106px;
    min-width: auto;
    padding-bottom: 0;
    padding: 7px 6px;
    border-radius: 4px;
    left: -37px;
}

.share3 a {
        color: #353535;
        line-height: 28px;
        padding: 0;
        text-align:  center;
        width: 28px;
}

.share3 a:hover{
        color: #fff;    
}

.share3 li{width: 28px;height: 28px; text-align: center;}

.nav_parent>a>img{
    vertical-align: initial;
}

.menu_nav .nav_parent>a{
    margin-right: -12px;
    padding: 5px 8px ;
}
.menu_nav .nav_parent{
     margin-right: -12px;
}
.fontsize00{
    margin-left: -10px;
}
/*字級大小  */




.home_img {

}

.home_img a {
    display: block;
}

.home_img a:focus,
.photo a:focus,
.photo2 a:focus,
.responsive_list2 a:focus,
.responsive a:focus {


    border: 2px #2F2F8A dotted;
}

.home_img .owl-next {
    width: 24px;
    height: 24px;
    background-image: url(../in_images/slick-next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.home_img .owl-prev {
    width: 24px;
    height: 24px;
    background: url(../in_images/slick-next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
}

.home_img .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.home_img .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #D6D6D6;
}

.home_img .owl-dots .owl-dot.active span,
.home_img .owl-dots .owl-dot:hover span {
    background: #000;
}

.mod-mainvisual {
    position: relative;
    overflow: hidden;
    display: block
}

.home_img a span {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px 15px 15px 30px;
    font-size: 110%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home_img img {
    max-height: 370px;
}


.responsive a{border: 2px solid #fff;display: inline-block;overflow:hidden;}
 .responsive img{ transition: all 0.4s;}

.responsive a:hover img {
    transform: scale(1.1);
}

.responsive .owl-next {
    width: 13px;
    height: 28px;
    background-image: url(../in_images/responsive_next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    right: -17px;
}

.responsive .owl-prev {
    width: 13px;
    height: 28px;
    background: url(../in_images/responsive_pre.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    left: -17px;
}

.responsive .owl-nav{
    display: block !important;
}



.news_img {
    width: 259px;
    float: left;
}

.news_tt {
    width: 100%;
    display: flex;
    margin-bottom: 13px;
}

.news_tt li {

    line-height: 43px;

    text-align: center;
}

.news_tt li a {
         border-right: 3px solid #fff;
    background-color: #caedff;
    display: block;
    color: #09457c;
    height: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 0 22px;
    position: relative;
    transition: all 0.3s !important;
    letter-spacing: 1px;
    border-radius: 8px 8px 0 0;
    font-size: 1.25em;  
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover {
        background-color: #67cbfe;
    color: #042439;
}

.news_tt .news_tt- a {
    background-color: #67cbfe;
    color: #042439;
    
}

.news_list {}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {

           display: block;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    top: 31px;
    right: 16px;
    border: none;
    width: 199px;
}

h2 {

}

.news_list .bth a {
        background:  #2d580e;
    /* border-radius: 10px; */
    width: 80px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    /* margin: 0 15px; */
    /* padding: 0px 27px; */
    font-size: 0.8em;
    margin-right: 7px;
}

.news_list .bth a.rss {
   background: #a25100;
}

.news_list .bth a:hover {
    background: #5ca57b;
}

.news_list .bth a.rss:hover {
    background: #e87504;
}

.news_list li {
    border-bottom: 1px #d4d4d4 dashed;
    width: 100%;
    display: table;
}


.news_list .list_word {
       width: 70%;
    /* background: url(../in_images/news_icon.png) no-repeat 5px 15px; */
    padding: 9px 10px 9px 0px;
    display: table-cell;
    vertical-align: top;
    font-size: 100%;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .list_word a {
    color: #212121;
}
#div_content .news_list .list_date_color{
    color: #1f607b
}
.news_list .list_word a:hover {
    color: #2070a5
}

.news_list .list_date {
    width: 15%;
    color: #000;
    display: table-cell;
    padding: 9px 10px 9px 10px;
    vertical-align: top;
    text-align: right;
}


.news_marquee {
          width: 80%;
    overflow: hidden;
    background-color: #FFF;
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap;
    position: relative;
    top: -22px;
    z-index: 1;
    padding: 22px 17px;
}
.news_marquee00{
             border-bottom: dashed #1f607b 2px;
    padding-bottom: 13px;
    background: url(../in_images/icon_marquee.png) no-repeat 32px -1px;
    padding-left: 69px;
}
.news_marquee a,
.news_marquee span {
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
    font-size: 110%;
    line-height: 98%;
    margin-right: 1.5em;

}
.div_promo_txt{

}

.news_marquee a:before,
.news_marquee span:before {
    content: "．";
}

.news_marquee a:hover,
.news_marquee a:focus {
    color: #f00;
}

.div_promo {
    overflow: hidden
}

.con_1{
       display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

/* ---------*/


.block0{
    display: block;
    border-radius: 20px 20px 0 0;
    background: #67cbfe;
    text-align: center;
    margin:0 18px 0 15px;
    padding-bottom: 30px;

}
.blockimg img{
    margin-top: -36px;
    margin-bottom: 15px;
}
.block0 h2{
    display: inline-block;
font-size: 1.375em;
color: #042439;
border-bottom: solid 2px #042439;
padding-bottom: 5px;
font-weight: 600;
letter-spacing: 2px;
margin-bottom: 30px;
}
.block1{
    padding: 0px 35px;
    margin:0px 0 20px 0;
}
.block1 select{
       width: 70%;
    height: 44px;
    color: #042439;
    font-size: 1.1em;
    font-weight: 600;
    padding-left: 16px;
}

.block1 input.links_bn{
        border: 0;
    border-radius: 50px;
    width: 44px;
    height: 44px;
    background: #2070a5;
    color: #fff;
    margin-left: 10px;
}
.block1 input.links_bn:hover{

    background: #07446d
}
.block2 input{
    background: #2070a5;
    padding: 6px 49px 6px 50px;
    font-size: 1.25em;
    letter-spacing: 5px;
    font-weight: 700    ;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 35px;
}
.block2 input:hover{
    background: #0d3c5a;
}


.bg1{
    background: url(../in_images/bg1.png) no-repeat center center;
    padding: 0px 15px;
    position: relative;
    z-index: 0;
    margin-top: 29px;

}
.bg1 h2{
       font-size: 1.5em;
    font-weight: 700;
    color: #09457c;
    text-align: center;
    display: block;
    margin-top: 10px;
    position: relative;
}
.bg1 h2:before{
                content: "\f0da";
    position: absolute;
    left: 263px;
    top: 1px;
    font-family: FontAwesome;
    font-size: 1.05em;
    transition: all 0.3s;
}
.bg1 .bg1_right{
    display: flex;
        justify-content: space-around;
        padding: 0 10px;
        flex-wrap: wrap;
}
.bg1 .bg1_right a{
    padding: 12px 40px;
    border:solid 1px #09457c;
    color: #042439;
    font-size: 1.125em;
}

.bg1 .bg1_right a:hover,.bg1 .bg1_right a:focus{
    background: #caedff;
    color: #042439;
     border:solid 1px #caedff;
}

.bg1 .col-md-4{
padding:30px 0
}

.bg1 .col-md-8{
padding:30px 0;

}


.bg1 .ffb{
       width: 98%;
    height: 125px;
    position: absolute;
    background: url(../in_images/bg1-.png) no-repeat center bottom;
    top: -89px;
    z-index: 1;

}







#group{
position: relative;
text-align: center;
}

#group a.more{
    background:  #2d580e;
    /* border-radius: 10px; */
    width: 80px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.8em;
    float: right;
}
#group a.more:hover{
    background: #5ca57b;
}
#group .title{
        position: relative;
    top: 19px;
    right: 0px;
}


#group2{
position: relative;
text-align: center;
}

#group2 a.more{
    background:  #2d580e;
    /* border-radius: 10px; */
    width: 80px;
    display: inline-block;
    line-height: 29px;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 0.8em;
    float: right;
}
#group2 a.more:hover{
    background: #5ca57b;
}
#group2 .title{
        position: relative;
    top: 19px;
    right: 0px;
}


.group h2{
    display: inline-block;
    background: url(../in_images/group-.png) no-repeat;
    width: 120px;
    height: 48px;
    color: #fff;
    line-height: 42px;
    font-size: 1.25em;
    font-weight: 700;
    position: relative;
    right: 59px;
    top: 0px;
    z-index: 2;
  
}

.video {
    text-align: center
}

.video_main {
 
}

.video .more,
.links .more {
    float: right;
 
}

.video iframe {
    width: 370px;
    height: 284px;
    border: 0;
    max-width: 100%
}

.fb iframe {
        text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 314px !important;
    border: 0;
}
.fb{
    margin-top: 19px;
}


/*箭頭垂直置中*/

.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}

.photo img {
    max-height: 284px !important;
    margin: auto;
}

.photo dt img {
    height: auto !important;
}

.photo span,
.video span {
    background: url(../in_images/links_list_icon.png) no-repeat 0 5px;
    display: block;
    margin-top: 9px;
    text-align: left;
    padding-left: 15px;
}

.photo2 {
    max-width: 370px;
    text-align: center;
    margin: auto;
}

.photo2 img {

}

.photo2 a {
    color: #fff;
    position: relative
}

.photo2 span {
       background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo {
    padding: 0;
    text-align: center
}

.photo a {
    display: block;
}

.bg2{
    margin-top: 45px;
}




.bg3{
    background: url(../in_images/bg3.jpg)center top;

    margin-top: 30px;
    padding-bottom: 55px;
}
.bg4{
    background: url(../in_images/bg4.jpg) no-repeat center top #c0e3f6;
}
.bg3 h2{
    font-size: 1.5em;
    color: #042439;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 40px;
        background: url(../in_images/bar.jpg) no-repeat 40.7% 100%;
    padding-bottom: 6px;
}
.bg4 h2{
    font-size: 1.5em;
    color: #042439;
    font-weight: 700;
    text-align: center;
    margin-bottom: 45px;
    margin-top: 40px;
    background: url(../in_images/bar.jpg) no-repeat 43.7% 100%;
    padding-bottom: 6px;
}

.bg3 .bg31{
    width: 144px;
    text-align: center;

}
.bg3 .bg31 span{
    text-align: center;
    color: #373737;
    font-size: 1.3em;
    font-weight: 700;
}
.bg3 .bg30{
    display: flex;
        justify-content: space-between;

        flex-wrap: wrap;

}
.bg3 .bg31:nth-of-type(1) .bg32{
    display: block;
    height: 143px;
    background: url(../in_images/bg3_01.png);
    margin-bottom: 18px;
    transition: 0.3s
}
.bg3 .bg31:nth-of-type(1)   .bg32:hover{
 background: url(../in_images/bg3_01-.png);
}


.bg3 .bg31:nth-of-type(2) .bg32{
    display: block;
    height: 143px;
    background: url(../in_images/bg3_02.png);
    margin-bottom: 18px;
    transition: 0.3s
}
.bg3 .bg31:nth-of-type(2) .bg32:hover{
 background: url(../in_images/bg3_02-.png);
}

.bg3 .bg31:nth-of-type(3) .bg32{
    display: block;
    height: 143px;
    background: url(../in_images/bg3_03.png);
    margin-bottom: 18px;
    transition: 0.3s
}
.bg3 .bg31:nth-of-type(3) .bg32:hover{
 background: url(../in_images/bg3_03-.png);
}

.bg3 .bg31:nth-of-type(4) .bg32{
    display: block;
    height: 143px;
    background: url(../in_images/bg3_04.png);
    margin-bottom: 18px;
    transition: 0.3s
}
.bg3 .bg31:nth-of-type(4) .bg32:hover{
 background: url(../in_images/bg3_04-.png);
}

.bg3 .bg31:nth-of-type(5) .bg32{
    display: block;
    height: 143px;
    background: url(../in_images/bg3_05.png);
    margin-bottom: 18px;
    transition: 0.3s
}
.bg3 .bg31:nth-of-type(5) .bg32:hover{
 background: url(../in_images/bg3_05-.png);
}



.bg4 .bg33{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

} 
.bg4 .ser0{
    margin-top: 47px;
}
.bg4 .bg33 a{
    width: 32%;
    padding: 15px 15px;
    font-size: 1.5em;
    color: #11517b;
    border:solid 3px #11517b;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}
.bg4 .bg33 a:before{
            content: "\f105";
    position: absolute;
    top: 15px;
    left: 304px;
    font-weight: 700;
    font-family: FontAwesome;
    font-size: 1.1em;
}
.bg4 .bg33 a:hover{
    background: #11517b;
    color: #fff
}

.res00{
    margin-top: 62px;
    margin-bottom: 70px;
}
.res00 .col-md-12 {
    padding-right: 35px;
    padding-left: 35px;
}








/*  分局  */

.sub1-1 .top_menu>li{
        width: 195px;
}


.sub1-1 .news_marquee{
           width: 100%;
    overflow: hidden;
    background-color: #FFF;
    display: block;
    padding-left: 30px;
    white-space: nowrap;
    padding: 9px 17px;
    position: static;
    padding-left: 0;
}

.sub1-1 .news_marquee00{
           border-bottom: none;
    padding-bottom: 8px;
    background: url(../in_images/phone.png) no-repeat 4px 2px;
    padding-left: 33px;
    padding-right: 52px;
    padding-top: 18px;

}

.sub1-1 .bg4{
    background: none
}

.sub1-1 .bg4 .bg33{
    justify-content: center;
}
.sub1-1 .bg4 .bg33 a{
   width: 230px;
    padding: 13px 15px;
    font-size: 1.25em;
    color: #fff;
    margin-bottom: 14px;
    font-weight: 700;
    position: relative;
    background: #2070a5;
    border-radius: 6px;
    box-shadow: 2px 2px 3px 0px #a7d7f7;
    border: none;
    border: solid 2px #2070a5;

}
.sub1-1 .bg4 .bg33 a:hover{
border:solid 2px #2070a5;
background: #fff;
color: #2070a5;
font-weight: 800;
}
.sub1-1 .bg4 .bg33 a:before{
        top: 13px;
    left: 198px;
}

.sub1-1 .bg4 h2{
            margin-bottom: 13px;
    background: url(../in_images/teammark.png) no-repeat calc(50% - 47px) 32%;
    color: #2070a5;
    padding-left: 32px;
}

.sub1-1 .bg4- h2{
    margin-top: 0;
}


.sub1-1 .bg3 .bg31 .bg32{
    background: url(../in_images/bg3-1_01.png);
    height: 179px;
        display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

}
.sub1-1 .bg3 .bg31 .bg32:hover{
      background: url(../in_images/bg3-1_01.png);
    
}
.sub1-1 .bg3 .bg31 .bg32:hover img{
    transform: rotateY(180deg);
}
.sub1-1 .bg3 .bg31 .bg32 img{
    transition: 0.6s
}
.sub1-1 .bg3 .bg31 {
    width: 179px;
    text-align: center;
}

.sub1-1 .block0{
            margin: 0;
    background: #caedff;
    border-top: solid 4px #2070a5;
    border-radius: 7px;
    padding: 0 15px 16px 15px;
    box-shadow: 1px 2px 4px 1px #e2e2e2;
    margin-top: 44px;
}

.sub1-1 .block1 input.links_bn{
    background: url(../in_images/serch00.png) #2070a5 no-repeat center center;
        border-radius: 3px;
    width: 44px;
    height: 44px;
        vertical-align: bottom;
        font-size: 0em;
}
.sub1-1 .block1 input.links_bn:hover{
        background: url(../in_images/serch00.png) #014e80 no-repeat center center;
}
.sub1-1 .block1{
            padding: 0px 0px;
    margin: 0px 0 20px 0;
    border-bottom: solid 3px #2070a5;
    padding-bottom: 20px;
}

.sub1-1 .block0 h2{
    margin-bottom: 15px;
    border-bottom: none;
    font-size: 1.25em;
}

.sub1-1 #div_content{
    background: #fff;
    box-shadow: 1px 2px 2px 1px #dedede;
    padding: 0px 0 61px 0px;
    border-radius: 11px;

}

.sub1-1 .news_list {
    padding: 0 20px;
}

.sub1-1 .news_tt{
    margin-bottom: 0;
}

.sub1-1 .news_list .list_word{
        padding: 13px 10px 13px 0px;
}

.sub1-1 .news_list .bth {
    bottom: 5px;
    top: inherit;
}
.sub1-1 .news_list .bth:last-of-type{
    border-bottom: none;
}
.sub1-1 .bg3{
    background: none
}

.sub1-1 .bgsub{
    background: url(../in_images/bgsub.png) no-repeat top center;
}

.sub1-1 .news_list .bth a{
    border-radius: 5px;
}

.sub1-1 .news_list .list_date{
    text-align: center;
}

.sub1-1 .news_list .purple0{
    color: #594d89;
    font-weight: 700;
}

.sub1-1 .news_list li{
        border-bottom: 1px #5f5f5f dashed;
}

.sub1-1 .bg2 {
    margin-top: 30px;
}

.sub1-1 .bg4 .ser0{
    margin-top: 38px;   
}

.sub1-1 .res00 {
    margin-top: 12px;
    margin-bottom: 60px;
}


.sub1-1 .home_img2{
    position: relative;
}

.sub1-1 .home_img2 .owl-dots{
    position: absolute;
    bottom: 7px;
    right: calc(0% + 109px);
}




.sub1-1 .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
     background: #67CBFE ;
}

.sub1-1 .owl-theme .owl-dots .owl-dot span{
     width: 13px ;
    height: 13px ;
    background: #fff ;
}


.sub1-1 #footer{
    background: #fff
}


.sub1-1 #footer:before{
        content: "";
    background: url(../in_images/footerbb.png) no-repeat center bottom;
    height: 152px;
    display: block;
    position: absolute;
    top: -131px;
    width: 100%;
    z-index: -1;
}

.sub1-1 .bg3{
    background: none
}
.sub1-1 #footer .footer_main{
        padding: 16px 0 16px 0;
}

.sub1-1 #footer a{

    color: #333;
}

.sub1-1 #footer a:hover{
       color:#2070a5;
}
.sub1-1 #footer .footer_bth a{
    color: #042439;
    background: #67cbfe;
}

.sub1-1 #footer .footer_bth a:hover{
   color: #ffffff;
    background: #1786bf;
}

.sub1-1 .block0 a{
    display: inline-block;
}
.sub1-1 .block0 a:hover img{
opacity: 0.7
}


.sub1-1 .block0- h2{
        font-size: 1.5em;
    color: #042439;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 12px;
    padding-bottom: 6px;
    display: inline-block;
        border-bottom: solid 2px #042439;
        background: none;
        padding-left: 0;

}

.sub1-1 .block0- input.links_bn{
    background: #2070a5;
    font-size: 1em;
}
.sub1-1 .block0- input.links_bn:hover{
        background: #07446d;
}
.sub1-1 .block0- .block1{
    border-bottom: none;
        margin: 0px 0 8px 0;
       
}

.sub1-1 .block0-{
    border-top:none;
    background: #67cbfe;
     margin-top: 91px;
}

.sub1-1 #ff_btn{
    top:-39px;
}


.responsive .owl-prev{
    display: none !important;
}
.responsive .owl-next{
    display: none !important;
}


.owl_click{
    position: absolute;
    z-index:9;
    background: #67cbfe;
    color: #3e3a39;
    top: 15px;
    left: 15px;
    border: 0;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.32);
    cursor: pointer;
}

 .owl_click:hover,.owl_click:active, .group  .owl_click:hover,.group  .owl_click:active{
    background: #2070a5;
    color: #FFF;
}

.owl_click.playing, .group  .owl_click.playing {
    background:  #2070a5 !important;
    color: #FFF !important;
}
.banner_box{
    position: relative;
}



.group .owl_click{
    position: absolute;
    z-index:9;
    background: #67cbfe;
    color: #3e3a39;
    top: 19px;
    left: unset;
    right: 92px;
    border: 0;
    width: 80px;
    height: 29px;
    cursor: pointer;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
    box-shadow: none;
}


.banner_box .owl_click{
    left: -9px;
}



.promo_click{
    background: #67cbfe;
    color: #3e3a39;
    position: absolute;
    top: 10px;
    right:10px;
    z-index: 999;
    border: 0;
    width: 35px;
    height: 35px;
    -webkit-box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.32);
    cursor: pointer;
}

.promo_click:hover{
    background: #2070a5;
    color: #ffffff;
}

