.full-image {
    width: 100%;
}
body{background-color: #eee;}
.container{
	    background-color: #fff;
}
.footer-loginblock{}
.userclass {
    color: #333;
    font-family: Arial;
    font-size: 11px;
}
.footer-loginblock {
    margin-top: 30px;
}
.c-navbar {
    background: url(../img/bg-nav.png);
    border: none;
    background-size:100% 42px;
    background-repeat: no-repeat;
    margin-bottom: -29px;
    z-index: 9999;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 9px;
    min-height: 42px;
        background-repeat: repeat-x;
}
.c-navbar ul a {
	color: #4d4e53 !important;
    float: left;
    height: 41px;
    line-height: 38px;
    padding:0 18px 0 19px;
    text-align: center;
    width: inherit;
    font-size: 12px;
    font-weight: bold;
}
.c-navbar ul li {
    background: url(../img/sep-nav.gif) no-repeat right;
    position: relative;
    padding: 0;
        background-size: auto 100%;
}
.c-navbar .navbar-nav > li.last {background: none}
.c-navbar .navbar-nav > li:hover a,
.c-navbar .navbar-nav > li.hover a,
.c-navbar .navbar-nav > li a:hover,
.c-navbar .navbar-nav > li a.hover {
    background: url(../img/bg-nav-hover.gif) repeat-x;
    color: #fff !important;
}
.qoute{margin-top: 30px; margin-bottom: 20px;}
.promo-box {
    overflow: hidden;
    margin: 12px 20px 20px 0;
    font-size: 12px;
    float: left;
    max-width: 100%;
}

#footer {
    width: calc(100% + 30px);
    float: left;
    background: #eee;
    height: 40px;
}
.footerbar {
    position: relative;
    height: 35px;
    padding: 15px 0 0 28px;
    font-size: 11px;
    color: #999;
    float: left;
    width: 100%;
    background: #eee;
}
.footerbar p {
    float: left;
    margin: 1px 0 0;
    line-height: normal;
    color: #999;
}
#navigation-bottom {
    margin: 0 0 0 12px;
    padding: 0;
    list-style: none;
    display: inline;
}
#navigation-bottom li:first-child {
    background-image: none;
    padding-left: 8px;
}
#navigation-bottom li {
    display: inline;
    padding: 0 0 0 10px;
    margin: 0 6px 0 0;
    float: left;
}
.footerbar ul a {
    color: #39c;
    text-decoration: none;
} 

/*content Page*/

.company-bg{

    background: url('../img/cmpany_n.jpg');
    width: calc(100% + 30px);
    float: left;
    background-size: cover;
    background-position: center;
    padding: 30px 0px 20;
    color: #fff;
}
.company-header{
    width: 90%; margin: 0px auto;
}
.page-discription{
    background: rgba(128,128,128,0.5);
    width: 500px;
    padding: 24px;
    margin-top: 0px;
    padding-right: 20px;
    color: #fff;
    position: relative;
    font-size: 11px;
    /*text-align: justify;*/
    max-width: 100%;
    line-height: 1.5;
    border-radius: 27px;
    min-height: 210px;
    letter-spacing: 0;
}
#content {
    border: none;
    padding: 0 25px;
    padding: 30px 25px;
}
#content h2 {
    margin: 0 0 16px;
    font-size: 22px;
    color: #000;
    font-weight: normal;
}
#content h3 {
    margin: 0 0 16px;
    font-size: 23px;
    color: #000;
    font-weight: normal;
}
#content .sh1 {
    color: #0C8D73;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 16px;
}
.page-content {width: 100%; float: left;}
#content .sh2 {
    color: #5C8D73;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 16px;
}
#content p {
    line-height: 18px;
    margin: 0 0 18px;
    padding: 0;
    font-size: 12px;
}
#content ul li,#content ol li{
    font-size: 12px;
}
div#content table tr td:nth-child(1) {
    width: 140px;
    padding-right: 10px;
}
.logo-pic{
    width: 146px;
    padding-top: 15px;
    margin: 0px auto;
    padding-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.feature-box {
    border: 2px solid #e9ecef;
    padding: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-in-out;
    float: left;
    width: 100%;
    background: #f9f9f9;
}
.left_icon {
    float: left;
    width: 42px;
    position: relative;
}
.left_icon img{max-width: 40px}
.left_icon .small_brd {
    height: 40px;
    width: 2px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #1b6dc1;
}
.right_text {
    float: right;
    width: calc(100% - 50px);
    margin-left: 6px;
}
.right_text h3 {
    font-size: 17px;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
    color: #222;
}
.feature-box p {
    margin-bottom: 0;
}
.contact label {
    font-size: 12;
    padding: 7PX;
}
.list-service{
    color: hsl(0, 0%, 50%);
    font-size: 12px;
    list-style: square outside none;
    margin-left: 20px;
    padding: 0;
}
@media only screen and (max-width: 1200px) {
    .header-nav {
    margin-top: 42px;
}
.c-navbar ul a {
    padding:0 15px 0 15px !important;}
}
@media only screen and (max-width: 992px) {
.c-navbar ul a {padding:0 4px 0 6px !important}
}
.c-navbar{
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .c-navbar ul a {
    padding: 0 4px 0 12px !important;
}
    .header-nav {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
}
    .brandings{display: block;}
    .navbar{
        background:url('../img/bg-nav.png');
        background-size: 100% 51px !important;
        background-repeat: no-repeat;
        border: none !important;
    }
    .c-navbar ul a {
        float: none;
    }
   .c-navbar {
        padding-bottom: 30px;
        margin-top: 15px;
    }
  
  ul.nav.navbar-nav li {
    float: left;
    width: 100%;
    text-align: left;
  }
    ul.nav.navbar-nav li a{
        text-align: left;
    }
}
.navbar-collapse {padding: 0px 6px;}
.c-drop-menu {
    padding: 0px !important;
}
.c-navbar{margin-top:  9px !important;}

.c-submenu .c-drop-menu li ,
.c-submenu:hover .c-drop-menu li a
    { 
        color: #333 !important;
        background:linear-gradient(#eaebeb,#eaebeb, #949699);;
    }
.c-submenu  .c-drop-menu li a:hover{
    background:url(../img/bg-nav-hover.gif) repeat-x;
    color: #fff !important;
    background-size: 100% 100%; 
}
.c-drop-menu li{width: 100%; float: left;}
.c-drop-menu a {text-align: left !important;}
.header-nav {
    margin-top: 51px;
}


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #1a92bc;
  background-image: #1a92bc3;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1a92bc;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}