@charset "utf-8";
*{margin :0;padding:0;}
html,body{
    overflow-x: hidden;
    overflow-y: auto;
    width:100%;
    height:100%;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:12px;
    color:#666666;
    vertical-align: baseline;
    background-color: #f0f0f0;
}
.navbar .nav.pull-right {
    margin-right: 8%;
}
a,a:hover,a:focus,button{
    text-decoration:none;
    color:black;
}
#footLink a:hover,#footLink a:focus{
    text-decoration:underline;
    color:#ffffff;
}
.lf{float: left;}
.rt{float:right;}
.clear{clear:both;}
.text-c{text-align: center}
.ft-11{font-size:1.1rem;}
.ft-12{font-size:1.2rem;}
.mytop{
    position: fixed;left:0;top:0;z-index:1000;
}
.mynav{
    border: none;border-radius: 0;padding:0;
}
.nav>li{
    margin-left:15px ;
    margin-right:15px;
}
.navbar{
    -webkit-box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
    -moz-box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
    box-shadow: 0 2.5px 2.5px 0 rgba(221,221,221,0.5);
}
.navbar .brand{color:#333333;}
.navbar .nav>li>a {
    padding: 10px 5px 10px;
    color:#333333;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus,.nav>li>a:hover{
    color: #e04b4b;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom:3px solid #e04b4b;
}
.relative{
    position: relative;
}
.splash-bg{
    width: 100%;
    height: 100%;
    background: url('../img/aboutUs/about-top.jpg') no-repeat center;
    overflow: hidden;
    background-size: cover;
}
.btn-navbar{
    border-radius:0;
}
.pd-10{
    padding:10px;
}
.pd-bt{
    padding-bottom:10px;
}
.pd-m10{
    padding:10px 0;
}
.txtBlock{margin-bottom:10px;}
.main-title{font-size:2.2rem;padding:10px 5px;padding-left:0;color:#333333;}
.main-title2{font-size:1.8rem;padding:5px;padding-left:0;color:#333333;}
.main-txt{font-size: 1.3rem;line-height:2.3rem;}
.cl-6c{
    color:#6C6C6C
}
.cl-91{
    color:#919191
}
.fBold{font-weight:bold;}
.hLine{
    color: #FAA419;
    border-right: 3px solid #FAA419;
    margin-right: 10px;
}
.main-ftSize{font-size:1.2rem;}
.pd-l{padding-left:10px;}
.pd-r{padding-right:10px;}
.ft-bg{background-color: #4A4A4A;}
.ft-pd{padding:20px 0;}
.ft-mg{margin-top:50px;}
.ft-cl{color:white;}
.ft-box{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}
.f1-line1-l{font-size:2rem;display: inline-block;}
.f1-line1-r{font-size:1rem;line-height:1.3rem;display: inline-block;}
.v-line{display: inline-block;height:20px;border-right:1px solid white;}
.f1-line1{line-height:2.5rem;}
.f1-line2,.f1-line3,.ft-txt{line-height:2rem;font-size:1.1rem;}
p{margin:0}
.f2-line,.f3-line3-l{line-height:2.5rem;}
.f3-line3-l{font-size:1.5rem;}
.bot-h-center {
    display: -webkit-flex!important;
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex: 0 1 auto;
}
@media screen and (max-width:640px) {
    .thumbnails .h-center{
        display: block;
    }
}
.about-adv{
    padding:10px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 1 auto;
}
.about-adv img{
    width: 110px;
    height:110px;
}
.cl-fff{
    color:#ffffff!important;
}
.v-center{
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:space-between;
    align-items: center;
}
.my-adv-txt{
    font-size:1.4rem;
    color:#545454;
    font-weight:bold;
    padding:10px 5px;
}
.bot-h-center-lf{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    flex: 0 1 auto;
}
.bot-h-center-rt{
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    flex: 0 1 auto;
}