body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    /*font:13px/1.231 "PingFang HK",STHeitiTC-Light,Arial,Meiryo,"Microsoft JhengHei",sans-serif;*/
    font-family: 'PingFang HK', STHeitiTC-Light, Arial, Meiryo, 'Microsoft JhengHei', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

* {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a:link {
    color: #5f259f;
    text-decoration: none !important;
    text-shadow: none !important; 
}

a:hover {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #5f259f;
}

*:focus {
    outline: none
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

area:focus {
    outline: none
}

em {
    color: #C00
}

select {
    background-color: #ffffff
}

.ui-state-hover a,
.ui-state-focus a {
    outline: none;
}

.container-fluid,
.row,
[class*='col-'] {
    padding: 0;
    margin: 0
}

.main_content {
    margin-left: 5px;
}

.pagetitle {
    border-bottom: 4px solid #f08d00;
    padding-bottom: 4px;
    margin-bottom: 10px;
    display: none
}

.pagetitle span {
    display: block;
    margin-left: 8px;
    font-size: 21px;
}

.top {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 200;
    background-color: #000000;
}

.top .top_inner {
    height: 30px;
    color: #FFF;
    overflow: hidden;
    max-width: 1180px;
    padding: 0 10px;
    line-height: 30px;
    margin: auto;
}

.top a {
    color: #FFF
}

.top .top_inner td {
    vertical-align: middle;
}

.topbanner {
    margin-top: 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #fff;
}

.topbanner .topbanner_inner { 
    max-width: 1200px; 
        margin: auto; 
        background-image: url(img/topimg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 68%;
}

.topbanner .marquee {
    max-width: 1200px;
    line-height: 35px;
    overflow: hidden;
    font-size: 19px;
}

.topbanner .marquee a {
    color: #4c4968;
    position: relative;
    left: -50%;
}

.topbanner .marquee span {
    margin-left: 10px;
    margin-right: 10px;
}

#div-finance {
    height: 20px;
    line-height: 20px;
    font-size: 15px
}

#div-weather {
    font-size: 15px
}

#finance {
    color: #ffffff;
}

#finance .change_up {
    color: #3ef000;
    padding-left: 10px;
}

#finance .change_dn {
    color: #ff0000;
    padding-left: 10px;
}

#weather {
    color: #ffffff;
    margin-top: 1px;
    line-height: 15px
}

#weather .warningicon {}

#weather .weathericon {}

#weather .temperature {}

#weather .humidity {}

#weather .icon {
    width: 18px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.addthis_toolbox {
    margin-top: 4px;
    width: 85px
}

.addthis_toolbox .at-icon {
    width: 22px !important;
    height: 22px !important;
}

.addthis_toolbox .at-icon-wrapper {
    width: 22px !important;
    height: 22px !important;
}

.lefttitle {
    position: relative;
    background-color: #ffffff;
    font-size: 29px;
    padding: 5px;
    padding-left: 10px; 
    color: #ff6820;
    border-bottom: 3px solid #d7d7d7;
    font-weight: bold;
}

.lefttitle .letter {}

.lefttitle .left_more {
    margin-top: 12px;
    color: #5f259f;
    font-size: 15px;
    float: right;
}

.lefttitle .left_more:hover {
    color: #000000;
}

.menu {
    background-color: #f1f1f1;
    border-bottom: 4px solid #d2a9ff;
}

.menufixtop {
    position: fixed;
    top: 30px;
    width: 100%;
    text-align: center;
    z-index: 200;
}

.menu .menu_inner {
    width: 100%;
    height: 44px;
}


/* Css pillMenu Horizontal */

.pillMenu {
    position: relative;
}

.pillMenu ul {
    margin: 0;
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
}

.pillMenu ul li {
    display: table-cell;
    list-style: none;
    position: relative;
    z-index: 10;
    font-size: 19px;
    text-align: center
}

.pillMenu ul li a {
    color: #5f259f;
    padding: 9px 15px;
    display: block; 
    text-decoration: none;
    font-weight: bold !important;
}

.pillMenu ul li a:hover {
  color:#ff6820
}

.pillMenu ul li.selected { 
}

.pillMenu ul li.selected a {}

.pillMenu .pill {
    border-bottom: 3px solid #9d0000;
    margin-top: 3px;
}

.menu .dropdown-menu {
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    background-color: #5f259ff0;
}

.menu .dropdown-menu a {
    padding: 8px 8px !important;
    border-bottom: 1px solid #fff !important;
    line-height: normal !important;
    color:#ffffff;
    text-align:center;
}

.menu .submenu {
    background-color: #5f259ff0;
    position: absolute;
    right: 0px;
    padding: 0px;
    min-width: 110px;
    z-index: 999
}

.menu .submenu li {
    list-style: none;
    padding: 4px 10px;
    border-bottom: 1px solid #ffffff;
    font-size: 17px;
    line-height: normal
}

.menu .submenu .subtitle {
    color: #000000;
    font-size: 17px;
    font-weight:bold;
}

.menu .submenu a {
   font-weight:bold;
    color: #ffffff !important;
}

.menu .submenu div a {
    display: block;
    color: #ffffff !important;
    padding: 4px 10px !important;
    font-size: 17px;
}

.maincontent {
    max-width: 1200px;
    min-height: 500px;
    padding: 16px 16px;
    margin: auto;
    margin-bottom: 3px;
    background-color: #FFF
}

.v10height {
    clear: both;
    height: 10px;
}

.bt_icon {
    margin-top: 20px
}

a.searchbtn {
  background-repeat: no-repeat; 
    width: 80px;
    height: 35px;
    border: none;
    display: block;
    background-color: #ff6820;
    color: #ffffff;
    font-size: 20px;
    padding: 4px;
    background-image:url(img/icon_zoom.svg);
    background-size:22px;
    background-position:50px 6px;
    border-radius: 6px !important;
}

#gfbtn {
    margin-left: 6px;
    cursor: hand;
    cursor: pointer
}

.footer {
    min-height: 200px;
    width: 100%;
    background-color: #ececec;
    padding-bottom: 10px;
    text-align: center;
}

.footer .footmenu {
    background-color: #835ab1;
    padding: 7px;
    font-size: 16px;
}

.footer .footmenu a {
    margin-left: 15px;
    margin-right: 15px;
    color: #ffffff;
}

.footer .footer_inner {
    max-width: 1180px;
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin: auto;
}

.footer .copyright {
    font-size: 15px;
    color: #545454;
    margin-top: 10px;
}

#top-link-block {
    z-index: 9999;
}

#top-link-block.affix-top {
    position: absolute;
    /* allows it to "slide" up into view */
    bottom: -82px;
    /* negative of the offset - height of link element */
    right: 10px;
    /* padding from the left side of the window */
}

#top-link-block.affix {
    position: fixed;
    /* keeps it on the bottom once in view */
    bottom: 10px;
    /* height of link element */
    right: 10px;
    /* padding from the left side of the window */
}

#top-link-block a {
    color: #FFF
}

.backtop {
    background-color: #333333;
    padding: 10px 15px 15px 15px;
    display: block;
    text-align: center
}

.topnav {
    color: #666;
    padding: 5px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 10px;
    font-size: 15px
}

.topnav a {
    color: #666;
}

.numnavbar {
    background-color: #ececec; 
}

.navtotal {
    padding: 8px;
    text-align: right; 
    font-size: 15px;
}

.navtotal span {
    color: #F60
}

.pagination {
    margin: 0;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 8px 12px;
    font-size: 16px;
    color: #6e6e6e;
}

.pagination-lg>li>a.active {
    background-color: #ff6820;
    color: #fff
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #5f259f
}
.pagination-lg>li>a.active:hover {
  color:#ffffff
}
.numnav {
    background-color: #e7e7e7;
    padding: 8px;
    margin-bottom: 10px;
}

.numnav td {
    color: #6e6e6e
}

.numnav .list {
    float: right;
    border-right: 1px solid #d0d0d0
}

.numnav a {
    display: block;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #FFF;
    float: left;
    border: 1px solid #d0d0d0;
    border-right: none;
    color: #6e6e6e;
    font-size: 15px;
}

.numnav a.last {
    border-right: 1px solid #d0d0d0;
}

.numnav a.active {
    background-color: #b60002;
    border-color: #b60002;
    color: #fff
}

.hi5 {
    height: 5px
}

em {
    color: #F00
}

.button {
    padding: 5px 13px;
    background-color: #ff6820;
    color: #ffffff;
    border: none;
    border-radius: 6px !important;
}

.resetbutton {
    padding: 5px 13px;
    background-color: #555555;
    color: #ffffff;
    border: none;
    border-radius: 6px !important;
}

.leftcol {
    width: 30%;
    padding-right: 11px;
}

.breaklink {
    word-break: break-all;
}

.fancybox-show-thumbs .fancybox-thumbs {
    background-color: #000000 !important
}

.imgtitlewidth {
    width: 149px;
}

.green {
    color: #090
}

.counter td {
    padding: 5px !important;
}

.lefttran .tran_bd {
    padding-bottom: 0px !important;
}

.lefttran .tran_bd a {
    display: block;
    color: #333
}

.lefttran .tran_bd .tran_input {
    color: #7a7a7a;
    margin-right: 10px
}

.lefttran .tran_bd .tran_dist {
    color: #000000;
}
.lefttran .tran_bd .tran_price {
  color: #5f259f;
}

.lefttran .tran_bd .vline {
    padding-top: 10px;
    /* border-bottom: 1px solid #ffffff;
    margin-bottom: 10px */
}

.toplogo {
    width: 100%;
    max-width: 450px;
    margin-left: 5px;
}

@media (min-width: 1200px) {
    .pillMenu ul li a {
        
    }

    .menu .menu_inner {
        width: 1160px;
        margin: auto
    }

    .topbanner {
        height: 130px;
        padding-bottom: 10px;
    }

    .topbanner .topbanner_inner {
        width: 1180px;
        margin: auto;
        padding-top: 10px;
        background-image: url(img/topimg.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 68%;
    }
}

@media (max-width: 1100px) {
    .pillMenu ul li a {
        
    }
}

@media (max-width: 1000px) {
    .footer {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .toplogo {
        width: auto; 
        height: 100px;
        margin: auto;
    }
    .topbanner .topbanner_inner{
      background-image:url(img/topimg-xs.jpg); 
    }

    .maincontent {
        padding: 3px 3px;
    }

    .pillMenu ul li a {
         
    }

    .menu .submenu {}

    .topbanner .marquee {
        font-size: 19px;
        line-height: 25px;
    }

    .backtop {
        padding: 5px 10px 10px 10px;
    }

    .numnav a {
        padding: 0 8px;
    }

    .center-pagination {
        text-align: center;
    }

    .footer .branch {
        width: 100% !important;
    }

    .footer .item {
        width: 24%;
    }
}

@media (max-width: 550px) {
    .hidden-w550 {
        display: none;
    }
    
    .footer .copyright {
        font-size: 12px; 
    }
}

@media (min-width: 501px) {
    .hidden-sxs {
        display: block;
    }

    .visible-sxs {
        display: none;
    }
}

@media (max-width: 500px) {
    .toplogo {
      width: 80%;  
      margin:auto;
      height:auto;
    }

    .footer {
        font-size: 13px
    }

    .footer .item {
        font-size: 13px
    }

    .footer .item b {
        font-size: 14px;
        margin-bottom: 5px;
        color: #f7d019
    }

    .footer .app td {
        padding-right: 5px
    }

    .pagination-lg>li>a,
    .pagination-lg>li>span {
        padding: 5px 10px;
        font-size: 14px;
    }

    .hidden-sxs {
        display: none;
    }

    .visible-sxs {
        display: block;
    }

    #banner {
        display: none;
    }
    .hiddenw500 {
        display: none
    }

}

@media (max-width: 400px) {
    .hiddenw400 {
        display: none
    }

    .footer .footer_link {
        padding: 10px 0 !important;
    }
}

@media (max-width: 350px) {
    .pillMenu ul li a { 
    }

    .footer .item1 {
        font-size: 13px;
        padding-left: 0px;
        background-image: none;
    }
}

@media (max-width: 992px) {
    .maincontent {
        padding: 6px 6px;
    }
    .topbanner .topbanner_inner {  
            background-position-x: right;
    }
}

.menu_agentblog_320 {
    display: none
}

@media (max-width: 320px) {
    .menu_agentblog {
        display: none
    }

    .menu_agentblog_320 {
        display: block
    }

    .hiddenw320 {
        display: none
    }
}

@media print {
    a[href]:after {
        content: none !important;
    }

    .maincontent {
        width: 1200px;
    }

    .topbanner .topbanner_inner {
        width: 1200px;
        background-image:none
    }
}

@keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -100%;
        transform: translate(-100%, 0);
    }
}

@-webkit-keyframes slide {
    from {
        left: 100%;
        transform: translate(0, 0);
    }

    to {
        left: -100%;
        transform: translate(-100%, 0);
    }
}

#marquee {
    width: 100%;
    height: 30px;
    overflow: hidden;
    position: relative;
}

#text {
    position: absolute;
    top: 0;
    left: 0;
    width: 4400px;
    height: 30px;
    display: block;
    animation-name: slide;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 80s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@media (max-width: 500px) {
    .footer-text {
        font-size: 16px;
    }

    .banner-img {
        display: none;
    }
}

.staff .staff_item {
    border: 1px solid #CCC;
    padding: 0px;
}

.staff .staff_item table {
    width: 100%;
}

.staff .staff_item td {
    vertical-align: top;
    font-size: 14px;
}

.staff .staff_item .img {
    padding-right: 5px;
    max-width: 100px;
    height: 125px;
    overflow: hidden;
}

.staff .staff_item td img {

    width: 100%;
}

.staff .staff_item td span {
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.staff .contact_icon a {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.staff .contact_icon img {
    width: 30px !important
}

.agentproplabel {
    font-size: 15px;
    clear: both;
    padding-top: 5px;
}

.titlebar2 {
    padding: 5px;
    background-color: #4b8bd2;
    text-align: center;
    color: #ffffff;
    font-size: 21px;
}
.toptel{
  font-size:35px !important;
  color:#ff6820 !important; 
  font-weight:bold !important
}