﻿/* base */
html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    line-height: 1.5;
    font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
    color: #333;
    background-color: #fff;
    font-size: 14px;
}

body,  div,  dl,  dt,  dd,  ul,  ol,  li,  h1,  h2,  h3,  h4,  h5,  h6,  pre,  code,  form,  fieldset,  legend,  input,  button,  textarea,  p,  blockquote,  table,  th,  td  {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
}

p.lead {
    font-weight: 600;
}

a {
    color: #002e74;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover, a:focus {
    text-decoration: none;
    color: #338fff;
}

input:focus {
    outline: none;
}

.light {
    font-weight: 400;
}

hr {
    margin-top: 10px;
}

.hide {
    display:none;
}

.fl {
    float:left;
}

.fr {
    float: right;
}

.mc {
    margin: 0 auto;
}

.tc {
    text-align: center;
}
.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    clear: both;
} 

.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #fafafa;
}

.bg-dark {
    background: #362066;
}

.text-light {
    color: #f8f9fa;
}


.page-header {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.navbar-brand {
    line-height: 1em;
    color: #fff;
    padding-top: 10px;
    width: 200px;
    height: 40px;
    background: url(images/logo-l-w.png) no-repeat 0 center;
    background-size: cover;
}

.navbar-brand:focus {
    outline: 0;
}


.page-header .nav {
    background-color: rgba(255,255,255,.2);
}

.page-header .nav li a {
    color:#333;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page-header .nav li a:hover,
.page-header .nav li a:focus,
.page-header .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.page-header .nav li.active a {
    color: #5b3aee
}

.page-header ul.nav ul.dropdown-menu {
    background-color: rgba(255,255,255,.6);
}

.page-header ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

.page-header ul.nav ul.dropdown-menu li:last-child {
    border-bottom: none;
}

.page-header ul.nav ul.dropdown-menu li a {
    padding: 8px 12px;
}

.page-header ul.nav ul.dropdown-menu li a:hover {
    background: #fefefe;
}

.page-header.topbar ul.nav ul.dropdown-menu li a {
    /*    color: #333;
*/
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}



.nav-path {
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #818181;
}

.section {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
}
.section-heading {
    text-align:center;
}
.section-heading h2 {
    font-size: 30px;
    color: #16181a;
}

.section-heading i {
    margin-bottom: 20px;
}

.section-text {
    line-height: 30px;
    text-indent: 2em;
}
/* ===========================
--- Intro    padding-top: 20% 0 5% 0;

============================ */

.carousel .item a {
    display: inline-block;
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border: #fff 1px solid;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel .item a:hover {
    color: #337ab7;
    border: #337ab7 1px solid;
}

.main, main {
    margin-top: 20px;
}


.detail_title {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 28px;
}

.detail_info {
    padding-bottom: 10px;
    color: #999;
    border-bottom: 1px solid #eee;
}

.detail_content {
    margin-top: 28px;
}



/* ===========================
--- Footer
============================ */

footer {
    position: relative;
    z-index: 1;
}

footer a {
    color: #fff;
}


footer .default-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    text-align: center;
}

footer .item {
    margin-top: 50px;
}

footer .f-item .widget-title {
    margin-bottom: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
}

footer .f-item.about {
    padding-right: 30px;
    text-align: left;
}

footer .qrcode {
    width: 150px;
    height: auto;
}


footer .f-item .address li {
    display: flex;
}


footer.bg-dark li, footer.bg-dark li a {
    color: #adb5bd;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    margin-top: 20px;
}




.pageloader {
    z-index: 9999;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0,.3);
}
.pageloader .icon {
    background: url(images/loader2.gif) center center no-repeat;
    top: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: auto;
    left: 50%;
    position: absolute;
    border-radius: 10px;
}

.gototop {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gototop.active {
    opacity: 1;
    visibility: visible;
}

.gototop a {
    width: 40px;
    height: 40px;
    display: table;
    background-color: #ff7e00;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 5px;
}

.gototop a i {
    height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}


.box {
    display:block;
    border: 1px solid #e5e5e5;
    margin: 5px;
    padding: 10px;
    min-height: 150px;
    text-align:center;
}

.box:hover {
    border: 1px solid #95befb;
}
.box .icon {
    color: #ff7e00;
}

.box .icon i {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
}

.box .icon i.usa {
    background: url(images/usa.png) no-repeat center center #ff8726;
}

.box .icon i.uk {
    background: url(images/uk.png) no-repeat center center #ff8726;
}

.box .icon i.can {
    background: url(images/can.png) no-repeat center center #ff8726;
}

.box .icon i.aus {
    background: url(images/aus.png) no-repeat center center #ff8726;
}

.box .icon img {
    width: 100%;
}

.box .desc {
    margin-top: 10px;
}

.box .desc p {
    font-size: 12px;
}


.ad {
    background-color: #f6f6f6;
    padding: 30px 0;
    margin-top: 50px;
    width: 100% !important;

}

.ad .container {
    position: relative;
}

.ad .container .text1 {
    margin: 0;
    font-weight: 600;
    color: #333333;
}

.ad .container .text2 {
    font-weight: 400;
    color: #999999;
}

.ad .container .imgWrap {
    position: absolute;
}

/* filter */
.filter {
    padding: 5px 10px;
    border: #e5e5e5 1px solid;
}

.filter li {
    list-style: none;
    margin-bottom: 10px;
    position: relative;
}
.filter li.off {
    height: 34px;
    overflow: hidden;
}

.filter .filter-list {
    border-bottom: #e5e5e5 1px dashed
}
.filter dl {
    margin-bottom: 0px;
    margin-right: 30px;
}

.filter dl:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden
}

.filter dt, .filter-result dt {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 24px !important;
}

.filter dd, .filter-result dd {
    float: left;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 24px !important;
    cursor: pointer;
}

.filter dd.switch {
    position: absolute;
    width: 40px;
    height: 24px;
    margin: 0;
    right: 0px;
    background: url(images/j.png) no-repeat;
    background-position: right center;
    display: block;
}

.filter dd.switch.on {
    background-image: url(images/jo.png);
}

.filter a, .filter-result a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 10px;
    text-decoration: none;
    border-radius: 2px;
}

.filter a:hover {
    background-color: #f3f3f3
}

.filter .filtered a, .filter-result .filtered a {
    color: #fff;
    background-color: #6da8ff;
}

.filter-no {
    color: #999
}
.filter-result {
    float: left;
    position: relative;
    margin-bottom: 0px;
}

.filter-result a {
    padding-right: 20px;
    background: #f60 url("images/close.gif") right 9px no-repeat
}

.filter-result a:hover {
    background-position: right -15px
}

/* list  padding-inline-start: 0px */
.list {
    padding-inline-start: 0px;
    -webkit-padding-start: 0px;
}

.list li {
    list-style: none;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
}

.list li .logo {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right:10px;
}

.list li .logo img {
    width: 80px;
    height: 80px;
    margin-left: -1px;
    margin-top: -1px;
}

.list li .info {
    float: left;
    width:50%;
}


.list li .cname {
    display:block;
    font-size:16px;
    font-weight:bold;
}

.list li .oname {
    display: block;
    color:#999;
    font-size: 12px;
}

.list li .area {
    color: #666;
    font-weight: inherit;
}

.list li .glyphicon-map-marker {
    color:#999;
    margin-right:5px;
}
.list li .other {
    float: left;
    padding-top: 20px;
}

.list li .contact {
    float: right;
    padding-top:20px;
    margin-right: 10px;
}

.list li .contact a {
    display:inline-block;
    background-color: #ff8726; /*#f60*/
    color: #fff;
    border-radius: 2px;
    padding: 0px 10px;
    line-height:24px;
}

.list li .rank {
    float: right;
    margin-right: 20px;
    width: 100px;
    text-align: center;
}
    
.list li .rank h6 {
    font-weight: inherit;
    color: #999;
}
.list li .rank h3 {
    color: #ff4d4c;
}

.list-table {
    border-collapse: collapse;
    width:100%;
}

.list-table tr {
    border-bottom: 1px solid #e1e1e1;
}

.list-table th, .list-table td {
    padding: 10px;
}


.list-table td {
    text-align: left;
}

.list-table td a {
    font-size:16px;
    /*color: #338fff;*/
        }

.list-table td span {
    font-size: 16px;
    font-weight: bold;
    color: #ff8726;
}


/*toolbar*/
.toolbar {
    padding: 10px 0px;
    border-bottom: 1px solid #e5e5e5;
}

.listTotal {
    float:left;
    line-height:34px;
}
.searchWrap {
    line-height: 34px;
    float: right;
    width: 350px;
    height: 34px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}
.searchWrap .glyphicon{
    margin:0 10px;
    color:#e5e5e5;
}

.searchWrap .keyword {
    display: inline-block;
    border: none;
    background: none;
    width: 250px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.searchWrap .button {
    border: none;
    background: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    line-height: 34px;
    background: #6da8ff;
    color: #fff;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.searchWrap .matchlist {
    display: none;
    position: absolute;
    top: 100%;
    left: 41px;
    width: 460px;
    line-height: 35px;
    z-index: 5;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
}


.searchWrap .matchlist a {
    color: #333;
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#pagerWrap {
    text-align: center;
}
#pager {
    display: inline-block;
}

#pager li {
    display: inline-block;
}
#pager a {
    cursor: pointer
}

#pager .active > a {
    background-color: #6da8ff;
    border-color: #6da8ff;
}


.pager-goto {
    float: left;
    margin: 20px;
    display:none;
}
.pager-goto input {
    border: 1px solid #b3b3b3;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    padding: 0 3px;
    width: 40px;
}

.pager-goto button {
    background-color: #43a0ff;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 34px;
    margin-left: 15px;
    width: 50px;
}
.nocol .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.carousel-inner .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    max-width: none !important;
}


/* Media queries */
@media(min-width:767px) {
    .page-header {
        padding: 10px 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .page-header.topbar {
        background-color: rgba(255,255,255,1);
        border-bottom: 1px solid #dcdcdc;
    }

    .page-header.topbar .navbar-brand {
        background: url(images/logo-l-p.png) no-repeat 0 center;
        background-size: cover;
    }

    .ad .container .text1 {
        text-indent: 50px;
        font-size: 36px;
    }

    .ad .container .text2 {
        text-indent: 50px;
        font-size: 18px;
    }

    .ad .container .imgWrap {
        right: 68px;
        bottom: 0;
    }

    .ad .container .imgWrap img {
        width: 200px;
        right: 200px;
    }

    .carousel-control .glyphicon {
        font-size: 36px;
    }

    .carousel-control .glyphicon-chevron-left:before {
        content: "\e257";
    }

    .carousel-control .glyphicon-chevron-right:before {
        content: "\e258";
    }

}

@media(max-width:768px) {

    .page-header.topbar {
        background-color: rgba(36,20,66,0.8);
    }
    .page-header .nav li a {
        color: #ccc;
    }
    .page-header .nav li a:hover,
    .page-header .nav li a:focus,
    .page-header .nav li.active a {
        color: #fff;
    }


    .ad .container .text1 {
        font-size: 30px;
    }

    .ad .container .text2 {
        font-size: 12px;
    }

    .ad .container .imgWrap {
        right: 0px;
        bottom: 0;
    }

    .ad .container .imgWrap img {
        width: 150px;
        right: 150px;
    }


    .list li .info {
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
    }

    .listTotal {
        display:none;
    }
    .searchWrap {
        width: 100%;
    }

    .navbar-brand {
        margin-left: 20px;
    }

    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .section-heading h2 {
        font-size: 20px;
    }

    .contactWrap {
        float: left;
        max-width: 50%;
        min-height:160px;
    }

    .kfcode {
        float: right;
        margin-top:-5px;
    }

    .carousel-indicators,.carousel-control .glyphicon {
        display: none;
    }
}



