/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/*
.carousel {
  height: 500px;

}
*/
/* Since positioning the image, we need to help out the caption */
/*
.carousel-caption {
  z-index: 10;
  text-align:left;
  margin-left:-7%;
  position:absolute;
  top:120px;
  
  
}
*/

/* Declare heights because of positioning of img element */
/*
.carousel .item {
  height: 500px;
  background-color: #eee;
  
}
*/
/*
.carousel-inner > .item > img {
 
   left: -9999px;  
   right: -9999px;  
   margin: 0 auto;  
   max-width: none; 
   
   min-width: 100%;
   position: absolute;
   min-height: 500px;
}
*/
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.mainpic {  height: 500px;position:relative;width:100%;overflow:hidden}
.mainpic img {
 
   left: -9999px;  
   right: -9999px;  
   margin: 0 auto;  
   max-width: none;  
   position:absolute; z-index:-1;
   min-width: 100%;
   min-height: 500px;
   border-bottom:2px solid #ccc; 
  
   
   
   

}


.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.ml-5 {
  margin-left: 5rem;
}


.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mx-0 {
 margin-left: 0 !important;
 margin-right:  0 !important;
}
.mx-1 {
  margin-left: 1rem;
 margin-right:  1rem; 
}
.mx-2 {
  margin-left: 2rem;
 margin-right:  2rem; 
}
.mx-3 {
  margin-left: 3rem;
 margin-right:  3rem; 
}
.mx-4 {
  margin-left: 4rem;
 margin-right:  4rem; 
}
.mx-5 {
  margin-left: 5rem;
 margin-right:  5rem; 
}
.my-0 {
 margin-top: 0 !important;
 margin-bottom:  0 !important;
}
.my-1 {
  margin-top: 1rem;
 margin-bottom:  1rem; 
}
.my-2 {
  margin-top: 2rem;
 margin-bottom:  2rem; 
}
.my-3 {
  margin-top: 3rem;
 margin-bottom:  3rem; 
}
.my-4 {
  margin-top: 4rem;
 margin-bottom:  4rem; 
}
.my-5 {
  margin-top: 5rem;
 margin-bottom:  5rem; 
}

.vl {
  border-left: 2.5px solid  #acacac;
  height: 140px;
  border-radius: 50px;
}

.padding-partner{
  padding-right: 0.3rem;
  padding-left: 0.3rem;
}
.margin-partner{
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pl-5 {
  padding-left: 5rem;
}


.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 4rem;
}
.pr-5 {
  padding-right: 5rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.px-0 {
  padding-left: 0 !important;
  padding-right:  0 !important;
}
.px-1 {
   padding-left: 1rem;
  padding-right:  1rem; 
}
.px-2 {
   padding-left: 2rem;
  padding-right:  2rem; 
}
.px-3 {
   padding-left: 3rem;
  padding-right:  3rem; 
}
.px-4 {
   padding-left: 4rem;
  padding-right:  4rem; 
}
.px-5 {
   padding-left: 5rem;
  padding-right:  5rem; 
}
.py-0 {
  padding-left: 0 !important;
  padding-right:  0 !important;
}
.py-1 {
   padding-left: 1rem;
  padding-right:  1rem; 
}
.py-2 {
   padding-left: 2rem;
  padding-right:  2rem; 
}
.py-3 {
   padding-left: 3rem;
  padding-right:  3rem; 
}
.py-4 {
   padding-left: 4rem;
  padding-right:  4rem; 
}
.py-5 {
   padding-left: 5rem;
  padding-right:  5rem; 
}

.tbt-0 {
  margin-top: 0 !important;
}



.tby-1 {
  margin-top: 3rem;

}
.tby-2 {
  margin-top: 4rem;
}
.tby-3 {
  margin-top: 1rem;
}
.tby-4 {
  margin-top: 2rem;
}

@media (max-width: 1244px) {
  .tby-1 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  
  }
  .tby-2 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .tby-3 {
    margin-top: 0rem;
    margin-bottom: 0 !important;
  }

  .tby-4 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  }


.mar500 {
  margin-top: 0px;
}

.clrboth {
  clear: both
}

.xgreen {
  color: #008000;
}

.green {
  color: #008000;
}

.caret {
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-left: 4px dotted rgba(255, 0, 0, 0);
  border-right: 4px dotted rgba(255, 0, 0, 0);
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.caret-up {
  width: 0;
  height: 0;
  border-left: 4px dotted rgba(0, 0, 0, 0);
  border-right: 4px dotted rgba(0, 0, 0, 0);
  border-bottom: 4px solid;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.round-tabs {
  width: 50px;
  height: 50px;


  border-radius: 50px;
  background: white;
  border: 2px solid #eee;


}

.navbar-cen>li>a,
.navbar-cen .dropdown>li>a {
  font-size: 16px;
}

/* dropdown */


@media (min-width: 768px) {
  ul.nav li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .search-form .form-group {
    display: block
  }

  ul.nav li.dropdown ul.dropdown-menu {
    width: auto;
  }

  .head-top {
    height: 33px;
    font-size: 14px;
    padding: 6px 50px;
    background-image: url(../imgs/line_blue.jpg);
    background-repeat: repeat-x;
    text-align: right;
  }

  #xlhide {
    display: none
  }
}



footer {
  width: 100%;
  padding: 3px;
  background-color: #b3b4b6;
  color: #523131;
  text-shadow: none;

}

footer a,
a:link {

  color: #523131;
}

footer a:hover {
  color: #FFF;

  text-decoration: none;
}

.whitetop {
  color: #FFF;
  display: block;


}


/* RESPONSIVE IMG COROUSEL */



/*grid */

.row-bcel {
  margin-right: 0px;
  margin-left: 0px
}


@media (min-width: 360px) {
  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 520px) {
  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (min-width: 768px) {
  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }

}

@media (min-width: 992px) {
  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }


}

@media (min-width: 1200px) {

  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }

}

@media (min-width: 1680px) {
  .row-bcel {
    margin-right: 0px;
    margin-left: 0px;
  }


}

[class*="col-"] {
  padding-top: 10px;
  padding-bottom: 0px;
}


.sharelink [class*="col-"] {
 padding-top: 0px;
 padding-bottom: 0px;
 padding-right: 5px;

}

/* MARKETING CONTENT
-------------------------------------------------- */


.marketing .col-xs-4 {
  padding-top: 25px;
  text-align: left;

}

.left100 {
  padding-left: 11%;
}

.marketing-cen .col-xs-4 {
  padding-top: 25px;
  text-align: center;


}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-xs-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing .col-lg-6 {
  padding: 20px;
}

.marketing .col-lg-6 h3 {
  color: #6b6b6b;
  line-height: 10px;
}

.marketing .col-lg-6 p {
  color: #c80000;
}

/*
.scrollY { 
height:610px;
max-height:610px;
height:auto;
overflow: hidden;
overflow-y:auto;
	
}*/





.brgrey a {
  color: #8b8b8b;
  font-size: 12pt;
}

.brgrey a:hover {
  color: #3c3c3c;
  text-decoration: none;
  cursor: pointer;
}

.br-grey {
  border-bottom: 1px solid #b3b3b3;
  padding: 2px;
}

.border-title {
  border-bottom: 1px solid #b3b3b3;
  padding: 0px;
}
td.rght {
  text-align: right;
}

td.ct {
  text-align: center;
}

td a{
  
  color: #8b8b8b;
  
}

td a:link{
  
  color: #8b8b8b;
  
}

td a:hover {
  color: #b71113;
  text-decoration: none;
}


div.dvleft {
  text-align: left;
}

div.dvright {
  text-align: right;
}

.brread a {
  color: #b2080a;
  font-size: 17pt;
  font-weight: bold;
}

.brread a:hover {
  color: #b71113;
  text-decoration: none;
}

.title-l{
    font-size: 15pt;
    color: #b71113;
}

.title-news {
  font-size: 17pt;
  color: #000000;
  font-weight: bold;
  border-bottom: 2px solid #b71113;
}

.title-news a:hover {
  color: #2E4570;
  text-decoration: none;
}


.br-red {
  border-bottom: 1.4px solid #b71113;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  /*width: 540px;*/
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
 height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.1);
}

.zoom:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.08);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.mainpic .pic-caption {
  z-index: 10;
  text-align: left;
  margin: 3%;
  position: relative
}







.bd-red {
  border-bottom: 5px solid #b71113;
  /* border-right:2px solid #ccc; */
}

.bd-orange {
  border-bottom: 5px solid #efc608;

}

.bd-grey {
  border-bottom: 5px solid #b3b3b3;

}

.grey-lv1 {
  background-color: #e6e6e8;
  cursor: pointer;
}

.grey-lv2 {
  background-color: #cccccc;
}

.grey-lv3 {
  background-color: #acacac;
}

.grey-lv4 {
  background-color: #8c8c8c;
}

.grey-lv5 {
  background-color: #7c7c7c;
}

.grey-lv6 {
  background-color: #6c6c6c;
}


@media (min-width: 360px) {
  .container-bcel {
    padding-left: 5px;
    padding-right: 5px;
    margin: auto;
      
   
    /*width: 350px;*/

  }

}

@media (min-width: 520px) {
  .container-bcel {
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
      
   /*width: 505px;*/
  }


}


@media (min-width: 768px) {
  .container-bcel {
    padding-left: 20px;
    padding-right: 20px;
     margin: auto;
       
   /* width: 750px;*/

  }

  .scrollY {
    max-height: 860px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;

  }

}

@media (min-width: 992px) {
  .container-bcel {
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    

  }

  .scrollY {
    max-height: 480px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;

  }


}

@media (min-width: 1200px) {

  .container-bcel {
    /* padding-left: 35px;
    padding-right: 35px; */
    width: 1170px;
   /* margin: auto;*/

  }

  .scrollY {

    height: 860px;
    overflow: hidden;
    overflow-y: auto;

  }

  .bd-red {
    border-bottom: 5px solid #b71113;
    /* background-color:#b71113; */
    /* height: 860px; */
    overflow: hidden;
    overflow-y: auto;
  }

  .bd-orange {
    border-bottom: 5px solid #efc608;
    background-color: #b3b3b3;
    height: 860px;
    overflow: hidden;
    overflow-y: auto;

  }

}

@media (min-width: 1680px) {
  .container-bcel {
    max-width: 1399px;
   margin: auto;

  }

  .scrollY {
    height: 860px;
    overflow: hidden;
    overflow-y: auto;

  }

  .bd-red {
    border-bottom: 5px solid #b71113;
    /* background-color:#b71113; */
    /* border-radius: 5px; */
    /* height:860px; */
    overflow: hidden;
    overflow-y: auto;
  }

  .bd-orange {
    border-bottom: 5px solid #efc608;
    background-color: #b3b3b3;
    border-radius: 5px;
    height: 860px;
    overflow: hidden;
    overflow-y: auto;
  }


}




.pro-red {
  color: red;
}

.fullwidth {
  width: 100%;
  padding-bottom: 10px;
}

.btn-top {
  color: #039;
  background-color: #fff;
  border-radius: 0px;
  padding-top: 0px;
  padding-right: 5%;
}

/* .btn-top(:last-child) {border-right:2px solid #fff; } */
.btn-top .glyphicons {
  display: inline-block;
  font-size: 40px;
  color: #f2c40e;
  margin-top: -15px;
}

.btn-top:hover .glyphicons {
  color: #CD0752;
}

.btn-top:hover,
.btn-top button a:hover {
  color: #b71113;
}




/* my customize */
.btn_red {
  padding: 8px;
  border-radius: 5px 0px 5px 0px;
  background-color: #b71113;
  color: #FFF;
  border: none;
  padding-left: 8px;
  width: 130px;
  min-width: 130px;
  width: auto;
  box-shadow: 1px 1px 1px #C0ABB1;
  font-size: 14px;


}



.btn_red .fa,
.btn_blue .fa {
  padding-left: 10px;
  font-size: 22px
}

.btn_blue {
  padding: 8px;
  border-radius: 5px 0px 5px 0px;
  background-color: #1F77BE;
  color: #FFF;
  border: none;
  padding-left: 8px;
  width: 130px;
  min-width: 130px;
  width: auto;
  box-shadow: 1px 2px 1px #ccc;
  font-size: 14px;

}

.btn_green {
  padding: 8px;
  border-radius: 5px 0px 5px 0px;
  background-color: #00a46f;
  color: #FFF;
  border: none;
  padding-left: 8px;
  width: 130px;
  min-width: 130px;
  width: auto;
  box-shadow: 1px 2px 1px #ccc;
  font-size: 14px;

}

.btn_blue:hover,
.btn_green:hover,
.btn_red:hover {
  background-color: #333
}







.marg10 {
  margin: 8px;
  overflow: hidden;
}

.marg-top {
  margin-top: -18px;
}

.marg-cpr{
  margin-top:  -6px;
}



@media(max-width: 767px){
  .marg-cpr{
    margin-top: 8px;
  }
}


@media(min-width: 991px){
  .marg-cpr{
    margin-top:  -23px;
  }
}

@media(min-width: 1258px){
  .marg-cpr{
    margin-top:  -15px;
  }
}
@media(min-width: 1679px){
  .marg-cpr{
    margin-top:  -6px;
  }
}

.xlarge {
  font-size: 3em;
}

.mlarge {
  font-size: 2em;
  padding-top: 4px;
}

.foot_width {
  width: 12.5%;
}

.large {
  font-size: 1.5em;
}

.yellow {
  color: #FC0;
  font-weight: bold;

}

.black {
  color: #000;
}

.xred {
  color: #b71113;
}


.xright {
  text-align: right;

}


.xcomment {


  font-family: 'Phetsarath OT';
  font-weight: bold;
  font-size: 14pt;
}


.white {
  color: #FFF;
  font-weight: bold;
}

.whitebig {
  color: #FFF;
  font-size: 4em;
}

.whitebig:hover {
  color: #f4c30e;
}

.col-sm-4 a:hover {
  text-decoration: none
}

.white-logo {
  color: #FFF;
  font-size: 1.125em;
  font-weight: bold;
}

.bgred {
  background-color: #b71113;
  /* background-image:url(../imgs/nav_bg2.gif); */
}

.bggrey {
  background-color: #e6e6e8;
}

.bggrey2 {
  background-color: #f2f3f5;
}

.bggrey3 {
  background-color: #b3b4b6
}

.bgwhite {
  background-color: #f5f5f5;
}

.panel-white {
  background-color: #ffffff;
  border-color: #ddd;
}


/* mappppppppppppp */
#map-outer {
  height: 440px;
  padding: 20px;
  border: 2px solid #CCC;
  margin-bottom: 20px;
  background-color: #FFF
}

#map-container {
  height: 400px
}


/*  time line    */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px dotted transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px dotted transparent;
  content: " ";
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px dotted transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px dotted transparent;
  content: " ";
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge>a {
  color: #C9D5D6 !important;
}

.timeline-badge a:hover {
  color: #148CE4 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body {
  background: #FFF;
}

.timeline-body>p,
.timeline-body>ul {
  padding: 20px;
  white-space: normal !important;
  word-wrap: break-word;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.timeline-footer {
  padding: 20px;
  background-color: #eee;

}

.timeline-footer p {
  display: inline;
  color: #0F88EC;

  white-space: normal !important;
  word-wrap: break-word;
}

.timeline-footer>a {
  cursor: pointer;
  text-decoration: none;

}

.timeline>li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline>li:nth-child(2) {
  margin-top: 60px;
}

.timeline>li.timeline-inverted>.timeline-badge {
  left: -12px;
}




@media (max-width: 991px) {
  #map-outer {
    height: 650px
  }

  /* .list-group li { min-height:50px; font-size:12px; font-weight:normal} */
}


/* VIDEO */



/*  other media */
.martop-10 {
  margin-top: -9px
}

.top10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logotop {
  margin-top: 19px;
}

.nav-top span,
a {
  color: #039;
}

/* breadcomb */
.breadcrumb>li+li:before {
  color: #06C;
  content: "/ ";
  padding: 0 5px;
}

/* The responsive part */

.breadcrumb>*>div {
  /* With less: .text-overflow(); */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb>*:nth-child(n+2) {
  display: none;
}

/* === For phones =================================== */
@media (max-width: 767px) {

  .navbar li {
    width: 100%;
    float: left;
    text-align: left;
  }

  .navbar-cen li {
    border: none;
    float: left;

  }

  .navbar-cen {
    margin-left: -15px;
    margin-right: -15px;
  }

  .navbar-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e6e6e8;
    border-top: 2px solid #b71113;
    border-bottom: 2px solid #EEE;
    line-height: 30px
  }

  .navbar-nav>li {
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #ccc;
    background-color: #e6e6e8;
  }

  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 35px;
  }

  .navbar-toggle {
    margin-top: 15px;
  }

  .navbar .mega-dropdown {
    width: 100%;
    text-align: left;
    font-size: 16px;
    background-color: #e6e6e8;
  }

  .navbar .right-dropdown {
    width: 100%;
    text-align: left;
    font-size: 16px;
    background-color: #FFF;
  }

  .navbar .mega-dropdown .fa {
    float: right;
    font-weight: bold;
    font-size: 30px;
    padding-top: 5px;
  }


  .navbar .mega-dropdown .nav-list li {
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
  }

  .form-control-feedback {

    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #b71113;
    padding: 5px;

    font-size: 20px;
  }

  .has-feedback .form-control {
    height: 40px;
    font-size: 16px;
  }


  .xs-hide {
    display: none;
  }

  .head-top {
    height: 33px;
    font-size: 14px;
    padding: 6px 5px;
    background-image: url(../imgs/line_red.jpg);
    background-repeat: repeat-x;
    text-align: right;
  }

  .tabmenu .glyphicons {
    text-align: center
  }

  .list-group {
    margin-left: -10px;
    margin-right: -10px;
  }

  .filter-table {
    margin: -20px;
  }

  .product-hover .img-responsive {
    width: 100%
  }


  ul.timeline:before {
    left: 10px;
  }

  ul.timeline>li {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }

  ul.timeline>li>.timeline-panel {
    width: 100%;

  }

  ul.timeline>li>.timeline-badge {

    display: none
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
  }

  ul.timeline>li>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
  }

  .timeline>li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .timeline>li.timeline-inverted>.timeline-badge {
    left: 8px;
  }

  .breadcrumb>*:nth-last-child(-n+2) {
    display: block;
  }

  .breadcrumb>* div {
    max-width: 60px;
  }

  .btn-top .glyphicons {
    font-size: 2em
  }

  .navbar-cen>li>a {
    font-size: 20px
  }

  #xhide {
    display: none
  }

  .carousel-inner>.item>img,
  .mainpic img {
    filter: brightness(1);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -o-filter: brightness(1);
    -ms-filter: brightness(1);
  }

  footer .col-sm-2 p {
    font-size: 16px
  }

}

/* === For tablets ================================== */

@media (min-width: 0px) and (max-width:430px) {
  #mhide {
    display: none
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .breadcrumb>*:nth-last-child(-n+4) {
    display: block;
  }

  .breadcrumb>* div {
    max-width: 100px;
  }
}

/* === For desktops ================================== */
@media (min-width: 992px) {
  .breadcrumb>*:nth-last-child(-n+6) {
    display: block;
  }

  .breadcrumb>* div {
    max-width: 170px;
  }
}

/* media query */

/*
@media (min-width:768px) and (max-width:1100px){

	
 .navbar-cen
{	margin-left:10%;
height:70px; 

 }
 #mhide {display:none}
}*/


@media (min-width:768px) and (max-width:1280px) {


  .navbar-cen {
    margin-left: 8%;
    height: 70px;

  }

  #mhide {
    display: none
  }
}

/*
@media (max-width:1100px){ 

 #mhide {display:none}


 }
 */
@media (min-width:1280px) {
  .navbar-cen {
    margin-left: 15%;
    height: 70px;
  }



}

@media (min-width:1300px) {
  .navbar-cen {
    margin-left: 25%;
    height: 70px;
  }

}

@media (min-width:1600px) {
  .navbar-cen {
    margin-left: 30%;
    height: 70px;
  }

}

@media (min-width:2400px) {
  .navbar-cen {
    margin-left: 40%;
    height: 70px;
  }

  .left100 {
    padding-left: 8%;
  }

}



@media (max-width:768px) {

  .carousel-caption,
  .pic-caption {
    margin-right: 20px;
    margin-left: 170px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  }

  .carousel-caption h1,
  .pic-caption h1 {
    color: #f2c40e;
    font-weight: bold;
  }

  .pic-caption h2 {
    color: #fff;
    font-weight: bold;
  }

  .carousel-caption h5 a,
  .pic-caption p,
  .pic-caption a,
  .pic-caption h5 {
    color: #fff;
    text-shadow: 0 1px 2px #000
  }

  .btn_red {
    /* padding: 10px; */
    background-color: #b71113;
    color: #FFF;
    border: none;
    font-size: 12px;
    width: 40%;
    padding: 4px;
    border-radius: 5px 0px 5px 0px;
    padding-left: 8px;
    width: 130px;
    min-width: 90px;
    width: auto;
    box-shadow: 1px 1px 1px #C0ABB1;
    font-size: 14px;
}

  .btn_blue {
    padding: 10px;

    background-color: #1F77BE;
    color: #FFF;
    border: none;
    font-size: 18px;

    width: 80%;

  }

  .left100 {
    padding-left: 1%;
    white-space: normal;

  }

  .nav li.white-logo {
    font-size: 12px;
    white-space: normal
  }

  .sred-inline {
    display: table-cell;
    font-size: 16px;
    padding: 10px 15px 0px 10px;
    color: #b71113;
    vertical-align: middle;
  }

  .navbar-right {
    margin-top: -20px
  }

  .tabmenu {
    margin-left: -20px;
  }

  .list-group-item {
    height: 50px;
    vertical-align: top;
  }
}



.navbar-cen li {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;


}


.navbar-brand {
  font-size: 16px;
  position: absolute;
  display: inline-block;

  top: 0;
  line-height: 37px;
  /*  70px navbar-nav  */
  padding-left: 75px;
  margin-top: 3px;

}

.logo {
  position: absolute;
  margin-top: 6px;
  top: 0;



}




.head-top a {
  padding: 10px;
  color: #fff;

}

.topnav {
  height: 70px;
  padding: 0px;
  z-index: 100;
}

.nav {
  margin-bottom: -1px
}


/* Nav tab dropdown */
.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
  border-radius: 0;
}

.nav-list {
  border-bottom: 1px solid #eee;
}

.nav-list>li {
  padding: 20px 15px 15px;
  border-left: 1px solid #eee;
}

.nav-list>li:last-child {
  border-right: 1px solid #eee;
}

.nav-list>li>a:hover {
  text-decoration: none;
}

.nav-list>li>a>span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  margin: 0px;
  overflow: hidden;
  padding-bottom: 20px;

  width: 100%;




}





@media (min-width: 768px) {


  .search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
  }

  .search-form {
    padding-top: 15px;
  }

  .search-form .form-group input.form-control {


    border: 0 none;
    background: transparent;
    box-shadow: none;


  }

  .search-form .form-group input.form-control::-webkit-input-placeholder {
    display: none;
  }

  .search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    display: none;
  }

  .search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    display: none;
  }

  .search-form .form-group input.form-control:-ms-input-placeholder {
    display: none;
  }

  .search-form .form-group:hover,
  .search-form .form-group.hover {
    width: 100%;
    border-radius: 4px 8px 8px 4px;
    overflow: hidden
  }

  .search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #b71113;
    left: initial;
    font-size: 16px;
  }

  .search-forms .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 100px;
    line-height: 50px;
    text-align: center;
    color: #b71113;
    left: initial;
    font-size: 28px;
  }

  .searchText {
    height: 48px;
    color: green;
    font-size: 18pt;
  }

  .sred-inline {
    display: table-cell;
    font-size: 16px;
    padding: 23px 0px 0px 10px;
    color: #b71113;
    vertical-align: middle;
  }

  .lghide {
    display: none
  }

  .tabmenu {
    padding-left: 50px
  }

  .carousel-caption,
  .pic-caption {
    text-shadow: 0 1px 2px #FFF
  }

  .carousel-caption h5 a,
  .pic-caption h5 a {
    color: #b71113;
    font-size: 16px
  }

  .carousel-caption h5 a:hover,
  .pic-caption h5 a:hover {
    color: #333;
    text-decoration: none
  }

  .carousel-caption h5 .fa,
  .pic-caption h5 fa {
    color: #FC0;
    font-size: 18px
  }

  .carousel-caption h5,
  .pic-caption h5 {
    color: #0877d5;
    font-size: 16px
  }

  .carousel-caption h2,
  .pic-caption h2 {
    color: #404042;
    font-weight: bold;
    font-size: 32px
  }

  .carousel-caption h1,
  .pic-caption h1 {
    color: #999;
    font-weight: bold;
    font-size: 36px
  }

  .carousel-caption p,
  .pic-caption p {
    color: #b71113;
    font-size: 16px;
    line-height: 25px;
    text-shadow: 0 1px 1px #FFF
  }



}

.sred-inline:hover {
  color: #00F;
  text-decoration: none
}


.homebank {
  font-size: 28px;
  color: #f2c40e
}

.navbar-right .right-dropdown li {
  background-color: #FFF
}

.tabmenu img {
  margin-right: 10px;
}

.tabmenu .glyphicons {
  background-color: #525a65;
  color: #FFF;
  height: 50px;
  width: 50px;
  font-size: 32px;
  border-radius: 25px;
  padding-top: 6px;
  line-height: 35px;
  text-align: center
}

/*
.tabmenu li { display:block;  height:55px; margin-bottom:10px;margin-left:30px; border-bottom:1px solid #fff; border-left:none;border-right:none; text-align:left; transition: background-color 0.5s ease; white-space:nowrap}
*/
.col-lg-4 .tabmenu li,
.col-md-4 .tabmenu li {
  margin-left: -15px;
}

.tabmenu li {
  display: block;
  height: 55px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  text-align: left;
  transition: background-color 0.5s ease;
  white-space: nowrap;
}

.tabmenu li:hover {
  background-color: #525a65;
  border-radius: 5px;
}

.tabmenu a {
  color: #525a65;
  font-size: 18px;
  line-height: 50px;
  display: block
}

.tabmenu a:hover {
  color: #FFF;
  text-decoration: none
}

.langbtn {
  font-size: 14px;
  text-align: left;
}

.panel-heading h4 .panel-title {
  display: block;
  width: 100%
}

.panel-title {
  height: 40px;
}

.panel-title .fa {
  padding-right: 30px;
  margin-top: -5px
}

.panel-title a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
}

.panel-title a:hover,
.panel-title a:focus {
  color: #f2c40e;
  text-decoration: none
}

.table-responsive {
  background: #fff;
  border-radius: 5px
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 0px 15px;
}

.sidebar-module-inset {
  padding: 15px;
  background-color: #eee;
  border-radius: 4px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}



/* bread crumb */
.bread a {
  color: #b71113;
  font-size: 16px
}

.bread a:hover {
  color: #333;
  text-decoration: none
}

.bread .fa {
  color: #FC0;
  font-size: 18px
}

.bread h5 {
  color: #0877d5;
  font-size: 16px
}

.bread h5 a {
  color: #b71113;
  font-size: 16px
}

/* pot */
.post-content {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee
}

.btn_navy {
  border: 2px solid #094093;
  color: #094093;
}

.btn_navy:hover {
  color: #fff;
  background-color: #094093;
}

.sidebar-module a {
  color: #036;
  font-size: 16px
}



.btn_aply_it {
  border: 3px solid #094093;
  color: #094093;
  background-color: #fff;
}

.btn_aply_it:hover {
  border: 2px solid #094093;
  color: #fff;
  background-color: #094093;
}


/*  iframe  */
.iframe-container {
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.container .row .col-sm-8 h4 {
  color: #245477
}

.container .row .col-sm-8 label {
  font-weight: normal;
  color: #069
}

/* full screen Modal  

.modal.modal-fullscreen .modal-dialog,.modal.modal-fullscreen .modal-content{bottom:0;left:0;position:absolute;right:0;top:0; overflow:hidden}.modal.modal-fullscreen .modal-dialog{margin:0;width:100%}.modal.modal-fullscreen .modal-content{border:none;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:inherit;-moz-box-shadow:inherit;-o-box-shadow:inherit;box-shadow:inherit}.modal.modal-fullscreen.force-fullscreen .modal-body{padding:0}.modal.modal-fullscreen.force-fullscreen .modal-header,.modal.modal-fullscreen.force-fullscreen .modal-footer{left:0;position:absolute;right:0}.modal.modal-fullscreen.force-fullscreen .modal-header{top:0}.modal.modal-fullscreen.force-fullscreen .modal-footer{bottom:0;}
.modal-footer{ background-color:#eee; position:fixed; z-index:1500}

*/

.img-resp {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}



/*  promotion Social Share */

.list-unstyled .btn {
  padding: 8px 8px 8px 30px;
  text-align: left;
  font-family: 'ebrima';
}

.btn-twitter {
  width: 100%;
  background: #767b83;
  border-radius: 0;
  color: #fff
}

.btn-twitter:link,
.btn-twitter:visited {
  color: #fff
}

.btn-twitter:active,
.btn-twitter:hover {
  background: #6b7078;
  color: #fff
}

.btn-facebook {
  width: 100%;
  background: #5f656d;
  border-radius: 0;
  color: #fff
}

.btn-facebook:link,
.btn-facebook:visited {
  color: #fff
}

.btn-facebook:active,
.btn-facebook:hover {
  background: #525860;
  color: #fff
}

.btn-googleplus {
  width: 100%;
  background: #464c54;
  border-radius: 0;
  color: #fff
}

.btn-googleplus:link,
.btn-googleplus:visited {
  color: #fff
}

.btn-googleplus:active,
.btn-googleplus:hover {
  background: #3c424a;
  color: #fff
}

.btn-stumbleupon {
  width: 100%;
  background: #3e4857;
  border-radius: 0;
  color: #fff
}

.btn-stumbleupon:link,
.btn-stumbleupon:visited {
  color: #fff
}

.btn-stumbleupon:active,
.btn-stumbleupon:hover {
  background: #475161;
  color: #fff
}

.btn-linkedin {
  width: 100%;
  background: #4d5869;
  border-radius: 0;
  color: #fff
}

.btn-linkedin:link,
.btn-linkedin:visited {
  color: #fff
}

.btn-linkedin:active,
.btn-linkedin:hover {
  background: #576274;
  color: #fff
}

.blog-sidebar {
  margin-top: 20px;
  padding-left: 20px
}

/* OrgChart */

/* Basic styling */
/* Draw the lines */
.jOrgChart table {
  margin: 0px auto;
}

.jOrgChart .line {
  height: 20px;
  width: 2px;
}

.jOrgChart .down {
  background-color: #69C;
  margin: 0px auto;
}

.jOrgChart .top {
  border-top: 2px solid #69C;
}

.jOrgChart .left {
  border-right: 2px solid #69C;
}

.jOrgChart .right {
  border-left: 2px solid #69C;
}

/* node cell */
.jOrgChart td {
  text-align: center;
  vertical-align: top;
  padding: 0px 2px;
}

/* The node */
.jOrgChart .node {
  background-color: #35363B;
  display: inline-block;
  width: 150px;
  height: 60px;
  min-height: 60px;
  height: auto;
  margin-right: 10px;

}





/* list stuff */
#org,
#org2 {
  background-color: white;
  margin: 10px;
  padding: 10px;

}

#show-list {
  cursor: pointer;
}

/* bootstrap overrides */
.alert-message {
  margin: 2px 0;
}

.topbar {
  position: absolute;
}

/* Custom chart styling */
.jOrgChart {
  margin: 10px;
  padding: 20px;
}

/* Custom node styling */
.jOrgChart .node {
  font-size: 14px;
  background-color: #FFF;
  border-radius: 8px;
  border: 2px solid #ccc;
  color: #b71113;
  -moz-border-radius: 8px;
  padding: 10px 5px;
  white-space: normal;
  word-wrap: break-word;
}


.node h5 {

  color: #b71113;
  line-height: 25px
}

.node a {
  color: #b71113;
  line-height: 23px
}

.node p {
  text-align: left;
  font-size: 14px;
  line-height: 5px;

  border-bottom: 1px solid #eee
}


.hideMe {
  display: none;
}

.marleft {
  margin-left: 5%
}

.product-hover .col-sm-4 {
  padding: 20px;
}

.product-hover .col-sm-4:hover {
  background-color: #b2e4ff;
}

/* video  */

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-device-width: 800px),
only screen and (device-width: 1024px) and (device-height: 600px),
only screen and (width: 1280px) and (orientation: landscape),
only screen and (device-width: 800px),
only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

.filter-table .row {
  margin-top: 20px;
  padding: 0 10px;
}

.filter-table .clickable {
  cursor: pointer;
}

.filter-table .panel-heading div {
  margin-top: -18px;
  font-size: 15px;
}

.filter-table .panel-heading div span {
  margin-left: 5px;
}

.filter-table .panel-body {
  display: none;
}

.filter-table .panel-title {
  padding-top: 12px;
  font-size: 18px
}

.filter-table .filter .glyphicons {
  margin-top: -8px;
  position: relative;
  font-size: 18px;
}

.filter-table .table-hover tr:hover {
  background-color: #E3F7FB;
  color: #09F;
}

.filter-table .table-hover th {
  background-color: #eee;
  color: #03C;
  font-size: 16px;
  font-weight: normal
}

.filter-table .table-hover td {
  font-size: 16px;
}

.filter-table .table-hover a {
  color: #b71113
}


.card-bcel {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  background-clip: padding-box;
  font-size: 17.5px;
  background-color:#fff;
  z-index: 2;
}

.card {

  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  height :200px;
  background-clip: padding-box;
  font-size: 17.5px;
  /*background-color:#fff;*/
  z-index: 2;
}

.card-news {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 2px;
  height :900px;
  background-clip: padding-box;
  font-size: 17.5px;
  background-color:#fff;
  z-index: 2;
}

.card-width {
	width: auto;
   /* min-height: 300px;*/
	}
.card-width-news {
	width: auto;
    min-height: 300px;
}	
	
.card-title{
    display: block;
    font-size: 18px;
  /*  
    margin-block-start: 1.2em;
    margin-block-end: 1rem;
    margin-inline-start: 15px;
    margin-inline-end: 15px;
    */
}

.card :hover {
  color: black;
  -webkit-text-stroke-width: 0.05px; 
  -webkit-text-stroke-color:  black;
}

.card-text {
  margin-top: 15px;
  margin-left: 15px; 
  margin-right: 15px; 
  color:#333;
  line-height: 15px;
  font-size: 15px;
  
}

.card-text:hover {
  color: black;
  -webkit-text-stroke-width: 0.05px; 
  -webkit-text-stroke-color:  black;
}



.card span.card-title,
.card span.card-title-sm {


  color: #FFF;
  font-size: 22px;

  /*text-transform: uppercase;*/
  text-shadow: 0 1px 1px #000;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
 /* border-radius: 0px 8px 8px 0px;*/

}

.card span.card-title-sm {
  color: #fff;
  font-size: 18px;
  font-weight: 300;

}

.card .card-image {
  position: relative;
  overflow: hidden;
}

.card .card-image img {
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  z-index: 1;

}

.card .card-image span.card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
}

.card .card-image span.card-title-sm {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
}

.card .card-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.card .card-content-sm {
  padding: 9px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}

.card .card-content p,
.card .card-content-sm p {

  margin: 0;
  color: inherit;

}


.card .card-content span.card-title-sm {
  line-height: 48px;
}

.card .card-action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 16px;
}

.card .card-action a {
  color: #06F;
  margin-right: 16px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.card .card-action a:hover {
  color: #08647e;
  text-decoration: none;
}

.card a{
  
  color: #333;;
  
}

.card a:link{
  
  color: #333;;
  
}

.card a:hover {
  color: #b71113;
  text-decoration: none;
}



.card-date{
	position: absolute;bottom: 0px;
}


/*  table  */
#resp-tables {
  padding: 12px;

}

#resp-tables th {
  color: #333;
  background-color: #eee;
  font-weight: normal;

}

#resp-tables td {

  background-color: #eee;


}

table{width: 100%;}


@media (max-width: 800px) {

  /* Force table to not be like tables anymore */

  #resp-tables table,
  #resp-tables thead,
  #resp-tables tbody,
  #resp-tables th,
  #resp-tables td,
  #resp-tables tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  #resp-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  #resp-tables tr {
    border: 1px solid #ccc;
  }

  #resp-tables td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left;
  }

  #resp-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }

  /*
	Label the data
	*/
  #resp-tables td:before {
    content: attr(data-title);
  }
}

.datepicker {
  z-index: 1200 !important;
  width: 210px;
  max-width: 210px;
  width: auto;


}

.calform .input-group {
  margin-bottom: 20px;
}

.fixwid {
  min-width: 160px;
  text-align: left;
  font-size: 16px;
  font-weight: 500
}

.input100 {
  display: inline-block;
  width: 100%;
  height: 38px;
  margin: 0px;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #ccc;
  font-size: 18px;
  font-weight: 400
}

.select100 {
  height: 38px;
  padding-right: 5px;
  padding-top: 3px;
  -webkit-appearance: none;
  font-size: 18px;
  font-weight: 400;
  -moz-appearance: none;
  appearance: none;
  background: url(../imgs/chevron-down.png) right 13px no-repeat #fff;
}

.isubhead {
  color: #fff;
  background-color: #777;
  height: 40px;
  padding: 8px
}

.calres {
  font-size: 18px;
  font-weight: bold;
  color: #b71113;
}

.calres .fixwid {
  margin-right: 15%
}


/* Tabs panel */
.tabbable-panel {
  border: 0px solid #eee;
  padding: 5px;
}

/* Default mode */
.tabbable-line>.nav-tabs {
  border: none;
  margin: 0px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 2px;
}

.tabbable-line>.nav-tabs>li>a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line>.nav-tabs>li>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
  border-bottom: 4px solid #fbcdcf;
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
  border: 0;
  background: none !important;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
  color: #a6a6a6;
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line>.nav-tabs>li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}

.tabbable-line>.nav-tabs>li.active>a {
  border: 0;
  color: #333333;
}

.tabbable-line>.nav-tabs>li.active>a>i {
  color: #404040;
}

.tabbable-line>.tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

/* modal */

.modal-body {
  white-space: normal;
  word-wrap: break-word
}

/* Fancy box */
.gallery {
  display: inline-block;
  margin-top: 20px;
}

.logo_yellow {
  color: #cec306
}

.logo_blue {
  color: #262161
}

.logo_red {
  color: #eb1c24
}

.logo_grey {
  color: #717075
}

.col-xs-12 p {
  line-height: 23px
}

.imgpad {
  padding-bottom: 3px;
  padding-right: 3px;
}

.list-group-item .text-right {
  float: right;
}

.product_title {
  font-size: 24px;
  color: #fff;
  height: 46px;
  line-height: 46px;
  background-image: url(../imgs/line_red.jpg);
  background-repeat: repeat-x;
  border-radius: 0px 0px 18px 18px;
  text-align: center;
  margin-left: 13px;
  margin-right: 13px;
}

.product_title2 {
  font-size: 22px;
  color: #2E4570;
  height: 46px;
  line-height: 46px;
  padding: 5px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid #999
}

.search_title {
  font-size: 36px;
  color: #2E4570;
  height: 46px;
  line-height: 46px;
  padding: 5px;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid #999
}

#mhide:lang(en) {
  font-size: 80%
}

/* floating-menu 
div.floating-menu {position:fixed;width:width:152px; height:343px;z-index:2;right:0; top:103px; background-image:url(../imgs/bcellogin.png); background-repeat:no-repeat; }
div.floating-menu:hover { background-image:url(../imgs/bcellogin.png);background-color:#E5E5E5; -webkit-transition: width 2s, height 4s; 
    transition: width 0.5s, height 0.4s; box-shadow:1px 2px 1px #ccc;}

.floating-butt {width:130px; height:36px;background-image:url(../imgs/fbutt1.png); background-repeat:no-repeat;  text-align:center;  padding:8px 5px 0px 15px; margin-left:10px; z-index:1;}
.floating-butt2 {width:130px; height:36px;background-image:url(../imgs/fbutt2.png); background-repeat:no-repeat;  text-align:center;  padding:8px 5px 0px 15px; margin-left:10px; z-index:1;}
div.floating-menu a, div.floating-menu h3 {display:block;margin:0 0.5em;}
.floating-butt a, .floating-butt2 a { color:#FFF;   }
.floating-butt a:hover, .floating-butt2 a:hover { color:#000;  text-decoration:none }


*/
.tabpad {
  margin-right: -20px;
}


.tile-progress {
  background: #00a65b;
  color: #fff;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: normal;
  word-wrap: break-word;
}

.tile-progress .tile-header {
  padding: 15px 20px;
  padding-bottom: 40px;
}

.tile-progress .tile-progressbar {
  height: 2px;
  background: rgba(0, 0, 0, 0.18);
  margin: 0;
}

.tile-progress .tile-progressbar span {
  background: #fff;
}

.tile-progress .tile-progressbar span {
  display: block;
  background: #fff;
  width: 0;
  height: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -moz-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  -o-transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
  transition: all 1.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.tile-progress .tile-footer {
  padding: 20px;
  text-align: right;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0 0 3px 3px;
  -moz-background-clip: padding;
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.tile-footer a {
  color: #b71113;
  background-color: #FFF;
  border-radius: 6px;
  padding: 6px;
  margin: 5px;
  display: inline-block
}

.tile-footer a:hover {
  color: #FFF;
  background-color: #666;
}

.tile-progress.tile-red {
  background-color: #b71113;
  color: #fff;
}

.tile-progress {
  background-color: #303641;
  color: #fff;
}

p.laofont {
  font-family: 'Phetsarath OT';
}

a.laofont {
  font-family: 'Phetsarath OT';
}

span.laofont {
  font-family: 'Phetsarath OT', serif;
  font-size: 12pt;
}



#content table th {
  border-right: 1px solid tranparent;
  background-color: #D5EBFD;
  color: #06C;
  font-family: "Phetsarath OT";
  font-size: 10px;
  /* background-color:#e70012; color:#fff; */


}

/*
#content table td {font-family: "Phetsarath OT";font-size: 14px; border-style: outset; border: #c0c0c0 1px solid; padding: 2px; }

#content tr:nth-child(odd) { background: #ccc; }
#content tr:hover { background: #aaa; }
#content td { border-right: 1px solid #777; }

*/



#searchDiv table {
  width: 100%;
}

/*
#searchDiv caption { font-size: larger; margin: 1em auto; }
#searchDiv th, td { padding: .75em; }
#searchDiv th { background: linear-gradient(#ccc,#777); color: #d8d8d8; }
#searchDiv th:first-child { border-radius: 9px 0 0 0; }
#searchDiv th:last-child { border-radius: 0 9px 0 0; }

#searchDiv tr:last-child td:first-child { border-radius: 0 0 0 9px; }
#searchDiv tr:last-child td:last-child { border-radius: 0 0 9px 0; }
#searchDiv tr:nth-child(odd) { background: #f0eeee; }
*/
#searchDiv tr:hover {
  background: #ecebe6;
  cursor: hand;
}

/*
#searchDiv table tr.bg td {background-color:#f0eeee;}
#searchDiv dl dt {color:#df0000;}
#searchDiv fieldset {border:1px solid #f0eeee;}
#searchDiv legend {background:#FFF; color:#0085cc;}
#searchDiv acronym, #searchDiv abbr, #searchDiv .help {border-bottom:1px dotted #f0eeee;}
*/















/*************/


.title_fqa {
  padding: 15px 15px;
  cursor: pointer;
  position: relative;
  margin: 5px;
  /* font-weight:bold;*/
  font-size: 18px;
  color: #2E4570;
  /* color:#408080;*/
  /*  background: #f9f1f0 center right no-repeat;*/
  background: #c7c9cb center right no-repeat;



  text-shadow: none;

}




.grey-lv5 {
  background-color: #dedfe0;
  color: #2E4570;

}

p.phover:hover {

  background-color: #878a8f;
  color: #ffff80;


}



.ans_fqa {
  display: none;
}

.ans_fqa p {
  padding: 10px 15px;
  display: block;
  color: #2E4570;
  margin: 0px;
  /*background-color:#EFEFEF;*/
  padding-left: 15px;
  text-decoration: none;

}

.ans_fqa a.anser_yes:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #c4ffc4;

}

.ans_fqa a.anser_no:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #fcc5be;

}


.help_fqa a {
  padding: 1px 15px;
  cursor: pointer;
  position: relative;
  margin: 0px;
  text-decoration: none;



}

.help_fqa {
  padding: 15px 15px;
  cursor: pointer;
  position: relative;
  margin: 0px;

  text-decoration: none;
  background: #fdfdfd center right no-repeat;


}

.d-overflow {
  overflow: auto;

}

h3.title {
  color: #2E4570
}





.titledvProduct {
  padding: 15px 15px;
  cursor: pointer;
  position: relative;
  margin: 0px 0px 5px 0px;
  font-weight:bold;
  font-size: 12pt;
  color:#2E4570;
  background: #c7c9cb center right no-repeat;




  text-shadow: none;

}

.pro-grey-lv1 {
  background-color: #dedfe0;
  color: #2E4570;

}


p.producthover:hover {
  background-color: #8e0d0d;
  color: #ffffff;
}

p.productSls {

  background-color: #b71113;
  color: #ffffff;


}


.dvProduct {
  display: none;
}

.dvProduct p {
  padding: 15px 15px;
  display: block;
  color: #2E4570;
  margin: 0px;
  /*background-color:#EFEFEF;*/
  padding-left: 15px;
  text-decoration: none;

}






/* Table 1 Style */
table.table1 {

  font-size: 16px;
  font-weight: bold;
  line-height: 1.4em;
  font-style: normal;
  border-collapse: separate;
}

.table1 thead th {
  padding: 8px;
  color: #fff;
  text-shadow: 1px 1px 1px #B71113;
  border: 1px solid #bcbcbc;
  border-bottom: 2px solid #B71113;
  background-color: #B71113;


}


.table1 thead th:empty {
  background: transparent;
  border: none;
}

.table1 tbody th {
  color: #fff;
  text-shadow: 1px 1px 1px #B71113;
  border: 1px solid #bcbcbc;
  border-bottom: 2px solid #B71113;
  background-color: #B71113;
  padding: 0px 10px;

}

.table1 tfoot td {
  color: #9CD009;
  font-size: 32px;
  text-align: center;
  padding: 10px 0px;
  text-shadow: 1px 1px 1px #444;
}

.table1 tfoot th {
  color: #666;
}

.table1 tbody td {
  padding: 10px;
  text-align: center;
  background-color: #f2f3f4;
  border: 1px solid #bcbcbc;

  color: #000000;
  text-shadow: 1px 1px 1px #fff;
}


td.leftAlign {
  text-align: left;
}

td.rightAlign {
  text-align: right;
}

td.center {
  text-align: center;
}

td.justify {
  text-align: justify;
}

/*
.table1 tbody span.check::before{
    content : url(../imgs/check0.png)
}
*/


.card span.card-title,
.card span.card-title-sm {

  width: 100%;
  color: #FFF;
  font-size: 22px;

  /*text-transform: uppercase;*/
  text-shadow: 0 1px 1px #000;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  /* border-radius:0px 8px 8px 0px; */

}


.prom-panel {
  color: #b71113;
  background-color: #e7e8ea;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */

  margin-right: -20px;


  box-sizing: border-box;
  border-radius: 20px;
  background-clip: padding-box;
  z-index: 2;


}

.prom-panel img {
  padding: 5px;
}



.prom-panel .prom-left {
  background-color: #ed1b24;
  background-image: url(../imgs/shape1.png);
  background-position: right bottom;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/

  color: #fff;

  border-radius: 0px 0px 20px 20px;

}

.rightBD {
  border-right: 4px solid #e7e8ea;
}

.rightBD h3 {
  padding: 0px 0px 5px 4px;
  font-family: 'ebrimaB';
  font-size: 18px
}



.mag {
  width: 100%;
  margin: 0 auto;
  float: none;
}

.mag img {
  max-width: 100%;
}



.magnify {
  position: relative;
  cursor: none
}

.magnify-large {
  position: absolute;
  display: none;
  width: 175px;
  height: 175px;

  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%
}


.c1555 {
  padding-bottom:8px;
  font-size: 30px;
}


.div-act-img {



  min-height: 250px;
  max-height: 300px;
}





.horizontal {
  display: block;
  width: 100%;
  height: 70px;

  overflow-y: hidden;
  white-space: nowrap;
  margin: 5px;
  text-align: center;


}


.horizontal a {
  display: inline-block;
  padding: 5px;
  vertical-align: top;

}


/**********chat****************/

.round.hollow {
  margin: 40px 0 0;
}

.round.hollow a {
  border: 2px solid #481702;
  border-radius: 24px;
  color: #481702;
  font-size: 14px;
  padding: 10px 21px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.round.hollow a:hover {
  border: 2px solid #b71113;
  border-radius: 24px;
  color: red;
  color: #000;
  font-size: 14px;
  padding: 10px 21px;
  text-decoration: none;
}

/***************************/
.rounds.hollows {
  margin: 0 0 0;
}

.rounds.hollows a {
  color: #752026;
  font-size: 16px;
  padding: 5px 5px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

.rounds.hollows a:hover {
  color: #752026;
  font-size: 23px;
  padding: 5px 5px;
  text-decoration: none;
}




.chat {

  background-color: none;
  ;
  position: fixed;
  right: 1%;
  bottom: 1%;
  height: 80px;
  width: 100%;
  text-align: right;


}

/*******career it*****************/

.div_msg {
  border: 5px solid gray;
  padding: 8px;
}


.title_msg_sucess {
  text-align: center;
  /*text-transform: uppercase;*/
  color: #4CAF50;
}

.title_msg_error {
  text-align: center;
  /*text-transform: uppercase;*/
  color: #800000;
}

.text_msg_sucess {
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  color: #4CAF50;
}

.text_msg_error {
  text-indent: 50px;
  text-align: justify;
  letter-spacing: 3px;
  color: #800000;
}


.title_stmt_msg_sucess {
  /*color: #4CAF50;*/
  text-align: center;
  font-size: 18pt;
}


.title_stmt_msg_sucess1 {
  color: #4CAF50;
  font-size: 16pt;
}

.txt-right {
  text-align: right;
}




/* Style the tab */
.tab {
  overflow: hidden;
  border: 0px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.5s;
  font-size: 12pt;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #e6e6e6;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #b71113;
  color: #ffffff;
}

/* Style the tab content */
.tabcontent {
  padding: 5px 12px;
  border: 0px solid #e6e6e6;
  border-top: none;
}



.pagination {
  display: inline-block;
  margin: 0px !important;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #f5f5f5;
  font-size: 12pt;
  margin: 0 1px;
}

.pagination a.page-bg {
  background-color: #eaeaea;
}

.pagination a.active {
  background-color: #b71113;
  color: white;
  border: 1px solid #b71113;
}

.pagination a:hover:not(.active) {background-color: #eaeaea;}


.text-right-footer {
	
  text-align: right;
  /*padding-right: 5px;
  padding-bottom:15px;
  padding-top:  240px;*/
}
.shareAllLink{height: 40px};

.modal-body {
    position: relative;
    padding: 5px;
}

.modal-header {
    min-height: 16.43px;
    padding: 8px;
    border-bottom: 0px solid #e5e5e5;
}


.promt-div {
  text-align:center;
  background-color: #b71113;
  color: #fff;
}