@charset "utf-8";


/* CSS Document */

a:focus {
    outline: 2px #a17533 dotted !important;
}

input[type*="text"]:focus,
textarea:focus {
    background-color: #FB812A !important
}

dd:before {
    content: none;
}

.menu_bth_b {
    height: 30px;
}

.menu_bth_b .b {
    top: -10px;
    left: -12px;
}

img {
    max-width: 100% !important;
    height: auto !important;
    vertical-align: middle;
}

body {
    font-family: 微軟正黑體;
    font-size: 100%;
    background-color: #fff;
    position: relative;
}

body * a:hover {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    /* Firefox */
    -webkit-transition: all 0.2s;
    /* Chrome&Safari */
}

#keyword {
    height: 32px;
    padding: 0 5px;
}

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%;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

.clear {
    clear: both
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*For IE 6&7 only*/
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

#FontSizeArea {
    background: url(../in_images/footer_bg.jpg) no-repeat center bottom;
}
.footer_bg {
    background: url(../in_images/bg.jpg) no-repeat center top;
}

.article a {
    text-decoration: none;
}

.clean {
    clear: both;
}

.span_none {
    display: none
}



/*img {
    width: 100%;
}*/

.modal-footer a {
    color: #F00
}

.modal-footer a:hover {
    color: #000
}

input[type="radio"],
input[type="checkbox"] {
    margin: 0 4px;
}



/* menu*/

.menu2 {
    display: none
}

#menu_bth {
    display: none
}

#main_menu {
    max-width: 1200px;
    margin: auto;
}

#main_menu .menu2 li a {
    padding-right: 2rem;
    word-break: break-all;
}

#menu_bth {
    cursor: pointer;
    height: 40px;
    background-color: #ffb160;
}

.top_menu {
    width: 100%;
    text-align: center;
    position: relative;
    display: table;
}

.top_menu li {
    width: calc(14.2%);
    display: table-cell;
    position: relative;
    /* 使子選單依照母選單的座標顯示 */
}

.top_menu>li:last-child {
    background: none;
}

.top_menu li a {
    color: #664813;
    padding: 20px 30px;
    display: block;
    font-size: 1.375em;
    font-weight: bold;
    position: relative;
}

.top_menu>li:first-of-type>a {
    border-radius: 10px 0 0 10px;
}

.top_menu>li:last-of-type>a {
    border-radius: 0 10px 10px 0;
}

.top_menu>li>a:hover,
.top_menu>li>a:focus,
.top_menu .top_menu_fixed>a {
    color: #e83c3e;
}

.top_menu>li:hover:before,
.top_menu .top_menu_fixed:before {
    content: "";
    width: 171px;
    height: 68px;
    background: url(../images/menu-.png);
    display: block;
    position: absolute;
    top: -8px;
    left: -10px;
}

.top_menu li:hover>ul {
    display: block;
    /* 滑鼠滑入母選單後，顯示子選單 */
}

nav>.top_menu>li {
    display: table-cell;
    /* 使一級選單排成一橫列 */
}



/* 二級選單顯示於一級選單的正下方 */

.top_menu ul {
    width:182px;
    position: absolute;
    z-index: 9999;
    list-style: none;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    padding-top: 25px;
    display: none;
}

.top_menu ul>.main {
    border-radius: 5px;
    background: url(../images/sub_bg.png) no-repeat center top;
    background-size: cover;
    padding: 10px 0;
}

.top_menu ul li {
    width: 100%;
    height: auto;
    background-image: none;
    display: block;
    float: none;
}

.top_menu ul li:last-child {
    border-bottom: 0;
}

.top_menu ul li a {
    height: auto;
    padding: 8px;
    font-size: 0.938em;
    color: #e83c3e;
    display: block;
    text-align: center;
}

.top_menu ul li a:hover,
.top_menu ul li a:focus {
    background: #E05141;
    color: #fff;
}

.top_menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}



/* page*/

.news_marquee {
    width: 100%;
    overflow: hidden;
    background-color: #FFF;
    background: url(../in_images/icon_marquee.png) no-repeat;
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap;
   color: #ff8503;
    margin-bottom: 25px;
}

.news_marquee a,
.news_marquee span {
    text-decoration: none;
    color: #ff8503;
    letter-spacing: 1px;
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
}

.news_marquee a:hover,
.news_marquee a:focus {
    color: #D72927;
}

.div_promo {
    overflow: hidden
}

.ace {
    color: #999;
    font-size: 84%
}

.con {
    margin-top: 10px;
}

#header {
    position: relative
}

#header .top {
    max-width: 1200px;
    margin: auto;
    padding: 10px;
    position: relative;
}

#logo {
    float: left;
    margin-top: 20px;
}

#logo a {
    display: block;
}

.place {
    color: #333;
    margin: 5px 0;
    font-size: 95%
}

.place li {
    display: inline-block
}

.place a {
    color: #333;
    display: inline-block;
}

.place a:hover,
.place .on {
    color: #ff8503;
}

.title_box {
    margin: 10px 0;
    position: relative;
}

.main_bn {
    position: absolute;
    right: 0;
    top: 13px;
}

.main_bn li {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    font-weight: bold;
    vertical-align: middle;
}

.main_bn .type3 a {
    padding: 0;
    height: 100%;
}

.main_bn li a {
    width: 92px;
    line-height: 36px;
    background: #0d8650;
    color: #fff;
    display: block;
    text-align: center;
}

.main_bn li a:hover {
    background: #a17533;
}

.article {
    min-height: 630px;
}

.content_txt {
    color: #333333;
    line-height: 180%;
    font-size: 100%;
}

.content_txt .imgbox a {
    display: block;
}

.content_txt b,
strong {
    line-height: normal;
}

.content_txt ul {
    list-style: disc;
    padding-left: 40px;
}

.content_txt a,
.gallery_list p a {
    display: inline;
    color: #0d8650;
}

.content_txt a:hover,
.gallery_list p a:hover {
    color: #a17533;
}

.content_txt p {
    margin: 0;
    word-wrap: break-word;
}

.content_txt .imgbox,
.faq .imgbox {
    font-size: 100%;
    float: right;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.content_txt .imgbox a,
.faq .imgbox a,
.imgbox a,
.imgbox2 a {
    border-radius: 5px;
    background: #0d8650;
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
}

.video .imgbox dt {
    border-radius: 5px;
    background: #ccc;
    vertical-align: middle;
    padding: 5px;
}

.video_box {
    display: table-cell;
    vertical-align: middle
}

.content_txt .imgbox img,
.faq .imgbox img,
.pic img,
.gallery_list .pic {
    max-height: 189px !important;
}

.content_txt .imgbox2 img {
    max-height: 600px !important;
}

#div_content {
    color: #333;
    background: #fff;
}

#content p {}

#content iframe {
    width: 100%;
}

.content_link {
    color: #f00;
    display: inline-block;
    vertical-align: top
}

.content_link:hover {
    color: #093;
}

.menu_navigation {
    font-size: 100%;
    float: right;
    margin-top: 55px;
}

.menu_nav {
    display: inline-block;
    vertical-align: middle;
    font-size: 100%;
    font-weight: bold;
    color: #4e4e4e;
}

.menu_nav a {
    display: inline-block;
    color: #685532;
}

.menu_nav a:hover {
    color: #e83c3e
}

.search_box {
    margin-top: 5px;
    text-align: right
}

.search_box .icon {
    border: 1px solid #000;
    background-color: #000;
    color: #FFF;
    padding: 2px;
    font-size: 100%;
}

.pic {
    clear: both;
    text-align: center;
    font-size: 100%;
}

.pic dl {
    display: inline-block;
    margin: 5px 0;
    vertical-align: top
}

.imgbox dt,
.imgbox2 dt {
    width: 100%;
    height: 200px;
    display: table;
    table-layout: fixed;
}

#main_type {
    text-align: right;
    padding: 0 0 10px 0;
    font-size: 100%;
}

#main_type select {
    height: 32px;
}

.type_word {
    color: #313131;
    padding: 2px 5px;
    vertical-align: middle;
}

label {
    vertical-align: middle;
}

.type_word a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}

.type_word a:hover {
    color: #ff8503;
}

.type_word a:focus {
    color: #ff8503;
}

.search_table {
    border: 1px solid #CCC;
    width: 150px;
    color: #333;
    letter-spacing: 1px;
}

.search_bn {
    border: 0px;
    margin-bottom: -6px;
    *margin-bottom: -5px;
}

.icon_go {
    border: 0px;
    background-image: url(../images/icon_bn_search.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.bn_search {
    border: 0px;
    background-image: url(../images/icon_bn_search.png);
    width: 32px;
    height: 32px;
    vertical-align: middle;
    text-indent: -9999px;
}

.icon_go:hover,
.bn_search:hover {
    opacity: 0.7
}



/*按鈕選單*/

.b {
    position: absolute;
    top: -10px;
    transition: .2s;
    cursor: pointer;
}

.b i {
    position: absolute;
    display: block;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: .2s;
}

.b1 {
    width: 25px;
    top: 24px;
    left: 22px;
}

.b2 {
    width: 25px;
    top: 30px;
    left: 22px;
}

.b3 {
    width: 25px;
    top: 36px;
    left: 22px;
}

.b:hover {
    background: #c00;
}

.b1_on {
    top: 10px;
    left: 25px;
    width: 25px;
    transform: translateY(20px) rotate(45deg);
}

.b3_on {
    top: 50px;
    left: 25px;
    width: 25px;
    transform: translateY(-20px) rotate(-45deg);
}

.b2_on {
    left: 50px;
    width: 0;
}

.left_menu {
    position: relative
}

.left_menu .ace {
    position: absolute
}

.menu_icon {
    color: #FB812A;
    position: absolute;
    top: 10px;
    right: 10px;
}

.left_menu .menu_icon {
    top: 13px;
}

.menu_icon:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: smaller;
}

.menu_icon-:before {
    content: "\f078";
}

.menu2 {
    border-radius: 10px;
    border: 3px solid #2BA770;
    background-color: #FB812A;
    padding: 0 15px 15px;
}
.menu2 li {
       position: relative
}
.menu2>li {
    margin-top: 15px;

}

.menu2>li:nth-of-type(2) {
    margin-top: 0;
}

.menu2>li>a {
    background-color: #fff;
    display: block;
    border-radius: 5px;
    color: #6c5021;
    font-size: 1.125em;
    font-weight: bold;
    padding: 13px 5px 13px 15px;
    box-shadow: 0 5px 0 0 #D3D3D3;
    transform: translateY(-3px);
    transition: all 0.1s ease 0s;
}

.menu2 li a:hover,
.menu2 .sub_menu- a {
    color: #e83c3e;
}

.menu2>li>a:active {
    margin-top: 0px;
    transform: translateY(0);
    box-shadow: 0px 0px 0px #063672, 0px 0px 0px transparent, 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.menu2 .sub_sub {
    display: none;
    background-color: #FFF;
}

.sub_menu2 {
    position: relative;
}

.menu2 .sub_sub a {
    font-size: 1.000em;
    background: url(../images/left_icon2.png) no-repeat 20px 16px;
    color: #333;
    padding: 8px 5px 8px 35px;
    display: block;
}

.menu2 .sub_sub a:hover,
.menu2 .sub_menu2- a {
    color: #e83c3e;
}

.menu2 .sub_sub2 {
    display: none;
    font-size: 100%;
}

.sub_menu3 {
    position: relative
}

.menu2 .sub_sub2 a {
    background: url(../images/left_icon3.png) no-repeat 38px 15px;
    color: #6c6c6c;
    padding-left: 50px;
    padding-right: 5px;
}

.menu2 .sub_sub2 a:hover {
    color: #e83c3e;
}

.menu2 .sub_sub3 {
    display: none;
    background-color: #f7f7f7;
    font-size: 100%;
}

.menu2 .sub_sub3 a {
    background: url(../images/left_icon3.png) no-repeat 55px 16px;
    color: #a1a1a1;
    padding-left: 65px;
}

.menu2 .sub_sub3 a:hover {
    color: #e83c3e;
}

.menu2 .sub_menu4- a {   
    color: #e83c3e;
}

.menu2 .sub_sub4 {
    display: none;
    font-size: 100%;
}

.menu2 .sub_sub4 a {
    background: url(../images/left_icon3.png) no-repeat 65px 16px;
    color: #a1a1a1;
    padding-left: 75px;
}

.menu2 .sub_sub4 a:hover {
  
    color: #e83c3e;
}

.menu2 dl {
    border-top: 1px #ccc dotted;
    background: url(../images/icon01.png) no-repeat 5px 13px;
    font-size: 100%;
}

.menu2 dl a {
    color: #313131;
    padding: 10px 0 10px 25px
}

.menu2 dt {
    background: url(../images/icon02.png) no-repeat 21px 11px;
    font-size: 100%;
    font-weight: 500
}

.menu2 dt a {
    color: #3c3c3c;
    padding: 5px 0 5px 35px
}

.menu2 dt a:hover {
    background-color: transparent;
    color: #f00
}

.menu2>li.left_title {
    color: #fff;
    font-size: 1.563em;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    padding: 15px 0;
    margin: 0;
}

.nav_search {
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 5px;
}

.nav_search .text {
    width: 224px;
    background: #F8EFE4;
    border-radius: 5px;
    border: 0;
    color: #685532;
    padding: 10px 40px 10px 25px;
}

.nav_search .text2 {
    width: 26px;
    height: 25px;
    background: url(../in_images/nav_search_icon.png);
    border: 0px;
    vertical-align: middle;
    position: absolute;
    top: 8px;
    right: 15px;
}

#footer {
    color: #6f3400;
    padding: 50px 0 210px 0;
    line-height: 180%;
    font-size: 0.938em;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.footer_img,
.footer_word {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    
}
.footer_img{margin-top: 10px;}
.footer_img a {
    padding: 0 10px;
}

.footer_word {
    white-space: nowrap;
    padding-left: 40px;
}

.footer_word span {
    color: #000;
    font-weight: bold;
}

.footer_bth {
    border-radius: 5px;
    background: #000;
    color: #FFF;
    padding: 1px 5px;
}

.footer_bth:hover {}

#footer .footer_bth a {
    color: #FFF
}

#footer a {
    display: inline-block;
    color: #ff8503;
}

#footer a:hover {
    color: #D72927
}

img {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.no_txt {
    /*<noscript>標籤用*/
    font-weight: bold;
    color: #F00;
}

.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%
}

.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
}

.yellow {
    background-color: #FFFFCC;
}

.red {
    font-size: 100%;
    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;
}

@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);
    }
}

.home_img {
    max-width: 1200px;
    margin: 0 auto 30px;
    padding: 15px;
}

.home_img .owl-stage-outer {
    -webkit-box-shadow: 4px 5px 51px rgba(200, 124, 30, 0.75);
    -moz-box-shadow: 4px 5px 51px rgba(200, 124, 30, 0.75);
    box-shadow: 4px 5px 51px rgba(200, 124, 30, 0.75);
}

.home_img a {
    display: block;
}

.home_img a:focus,
.photo a:focus,
.photo2 a:focus,
.responsive_list2 a:focus,
.responsive a:focus {
    border: 2px #a17533 dotted;
}

.home_img .owl-next {
    width: 43px;
    height: 107px;
    background-image: url(../in_images/slick-next.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    right: -32px;
}

.home_img .owl-prev {
    width: 43px;
    height: 107px;
    background: url(../in_images/slick-prev.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
    left: -32px;
}

.home_img .owl-dots {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.home_img .owl-dots .owl-dot span,
.responsive .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    background: #ffffff;
    border: 1px solid #F59360;
}

.home_img .owl-dots .owl-dot.active span,
.home_img .owl-dots .owl-dot:hover span,
.responsive .owl-dots .owl-dot.active span,
.responsive .owl-dots .owl-dot:hover span {
    background: #F59360;
}

.mod-mainvisual {
    position: relative;
    overflow: hidden;
    display: block
}

.home_img dt {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    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: 350px;
}

.mod-mainvisual:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../in_images/slick_bg.png);
    background-size: cover;
    background-position: center;
    z-index: 20;
}

.photo {
    padding: 0;
    text-align: center
}

.photo a {
    display: block;
}



/*輪播圖垂直置中*/

.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: -20px;
}



/*箭頭垂直置中*/

.news_tt {
    width: 20%;
    display: table;
    float: left;
}

.news_tt:before {
    content: "";
    width: 107px;
    height: 26px;
    background: url(../in_images/news_tt.png);
    display: block;
    margin: 0 auto 10px;
}

.news_tt li {
    width: 127px;
    line-height: 39px;
    display: block;
    text-align: center;
    margin: 0 auto 13px;
}

.news_tt li a {
    background: url(../in_images/news_tt_bg.png) no-repeat;
    background-size: contain;
    display: block;
    color: #fff;
    height: 100%;
    font-size: 110%;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 0 10px;
    position: relative;
    transition: all 0.3s !important;
}

.news_tt li:last-of-type a {
    border-right: 0;
}

.news_tt li a:hover,
.news_tt .news_tt- a {
    background: url(../in_images/news_tt_bg-.png) no-repeat;
    color: #fff
}

.news_list {
    width: 80%;
    float: right;
}

.tt {
    margin-bottom: 5px;
}

.news_list .bth {
    text-align: right;
    margin: 10px;
}

.news_list .bth {
    float: right;
    font-size: 0.938em;
    position: relative;
}

.news_list .bth a {
    color: #6e3400;
    margin-right: 10px;
}

.news_list .bth a:hover,
.news_list .bth a:focus {
    color: #D72927;
}

.news_list li {
    width: 100%;
    display: table;
    margin: auto;
}

.news_list .news_list_m>li:hover {
    background: #f59360
}

.news_list dd {
    width: 65%;
    background: url(../in_images/left_icon2.png) no-repeat 10px 15px;
    padding: 6px 10px 6px 25px;
    display: table-cell;
    vertical-align: top;
    font-size: 1em;
    max-width: 0;
    /*重點這行才會...*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list dd a {
    color: #6e3400;
}

.news_list li:hover a {
    color: #fff
}

.news_list dt {
    color: #7e5d00;
    display: table-cell;
    padding: 6px 10px 6px 10px;
    vertical-align: top;
    font-size: 1.000em;
    text-align: center;
}

.news_list .date {
    width: 20%;
}

.news_list .class {
    width: 15%;
}

.mayor {
    background: #F8EFE3 url(../in_images/mayor_img.png) no-repeat center right 20px;
    border: 3px solid #F9D360;
    border-radius: 10px;
    width: 100%;
    height: 248px;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.mayor>.link {
    position: absolute;
    top: 15px;
    left: 15px;
}

.mayor>.link li {
    margin-bottom: 5px;
    padding-left: 35px
}

.mayor>.link li:nth-of-type(1) {
    background: url(../in_images/icon_mayor1.png) no-repeat;
}

.mayor>.link li:nth-of-type(2) {
    background: url(../in_images/icon_mayor2.png) no-repeat;
}

.mayor>.link a {
    color: #7e5d00;
    font-size: 1em;
    font-weight: bold;
    line-height: 28px;
}

.mayor>.link a:hover {
    color: #ff8503;
}

.mayor>.present {
    background: #6F0201;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: -25px;
    right: 55px;
}

.mayor>.present * {
    vertical-align: middle
}

.mayor>.present span {
    font-size: 1.250em;
}

.mayor>.present h2 {
    display: inline-block;
    font-size: 1.750em;
    font-weight: bold;
    margin-left: 5px;
}

.m_20 {
    margin-bottom: 20px
}
.m_55 {
    margin-bottom: 55px
}
.m_75 {
    margin-bottom: 75px
}
.m_125 {
    margin-bottom: 125px
}

.service {
    position: relative;
    margin-bottom: 40px;
}

.service a {
    width: 141px;
    height: 141px;
    background: #fff;
    border: 8px solid #E05141;
    color: #fff;
    display: block;
    border-radius: 100%;
    margin: auto;
    text-align: center;
}

.service img {
    transform: translateY(20px);
    transition: all 0.2s;
}

.service a:hover img {
    transform: translateY(5px);
}


.service h3 {
    width: 167px;
    background: #E05141;
    border-radius: 20px;
    font-size: 1.500em;
    font-weight: bold;
    padding: 8px 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
}

.links {}

.links li {}

.links li a {
    border-radius: 30px;
    color: #fff;
    display:  block;
    line-height: 65px;
    font-size: 1.500em;
    font-weight: bold;
    text-align:  center;
    margin-bottom: 20px;
    position:  relative;
}


.links li a figcaption{
    width:  53px;
    height: 53px;
    line-height: 53px;
    
    border-radius: 100%;
    position:  absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin:  auto;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: ease-in-out;


}
.links li a:hover figcaption,.links li a:focus figcaption{
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.2);
  }
}

.links li:nth-of-type(1) a{
    border: 3px solid #FED3AA;
    background:#FFC561 url(../in_images/icon_links1.png) no-repeat center left 15px;
}

.links li:nth-of-type(2) a{border: 3px solid #E3A5A5;
        background:#E57472 url(../in_images/icon_links2.png) no-repeat center left 15px;
}

.links li:nth-of-type(3) a{border: 3px solid #96BD94;
        background:#68C663 url(../in_images/icon_links3.png) no-repeat center left 15px;
}

.links li:nth-of-type(4) a{border: 3px solid #B4C2D9;
        background:#7686FE url(../in_images/icon_links4.png) no-repeat center left 15px;
}
.links li:nth-of-type(1) a figcaption{background: #FF6B13;}
.links li:nth-of-type(2) a figcaption{background: #FA2524;}
.links li:nth-of-type(3) a figcaption{background: #1BA614;}
.links li:nth-of-type(4) a figcaption{background: #3047F4;}




.responsive_box {
    background: #fff;
    padding: 35px 0
}

.r_box {
    text-align: center;
    display: block;
}

.responsive .r_box img {
    width: auto;
    max-height: 62px;
}

.responsive .owl-next {
 width: 36px;
    height: 92px;
    background: url(../in_images/responsive_next.png) !important;
    background: #ffaf5c;
     background-color: transparent !important; 
     font-size: 0 !important; 
         right:-10px;
}

.responsive .owl-prev {
    width: 36px;
    height: 92px;
    background: url(../in_images/responsive_pre.png) !important;
    background-color: transparent !important;
    font-size: 0 !important;
        left: -10px;
}





.photo img {
    max-height: 236px !important;
    margin: auto;
}
.photo dt img {
    height: auto !important;
}
.photo dt, .video dt {
    background: url(../in_images/links_list_icon.png) no-repeat 0 5px;
    margin-top: 9px;
    text-align: left;
    padding-left: 15px;
}
.photo2 {
    max-width: 370px;
    text-align: center;
    margin: auto;
}

.photo2 a {
    color: #fff;
    position: relative
}
.photo2 dt {
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 10px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.group {
    background: #fff ;
    border: 5px solid #F9D360;
    border-radius: 10px;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.video {
    text-align: center
}
.video_main {

}

.video iframe {
    width: 100%;
    height:236px;
}


.wind {

    background: #fffceb;
    padding:0 !important
}
ul#portfolio{ min-height:155px!important;}

ul#portfolio li{width:100% !important;}

.moreBOX {
    text-align: center;
}

.BUTmore {
    background: #ee1c25;
    border-radius: 5px;
    color: #fff !important;
    padding: 5px;
    font-size: 84%;
    text-decoration: none;
}

.moreBOX a>img {
    vertical-align: middle;
}


.alertCAP_banner04.bannerYellow .alertCAP_title{border-radius: 10px 10px 0 0;}

.alertCAP_banner04{    border-radius: 10px;
    width:100% !important;
     height:246px !important;
    background-color:#fffceb !important;
    border:0px !important;
    box-shadow: 0px 8px 6px -5px rgba(102,90,76,1);
}

.alertCAP_banner04 .alertCAP_title,.alertCAP_banner04 .alertCAP_con{width:100% !important;}

.alertCAP_banner04 .alertCAP_con a{ color: #484d55 !important;text-decoration: none !important} 

.responsive{
  background: #fff;
  padding: 12.5px 40px;
}

.responsive_main{
    background: #FFAF5C;
    border-radius: 10px;
    padding: 3px;
    }

.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;
}

.share .type1 {
    background-image: url(../images/icon_fb.png);
    background-color: #2c5194;
}
.share .type2 {
    background-image: url(../images/icon_google.png);
    background-color: #dc483c;
}
.share .type3 {
    background-image: url(../images/icon_line.png);
    background-color: #10bc10;
}
.share .type1:hover {
    background-color: #071c44;
}
.share .type2:hover {
    background-color: #aa1a0e;
}
.share .type3:hover {
    background-color: #008c00;
}



    
    @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);
        }
    }
    
     
    


.share2 {
    /* padding-left: 10px; */
}

.share2 li {
    border:0!important;
    width: 45px;
    height:45px;
    transition: transform 0.5s ease;
    display:inline-block;
    margin:5px 0 5px 8px;
}
.share2 li a {
    background-image:none;
    padding:0 !important;
    display:block;
    height:100%;
}

.Gotop {
    width: 50px;
    height: 50px;
    background: #ffaf5c;
    border-radius: 100%;
    position: fixed;
    bottom: 12%;
    right: 2%;
    opacity: 0.7;
    z-index: 999;
}
.Gotop a {
    color: #fff;
    padding: 0.9em 0.6em 0.9em 0.6em;
    text-align: center;
    display: block;
}
.share a {
    display: block;
    height: 100%;
}
.share a:hover,
.share2 li a  {
    background-color: transparent !important;
    background-image:none !important;
}

.share_web {
    font-size: 0;
    position: absolute;
    top: 13px;
    right: 120px;
    z-index: 9999;
    padding-top: 10px;
    text-align: right;
    display: none;    
}
.share_web li {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom: none;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

.share_web li a {
    border: none !important;
}

.share_web.active, .news_list .bth span:hover .share_web {
    display: block;
}