
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    /* padding-top: 85px;  */
    padding-bottom: 40px;
    color: #5a5a5a;
  }
  
  
  /* CUSTOMIZE THE NAVBAR
  -------------------------------------------------- */
  
  /* Special class on .container surrounding .navbar, used for positioning it into place. */
  .navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
  }
  
  /* Flip around the padding for proper display in narrow viewports */
  .navbar-wrapper > .container {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-wrapper .navbar {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar .container {
    width: auto;
  }
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    height: 500px;
    margin-bottom: 0px;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel .item {
    height: 500px;
    background-color: #FFF;
  }
  .carousel-inner > .item > img {
    position: absolute;
    top: 200;
    left: 0;
    min-width: 100%;
    height: 500px;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-6 {
    margin-top: 20px;
    margin-bottom: 20px;
    
  }
  .marketing h2 {
    font-weight: normal;
  }
  .marketing .col-lg-6 p {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  /* .row .col-sm-3,
  .row .col-sm-2,
  .row .col-sm-1
  {
    padding-left:0px;    
  } */
  

  /* Featurettes
  ------------------------- */
  .ngaybg {        
    height: 390px;
    background-image: url("../images/intro_ngay.jpg");
    background-size: 100% 390px;
  }

  .featurette-divider {
    margin: 80px 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  .featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
  }

  .featurette-heading-big {
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
  }
  
  /*
  화면 하단*/

  .bg_bottom {
    background-color: #F2F5FA;
  }
  .bg_footer {
    background-color: #2d2d2d;
  }
  .bg_footer_bottom {
    background-color: #666666;
  }

  
  .lnag_link a:link,
  .lnag_link a:visited
  {
    color: white;
    text-decoration: none;
  }

  .lnag_link a:hover 
  {
    color: white;
    text-decoration: underline;
  }

  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 768px) {
    /* Navbar positioning foo */
    .navbar-wrapper {
      margin-top: 0px;
    }
    .navbar-wrapper .container {
      padding-right: 15px;
      padding-left: 15px;
    }
    .navbar-wrapper .navbar {
      padding-right: 0;
      padding-left: 0;
    }
  
    /* The navbar becomes detached from the top, so we round the corners */
    .navbar-wrapper .navbar {
      border-radius: 4px;
    }
  
    .nav-side-menu { overflow:visible }
    .nav-side-menu ul ul ul { position:fixed; left:300px; top:0; }

    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 20px;
      font-size: 21px;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 992px) {
    .featurette-heading {
      margin-top: 120px;
    }
  }
  
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    height: 20px;
}

.navbar .navbar-collapse {
    text-align: center;
    vertical-align: bottom;            
}

.navbar{        
 background-color:#FFFFFF !important;        
}        

.nav li a {
    color: #000;            
}  

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    color: #FDCD06;
}

.nav ul > li a {
    color:black;
}

.nav ul > li a:hover{
    color:#FDCD06 !important;            
}

.navbar .active a{                
color:#FDCD06 !important;        
}    

.navbar a:hover{
    background-color: transparent !important;
    color: #FDCD06;
}     

 .navbar ul > li a:visited{
    background-color: transparent !important;
}

.btn-default {
    background-color: #FFF;
    border-color: #000;
    color: #000; }
.btn-default:hover,
.btn-default:focus {
    border-color: #6fb03a;
    background-color: #FFF;
    color: #FDCD06; }            
.btn-default:active,        
.btn-default:active:focus,
.btn-default:active:hover {
    border-color: #000;
    background-color: #FFF;
    color: #000; }

.bottom-dropdown {
  background-color: #000;
  border-color: #FFF;
  color: #FFF;
  font-size: 8pt;
  border-radius: 0;  
  padding:5px;
  }
.bottom-dropdown:hover,
.bottom-dropdown:focus,
.bottom-dropdown:visited 
{
    border-color: #FFF;
    background-color: #000;
    color: #FFF; }            
.bottom-dropdown:active,        
.bottom-dropdown:active:focus,
.bottom-dropdown:active:hover {
    border-color: #FFF;
    background-color: #000;
    color: #FFF; }



/* join our team*/
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover {
  background-color: #FFF;
  color: #000;
}

.nav-tabs>li>a, 
.nav-tabs>li>a:focus, 
.nav-tabs>li>a:hover {
  background-color: #018ABE;
  color: #FFF;
}

.jb-wrap {
	width: 100%;
	margin: 10px auto;
	/* border: 1px solid #000000; */
	position: relative;
}
.jb-wrap img {
	width: 40%;
	vertical-align: middle;
}
.jb-text {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
}
.jb-text-table {
  display: table;
  width: 40%;
  height: 100%;
}
.jb-text-table-row {
  display: table-row;
}
.jb-text-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.jb-text p {
  margin: 0px 40px;
  padding: 10px;
  /* background-color: #ffffff;
  text-align: center; */
}

line_pattern {
  background: repeating-linear-gradient(90deg, #444, #444 10px, #888 0, #888 20px);
}

.img_middle {
  position: absolute;
  top: 50%;
  
  transform: translate(-50%, -50%);
}