html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.slick-prev,
.slick-next {
    z-index: 99;
}

.slider00 {
    width: 100%;
    margin: 25px auto;
    padding: 0 6%;
}

.slider00 .slick-arrow {
    /*	display:none!important;*/
}

.slider00:hover .slick-arrow {
    display: block!important;
}

.slick-prev {
    /*left: -2%;*/
}

.slick-next {
    /* left:100px; */
}

.slick-slide {
    margin: 0px 2px;
}

.slick-slide img {}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.text_size_change {
    margin-right: 5%;
    z-index: 99998;
}


/*section3*/

#section3 .section_title_orange {}

.video_btn {
    width: 50%;
    float: right;
    padding-left: 5%;
    margin-top: 10px;
}

.video_title {
    font-weight: 900;
}

.video-fit iframe {
    object-fit: fill;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    font-family: 'object-fit: cover;';
    max-width: 100%;
}

.slick-prev:before {
    color: #000;
}

.row,
div.row {
    width: 90%;
    margin: 0 auto;
}

#news .row {
    width: 100%;
}

#news ul.pagination {
    display: flex;
}

.full3 {
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 9;
    width: 100%;
}

.fb-share-button {
    margin: -3px 5px;
}

.bitem2 {
    position: relative;
    width: 100%;
    /*height: 100vh;*/
    overflow: hidden;
}

.bitem2 a {
    display: block;
    width: 100%;
    /*height: 100vh;*/
}

.bitem2 a img {
    visibility: hidden;
}

.bitem {
    overflow: hidden;
    position: relative;
    height: 100vh;
    background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102728/https://www.tbri.gov.tw/assets/img/banner_home.jpg);
    background-size: cover;
    background-position: 50% 50%;
}

.bitem1 {
    /*background-position:  50% 50%;

 width: 100%;
 height: 100%;
 background-size: cover;
background-repeat:no-repeat;*/
}

.bitem>img {
    /*  position: absolute;
  width: 100%;
  height:auto;
  max-height:70%;
  display:none;*/
}


/*----- GLOBAL ------*/


/* Layout */

body {
    overflow-x: hidden;
    font-family: Microsoft JhengHei;
    font-weight: 600;
    background-color: #fff0d3;
}

* {
    font-family: Arial, 微軟正黑體;
    margin: 0px;
    padding: 0px;
}

.full2 {
    background-color: rgba(255, 255, 255, 1);
    /*position: absolute;*/
    z-index: 999;
    width: 100%;
}

.inl>li,
.inl>td,
.inl>img {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

input {
    border-radius: 0;
}

.wrapper {
    padding: 35px 10px;
}

.container {
    position: relative;
}

.full-w {
    width: 100%;
}

.center {
    text-align: center;
}

.no_right_margin {
    margin-right: 0!important;
}

.full {
    position: absolute;
    top: 0;
    z-index: 3000;
    width: 100%;
}

li {
    list-style: none;
}


/* Font */

a {
    color: #000;
}

a:focus,
a:hover {
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.dark_bg,
.dark_bg a {
    color: #fff;
}

.web_link_background {
    background-color: #7e6b5b !important;
}

.float_left {
    float: left;
}


/*.search_mobile{
	float: right;
	text-align: right;
    padding-right: 20px;
}*/

.search_mobile {
    position: absolute;
    /*padding: 22% 25%;*/
    z-index: 9999;
    width: 100%;
    margin-top: 50px;
    padding-right: 70px;
}

@media screen and (max-width: 769px) {
    .search_mobile {
        margin-top: 0px;
        padding-right: 0px;
    }
    .search_input {
        width: auto;
    }
    header.page-header {
        height: 150px !important;
        position: relative;
    }
    .full3 {
        height: 150px !important;
    }
}

.navbar-collapse.collapse .sub_nav a {
    border-left: 1px solid;
    color: #000;
    padding: 0 10px;
    float: left;
}

.navbar-collapse.collapse .sub_nav a.first {
    border: none;
}

.sub_nav li {
    float: left;
}

.sub_nav a.first {
    border: none;
}

.orange.title {
    padding: 10px 15px;
    font-size: 1em;
}

.green.nav-pills>li>a {
    background-color: #cecfce;
    border-radius: 0;
    margin: 0 5px;
}

.green.nav-pills>li.active>a,
.green.nav-pills>li.active>a:focus,
.green.nav-pills>li.active>a:hover,
.green.nav>li>a:focus,
.green.nav>li>a:hover {
    background-color: #9cb632;
    border-radius: 0;
}


/* Scrollbar */

.scroll {
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}


/* Toggle Buttons */

button.toggle_btn {
    position: relative;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    color: #fff;
    background: #167ac6;
    padding: 7px 4px;
    border-radius: 4px;
    border: none;
}

button.toggle_btn span {
    background: #fff;
    width: 20px;
    height: 3px;
    display: block;
    border-radius: 7px;
    margin: 3px;
}


/* Slick Slider */

#section5 .slick-slide img {
    width: 100%!important;
    height: 70px;
    max-height: 100%;
}

.move_slider li {
    position: absolute;
    cursor: pointer;
    font-size: 1.5em;
}

.move_slider .slide {
    position: relative;
    max-height: 236px;
    overflow: hidden;
    margin: 0 1px;
    width: auto!important;
}

.slide__caption {
    bottom: 0;
    min-height: 30px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #222;
    opacity: 0.8;
    line-height: 30px;
    padding: 5px;
    color: #fff;
    font-weight: 200;
    margin: 0 5px;
}

.carousel {
    width: 100% !important
}

#top_slider .carousel-inner {
    width: calc(100% - 125px);
}

.carousel-indicators {
    right: 10px;
    width: auto !important;
    bottom: 0px !important;
    left: auto;
}

.carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.7);
    border: 0px solid #12438663;
}

.carousel-indicators .active {
    background-color: #1f6ad269;
}

.top_slider_outside {
    position: relative;
    background-color: #557e1d;
    top: -50px;
    padding: 15px 20px;
    width: 100%;
}

.top_slider_outside p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: white;
}


/* Slider ZOOM effect */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.2, 1.2);
    }
    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.2, 1.2);
    }
    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes leftzoom {
    0% {
        left: 0;
        transform: scale(1, 1);
    }
    50% {
        left: 100%;
    }
    100% {
        transform: scale(1.2, 1.2);
    }
}

@keyframes leftzoom {
    0% {
        left: 0;
        transform: scale(1, 1);
    }
    50% {
        left: 100%;
    }
    100% {
        transform: scale(1.2, 1.2);
    }
}

@-webkit-keyframes rightzoom {
    0% {
        right: 0;
        transform: scale(1.25, 1.25);
    }
    50% {
        right: 100%;
    }
    100% {
        transform: scale(1, 1);
    }
}

@keyframes rightzoom {
    0% {
        right: 0;
        transform: scale(1.25, 1.25);
    }
    50% {
        right: 100%;
    }
    100% {
        transform: scale(1, 1);
    }
}


/*----- FADE -----*/

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/*----- FADE -----*/

.carousel-inner .item a.zoom>img {
    -webkit-animation: zoom 15s;
    animation: zoom 15s;
}

.carousel-inner .item a.left>img {
    -webkit-animation: leftzoom 15s;
    animation: leftzoom 15s;
}

.carousel-inner .item a.right>img {
    -webkit-animation: rightzoom 15s;
    animation: rightzoom 15s;
}


/*----- HEADER ------*/

header.page-header {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    width: 90%;
    border: none!important;
    height: 100px;
}

.page-header .container {
    margin: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
}

.navbar-brand {
    height: auto;
    padding: 15px 0;
}

.navbar-brand>img {
    width: 350px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-top: none;
    padding: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover,
header button.toggle_btn {
    background: #80B34A;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    height: 3px;
}

.search_desktop {
    /*float:right; */
    text-align: right;
}


/* Right Sub Nav */

.navbar-right {
    text-align: right;
}

.page-header .lag-a {
    background: #93a912;
    line-height: 23px;
    border-left: 0;
    padding: 3px 15px 4px;
    color: #fff;
    vertical-align: middle;
}

.navbar-header .phone-lag {
    color: #fff;
}

.search_right .nav>li>a {
    font-size: 1em;
    padding: 5px 8px;
    color: #000;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background: rgba(0, 0, 0, 0);
}

.nav>li>a:hover {
    background-color: white;
    transition: 0.35s;
}

.page-header a.round {
    border: none;
    background: #80B34A/*#93a912*/
    ;
    text-align: center;
    padding: 10px 12px 10px 8px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

a.subscribe img {
    width: 20px;
    height: 20px;
    margin-left: 1px;
    margin-top: -3px;
}


/*line share*/

iframe.line-it-button {
    width: 40px !important;
    height: 40px !important;
}

#social_share {
    position: absolute;
    z-index: 999999;
    top: 80px;
    right: 10px;
    padding: 10px;
}

#lang_selector {
    position: absolute;
    z-index: 999999;
    top: 80px;
    right: -43px;
    padding: 14px;
    font-size: 0.8125em;
    background-color: #a5b65d;
}

#social_share a,
#lang_selector a {
    color: #fff;
    display: block;
    line-height: 28px;
}

#lang_selector a {
    width: 76px;
    padding: 0 7px;
    font-size: 0.9375em;
}


/* Main Nav */

#main {
    width: 90%;
    margin: 0 auto;
}

#navbar-main {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    /* z-index: 999;*/
    background-color: #d6d5d5;
    /*background-color: transparent;*/
}

nav .wrapper {
    padding: 0;
}

nav .container {
    width: 100%;
}

.dropdown-menu>li>a {
    white-space: normal;
    padding: 0px 10px;
}

.menu-small .dropdown-menu {
    min-width: 100%;
    margin: 0 auto;
    white-space: normal;
}

.navbar .menu-small .dropdown-menu a {
    border-bottom: none !important;
    color: white !important;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    min-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar .menu-small .dropdown-menu a:hover {
    color: #cdcdcd !important;
}

.affix {
    top: 0;
    left: 0;
    right: 0;
}


/*page*/

.breadcrumb>li+li:before {
    content: ">";
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
}

.page_top_info {
    padding: 0;
}

.shareandtitle_sider {
    margin-top: 20px;
    margin-bottom: 20px;
}

.share_button .share_buttonimage a {
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    margin-left: 3px;
    text-indent: -9999px;
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102728/https://www.tbri.gov.tw/assets/img/plug.png);
}

.share_buttonimage.print a {
    background-position: 0 0;
    width: 85px;
    cursor: pointer;
}

.share_buttonimage.fb a {
    background-position: -85px -23px;
}

.share_buttonimage.twitter a {
    background-position: -108px 0;
}

.share_buttonimage.google a {
    background-position: -131px 0;
}

.share_buttonimage.plurk a {
    background-position: -154px 0;
}

.page_breadcrumb {
    float: left;
    display: inline-block;
}

.right_content .text_size_change {
    position: absolute;
    right: 25px;
}

.text_size_change ul li {
    display: inline;
}

.left_sidebar {
    display: block;
    width: 250px;
    float: left;
    padding: 0 10px;
}

.right_content {
    width: calc(100% - 250px);
    float: left;
    margin-bottom: 20px;
}

.left_sidebar .text_size_change {
    margin: 0;
}

.share_button {
    text-align: right;
    float: right;
    display: inline-block;
}

.share_button div {
    width: auto;
    display: inline-block;
}


/*news*/

.left-news_item h3 {
    color: #86ac5b;
    border-bottom: 1px solid #86ac5b;
    text-align: center;
    margin-bottom: 0;
}

.right-side-info-list .card-title:hover {
    background-color: #6cc894;
    color: #fff;
}

ul.right-side-info-list .item {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

.news-card-list .item {
    padding: 10px 10px;
    border-bottom: 1px solid #dddddd;
}

.news-card-list .item:last-child {
    border-bottom: 3px solid #dddddd;
}

.news-card-list .item:nth-child(even) {
    background-color: #ffffff;
}

.news-card-list .item:nth-child(odd) {
    background-color: #e9e9e9;
}

.news-card-list .item:hover {
    background-color: #c3e5cb;
}

.right-side-info-list .card-title {
    margin: 0;
    padding: 10px 0;
}

.news_right_info {
    display: inline-block;
    float: left;
    position: absolute;
    right: 10px;
    bottom: 10px;
    vertical-align: middle;
}

.image_right {
    width: 40px;
    display: inline-block;
}

.image_right img {
    filter: invert(30%);
    -webkit-filter: invert(30%);
}

.list_image {
    display: inline-block;
    float: left;
}

.list_image img {
    width: 90px;
}

.date_info {
    display: inline-block;
    color: #254a00;
    font-size: 0.875em;
}

.date_info .date {
    margin-right: 10px;
}

.right_content .info-blk {
    width: calc(100% - 40px);
    display: inline-block;
    float: left;
    border-left: 4px solid #92d058;
    padding-left: 10px;
}

span.name_Issued {
    color: #254a00;
}

h4.card-title {
    color: #254a00;
    margin-left: 10px;
    margin-bottom: 0;
    float: left;
    display: inline-block;
    width: calc(100% - 100px);
    line-height: 1.3;
    margin-top: 0;
    font-size: 1em;
    text-align: justify;
}

.blk.prev-blk,
.blk.page-link,
.blk.next-blk {
    display: inline-block;
    margin: 5px;
}

.blk.prev-blk a,
.blk.page-link a,
.blk.next-blk a,
.blk.prev-blk span,
.blk.page-link span,
.blk.next-blk span {
    padding: 5px 10px;
    background-color: #80B34A;
    color: #fff;
}

.last-page:after {
    content: "\f101";
    font-family: FontAwesome;
}

.first-page:before {
    content: "\f100";
    font-family: FontAwesome;
}

.next-page:after {
    content: "\f105";
    font-family: FontAwesome;
}

.prev-page:before {
    content: "\f104";
    font-family: FontAwesome;
}

.current {
    background-color: #80B34A;
    color: #fff !important;
}

.page-bar {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.page_nav_title,
.page_nav_count {
    font-size: 0.875em;
    color: #000;
}

.page_nav_number.page_number_select {
    margin-top: 20px;
}

.form-control.page_nav_select {
    width: auto;
    display: inline-block;
    height: 30px;
    padding: 5px;
}

span.page_allnumber {
    color: #88ad5e;
}


/*news-search*/

img.ui-datepicker-trigger {
    width: 25px;
    vertical-align: middle;
    margin-left: 5px;
}

.news_searchspace label,
.select_dropdown select,
.search_button,
.news_searchspace input,
.news_searchspace span {
    color: #616161;
}

.select_dropdown select,
.news_searchspace input {
    background-color: #ebebeb;
    border: 0;
    height: 27px;
    vertical-align: middle;
}

.select_search_keyword div,
.dp_dateselect {
    margin: 5px 0;
}

.news_searchspace label:before {
    content: '\f002';
    font-family: fontawesome;
}

.news_searchspace {
    margin: 0 0 20px 0;
    padding: 0;
}

.ui-datepicker * {
    color: #616161 !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background-color: #fff;
}

.ui-datepicker .ui-datepicker-next {
    left: 87%;
}

.ui-datepicker-calendar td {
    text-shadow: none !important;
}

.select_dropdown,
.search-container {
    display: inline-block;
    width: 49%;
    padding: 0 50px 0 2px;
}

.select_dropdown {
    padding: 0 15px 0 2px;
}

.dp_dateselect {
    display: inline-block;
    padding: 0 0 0 2px;
}

#dp_dateselect1 {
    width: calc(54% - 30px);
}

#dp_dateselect2 {
    width: calc(44% - 30px);
}

.search_button {
    display: inline-block;
    width: 60px;
    background-color: #000;
    color: #fff;
    border: none;
    height: 26px;
}

.select_dropdown span {
    width: 122px;
}

.select_dropdown select {
    width: calc(100% - 132px);
    height: 27px;
}

.search-container label {
    width: 120px;
}

.search-container input {
    width: calc(100% - 125px);
}

#dp_dateselect1 label {
    width: 95px;
}

#dp_dateselect1 input {
    width: calc(100% - 130px);
    font-size: 1em;
}

#dp_dateselect2 label {
    width: 9.5px;
}

#dp_dateselect2 input {
    width: calc(100% - 45px);
    font-size: 1em;
}

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
    content: '' !important;
}

.news_list {
    padding: 0;
}


/*director*/

.director_info {
    color: #000;
}

.director_image {
    text-align: center;
    width: 320px;
    display: inline-block;
    float: left;
}

.director_image img {
    width: 100%;
}

.directory_introduce {
    margin: 20px 0 0 0 !important;
    background-color: #ebeee7;
    padding: 0;
    display: inline-block;
}

.director_experience_info {
    background-color: #ebeee7;
    width: calc(100% - 330px);
    display: inline-block;
    margin-left: 10px;
}

.directory_name_title,
.directory_education_title,
.directory_exp_title,
.directory_introduce_title {
    font-size: 1.125em;
    line-height: 0.5;
    background-color: #80B34A;
    display: inline-block;
    padding: 10px 10px;
    color: #fff;
    box-shadow: 2px 2px 3px 0px #a4a4a4;
    margin-left: -3px;
}

.directory_name_info,
.directory_education_info div,
.directory_exp_info div,
.directory_introduce_info,
.directory_introduce_info {
    padding: 0 10px !important;
    line-height: 2;
}

.unit-title-blk.mb20 {
    display: inline-block;
    float: left;
}

h2.unit-title {
    color: #86ac5b;
    font-weight: 600;
    text-align: center;
    margin: 0;
}

@media (min-width: 1200px) {
    .main_nav.wrapper .container {
        width: 100%;
    }
    .dropdown-menu.megamenu {
        padding: 5px 5% 20px!important;
    }
}

.main_nav .container {
    padding: 0;
}

ul.dropdown-menu {
    background: #4D0921;
    border: none;
    white-space: normal;
    color: white;
    padding: 0px;
    font-size: 1em;
}

.navbar .nav.main li.nav-item a:hover {
    border-bottom-color: transparent;
}

.main_nav .navbar-nav>li>a {
    /*color:black;*/
}

.main_nav .navbar-nav>li>a:hover,
.main_nav .navbar-nav>li>a:focus,
.main_nav .navbar-nav>.open>a,
.main_nav .navbar-nav>.open>a:focus,
.main_nav .navbar-nav>.open>a:hover {
    color: #fff;
}

.main_nav .navbar-nav>li>a:hover {
    border-bottom: none;
}

.menu-large {
    position: static!important;
}

.menu-large.fit {
    width: 100%;
    margin: 0 auto;
}

.dropdown-menu.megamenu {
    padding: 5px 0px 20px;
    width: 100%;
}

.megamenu ul {
    height: 160px;
}

.megamenu ul,
.megamenu h6.title {
    border-bottom: solid 1px #f6f6f6;
    color: white!important;
    margin-bottom: 5px;
    font-size: 1.125em;
    padding: 5px 20px;
    font-weight: bold;
}

.megamenu h6.title:hover {
    color: #cdcdcd !important;
}

.dropdown-menu.megamenu a {
    color: white !important;
    border: none!important;
    padding: 0 !important;
}

.dropdown-menu.megamenu a:hover {
    color: #cdcdcd !important;
}

.dropdown-menu .megamenu ul {
    height: 100px;
}

#mCSB_1_container {
    top: auto!important;
}


/*-----header right-----*/

.search_right {
    padding-right: 0px;
    padding-top: 25px;
    float: right;
    margin-bottom: 15px;
    margin-right: 55px;
}

.search_right_button {
    padding: 8px 0;
    display: inline-block;
    width: 80px;
    text-align: center;
    vertical-align: bottom;
    border-radius: 5px;
}

.search_right_button a {
    color: #fff;
}

.search_right li:nth-child(1) a,
.search_right li:nth-child(2) a,
.search_right li:nth-child(3) a,
.search_right li:nth-child(4) a,
.search_right li:nth-child(5) a {
    border-right: 1px solid #000;
    line-height: 5px;
    font-weight: 600;
    -moz-font-weight: lighter;
    -ms-font-weight: lighter;
}

.english_button {
    /* background-color:#83caa1; */
    background-color: #398722;
}

.english_button:hover {
    background-color: #375E2F;
}


/* nav right */


/* indexheader  */

.indexslick a {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 80vh;
}

.indexslick .banner_1 {
    box-sizing: border-box;
    float: left;
    height: 45vw;
    padding: 2em;
    width: 50vw;
}

.indexslick a img {
    visibility: hidden;
}

.indexslick .b1 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102728/https://www.tbri.gov.tw/assets/img/banner_home.jpg);
}

.indexslick .b2 {
    background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240517102728/https://www.tbri.gov.tw/assets/img/indexbanner.svg);
    background-position: center bottom;
}


/* indexheader END */


/* search bar */

.search_btn {
    background-color: #86ac5b;
    padding: 8px;
    width: 35px;
    height: 38px;
    border: 0;
    float: right;
    border-radius: 0px 5px 5px 0px;
}

.search_btn:hover {
    opacity: 0.5;
}

.search_btn i {
    color: #fff;
}

.search_input {
    border-radius: 5px;
    /*border:none;*/
    vertical-align: middle;
    height: 38px;
    width: calc( 100% - 35px);
    border: 2px solid #86ac5b;
    margin-right: -3px;
    padding-left: 10px;
}

.search_bar {
    display: inline-block;
    width: 360px;
    margin-right: 5px;
    vertical-align: middle;
}

.button_header {
    display: inline-block;
    vertical-align: middle;
}

.search_more_btn {
    margin-left: -5px;
    border-radius: 5px;
    padding: 2px;
    border: none;
    background-color: #91c7f3;
}

.link_box p {
    color: #000;
}

.link_box_padding {
    padding: 0 20px !important;
}

.search_more_btn a {
    color: #fff;
}


/*----- MAIN CAROUSEL ------*/

.mCustomScrollbar,
#homepage_carousel,
.carousel-inner {
    width: 100%;
    font-size: 1em !important;
}

.carousel-inner a img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.search .glyphicon {
    text-align: center;
    margin-left: 0;
    vertical-align: middle;
    padding-bottom: 3px;
}


/*----- CONTENT ------*/


/* Section 1 */

#section1 {
    width: 100vw;
    height: auto;
}

#section1 .image-slide {
    padding: 25px 0;
}

#section1 .section_div {
    height: 300px;
    position: relative;
    margin: 1px;
    overflow: hidden;
}

#section1 .section_div img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


/* #section1 .section_div{
	overflow: hidden;
	height: 300px;

}
#section1 .section_div>img{
	width: 100%;
	position: absolute;
    top: -20px;
} */

.section_title_orange {
    background-color: #a05e00 !important;
    color: white;
    padding: 20px;
    width: 300px;
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    cursor: context-menu;
}

#section1 .slick-prev {
    left: 20px;
    z-index: 1;
}

#section1 .slick-next {
    right: 40px;
}

#section1 .slick-prev::before,
#section1 .slick-next::before {
    font-size: 1.875em;
}

#section1 .slick-prev,
#section1 .slick-next::before {
    color: #888;
}

#section1 .container div img {
    width: 100%;
}

#section1 .container div.col-sm-12 {
    width: 100%;
}

#section1 .container div.col-sm-6 {
    width: 49.5%;
    float: left;
    margin-right: 1%;
}

#section1 .container div.col-sm-4,
#section1 .container div.col-md-4 {
    width: 100%;
    padding: 0;
    margin: 0;
}

#section1 .container div {
    margin-bottom: 4px;
    padding: 0 !important;
}

.animate_div {
    position: relative;
    overflow: hidden;
    color: #000000;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
}

.animate_div * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s 0.5s ease;
    transition: all 0.35s 0.5s ease;
}

.animate_div h2 {
    position: absolute;
    margin: 0;
    width: 100%;
    transform: translate(0%, 500%);
    left: 0;
    top: 50%;
    opacity: 0;
}

.animate_div:hover img,
.animate_div.hover img {
    opacity: 0.4;
}

.animate_div:hover h2,
.animate_div.hover h2 {
    color: #fff;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.imgtire:hover {
    opacity: 0.3;
    transition: 0.7s;
}

.slider11 {
    position: relative;
}

.slider11 img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #878787;
    border-radius: 5px;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba( 0, 0, 0, .5);
    border-radius: 5px;
}

.slider11:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 1.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}


/* Section 1 end */


/* Section 2 */

#section2 {
    background-color: white;
    padding: 20px 30px 50px;
    margin-top: -50px;
}

#section2 .container {
    padding: 0;
}

#section2 .s2,
.s2 {
    position: relative;
    margin-bottom: 15px;
}

.s2 .title_loction {
    margin: 15px;
}

.section2_title {
    position: relative;
}

.section2_title>img {
    position: absolute;
    height: 250px;
    width: 250px;
    top: -125px;
    right: 300px
}

#section2 .tab-content {
    padding-bottom: 30px;
}

.section_title_new {
    background-color: #557e1d;
    color: white;
    font-size: 1.375em;
    padding: 15px;
    text-align: center;
}

.gary_bg {
    background-color: #d6d5d5;
}

.tab-content {
    padding: 0px;
}

.tab-content li {
    padding: 30px 0px;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
    line-height: 30px;
    max-width: 100%;
    border-bottom: 2px dashed #cac5b3;
}

.tab-content li:hover {
    background-color: #f3f3f3;
}

li>.sec_data {
    background-color: #a05e00;
    color: white;
    padding: 8px 15px;
}

#section2 .nav-justified>li {
    display: inline-block;
    margin: 0;
    float: left;
    width: 25%;
}

#section2 .nav-pills>li.active>a,
#section2 .nav-pills>li.active>a:focus,
#section2 .nav-pills>li.active>a:hover,
#section2 .nav>li>a:focus,
#section2 .nav>li>a:hover {
    background-color: #4D0921;
    border-radius: 0;
    /* color:#fff; */
}

.nav-pills>li>a {
    color: #000;
}

.tab-content .list {
    line-height: 1.5;
}

.tab-content .list .date {
    width: 20%;
}

.tab-content .list .text {
    width: 80%;
}

.tab-content .list .more {
    background-color: #557e1d;
    text-align: center;
    color: white;
    padding: 15px 20px;
    left: 47%;
    position: absolute;
    margin: 0px;
}

.tab-content .list .more:hover {
    background-color: #94c158;
}

.news_content {
    position: relative;
}

.btn-primary {
    background-color: #4a9be0;
}

.s2 .text_size_change {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 20px;
}

.text_size a.active {
    background-color: #375E2F !important;
}

.text_size_change .size_bigger {
    font-size: 130%;
    float: right;
}

.text_size_change .size_middle {
    float: right;
}

.text_size_change .size_smaller {
    font-size: 80%;
    float: right;
}

.text_size_change .text_size a {
    /* background-color: #80B34A; */
    background-color: #598226;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    font-weight: 300;
    cursor: pointer;
    line-height: 30px;
    margin: 0 2px!important;
}

.post_title {
    text-align: left;
    color: #254a00;
    font-weight: 300;
}

.published_date {
    color: #636363;
}

#sec_menu1 .list ul a {
    margin: 20px 0;
}

.list ul a:hover {
    text-decoration: underline;
}

#sec_menu1 .news_tabblock {
    width: 50%;
    float: left;
    position: relative;
    text-align: center;
}

#sec_menu1 .news_detail {
    display: inline-block;
    float: left;
    width: calc( 100% - 170px);
    margin: 0 10px 0 10px;
    position: relative;
    height: 112px;
}

#sec_menu1 .news_image {
    padding: 0;
    display: inline-block;
    float: left;
    width: 150px;
}

#sec_menu1 .news_image img {
    width: 100%;
}

#sec_menu1 .post_content {
    color: #696969;
    font-size: 1em;
    text-align: left;
    display: block;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 20px;
    margin: 5px 0 0;
    text-align: justify;
}

#sec_menu1 .published_date {
    font-size: 1em;
    font-weight: 300;
    color: #b1b1b1;
    text-align: right;
}

.tab-content .list p,
.down_list p {
    margin: 0;
}

.tab-content .list li p:first-child {
    font-size: 1em;
    text-align: left;
    font-weight: 300;
    text-align: justify;
}


/*Section 2 End*/


/*Section 3*/

#section3 {}

#section3 .videoslick {
    margin-top: 40px;
}

#section3>img {
    position: absolute;
    top: -119px;
    left: 250px;
}

#section3 .video_word>.video_title {
    font-weight: 600;
}

#section3 .video_word {
    height: 100%;
}

.video_btn .more {
    float: left;
    background-color: #a05e00;
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
}

.video_btn.more:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .video_btn {
        width: 100%;
        float: right;
        padding-left: 8%;
    }
    #section3 .video_contant {
        overflow: visible;
        height: auto;
    }
}


/*Section 3 End*/


/* Section 5 */

#section5.wrapper {
    background: #e3dfef;
    padding: 15px 10px;
    margin-top: 40px;
}

.company-logos1 {
    width: 90% !important;
    margin: 0 auto;
}

#section5 .slick-prev:before,
.slick-next:before {
    color: #000000;
}

.company-logos .move_slider li {
    top: 11px;
}


/* Section 6 */

#web_links.container {
    width: 100%;
    padding: 0;
}

#section6.wrapper {
    color: #000;
    padding: 0;
}

#section6 h3 {
    padding: 0 .4em;
    border-left: solid 1px #425e01;
    border-right: solid 1px #425e01;
    width: 175px;
    margin: 0 auto 25px;
}

.panel-title a:hover {
    color: #777 !important;
}

#section6 a,
#section6 h3,
#section6 .panel-default>.panel-heading {
    display: block;
    line-height: 1.5;
    color: #fff;
}

#section6 .panel-group .panel {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#section6 .panel-default>.panel-heading {
    background-color: transparent;
    border-bottom: 1px solid #ffffff !important;
    text-align: center;
}

#section6 .panel-group .panel-heading+.panel-collapse>.panel-body {
    border: none;
}

#section6 .panel-group .panel+.panel {
    margin-top: 0;
}

#section6 .panel-group {
    padding: 0 23px;
    margin: 20px 0;
}

#section6 .panel-heading_seclist {
    border: 1px solid #fff;
    text-align: center;
}

#section6 .panel-collapse.collapse_seclist .panel-body {
    padding: 5px 0;
    border-bottom: 1px solid #fff;
}

.panel-body>a:hover {
    background-color: #ffb373;
    transition: 0.4s;
}

#web_links h4,
#web_links button {
    float: left;
    line-height: 25px;
}

.close_btn {
    cursor: pointer;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #4D0921;
}

.close_btn i {
    color: #CF9100;
}

.footer_weblink {
    width: 100%;
    margin: auto;
}

#section6 .panel-collapse {
    width: auto;
    margin: auto;
    text-align: center;
}


/* Section banner */

#section_banner.wrapper {
    padding: 0 0 0 0;
}

#section_banner img {
    width: 100%;
    height: 100%;
}


/*----- FOOTER ------*/

.background_footer {
    background-color: #fff;
}

.footer_area1,
.footer_area2,
.footer_areanav {
    font-size: 0.9375em;
    line-height: 1.8;
    color: #676767;
    font-weight: 300;
}

.footer_areanav a,
.footer_area2 a {
    color: #577e1d;
    font-weight: bold;
}

.foot.wrapper {
    line-height: 26px;
    padding: 20px 0;
}

.foot_nav.wrapper {
    background: #ebeee7;
    padding: 15px 0;
}

.legal.wrapper {
    padding: 20px 0;
    background: #d8d8d8;
    color: #3a3a3a;
    font-weight: 500;
    font-size: 1em;
}


/*------ Back top Top Button ------*/

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    background-color: transparent;
    opacity: 0.4;
}

#myBtn:hover {
    opacity: 1;
    transition: 0.25;
}


/*----- DESKTOP ONLY ------*/


/* Butterfly */

@media (max-width: 1300px) {
    .section2_title>img {
        position: absolute;
        height: 250px;
        width: 250px;
        top: -125px;
        right: 260px
    }
    #section3>img {
        position: absolute;
        top: -119px;
        left: 200px;
    }
}

@media (max-width: 1200px) {
    .dropdown-menu {
        padding: 0px;
    }
}

@media (max-width: 1100px) {
    .section2_title>img {
        position: absolute;
        height: 200px;
        width: 200px;
        top: -93px;
        right: 136px;
    }
    .text_size_change {
        margin: 40px 0 40px 0;
    }
    #section3>img {
        position: absolute;
        top: -119px;
        left: 120px;
    }
    #section1 {
        /*height: 100%;
  height:20vh; */
    }
}

@media (max-width: 890px) {
    #section3>img {
        position: absolute;
        top: -119px;
        left: 0px;
    }
}

@media (max-width: 768px) {
    #section1 {
        height: auto !important;
    }
    .full3 {
        position: relative;
    }
    .bitem {
        position: relative;
        overflow: hidden;
        height: 400px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .bitem1 {
        /*height: 100%*/
    }
    .button_header {
        display: inline;
    }
    /*	.share-buttons a {
		position: absolute;

		right: -57px;
	}*/
    ul.newshare.share-buttons {
        top: 15px !important;
    }
    #section2 .section_title_orange {
        margin: 15px auto 0;
    }
    .section2_title>img {
        display: none;
    }
    .text_size_change {
        margin: 20px 0 20px 0;
    }
    #section3>img {
        display: none;
    }
    /*	.share-buttons{
		top:42px !important;
		right: 80px !important;
	}*/
    #section3 {
        margin-bottom: 35px;
    }
    #section3 .video_btn_model {
        display: block;
        /*float: right;*/
        position: relative;
        left: 68%;
        transform: translateX(-50%);
    }
}


/* Butterfly End */

@media (min-width: 768px) {
    /* .container{
        width:100%;
    } */
    .link_box p {
        color: #000;
    }
    /* Top Navigation */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar .navbar-inner {
        padding: 0;
    }
    .main_nav .navbar-nav li a {}
    .navbar .nav.main {
        margin: auto;
        display: table;
        width: 100%;
        float: none;
        border-right: 1px solid #cdcdcd;
        color: black;
    }
    .nav-link {
        text-align: center;
        /*color: white;*/
        height: 100%;
        vertical-align: center;
        font-size: 1.1875em;
    }
    .navbar .nav.main li.nav-item {
        display: table-cell;
        float: none;
        width: 14.2857%;
        table-layout: fixed;
        /* border: 1px solid #fff; */
        border-bottom-color: transparent;
        border-top-color: transparent;
        /* background-color: #d6d5d5; */
        border-left: 1px solid #cdcdcd;
        cursor: pointer;
        font-size: 1.1875em !important;
    }
    .navbar .nav.main li:hover,
    .navbar .nav.main li:focus {
        background: #4D0921;
        background-size: 100%;
        color: white !important;
    }
    .navbar .nav.main li.nav-item a {
        font-weight: bold;
        color: black;
        order: none;
        text-align: center;
        /* padding: 5px; */
    }
    .navbar .nav.main li.nav-item a:hover,
    .navbar .nav.main li.nav-item a:focus {
        background: #4D0921;
        color: white;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: white;
    }
    .menu-small .dropdown-menu {
        /*margin-top:0px !important; */
    }
    /* Section 1 */
    #section1 .container div.col-sm-4 {
        width: 32%;
        max-width: 372px;
        margin-right: 0.7%;
        padding: 0;
    }
    #section1 .container div.col-sm-6 {
        max-width: 182px;
        width: 49%;
        margin-right: 2%;
    }
    #section3 .video_word>.video_contant {
        line-height: 2;
        padding-right: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .share_btn {
        top: -40px;
        right: 10px;
    }
}

@media (max-width:1400px) {
    .bitem {
        /* height: 74vw; */
    }
    #section1 {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .link_box p {
        color: #000;
    }
    
    .page-header a.round {
        margin-right: 5px;
    }
    
    .navbar-brand {
        margin-left: 0px;
    }
    
    .page-header a.round {
        position: absolute;
        color: #fff;
        padding: 7px 9px 7px 6px;
        margin-top: -7px;
    }
    
    a.subscribe {
        right: 102px;
        top: 20px;
    }
    
    a.phone-lag {
        right: 52px;
        top: 20px;
        padding: 10px 2px!important;
        font-size: 0.78125em;
    }
    
    header button.toggle_btn {
        position: absolute;
        color: #fff;
        right: -5px;
        top: 6px;
        border-color: #167ac6;
    }
    
    #lang_selector {
        right: -10px;
    }
    
    #social_share {
        right: 95px;
    }
    /* Main Nav Mobile */
    
    .header-right {
        position: fixed !important;
        width: 0px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999999!important;
        overflow: hidden;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        background-color: #000!important;
        opacity: 0.8;
    }
    
    .header-right .menu {
        position: relative;
    }
    
    .header-right .menu .menu-a {
        display: block;
        width: 200px;
        border-bottom: solid 1px white;
        z-index: 9999;
    }
    
    .header-right .menu .menu-a>a {
        display: block;
        padding: 14px .5em;
        color: white;
    }
    
    .header-right .menu .menu-a .drop-menu {
        min-height: 50px;
        background: #fff;
        z-index: 9999;
        right: 0;
        display: none;
        position: static;
        padding: 1em 0;
        width: 100%;
    }
    
    .header-right .menu .menu-a:hover .drop-menu {
        display: block;
    }
    
    .header-right.adk {
        width: 200px;
        display: block!important;
    }
    
    .header-right .menu .menu-a {
        display: block;
        width: 200px;
        border-bottom: solid 1px white;
    }
    
    .header-right .menu .menu-a>a:after {
        display: none;
    }
    
    .header-right .menu .menu-a .drop-menu.adk {
        display: block!important;
    }
    
    .header-right .menu .menu-a .drop-menu .mask {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        width: 100% !important;
        border-bottom: 1px solid #000;
        line-height: 20px;
    }
    
    .header-right .menu .menu-a:hover .drop-menu {
        display: none;
    }
    
    .header-right .menu .menu-a.adk .drop-menu {
        display: block;
    }
    
    .header-right .menu {
        overflow-y: auto;
        width: 220px;
        height: 100%;
    }
    
    .header-right .menu .menu-a .drop-menu .mask a {
        color: #BD6D10;
        padding: 0 10px 5px;
        width: 100%;
    }
    
    .header-right .menu .menu-a .drop-menu .mask a.title {
        font-size: 1em !important;
        color: black;
        color: #314D18;
        font-weight: bold;
        display: block;
    }
}
@media (max-width:1049px) {
    /*	.share-buttons{
		position: absolute;
		list-style: none;
		display: block;
		right: 68px;
		top: 100px ;
	}*/
}
@media (max-width:990px) {
    /*	.share-buttons {
		top: 175px;
	}*/
    
    .slick-slider .slick-track,
    .slick-slider .slick-list {
        width: 90%;
        margin: 0 auto;
    }
    
    .pic_9 {
        height: 40vh;
    }
}
@media (max-width:940px) {}

/*----- MOBILE, TABLET ONLY ------*/

/**/
@media screen and (min-width: 400px) and (max-width: 767px) {
    /*
.videoslick button{right:4px;}*/
    
    #section1 .container div.col-sm-12 {
        width: 100%;
        height: 130px;
    }
    
    .right_content .text_size_change {
        margin: 0;
    }
    
    .link_box p {
        color: #000;
    }
    
    .share_btn {
        top: 40px;
    }
    
    .searchline button {
        width: 100%;
    }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
    .footer_adjust {
        width: 50%;
    }
}
@media screen and (min-width: 590px) and (max-width: 767px) {
    .pic_9 {
        margin-bottom: 100px;
    }
}
@media (max-width:420px) {
    .bitem {
        height: 260px;
    }
}
@media (max-width:360px) {
    .pic_9 {
        min-height: 20vh;
    }
    
    .bitem {
        height: 220px;
    }
}
@media (max-width:991px) {
    .bitem {
        /*		height: 90vw;*/
    }
    
    #sec_menu1 .news_tabblock {
        width: 100%;
    }
    
    #sec_menu1 .published_date {
        position: static;
        float: right;
    }
    
    .navbar-brand img {
        width: 290px;
        margin: 0 auto;
    }
    
    .navbar-brand {
        margin-left: 0px;
    }
    
    .video_word .row {
        width: 100% !important;
        padding-right: -15px !important;
        padding-left: -15px !important;
    }
    /*search bar */
    /*	.button_header{
		width:40%;
	}*/
    /*	.search_bar{
	    position: relative;*/
    /* width: 60%; */
    /*	margin: 0;*/
    /* float:left; */
    /*		height:35px;
	}
	.search_input {
		float: left;
		height: 32px;
	}

	.search_right_button {
		width: 50%;
		float:left;
	}
	.search_btn{
		position: absolute;
		right: 0;
		bottom: 0;
		height: 34px;
	}
	/*.search_mobile{
		left: 45px;
	}*/
    
    header .hidden-md {
        display: none!important;
    }
}
@media (max-width:991px)and (min-width:680px) {
    .search_input {
        width: calc( 80% - 35px)
    }
    
    .search_bar {
        width: auto;
    }
}
@media (max-width:680px) {
    .search_bar {
        width: auto;
    }
    
    .s2 .text_size_change {
        position: inherit;
    }
    
    .full2 {
        position: initial;
    }
    /*	.search_mobile{
		top: 30%;
		width: 100%;
        padding-right: 0px;
	}*/
    
    .bitem {
        /*  height: 100vw;*/
    }
}
@media (max-width:600px) {
    #section1 {
        /*height:20vh; */
        height: 300px;
    }
    
    .nav-justified>li {
        float: none !important;
        width: 100% !important;
        margin: 0;
        display: inline-block;
        border-radius: 0 !important;
    }
    
    .orange.nav-pills>li>a {
        border-radius: 0 !important;
        border: 0;
    }
    
    #sec_menu1 .news_image {
        display: block;
        float: none;
        width: 100%;
    }
    
    #sec_menu1 .news_detail {
        display: block;
        float: none;
        width: 80%;
        margin: auto;
    }
    
    #sec_menu1 .news_image img {
        width: 80%;
        margin: auto;
    }
    
    .tab-content .list .more {
        left: 35%;
        position: absolute;
    }
}
@media screen and (min-width:519px) and (max-width:999px) {
    .move_slider .slide {
        position: relative;
        max-height: 160px;
        overflow: hidden;
    }
}
@media screen and (min-width:300px) and (max-width:519px) {
    .move_slider .slide {
        position: relative;
        max-height: 170px;
        overflow: hidden;
    }
}
@media screen and (min-width:200px) and (max-width:300px) {
    .move_slider .slide {
        position: relative;
        max-height: 125px;
        overflow: hidden;
    }
}

/* end 1061016 */
@media screen and (max-width: 768px) and (min-width: 400px) {
    #section1 .container div.col-sm-12 {
        width: 100%;
        height: 130px;
    }
}
@media (max-width: 875px) {
    .search_right {
        display: none;
    }
    
    .share-buttons a {
        right: -2px;
        z-index: 99999;
    }
    
    .search_mobile {
        margin-top: 58px;
    }
    
    header .container .visible-xs {
        display: block!important;
    }
    
    header .container .hidden-xs,
    nav.hidden-xs {
        display: none!important;
    }
    
    .full3 {
        height: 120px;
    }
    
    header button.toggle_btn {
        position: absolute;
        color: #fff;
        right: -10px;
        top: 10px;
    }
}
@media (max-width: 767px) {
    .search_mobile {
        margin-top: 0px;
    }
    
    .right_content .text_size_change {
        margin: 0;
    }
    
    .page-header a.round {
        margin-right: 5px;
    }
    
    .navbar .nav.main {
        width: 100%;
    }
    
    .navbar-brand {
        margin-left: 0px;
    }
    
    .navbar-brand img {
        margin: auto;
    }
    /* Top Navigation */
    
    .navbar-nav {
        margin: 0;
    }
    
    .navbar .nav>li {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    
    a.subscribe {
        right: 102px;
        top: 20px;
    }
    
    a.phone-lag {
        right: 52px;
        top: 20px;
        padding: 10px 2px!important;
        font-size: 0.78125em;
    }
    
    .search_right {
        float: none !important;
        padding: 0;
        width: 100%;
    }
    
    .search_right_button {
        width: 80px;
    }
    
    .button_header {
        position: relative;
        float: right;
        width: auto;
    }
    
    .page-header a.round {
        position: static;
        width: 35px;
        border-radius: 0;
        margin: auto;
        display: inline-block !important;
        color: #fff;
        padding: 7px 9px 6px 6px;
        float: left;
    }
    
    .navbar-nav .open .dropdown-menu {
        background: #253553;
    }
    
    .navbar-default .navbar-nav .open .dropdown-menu>li>a,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        text-align: center;
        padding: 10px;
        border: 1px solid #a0ad98!important;
    }
    
    .main_nav .navbar-nav>li>a:hover {
        border-bottom: none;
    }
    
    #social_share {
        top: 120px;
        right: 0px;
    }
    
    #lang_selector {
        top: 65px;
        right: -4px;
    }
    /* Main Nav Mobile */
    
    .header-right {
        position: fixed !important;
        width: 0px;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 99999;
        overflow: hidden;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        background-color: #000!important;
        opacity: 0.8;
    }
    
    .header-right .menu {
        position: relative;
    }
    
    .header-right .menu .menu-a {
        display: block;
        width: 200px;
        border-bottom: solid 1px white;
    }
    
    .header-right .menu .menu-a>a {
        display: block;
        padding: 14px .5em;
        color: white;
    }
    
    .header-right .menu .menu-a .drop-menu {
        min-height: 50px;
        background: #fff;
        right: 0;
        display: none;
        position: static;
        padding: 1em 0;
        width: 100%;
    }
    
    .header-right .menu .menu-a:hover .drop-menu {
        display: block;
    }
    
    .header-right.adk {
        width: 200px;
    }
    
    .header-right .menu .menu-a {
        display: block;
        width: 200px;
        border-bottom: solid 1px white;
    }
    
    .header-right .menu .menu-a>a:after {
        display: none;
    }
    
    .header-right .menu .menu-a .drop-menu.adk {
        display: block!important;
    }
    
    .header-right .menu .menu-a .drop-menu .mask {
        display: inline-block;
        vertical-align: top;
        padding: 0;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        width: 100% !important;
        border-bottom: 1px solid #000;
        line-height: 20px;
    }
    
    .header-right .menu .menu-a:hover .drop-menu {
        display: none;
    }
    
    .header-right .menu .menu-a.adk .drop-menu {
        display: block;
    }
    
    .header-right .menu {
        overflow-y: auto;
        width: 220px;
        height: 100%;
        z-index: 99999 !important;
    }
    
    .header-right .menu .menu-a .drop-menu .mask a {
        color: #BD6D10;
        padding: 0 10px 5px;
        width: 100%;
    }
    
    .header-right .menu .menu-a .drop-menu .mask a.title {
        font-size: 1em !important;
        color: black;
        color: #314D18;
        font-weight: bold;
        display: block;
    }
    /* Tabs */
    
    .orange.nav-pills>li.active>a,
    .orange.nav-pills>li.active>a:focus,
    .orange.nav-pills>li.active>a:hover,
    .orange.nav>li>a:focus,
    .orange.nav>li>a:hover {
        border-radius: 0;
    }
    
    .nav-justified>li {
        float: none;
        width: 25%;
        margin: 0;
        margin: auto;
    }
    
    .nav-justified>li a,
    .nav-pills>li+li {
        margin: 0!important;
    }
    /* Slick Slider */
    
    .move_slider {
        width: 95%;
        margin: 0 auto!important;
        padding: 0 20px;
    }
    /*page*/
    /*news*/
    
    .left_sidebar {
        display: none;
    }
    
    .right_content {
        width: 100%;
    }
    
    .right_content .text_size_change {
        position: relative;
        right: 0;
    }
    
    .share_button {
        position: absolute;
        bottom: 50px;
        right: 105px;
    }
    /*news search bar*/
    
    .select_dropdown,
    .search-container {
        width: 100%;
        padding: 0;
    }
}
@media (max-width: 807px) {
    .search_desktop {
        width: 100%;
        margin: 0 auto 10px;
    }
}
@media (max-width: 768px) {
    #section1 .slick-next {
        right: 5%;
    }
}
@media (max-width: 425px) {
    /*  .search_mobile{ margin-top: 0px; background: red; }
  .search_bar{width:70%;}
  .english_button{ }*/
    
    .share-buttons a {
        top: 2px !important;
    }
    
    #section1 .slick-next {
        right: 3%;
    }
    
    #section1 .slick-prev {
        left: 0px;
    }
    /*	.button_header{
		width: 15%;}
	.search_bar{
		width: 80%;}*/
    
    #section1 {
        height: 300px;
    }
    
    header button.toggle_btn {
        position: absolute;
        right: -5px !important;
        top: 20px !important;
    }
    /*	.share-buttons a {
		position: absolute;
		top: 0px !important;
		right: -10px !important;
	}*/
    
    ul.newshare.share-buttons {
        top: 0px !important;
        right: 35px !important;
    }
    
    .indexslick .banner_1 {
        box-sizing: border-box;
        float: left;
        height: 50vw;
        width: 50vw;
    }
    
    .navbar-header {
        width: 90%;
    }
    
    .navbar-brand img {
        width: 250px;
    }
    
    header button.toggle_btn {
        position: absolute;
        right: -10px;
        top: -6px;
    }
    /*	.share-buttons{
		top:28px !important;
		right: 65px !important;
	}*/
    
    header.page-header {
        padding-bottom: 10px;
        width: 95%;
    }
    
    .english_button a::before {
        /*content: 'EN';*/
        visibility: visible;
        padding: 0 10px;
        height: 17px;
    }
    
    .english_button a {
        /* visibility: hidden;*/
    }
    
    a.subscribe {
        right: 80px;
        top: 18%;
    }
    
    .top_slider_outside {
        top: -50px;
        /*padding: 10px 20px;*/
    }
    
    .tab-content .list {
        padding: 15px 10px;
    }
    
    .link_box_padding {
        width: 100%;
        margin: auto;
        display: block;
    }
    
    .share_button {
        position: absolute;
        bottom: 90px;
        right: 0px;
    }
    
    .right_content .text_size_change {
        position: static;
        display: block !important;
        margin: 90px 0 0px;
    }
    
    .share_buttonimage.print a {
        width: 25px;
    }
    
    .news_right_info {
        top: 50px;
    }
    
    #sec_menu1 .list ul a {
        padding: 0;
    }
    
    .backpagebutton {
        padding: 5px;
    }
}
@media (max-width: 320px) {
    .search_mobile {
        margin-top: 0px;
    }
    
    .search_bar {
        width: 60%;
    }
    
    .navbar-brand img {
        width: 200px;
    }
}

/*----------------*/
.share-buttons {
    position: absolute;
    list-style: none;
    display: block;
    right: 57px;
    top: -6px;
    z-index: 99999;
    margin-top: 30px;
}
.share-buttons a {
    position: absolute;
    top: -7px;
    background: #333;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    display: none;
    text-align: center;
}
.share-buttons i {
    color: white;
    padding-top: 10px;
}
.share-buttons a.show {
    display: inline-block;
}
.share-buttons li {
    display: block;
    height: 32px;
    z-index: 99999;
}
.share-buttons img {
    width: 24px;
    height: 24px;
    margin-top: 5px;
}
.share-buttons a.social-share {
    background: #fff;
    display: inline-block;
    box-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px 0px;
}
#section2,
#section1 {
    position: relative;
    /*	overflow:hidden;*/
}

/*Section 3 carousel*/
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {}
}
.carousel-control-prev,
.carousel-control-next {
    position: relative;
    z-index: 1;
    text-align: center;
    background: #557e1d;
    color: #fff;
    width: 84px;
    padding: 10px;
    margin-left: 10px;
    font-size: 1em;
    float: left;
    font-size: 1em;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {}
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {}
.carousel-control-next {}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

/*Section 3 carousel End*/

/*0604選取邊寬樣式*/
a:active,
a:focus {
    /*border: #FFBF47 solid 0.4rem;
   z-index:999;*/
    
    color: #000000;
    font-weight: 700 !important;
    outline: #f8780d dashed 2px !important;
}
.slick-slide a:active img,
.slick-slide a:focus img {
    border: #f8780d dashed 2px;
}
.card a:active img,
.card a:focus img {
    border: #f8780d dashed 2px;
}
input:active,
input:focus {
    color: #000000;
    font-weight: 700;
    outline: #f8780d dashed 3px !important;
}
button:active,
button:focus {
    color: #000000 !important;
    font-weight: 700 !important;
    outline: #f8780d dashed 3px !important;
}
select:active,
select:focus {
    color: #000000;
    font-weight: 700;
    outline: #f8780d dashed 3px;
}
iframe:active,
iframe:focus {
    color: #000000;
    font-weight: 700;
    outline: #f8780d dashed 3px;
}
textarea:active,
textarea:focus {
    color: #000000;
    font-weight: 700;
    outline: #f8780d dashed 3px !important;
}

/*頂層 跳到主要區塊樣式*/
.skip_to_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    margin: -50px 0 0 -50px;
    overflow: hidden;
    font-size: 0.85em;
    z-index: 5;
    display: block;
    padding: 3px 8px;
    border: 1px solid #fe8f01;
    color: #000 !important;
}
.skip_to_content:focus {
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
}

/*top 選取樣式*/
#myBtn:active,
#myBtn:focus {
    opacity: 1;
    transition: 0.25;
}

/*中央主要內容區塊*/
.Centralmain {
    display: inline;
    position: absolute;
    padding: 10px 1px 0px 0px;
}
.Centralmaincolor {
    color: #fff !important;
}





/*
     FILE ARCHIVED ON 10:27:28 五月 17, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 2:23:01 六月 15, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
