/*-----------------------------------
[Danny Lê Stylesheet]

Project: Landingpage
Version: 1.0
Last change: 15/10/2018
Author:	Mr. Danny Lê
Author URI: http://dannyle.site/
------------------------------------*/
/*General*/

/* Dành cho điện thoại */
@media all and (min-width: 320px) {}
 
/* Dành cho máy tính bảng chiều dọc */
@media all and (min-width: 600px) {}
 
/* Dành cho máy tính bảng chiều ngang */
@media all and (min-width: 1024px) {}
 
/* Dành cho màn hình desktop */
@media all and (min-width: 1280px) {}	


/* SLIDER
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {	
	padding: 15px 0 0;
  background: url("images/bg.png") top center no-repeat  #000;
}

header img{
	vertical-align: middle;
    border-style: none;
}

#main-banner img {
    width: 100%;
}


.featurette{
	background: url("images/bg-content.png") repeat;
	margin-bottom: 20px;
	padding: 20px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #F7B418;
}

/* Dành cho máy tính bảng chiều dọc */
@media all and (min-width: 480px) {
	.featurette{
		padding: 20px 100px;
	}
}

.viethoa{text-transform: uppercase; margin-top: 15px; font-size: 18px;}

#rs-footer {
  padding: 1rem 0 0;
  color: #999;
  text-align: center;
  border-top: .05rem solid #e5e5e5;
}

.white{
  background-color: #f9f9f9;
}
.black{
  background-color: #000;
}

#rs-footer .black{
  background-color: #000;
}

#rs-footer p:last-child {
  margin-bottom: 0;
}

#rs-footer .copyright{
	background-color: #000;
	color: #fff;
	padding: 5px 0 10px;
}

#rs-footer .copyright a, #rs-footer .copyright a:hover{color: #f00;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
/* END SLIDER


/*------------------------- LOGO BRAND SLIDER -----------------------------*/
.rs-footer .white button.slick-prev, .rs-footer .white button.slick-next{
	
}






