/* VARIABLES */
/* BASE */
html,
body {
    line-height: 1.4;
    height: 100%;
    margin: 0;
    padding: 0;
}
body { min-height:720px; } 
body[orient="portrait"] { min-height:720px; }
body[orient="landscape"] { min-height:480px; } 
div, li, dl {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: inherit;
}

.container {
    overflow: hidden;
    *zoom: 1;
    margin: 0 20px;
}

.site-content {
    padding-top: 66px;
}

/* HEADER */
.header {
    position: fixed;
    left: 0;
    right: 0;
    height: 66px;
    line-height: 66px;
    color: #fff;
    background-color: #fdd100;
    box-shadow: 0px 1px 3px #b68600;
}

.header_logo {
    padding: 0 25px;
    float: left;
    background-color: #000;
    text-align:center;
    margin: 0 auto;    
}
.toggle-btn {
    display: inline-block;
    cursor: pointer;
}
.bar1,
.bar2,
.bar3 {
    width: 30px;
    height: 3px;
    background-color: #222;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: rotate(-45deg) translate( -7px, 5px);
    -webkit-transform: rotate(-45deg) translate(-7px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: rotate(45deg) translate(-7px, -7px);
    -webkit-transform: rotate(45deg) translate(-7px, -7px);
}
.navbar-brand {
    position: absolute;
    margin-top: -10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}
.navbar-brand .logo {
    height: 25px;
}
.scroll-header-menu {
    position: relative;
    margin-top: 2px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #fdd100;
    min-height: 40px !important;
    overflow: auto;
    white-space: nowrap;
}

.scroll-header-menu a {
    display: inline-block;
    color: #422110;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

.notice {
    margin-top: 5px;
    min-height: 200px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: left;
}

/* Style the tab */
.middle-tabs {
    margin: 0 auto;
    background-color: #fff;
    border-bottom: 1px solid #ccc;

}

.tabs {
    margin: 0 auto;
    /*padding-left: 10px;*/
    background-color: #fff;

}

#tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1em;
    font-weight: bold;
    overflow:hidden;
    white-space: nowrap;
    
}

#tab-button li {
    display: table-cell;
    width: 20%;
    overflow:hidden;
}

#tab-button li a {
    display: block;
    padding: .5em;
    background: #464d57;
    border: 1px solid #ddd;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

#tab-button li:not(:first-child) a {
    border-left: none;
}

#tab-button li a:hover,
#tab-button .is-active a {
    border-bottom-color: transparent;
    background: #fff;
    color: #000;
}

.tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
}

.tab-select-outer {
    display: none;
}

.tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
    background-color: #fff;
    animation: fadeEffect 0.5s;
    -webkit-animation: fadeEffect 0.5s;
    padding: 10px;
}

/*FadeIn*/
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* RESPONSIVE */
@media only screen and (max-width: 900px) {

    .site-pusher,
    .site-container {
        height: 100%;
    }

    .site-container {
        overflow: hidden;
    }

    .site-pusher {
        z-index:99999999;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .site-content {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        bottom: 0;
        padding-top: 0;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        box-shadow: #b68600;
    }

    .header {
        position: static;
    }

    .header_icon {
        position: relative;
        display: block;
        float: left;
        width: 50px;
        height: 66px;
        cursor: pointer;
    }

    .header_icon:after {
        content: '';
        position: absolute;
        display: block;
        width: 1rem;
        height: 0;
        top: 16px;
        left: 15px;
        -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
        box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
    }

     .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #6a7885;
        /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
        width: 250px;
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
        box-shadow: inset -2px 0px 5px #000;
    }
    .menu .sidemenu {
        margin:0;
        padding:0;
        padding-right:3px;
        height:25px;
        line-height:25px;
    }
    .menu .btn-group .btn-top{
        height:40px;
        color:#fff;
        background-color:#464d57;
    }
    .menu .btn-group .btn-top:hover {
        background: #ccc;
        outline: none;
        box-shadow: none;
        color: #000;
        border-radius: none;
    }

    .menu .btn-group .btn-top:focus {
        background: #ccc;
        outline: none;
        box-shadow: none;
        color: #000;
        border-radius: none;
        border: none;
    }

    .menu .btn-group .btn-top:active {
        background: #ccc;
        outline: none;
        box-shadow: none;
        color: #000;
        border-radius: none;
    }
    .menu .side-accordion {
        margin-top:20px;
        width:246px !important;
        background-color:#6a7885;
        color:#fff;
    }
    .menu .side-accordion .card,
    .menu .side-accordion .card:last-child .card-header {
        border:none;
        background-color:#6a7885;
    }
    .menu .side-accordion .card {
        border-bottom-color:#6a7885;
        background:transparent;

    }
    .menu .side-accordion .btn-unfold {
        border:1px solid #222;
        background-color:#464d57;
        color:#fff;
        height:20px;
        font-size:12px;
        font-weight:normal;
        margin-top:-2px;
        margin-right:5px;
        padding-top:0px;
    }
    .menu .side-accordion .card-header {
        height:40px;
        margin:0;
        padding:0;
        line-height:40px;
        vertical-align: middle;
        background-color:#6a7885;
        border-top:1px solid #8c97a1;
        border-bottom:1px solid #362e2b;
    }
    .menu .side-accordion .card-body {
        margin:0; padding:0;
        background-color:rgb(155, 155, 155);
        color: #fff;
        box-shadow: inset 0px 0px 3px #362e2b;
        line-height:25px;
        border-bottom:1px solid #ccc;
    }
    .menu .side-accordion .menu-link {
        padding:10px 10px 10px 20px;
       
    }

    .menu .side-accordion .menu-link {
        width:246px;
        display:inline-block;
        color:#fff;
        text-decoration: none;
        cursor:pointer;
        border-bottom:1px solid rgb(82, 82, 82);
        
    }

    .menu .side-accordion .menu-link:hover {
        display: block;
        color: #ccc;
        text-decoration: none;
        background-color: #000;
    }
    .menu .side-accordion .active {
        background-color:#f7ad1d;
        color:#222;
        font-weight:bold;
    }

    .menu .side-accordion .btn {        
        color:#fff;
    }

    .with-sidebar .site-pusher {
        -webkit-transform: translateX(250px);
        transform: translateX(250px);
    }

    .with-sidebar .site-cache {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index:99999;
        background-color: rgba(0, 0, 0, 0.6);
        transition: .5s;
    }
}
footer {
    width: 100%;
    position: ;
    bottom: 0;
    display: block;
    font-weight:normal;
    font-size: 0.8em;
}
/*---------- Related Site ----------*/
.brand-slide-wrap {
    position: relative;
    background: #fff;
    border-top: 1px solid #d5d5d5
}

.brand-slide-wrap .slick-next,
.brand-slide-wrap .slick-prev {
    width: 20px;
    height: 100%
}

.brand-slide-wrap .slick-next {
    right: -15px
}

.brand-slide-wrap .slick-prev {
    left: -15px
}

.brand-slide-wrap .slick-next:before,
.related-site-wrap .slick-prev:before {
    font-family: FontAwesome;
    color: #959595;
    font-size: 14px
}

.brand-slide-wrap .slick-next:before {
    content: "\f054"
}

.brand-slide-wrap .slick-prev:before {
    content: "\f053"
}

.brand-slide-wrap .brand-slide-item img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.brand-slide-wrap .brand-slide-item {
    position: relative;
    margin: 10px
}

footer .brand-slide-footer {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: #ccc;
}

footer .brand-slide-footer .brand-slide-item {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-color: ;
}

footer .brand-slide-footer img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

footer .navbar {
    width:100%;    
    background-color:#464d57;
    box-shadow: 0px 0px 1px #222;
}
footer .navbar a {
    display:block;
    float: left;
    color:#ccc;
    text-decoration: none;
    font-size: 0.9em;    
    padding: 5px;
    padding-right: 5px;
}

footer .active {
    height:25px;
    vertica-align:middle;
    color:#fff;
    background-color:#000000;
}

footer .footer-nav {
    text-align:left;
    height:25px;
    overflow: hidden;
}
footer .footer-nav a {
    display: inline-block;
    color:#f2f2f2;
    text-align:left;
    text-decoration: none;
    font-size: 1em;
    background-color: #464f57;
}

footer .footer_content1{
padding-top:10px;
height: 100px;
margin:0 auto;
line-height:20px;
vertical-align:middle;
text-align:center;
font-weight:normal;
font-size:1em;
color:#fff;
background-color: #464f57;
overflow:hidden;
}

footer .footer_content3{
    width: 100%;
    font-weight:normal;
    font-size:0.9em;
    color:#ccc;        
    overflow: hidden;
    height:30px;
    line-height:30px; 
    vertical-align:middle;
    border-top:1px solid #000;
    background-color:#222;
    padding-left:5px; 
    padding-right:5px;
}
footer .footer-map-btn {
  height:18px;
  margin-top: -2px;
  margin-left: 5px; 
  padding:1px 5px 0px 5px;
  font-size:0.8em;
  }
.btn-group .btn-footer {
    background: #464d57;
    /*2cc8df*/
    border: none;
    color: #ccc;
    font-weight: normal;
    font-size: 0.9em;
    border-radius: none;
    overflow: hidden;

}

.btn-group .btn-footer:hover {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
}

.btn-group .btn-footer:focus {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
    border: none;
}

.btn-group .btn-footer:active {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
}

.btn-group .btn-active {
    background: #000000;
    /*2cc8df*/
    border: none;
    color: #ccc;
    font-weight: normal;
    font-size: 0.9em;
    border-radius: none;
}

.btn-group .btn-active:hover {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
}

.btn-group .btn-active:focus {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
    border: none;
}

.btn-group .btn-active:active {
    background: #ccc;
    outline: none;
    box-shadow: none;
    color: #000;
    border-radius: none;
}
/** Customer Btn CSS START **/
.color1 {
    background-color:#464d57;
    color:#fff;    
}
.color2 {
    background-color:#fdd100;
    color:#222;
}
.color3 {
    background-color:#0079db;
    color: #fff;
}
.color4 {
background-color:#d10000;
color:#fff;
}
.btn-bbsbtn-sm {
position: relative;
border:1px solid #fff;
display:inline-block;
text-align:center;
text-align:center;
font-size:0.7em;
padding:5px 10px;
border:1px solid #fff;
transition: all 0.3s;
}

.btn-bbsbtn-sm:hover {
background-color:#fff;
border:1px solid #464d57;
color:#464d57;
}
.btn-bbsbtn-sm:focus {
background-color:#b68600;
color:#222;
}
.btn-bbsbtn-sm:active {
background-color:#222;
color: #fff;
}
/** Customer Btn CSS End **/

/** °Ô½ÃÆÇ CSS **/
.pagination a {
  color: black;
  float: left;
  text-decoration: none;
  border: 1px solid #ddd;
  transition: 0.5s ease;
}

.pagination a.active {
  background-color: #464d57;
  color: white;
  border: 1px solid #222;
}

.pagination a:hover:not(.active) {
  background-color: #fdd100;
  border:1px solid #222;
  }
/** °Ô½ÃÆÇ CSS **/