html, body{
    background-color: #eee;
    font-family: Roboto Condensed;
    font-size: 16px;
    color: #181818;
}
a, li{
    -o-transition:color .3s ease-out, background 3s ease-in;
    -ms-transition:color .3s ease-out, background 3s ease-in;
    -moz-transition:color .3s ease-out, background 3s ease-in;
    -webkit-transition:color .3s ease-out, background 3s ease-in;
    transition:color .3s ease-out, background 3s ease-in;
}
h1, h2, h3, h4, h5{
    margin: 0;
    padding: 0;
}
a{
    color: #283566;
}
a:hover{
    cursor: pointer;
}
ul{
    margin: 0;
    padding: 0;
}
td, th{
    vertical-align: baseline;
}
p{
    font-weight: normal;
    margin: 0 0 10px;
}
p em{

}
#top{
    background-color: #faa831;
    height: 42px;
    line-height: 42px;
}
#top i{
    margin-right: 5px;
    font-size: 12px;
}
#top-menu{
    float: right;
}
#top-menu li{
    list-style-type: none;
    float: left;
    text-transform: uppercase;
}
#top-menu li a i{
    margin-right: 5px;
}
#top-menu li a{
    color: #181818;
    font-size: 13px;
    margin-right: 10px;
}
#top-menu li:last-child{
    padding-right: 10px;
}
#top-menu li a:hover{
    text-decoration: underline;
}
.header{
    background-color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.75);
    -o-box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.75);
    -ms-box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.75);
    -moz-box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.75);
    -webkit-box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.75);
}
.logo{
    margin: 25px 0;
    height: 50px;
}
.cloned .logo{
    margin: 10px 0;
    height: 30px;
}
.main-menu ul{
    list-style:none;
    position:relative;
    float:right;
    margin:0;
    padding:0
}
.main-menu ul a{
    display:block;
    text-decoration:none;
   line-height: 100px;
    color: #181818;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Roboto Condensed;
    font-size: 17px;
    font-weight: bold;
}
.main-menu ul li{
    position:relative;
    float:left;
    margin:0;
    padding:0;
     -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}   
.main-menu ul li.current-menu-item{
    background:#ddd
}
.main-menu ul li:hover{
    background-color: #f7f7f7;
}
.main-menu ul ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    padding:0;
    z-index: 999;
}
.main-menu ul ul li{
    float:none;
    width:200px
}
.main-menu ul ul a{
    line-height:120%;
    padding:10px 15px
}
.main-menu ul ul ul{
    top:0;
    left:100%
}
.main-menu ul li:hover > ul{
    display:block
}

.cloned{
    height: 50px;
}
.cloned .main-menu nav ul li a{
    height: 50px;
    line-height: 50px;    
}
.cloned .main-menu nav ul li ul li a{
    padding: 0 15px;
    line-height: 30px;
    height: auto;
}
.social,.phone{
    float: right;
    margin: 0;
    padding: 0;
}
.phone li{
    color: #fff;
    font-size: 16px;
    padding: 2px 5px;
}
.social li,.phone li{
    float: left;
    list-style-type: none;
}
.social li{
    background-color: #0066a6;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 2px 2px;
}
.social li:hover{
    opacity: 0.80;
}
.social li a{
    color: #fff;
    font-size: 15px;
}
.social li:hover{
    cursor: pointer;
}

.footer-social{
    margin: 0;
    padding: 0;
}
.footer-social li{
    float: left;
    list-style-type: none;
}
.footer-social li{
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 2px 2px;
}
.footer-social li:hover{
    opacity: 0.80;
}
#footer-social li a{
    color: #283566;
    font-size: 18px;
}
.footer-social li:hover{
    cursor: pointer;
}

.last-article-list{
    margin-bottom: 5px;
}
.last-article-list span{
    font-weight: bold;
    color: #283566;
    margin-bottom: 5px;
}
.last-article-list .article-featured-img{
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
}
.article-box{
    margin: 10px 0;
}
.article-row{
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 10px;
}
.category-article-box{
    background-color: #fff;
    border: 1px solid #e0dfdf;
    border-top: none;
}
.category-article-box-title{
    width: 100%;
    height: 60px;    
    display: table;
}
.category-article-box-title a{
    font-size: 17px;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}

.article-title{
    text-align: center;
    padding: 10px;
}
.article-title:hover{
    text-decoration: underline;
}
.categoryName{
    color: #faa831;
    margin-top: 10px;
    font-weight: bold;
}
.img-box{
    display: block;
    overflow: hidden;
    max-width: 100%;
    line-height: 0;
    position: relative;
}
.article-featured-img{
    width: 120px;
}
.article-featured-img-list{
    width: 100%;
    height: 220px;
}
.real-list-feat-img-list{
    width: 100%;
    height: 125px;
}
.article-footer-box{
    background-color: #fff;    
    text-align: center;
    border: 1px solid #e0dfdf;
}
.real-list .list-article-title h5{
    font-size: 15px;
    padding: 5px;
}
.last-article-list a{
    font-weight: 600;
    font-size: 17px;
}
.read-more{
    padding: 5px 26px;
    float: right;
    background-color: #faa831;
    color: #fff
}
.home-widget{
    background-color: #fff;
}
.widget{
    padding: 10px;
    background: #fff;
    overflow: auto;
    min-height: 100%;        
}
.widget-title{
    border-bottom: 1px solid #faa831;
    margin-bottom: 10px;
    font-size: 18px;    
    padding-left: 0;
}
.widget-title i{
    color: #faa831;
    margin-right: 5px;
}
.widget-title{
    font-weight: normal;
}
.widget.hw{
    margin-top: 10px;
    text-align: justify;
}
.serviceList h4{
    background-color: #0066a6;
    color: #fff;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.serviceList ul{
    margin: 0;
    padding: 0;
    border: 1px solid #eceff1;
    border-top: none;
}
.serviceList ul li{
    list-style-type: none;
    padding: 10px 15px;
    border-bottom: 1px solid #eceff1;
}
#parthner{
    margin-top: 20px;
}
#parthner .bx-wrapper{
    margin-bottom: 20px;
}
.address i{
    color: #ff5601;
    margin-right: 5px;
    float: left;
}
.address .form-group{
    line-height: 18px;
}
.address-wrap{
    padding-left: 15px;
}
#footer-link{
    background-color: #faa831;
    padding: 20px;
    font-size: 18px;
    text-align: center;    
}
#footer-link a{
    color: #283566;
}
#footer-link a:hover{
    text-decoration: underline;
}
#footer{
    background-color: #283566;
    color: #fff;
    padding-top: 10px;
}
#footer a{
    color: #fff;
}
#footer ul li{
    list-style-type: none;
}
/*#footer a:hover{
    text-decoration: underline;
}*/
#footer-logo {
    height: 40px;
}
#copy-right{
    background-color: #263260;
    color: #fff;
    text-align: center;
    padding: 15px;
}
#copy-right a{
    color: #fff;
}
.cover-img{
    width: 100%;
    margin-top: 10px;
}
.article-detail ul {
    margin-left: 20px;
}
.article-detail h3.article-detail-title
{
    margin-bottom: 10px;
    border-bottom: 1px solid #0066a6;
    text-transform: uppercase;
}
.article-detail table tr td p{
    margin-bottom: 0;
}
#parthner .bx-wrapper{
    background-color: #eee !important;
}
#parthner .bx-wrapper, #parthner .bx-viewport {
    height: 88px !important;
}
.category-cover, .article-cover, .contact-cover{
    height: 400px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
.article-detail{
    background-color: #fff;
}
.article-detail table tr td{
    padding: 2px 10px;
    vertical-align: initial;
}
.category-information{
    text-align: justify;
}
.article-detail table tr td p img{
    float: none;
    margin-bottom: 10px;
}
.contact-title{
    margin-bottom: 10px;
}
.category-title h2,.article-detail h2, .contact-title h3{
    margin: 15px 0;
    color: #283566;
}
.article-container{
    background-color: #fff;
}
.footer-widget-title{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.footer-widget-title a{

}
.footer-link{
    margin: 0;
    padding: 0;
}
.footer-link li{
    list-style-type: none;
}
#footer a{    
    -webkit-transition: 300ms ease color,300ms ease padding;
    -moz-transition: 300ms ease color,300ms ease padding;
    transition: 300ms ease color,300ms ease padding;
    display: block;
}
#footer ul li a:hover{
    display: block;
    padding-left: 10px;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;

}
.footer-link{
    border-right: 1px solid #283566;
}
#footer ul li a,#footer span{
    font-weight: 400;
}
#copy-right p {
    font-weight: normal;
    font-size: 13px;
}
table tr td strong{
    color: #283566;
}
.article-container, .list{
    padding-bottom: 20px;
}
.slide-layer-wrapper{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999999999;
    padding: 20px;
}
.slide-layer{    
    max-width: 1200px;
    margin: 0 auto;
}
.slide-data{
    background-color: rgba(0,0,0,0.50);
    width: 500px;
    color: #fff;
    padding: 30px;
    float: right;    
}
.slide-data-l{
    min-height: 200px;
    line-height: 30px;
    font-size: 18px;
}
.slide-data-l a h1{
    color: #fff;
}
.slide-data-l p{
    text-align: justify;
}
.slide-data-l a h2:hover{
    text-decoration: underline;
}
.slideCategoryName{
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
#site-search{
    height: 30px;
    border: 0;
    margin-right: 10px;
    padding: 5px 10px;
    background-color: #ffc000;
}
#site-search::-webkit-input-placeholder {
    color: #fff;
}
#site-search:-moz-placeholder {
   color: #fff;
}
#site-search::-moz-placeholder {
   color: #fff;
}
#site-search:-ms-input-placeholder {
   color: #fff;
}
#site-search::-ms-input-placeholder {
   color: #fff;
}
.slide-detail{
    float: left;
}
.slide-releases{
    float: right;
}
.slide-detail i, .slide-releases i{
    margin-right: 5px;
}

#parthner .bx-wrapper img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#parthner .bx-wrapper img:hover{
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.article-detail-link li{
    margin-bottom: 10px;
    list-style-type: none;
}
.article-detail-link li a{
    padding: 5px 15px;
    background-color: #faa831;
    color: #fff;
}
.article-detail-link li a:hover{
    color: #166dba;
}
.article-detail-footer-list .bx-wrapper{
    background-color: transparent;
}
.article-detail-footer-list .bx-wrapper .bx-viewport{
    min-height: 200px;
}
.article-footer-box-title{
    width: 100%;
    height: 60px;
    display: table;
    padding: 0 5px;
}
.article-footer-box-title a{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home-last-article-title{
    height: 50px;
    display: block;
}
.form-horizontal .control-label{
    text-align: left;
}
#map{
    height: 300px;
    margin-bottom: 50px;
}
ol li{
    margin-bottom: 10px;
}
.col-ss-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-ss-5 .article-featured-img-list{
    height: 160px !important;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 640px) {
    .slide-layer-wrapper{
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .equal .widget{
        margin-top: 10px;
    }
}
/* Regular */
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Regular.ttf');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Regular.woff');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Regular.woff2');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Regular.eot');
}

/* Bold */
@font-face{
    font-family: Roboto Condensed;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Bold.ttf');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Bold.woff');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Bold.woff2');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Bold.eot');
}

/* Italic */
@font-face{
    font-family: Roboto Condensed;
    font-weight: bold;
    font-style: italic;
    src: url('../fonts/RobotoCondensed-Italic.ttf');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/RobotoCondensed-Italic.woff');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/RobotoCondensed-Italic.woff2');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: normal;
    font-style: italic;
    src: url('../fonts/RobotoCondensed-Italic.eot');
}

/* Light */
@font-face{
    font-family: Roboto Condensed;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Light.ttf');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Light.woff');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Light.woff2');
}
@font-face{
    font-family: Roboto Condensed;
    font-weight: 300;
    font-style: normal;
    src: url('../fonts/RobotoCondensed-Light.eot');
}