@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.6.1/font/bootstrap-icons.css");
@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://webfontworld.github.io/GmarketSans/GmarketSans.css');
@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFBold.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFBold.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFMedium.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFMedium.woff) format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300; 
    font-style: normal; 
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFLight.woff2) format('woff2'),
         url(https://cdn.jsdelivr.net/gh/webfontworld/GmarketSans/GmarketSansTTFLight.woff) format('woff');
    font-display: swap;
}
@keyframes zoom {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
body {
	font-family: 'GmarketSansMedium';
}
a:hover {
  text-decoration: none !important;
}
.dropdown-toggle:after {
  display: none !important;
}
.nav-link {
  color: #FFF;
}
.nav-link:hover {
  color: #FFF;
}
.owl-nav {
  position: absolute;
  bottom: 0;
  z-index: 36;
  width: 100%;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #000 !important;
  color: #FFF !important;
  border-radius: 0 !important;
}
.owl-nav .owl-next {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #000 !important;
  color: #FFF !important;
  border-radius: 0 !important;
}
.owl-dots {
  position: absolute;
  z-index: 33;
  bottom: -46px;
  width: 100%;
}
.owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .carousel-control-prev span img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .carousel-control-next span img {
    width: 40px;
  }
}
.top-color {
  background-color: rgba(0, 0, 0, 0.32);
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .top-color {
    padding: 15px !important;
  }
}
.light-menu {
  background-color: #FFF;
}
.nav-link {
  display: block;
  padding: 1rem 2rem !important;
}
.dropdown-menu {
  margin: 0 !important;
  top: 48px !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler i {
  color: #FFF;
  font-size: 28px;
}
.bg-01 {
  background: url(../img/main-slider-01.jpg) no-repeat top center;
  background-size: cover;
  min-height: 804px;
  animation: zoom 30s infinite;
}
@media screen and (max-width: 768px) {
  .bg-01 {
    min-height: 100vh;
  }
}
.bg-02 {
  background: url(../img/main-slider-02.jpg) no-repeat top center;
  background-size: cover;
  min-height: 804px;
  animation: zoom 30s infinite;
}
@media screen and (max-width: 768px) {
  .bg-02 {
    min-height: 100vh;
  }
}
.bg-03 {
  background: url(../img/main-slider-03.jpg) no-repeat top center;
  background-size: cover;
  min-height: 804px;
  animation: zoom 30s infinite;
}
@media screen and (max-width: 768px) {
  .bg-03 {
    min-height: 100vh;
  }
}
.bg-04 {
  background: url(../img/main-slider-01.jpg) no-repeat top center;
  background-size: cover;
  min-height: 804px;
  animation: zoom 30s infinite;
}
@media screen and (max-width: 768px) {
  .bg-04 {
    min-height: 100vh;
  }
}
.carousel-caption {
  text-align: right !important;
  bottom: 0 !important;
  top: 0 !important;
}
.carousel-caption .container {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.carousel-caption .container h5 {
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .carousel-caption {
    text-align: right !important;
    bottom: 0 !important;
    top: 0 !important;
  }
  .carousel-caption .container {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  .carousel-caption .container h5 {
    font-weight: 700;
    font-size: 24px;
  }
  .carousel-caption .container p {
    font-size: 14px;
  }
}
#business .container-fluid .container {
  padding-top: 80px;
  padding-bottom: 0px;
  background: url('../img/map@2x.png') no-repeat center 115px;
  background-size: 80%;
}
#business .container-fluid .container .title {
  margin-bottom: 110px;
  text-align: center;
}
#business .container-fluid .container .title h3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0;
}
#business .container-fluid .container .title p {
  font-size: 15px;
}
#business .container-fluid .container .content {
  background: url('../img/map-cover@2x.png') no-repeat center 130px;
  padding-bottom: 120px;
}
#business .container-fluid .container .content .row .col-md-4 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#business .container-fluid .container .content .row .col-md-4:hover .image img {
  transform: scale(1.5);
}
#business .container-fluid .container .content .row .col-md-4:hover .s-content a p img {
  transform: rotate(360deg);
}
#business .container-fluid .container .content .row .col-md-4 .image {
  overflow: hidden;
}
#business .container-fluid .container .content .row .col-md-4 .image img {
  transition: 0.5s all ease-in-out;
}
#business .container-fluid .container .content .row .col-md-4 .s-content {
  background-color: #FFF;
  position: absolute;
  border-radius: 15px;
  text-align: center;
  width: 80%;
  left: 10%;
  bottom: -70px;
  padding: 20px 0;
}
#business .container-fluid .container .content .row .col-md-4 .s-content a h5 {
  font-size: 21px;
  color: #000;
}
#business .container-fluid .container .content .row .col-md-4 .s-content a p {
  color: #818080;
  font-size: 13px;
}
#business .container-fluid .container .content .row .col-md-4 .s-content a p img {
  transition: transform 0.7s ease-in-out;
}
#business .container-fluid .container .content .row .col-md-4 .s-content a:hover h5 {
  color: #003162;
}
@media screen and (max-width: 768px) {
  #business .container-fluid .container {
    padding-top: 50px;
    padding-bottom: 0px;
    background: url('../img/map@2x.png') no-repeat center 115px;
    background-size: 80%;
  }
  #business .container-fluid .container .title {
    margin-bottom: 110px;
    text-align: center;
  }
  #business .container-fluid .container .title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
  }
  #business .container-fluid .container .title p {
    font-size: 14px;
  }
  #business .container-fluid .container .content {
    background: url('../img/map-cover@2x.png') no-repeat center 130px;
    padding-bottom: 120px;
  }
  #business .container-fluid .container .content .row .col-md-4 {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 50px;
  }
  #business .container-fluid .container .content .row .col-md-4:last-child {
    margin-bottom: 0;
  }
  #business .container-fluid .container .content .row .col-md-4:hover .image img {
    transform: scale(1.5);
  }
  #business .container-fluid .container .content .row .col-md-4:hover .s-content a p img {
    transform: rotate(360deg);
  }
  #business .container-fluid .container .content .row .col-md-4 .image {
    overflow: hidden;
  }
  #business .container-fluid .container .content .row .col-md-4 .image img {
    transition: 0.5s all ease-in-out;
  }
  #business .container-fluid .container .content .row .col-md-4 .s-content {
    background-color: #FFF;
    position: absolute;
    border-radius: 15px;
    text-align: center;
    width: 80%;
    left: 10%;
    bottom: -70px;
    padding: 20px 0;
  }
  #business .container-fluid .container .content .row .col-md-4 .s-content a h5 {
    font-size: 16px;
    color: #000;
  }
  #business .container-fluid .container .content .row .col-md-4 .s-content a p {
    color: #818080;
    font-size: 13px;
  }
  #business .container-fluid .container .content .row .col-md-4 .s-content a p img {
    transition: transform 0.7s ease-in-out;
  }
  #business .container-fluid .container .content .row .col-md-4 .s-content a:hover h5 {
    color: #003162;
  }
}
#two .container-fluid .row .bg-l-01 {
  background: url('../img/bg-l-01@2x.png') no-repeat center center;
  background-size: cover;
  min-height: 364px;
}
#two .container-fluid .row .bg-l-02 {
  background: url('../img/bg-l-02@2x.png') no-repeat center center;
  background-size: cover;
  min-height: 364px;
}
#two .container-fluid .row .col-md-6 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#two .container-fluid .row .col-md-6 h3 {
  color: #FFF;
  font-size: 27px;
  font-weight: 700;
}
#two .container-fluid .row .col-md-6 .line {
  margin: 20px auto;
  width: 50px;
  background-color: #FFF;
  height: 1px;
}
#two .container-fluid .row .col-md-6 .sub-txt {
  font-size: 20px;
  color: #FFF;
  font-weight: 300;
}
#two .container-fluid .row .col-md-6 p a {
  display: inline-block;
  margin-top: 25px;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 14px;
  padding: 15px 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#two .container-fluid .row .col-md-6 p a:hover {
  background-color: #003162;
  border: 1px solid #003162;
  color: #FFF;
}
#project {
  padding: 80px 0;
}
#project .container .title {
  margin-bottom: 60px;
  text-align: center;
}
#project .container .title h3 {
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 0;
}
#project .container .title p {
  font-size: 15px;
}
#project .container .slider .owl-carousel .item .box a .txt {
  background-color: #F2F2F2;
  padding: 20px;
}
#project .container .slider .owl-carousel .item .box a .txt p {
  margin-bottom: 5px;
  color: #000;
}
#project .container .slider .owl-carousel .item .box a .txt span {
  color: #A5A2A2;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #project {
    padding: 50px 0 80px 0;
  }
  #project .container .title {
    margin-bottom: 30px;
    text-align: center;
  }
  #project .container .title h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
  }
  #project .container .title p {
    font-size: 13px;
  }
  #project .container .slider .owl-carousel .item .box a .txt {
    background-color: #F2F2F2;
    padding: 20px;
  }
  #project .container .slider .owl-carousel .item .box a .txt p {
    margin-bottom: 5px;
    color: #000;
  }
  #project .container .slider .owl-carousel .item .box a .txt span {
    color: #A5A2A2;
    font-size: 13px;
  }
}
#map {
  background: url('../img/map-bg@2x.png') no-repeat center center;
  background-size: cover;
  padding: 80px 0;
}
#map .container .row .col-md-6 h3 {
  padding-top: 15px;
  font-size: 27px;
  font-weight: 700;
}
#map .container .row .col-md-6 h4 {
  font-size: 52px;
  font-weight: 700;
  padding: 15px 0 15px 0;
}
#map .container .row .col-md-6 p {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 23px;
}
#map .container .row .col-md-6 .social {
  margin-top: 25px;
}
#map .container .row .col-md-6 .social ul {
  list-style: none;
  padding: 0;
}
#map .container .row .col-md-6 .social ul li {
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #map {
    background: url('../img/map-bg@2x.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
  }
  #map .container .row .col-md-6 h3 {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
  }
  #map .container .row .col-md-6 h4 {
    font-size: 32px;
    font-weight: 700;
    padding: 15px 0 15px 0;
  }
  #map .container .row .col-md-6 p {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 23px;
  }
  #map .container .row .col-md-6 .social {
    margin-top: 25px;
  }
  #map .container .row .col-md-6 .social ul {
    list-style: none;
    padding: 0;
  }
  #map .container .row .col-md-6 .social ul li {
    display: inline-block;
    margin-right: 8px;
  }
}
footer {
  background-color: #E2E2E2;
  padding: 25px 0;
}
footer .container {
  display: flex;
}
footer .container .left-section {
  background: url('../img/footer-logo@2x.png') no-repeat left center;
  padding-left: 75px;
}
footer .container .left-section p {
  margin-bottom: 0;
  font-size: 13px;
}
footer .container .right-section {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .container .right-section a {
  display: inline-block;
  font-size: 13px;
  color: #000;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  footer {
    background-color: #E2E2E2;
    padding: 25px 0;
  }
  footer .container {
    display: block;
  }
  footer .container .left-section {
    background: url('../img/footer-logo@2x.png') no-repeat left center;
    padding-left: 75px;
  }
  footer .container .left-section p {
    margin-bottom: 0;
    font-size: 13px;
    word-break: keep-all;
  }
  footer .container .right-section {
    margin-top: 25px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .container .right-section a {
    display: inline-block;
    font-size: 13px;
    color: #000;
    padding: 0 10px;
  }
}
@media screen and (max-width : 906px){
	.navbar-brand{
		width: 135px;
	
	}
	.navbar-brand img{
		width: 100%;
	}
}