@charset "UTF-8";
/**
 *------------------------------------------------------------------------------
 * $package       html-building
 *------------------------------------------------------------------------------
 * $authors       nevillenguyen
 * $date          05/2020
 *------------------------------------------------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap');

.boxsizingBorder {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

h2 {
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #4B587B;
}

h5 {
  color: #4B587B;
  font-weight: bold;
}

h2.title {
  color: #393939;
  font-weight: bold;
}

h2.black {
  color: black;
  font-weight: bold;
}

li.nav-item a.active {
  font-size: 1.1em;
  font-weight: bold;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 2px solid #4B587B !important;
  border-right: 0px;
}

li.nav-item a {
  border: 0px;
  color: #495057;
}

li.nav-item a:hover {
  border: 0px;
  font-weight: bold;
  color: #495057;
}

.banner-img {
  min-height: 400px;
  object-fit: cover;
}

td {
  line-height: 2.0;
}

.general-div {
  border-bottom: 1px solid #dee2e6;
  margin-top: 30px;
  padding-bottom: 30px;
}

.info-td {
  width: 70%;
  font-weight: bold;
  padding-left: 10px;
}
.ft-li {
  text-decoration: none;
  color: white;
}

.ft-li:hover {
  text-decoration: none;
  color: #4B587B;
}

.logo {
  height: 80px;
}

.banner-content {
  background: rgb(0,0,0);
  background: radial-gradient(circle, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.2) 65%, rgba(255,255,255,0) 100%);
  color: white;
  font-weight: bold;
}

.banner-content a {
  color: white;
  text-decoration: none;
}

.middle-div {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.news-items {
  marin-top: 20px;
  margin-bottom: 20px;
}
.highlight {
  margin-bottom: 30px;
}

.project-title {
  font-weight: bold;
  min-height: 48px;
}

.project-location {
  min-height: 72px;
}

.card-link {
  text-decoration: none;
  color: inherit;
}

.card-link:hover {
  text-decoration: none;
  color: #A66636;
}

.btn-gpacademy {
  background-color: #4B587B;
  color: white;
}

.btn-gpacademy-alt {
  background-color: #4B587B;
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 1.3em;
}

.btn-home-alt {
  background-color: #E4E4E4;
  color: #1B1B1B;
  font-weight: bold;
  width: 100%;
  margin: 5px auto;
}

.about-gpacademy {
  padding-right: 20px;
  line-height: 1.5;
  font-size: 1.1em;
  text-align: justify;
}

.end-div {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-img {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 20px;
}

.contact-info {
    display: block;
    margin: auto 0;
}

.contact-name {
  font-size: 1.2em;
  font-weight: bold;
}

.navigation-bar {
  background-color: white;
  padding-left: 0px;
}

.navigation-bar li a {
  text-decoration: none;
  color: #4B587B;
}

.camon {
  height: 600px;
  background-image: url("../img/camon.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-ul {
  margin-top: 10px;
  line-height: 1.5;
}

.chuthich {
  text-align: center
}

.newsimg {
  width: 100%;
  object-fit: cover;
}

.footer {
  background-color: #7ad3cbd2;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: white;
  font-size: 14px;
}

.footer-logo {
  height: 80px;
  padding-left: 50px;
}

.footer-contact {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.footer-contact:hover {
  text-decoration: none;
  color: #4B587B;
  font-weight: bold;
}

.footer-title {
  border-bottom: #ffffff 1px solid;
  padding-top: 50px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.footer-li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2.0;
}

.footer-input {
  width: 100%;
  margin-top: 10px;
}

.footer-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #4B587B;
  color: white;
}

.ft-bottom {
  line-height: 1.2;
  padding-top: 10px;
  border-top: #ffffff 1px solid;
  font-size: 0.8em;
}

.ft-bottom-li {
  margin-left: 10px;
  display: block;
}

.ft-icon {
  color: #4B587B;
}

.ft-icon:hover {
  color: white;
}
n

@media screen and (max-width: 1200px) {
  .hero-banner {
    height: 400px;
    padding-top: 100px;
  }
  .banner-title {
    text-align: left;
    width: 400px;
  }
  .footer-title {
    padding-top: 10px;
  }
  .ft-bottom-li {
    margin-left: 10px;
    display: none;
  }
}
