@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Sarabun-Light";
  src: url(../fonts/Sarabun-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Sarabun-Medium";
  src: url(../fonts/Sarabun-Medium.ttf) format("truetype");
}

@font-face {
  font-family: "Saraban-ExtraBold";
  src: url(../fonts/Sarabun-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "RobotoCondensed-Black";
  src: url(../fonts/RobotoCondensed-Black.ttf) format("truetype");
}



html {
  scroll-behavior: smooth;
}

body {
  font-family: "Sarabun-Light";
  font-size: 16px;
  color: #000000;
}

h1, h2, h3{
  font-family: "RobotoCondensed-Black";
  color: #4D6383;
  line-height: 112.3%;
}

h4, h5{
  font-family: "Saraban-ExtraBold";
  color: #4D6383;
}

.btn-primary {
  background-color: #289DF2;
  border-color: #289DF2;
}

.link-dark {
  text-decoration: none;
}

.link-dark:hover {
  text-decoration: underline;
}

.navbar-light {
  background-color: rgba(227, 246, 254, 0.95);
}

.navbar-brand {
  padding: 0;
  margin-right: 0;
}

.navbar .language {
  width: 160px;
  display: flex;
  justify-content: end;
}

.logo {
  width: 165px;
}

.nav-link {
  font-family: "RobotoCondensed-Black";
  font-size: 18px;
  margin-top: 3px;
  color: #4D6383;
}

.dropdown-menu {
  min-width: 70px;
}

.heroes {
  background-image: url(../images/cg-heroes2.png), url(../images/bg/bg-heroes.jpg);
  background-position: right bottom, center center;
  background-repeat: no-repeat, repeat;
  background-size: auto 640px, 100% 100%;
  padding: 14rem 0;
}

#about {
  padding: 8rem 0;
}

#about h2 {
  margin-bottom: 4rem;
}

.about-item {
  text-align: center;
}

.border-ctr-1 {
  border-top-left-radius: 0;
  border-top-right-radius: 45px;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 0;
}

.border-ctr-2 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 45px;
  border-bottom-right-radius: 45px;
}

.border-ctr-3 {
  border-top-left-radius: 45px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 45px;
}

#project-1, #project-2 {
  padding: 8rem 0;
}

#project-1 h2{
  margin-bottom: 4rem;
}

#project-1 {
  background-color: #FBFBFB;
}

.project-info {
  max-width: 580px;
}
 
.project-info img {
  width: 90px;
  height: auto;
  margin-bottom: 1rem;
}

footer {
  padding: 4rem 0;
  background-color: #289DF2;
}

.foot-logo {
  width: 110px;
  height: auto;
}

.address, .company, .call {
  color: #fff;
}

#map {
  margin: -10px;
}

.call img {
  width: 18px;
  height: auto;
}

footer .list-group-item {
  background: none;
}

footer .list-group-item a{
  color: #fff;
  text-decoration: none;
}
.copyright {
  border-top:  1px solid rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 3px 0;
  background-color: #289DF2;
  color: #fff;
  font-size: 13px;
}

.policy-area {
  height: 650px;
  overflow-y: scroll;
}

.policy-area h3{
  font-family: "Sarabun-Medium";
  color: black;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
