
/* Base */
body {
  font-family: 'Roboto', sans-serif;
}
/* Navigation bar for post-bai viet*/
/* Navigation Bar */
.navbar-post {
  padding: 20px 0px;
  background-color: rgb(255, 105, 97);
  transition: all ease 0.4s;
}


.navbar-post .navbar-brand {
  font-weight: bold;
  color: #ffffff;
}
.navbar-post .navbar-brand:hover,
.navbar-post .navbar-brand:active,
.navbar-post .navbar-brand:focus {
  color: #1814f7;
}
.navbar-post .navbar-nav li a {
  font-weight: bold;
  color: #eeeeee !important;
}
.navbar-post .navbar-nav li a:hover,
.navbar-post .navbar-nav li a:active,
.navbar-post .navbar-nav li a:focus {
  color: #333333 !important;
}
.navbar-post .navbar-nav li a.active {
  color: #333333 !important;
}


/* Navigation Bar */
.navbar {
  padding: 20px 0px;
  background-color: transparent;
  transition: all ease 0.4s;
}


.navbar .navbar-brand {
  font-weight: bold;
  color: #ffffff;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:active,
.navbar .navbar-brand:focus {
  color: #1814f7;
}
.navbar .navbar-nav li a {
  font-weight: bold;
  color: #eeeeee !important;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:active,
.navbar .navbar-nav li a:focus {
  color: #333333 !important;
}
.navbar .navbar-nav li a.active {
  color: #333333 !important;
}

/* Home Section */
#home {
  padding: 100px 0px;
  background: url('./img/mianca.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
#home h1 {
  margin-top: 400px; 
  font-weight: bold;
  /* text-transform: uppercase; */
  /* text-align: center; */
}
#home img {
  display: block;
  margin: 0 auto;
}
#home subheading{
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5rem;
  margin-bottom: 25px;
}

/* gioiThieu Section */
#gioiThieu {
  padding: 80px 0px;
}
#gioiThieu h2{
  /* text-transform: uppercase; */
  font-size: 40px;
  /* color: #77DD77; */
}
#gioiThieu p{
  font-size: 20px;
  /* color: #77DD77; */
}

/* #gioiThieu h3 {
  text-transform: uppercase;
}
#gioiThieu hr {
  height: 2px;
} */



/* Features Section */
#features {
  padding: 80px 0px;
}
#features i {
  font-size: 40px;
  color: #77DD77;
  /* color: #BEE5B0; */
  margin-top: 30px;
  margin-bottom: 10px;
}
#features img {
  max-width: 290px;
  display: block;
  margin: 0 auto;
}
#features p {
  font-size: 14px;
}

/* demo Section */
#demo {
  padding: 80px 0px;
}
#demo h2{
  /* text-transform: uppercase; */
  font-size: 40px;
  /* color: #77DD77; */
}
#demo p{
  font-size: 20px;
  /* color: #77DD77; */
}

/* showcase Section*/
#showcase{
  padding: 80px 0px;
}
#showcase h2{
  font-size: 30px;
  margin-bottom: 20px;
}
#showcase .carousel img{
  width:270px;
  /* border: 4px solid #777777; */
}
#showcase .carousel h4{
  margin: 10px 0px;
}
#showcase .carousel .carousel-indicators{
  margin-bottom: -20px;
}
#showcase .carousel .carousel-indicators li{
  background-color: #333333;
}
#showcase .carousel .carousel-indicators li.active{
  background-color:#77DD77 ;
}

/* Download Section */
#download {
  padding: 80px 0px;
  background:  rgb(255, 105, 97);
  /* background: linear-gradient(to right, rgb(185, 76, 70), rgb(255, 105, 97), rgb(255, 105, 97), rgb(185, 76, 70)); */
  /* background: linear-gradient(to right, rgb(131, 212, 131),rgb(215, 255, 194), rgb(215, 255, 194), rgb(131, 212, 131)); */
  color: #ffffff;
}
#download h3 {
  font-size: 40px;
}
#download .downloads img {
  width: 200px;
}

/* Newsletter Section */
#newsletter{
  padding:80px 0px;
}

/* Footer Section */
footer {
  padding: 15px 0px;
  background-color: #333333;
}
footer .links {
  margin-bottom: 10px;
}
footer a {
  font-size: 20px;
  margin: 0px 15px;
  text-decoration: none;
  color: #eeeeee;
  transition: all ease 0.4s;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #77DD77;
}
footer p {
  color: #ffffff;
}

/* Media Quires */
@media screen
and ( max-width: 768px ) {
  /* Navigation Bar */
  .navbar .navbar-collapse {
    background:  rgb(255, 105, 97);
    /* background: linear-gradient(to right, rgb(185, 76, 70), rgb(255, 105, 97), rgb(255, 105, 97), rgb(185, 76, 70)); */
    padding: 20px;
    margin-top: 10px;
  }

  /* Navigation Bar for post */
  .navbar-post .navbar-collapse {
    background:  rgb(255, 105, 97);
    /* background: linear-gradient(to right, rgb(185, 76, 70), rgb(255, 105, 97), rgb(255, 105, 97), rgb(185, 76, 70)); */
    padding: 20px;
    margin-top: 10px;
  }


  /* Home Section */
  #home button {
    margin-top: 15px;
  }

  /* Download Section */
  #download h3 {
    font-size: 30px;
  }
  #download .downloads img {
    width: 48%;
  }

}

header.masthead {
  position: relative;
  margin-bottom: 3rem;
  padding-top: calc(8rem + 57px);
  padding-bottom: 8rem;
  background: no-repeat center center;
  background-color: #6c757d;
  background-size: cover;
  background-attachment: scroll;
}
header.masthead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #748291;
  opacity: 0.3;
}
header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  color: #fff;
}
header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}
header.masthead .page-heading h1, header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
  font-size: 3rem;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin-top: 0.625rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading h1, header.masthead .post-heading .h1 {
  font-size: 2.25rem;
}
header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}
header.masthead .post-heading .subheading {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0.75rem 0 2rem;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  font-family: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
header.masthead .post-heading .meta a {
  color: #fff;
}
@media (min-width: 992px) {
  header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
  }
  header.masthead .page-heading h1, header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
    font-size: 5rem;
  }
  header.masthead .post-heading h1, header.masthead .post-heading .h1 {
    font-size: 3.5rem;
  }
  header.masthead .post-heading .subheading {
    font-size: 1.875rem;
  }
}


#portfolio .portfolio-item {
  max-width: 26rem;
  margin-left: auto;
  margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 200, 0, 0.9);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity ease-in-out 0.25s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 1.25rem;
  color: white;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-caption {
  padding: 1.5rem;
  text-align: center;
  background-color: #fff;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-heading {
  font-size: 1.5rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  margin-bottom: 0;
}
#portfolio .portfolio-item .portfolio-caption .portfolio-caption-subheading {
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}
.portfolio-modal .modal-content {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}
.portfolio-modal .modal-content h2, .portfolio-modal .modal-content .h2 {
  font-size: 3rem;
  line-height: 3rem;
}
.portfolio-modal .modal-content p.item-intro {
  font-style: italic;
  margin-bottom: 2rem;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.portfolio-modal .modal-content p {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 2rem;
}
.portfolio-modal .modal-content img {
  margin-bottom: 2rem;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  background-color: transparent;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #ffc800;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


.team-member {
  margin-bottom: 3rem;
  text-align: center;
}
.team-member img {
  width: 14rem;
  height: 14rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
}
.team-member h4, .team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}


/*
 * Blog posts
 */
 .blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
.blog-post p{
  font-size:20px;
 }
.blog-post li{
  font-size:20px;
 }