body {
  font-family: "Dancing Script", cursive;
  font-family: "Poppins", sans-serif;
  font-family: "Roboto", sans-serif;
  background-color: #eaeaea;
}

body .header nav {
  height: 70px;
}

body .header nav .container-fluid {
  margin-left: 50px;
  margin-right: 50px;
}

body .header nav .container-fluid .navbar-brand img {
  width: 200px;
}

body .header nav .container-fluid .navbar-nav .nav-item {
  margin-right: 20px;
}

body .header nav .container-fluid .navbar-nav .nav-item .nav-link {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #364e80;
}

body .header nav .container-fluid .navbar-nav .nav-item .nav-link:hover {
  text-decoration: underline;
}

body .header nav .container-fluid .navbar-nav .nav-item .active {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #46cad6;
}

body .header nav .container-fluid .navbar-nav .nav-item .active:hover {
  text-decoration: none;
}

body .header nav .container-fluid .navbar-nav .btn-signin {
  font-family: "Poppins", sans-serif;
  background: #46cad6;
  color: #ffffff;
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}

body .header nav .container-fluid .navbar-nav .btn-signin:hover {
  background: #3cd4e2;
  color: #ffffff;
}

body .header .carousel {
  margin-top: -25px;
}

body .header .carousel .carousel-indicators {
  margin-bottom: 70px;
}

body .header .carousel .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

body .header .carousel .carousel-indicators .active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #46cad6;
}

body .header .carousel .carousel-inner .carousel-caption {
  margin-bottom: 10%;
  z-index: 5;
}

body .header .carousel .carousel-inner .carousel-caption h2 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body .header .carousel .carousel-inner .carousel-caption h5 {
  margin-top: 25px;
  font-family: "Dancing Script", cursive;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 14px;
}

body .header .carousel .carousel-inner .carousel-caption h3 {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
}

body .header .carousel .carousel-inner .carousel-caption .btn-header {
  background-color: #46cad6;
  color: #ffffff;
  border-radius: 15px;
  padding: 4px 60px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

body .header .contact-us .contact-us-content .img-bg {
  height: 70vh;
  background-image: url("../images/bg-contactus.png");
  background-size: cover;
}

body .header .contact-us .contact-us-content .img-bg .card {
  background-color: rgba(0, 0, 0, 0.7);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: "Poppins", sans-serif;
  height: 100px;
  width: 350px;
  float: right;
  padding: 20px 20px 20px 20px;
  margin-top: 30vh;
}

body .header .contact-us .contact-us-content .img-bg .card h3 {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 0px;
}

body .header .contact-us .contact-us-content .img-bg .card p {
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}

body .header .section-header-content .header-content {
  height: 70vh;
}

body .header .section-header-content .header-content .header-title {
  margin-top: 20%;
}

body .header .section-header-content .header-content .header-title h3 {
  font-family: "Poppins", sans-serif;
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 0;
}

body .header .section-header-content .header-content .header-title p {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  font-weight: bold;
}

body main {
  margin-bottom: 40px;
}

body main .container-fluid {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

body main .container-fluid .company-about {
  margin-top: -50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body main .container-fluid .company-about .content-title {
  padding-top: 80px;
}

body main .container-fluid .company-about .content-title p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  color: #999999;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15vh;
}

body main .container-fluid .company-about .content-title .container .row .col-about {
  padding-right: 0px;
  padding-left: 0px;
}

body main .container-fluid .company-about .content-title .container .row .col-about .card {
  border-color: transparent;
}

body main .container-fluid .company-about .content-title .container .row .col-about .card .card-img-top {
  width: 100px;
  height: 100%;
  margin-bottom: 20px;
}

body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  text-align: justify;
  line-height: 28px;
}

body main .container-fluid .box-content .our-service-content .section-service {
  height: 90vh;
  margin-top: 70px;
  background-color: #46cad6;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main .container-fluid .box-content .our-service-content .section-service .container .our-service {
  padding-top: 10vh;
}

body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service {
  margin-bottom: 5vh;
}

body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 45px;
  color: #000;
}

body main .container-fluid .box-content .our-service-content .section-service .container .our-service .title-our-service p {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  color: #ededed;
}

body main .container-fluid .box-content .our-service-content .section-service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

body main .container-fluid .box-content .our-service-content .section-detail-1 {
  height: 70vh;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row {
  padding-top: 10vh;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service img {
  width: 250px;
  height: auto;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service {
  margin-bottom: 10px;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .text-service p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #999999;
}

body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .link-show-detail a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #46cad6;
  font-size: 18px;
}

body main .container-fluid .box-content .our-service-content .section-detail-1::after {
  content: "";
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: #46cad6;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

body main .container-fluid .box-content .our-service-content .section-detail-2 {
  height: 70vh;
  background-color: #46cad6;
  position: relative;
  overflow: hidden;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row {
  padding-top: 10vh;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service img {
  width: 250px;
  height: auto;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service {
  margin-bottom: 10px;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 30px;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .text-service p {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #ededed;
}

body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .link-show-detail a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #f2f2f2;
  font-size: 18px;
}

body main .container-fluid .box-content .our-service-content .section-detail-2::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 200px;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

body main .container-fluid .section-contact-us {
  margin-top: -50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body main .container-fluid .section-contact-us .row .left-content {
  padding-bottom: 50px;
}

body main .container-fluid .section-contact-us .row .left-content .form-header {
  padding-top: 50px;
  padding-left: 80px;
  font-family: "Poppins", sans-serif;
}

body main .container-fluid .section-contact-us .row .left-content .form-header h3 {
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
}

body main .container-fluid .section-contact-us .row .left-content .form-header p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(153, 153, 153, 0.5);
}

body main .container-fluid .section-contact-us .row .left-content form {
  font-family: "Poppins", sans-serif;
  padding-left: 80px;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-label {
  font-weight: bold;
  font-size: 20px;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control {
  height: 40px;
  font-size: 12px;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group #InputMessage {
  height: auto;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-webkit-input-placeholder {
  color: #999999;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control:-ms-input-placeholder {
  color: #999999;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-ms-input-placeholder {
  color: #999999;
}

body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::placeholder {
  color: #999999;
}

body main .container-fluid .section-contact-us .row .left-content form .btn-submit {
  background: #46cad6;
  color: #ffffff;
  font-weight: bold;
}

body main .container-fluid .section-contact-us .row .left-content form .btn-submit:hover {
  background: #37b0bb;
  color: #ffffff;
}

body main .container-fluid .section-contact-us .row .right-content {
  margin-top: 10vh;
  margin-left: 5vw;
}

body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header img {
  width: 40px;
  height: auto;
}

body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header span {
  vertical-align: middle;
  font-weight: bold;
  font-family: "Poppions", sans-serif;
  font-size: 22px;
}

body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title {
  margin-top: 2px;
}

body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title .title {
  padding-left: 12px;
  font-weight: normal;
  font-family: "Poppions", sans-serif;
  font-size: 18px;
  color: #999999;
}

body main .container-fluid .section-blog {
  margin-top: -50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body main .container-fluid .section-blog .blog-wraper {
  padding-top: 10vh;
  padding-bottom: 10vh;
  padding-left: 30px;
  padding-right: 30px;
}

body main .container-fluid .section-blog .blog-wraper .top-content {
  margin-bottom: 40px;
}

body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img {
  border-radius: 20px;
  overflow: hidden;
}

body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img img {
  width: 100%;
  height: auto;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title {
  font-family: "Roboto", sans-serif;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p {
  color: #adadad;
  font-size: 12px;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p strong {
  font-weight: bold;
  color: #000;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title h3 {
  font-size: 80px;
  line-height: 10vh;
  font-weight: bold;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title form {
  margin-left: 15px;
  margin-right: 15px;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .title-text p {
  font-size: 18px;
  color: #adadad;
  font-weight: lighter;
  text-align: justify;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more {
  border-color: #46cad6;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  border-radius: 10px;
}

body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more:hover {
  border-color: none;
  color: #ffffff;
  background-color: #46cad6;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card {
  border-color: transparent;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-img-top {
  width: 100%;
  height: auto;
  border-radius: 20px;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body {
  font-family: "Roboto", sans-serif;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-title {
  font-weight: bold;
  font-size: 40px;
  color: #000;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-text {
  font-weight: lighter;
  font-size: 18px;
  color: #999999;
  text-align: justify;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more {
  border-color: #46cad6;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
}

body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more:hover {
  border-color: none;
  color: #ffffff;
  background-color: #46cad6;
}

body main .container-fluid .section-blog .back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10vh;
  right: 20px;
  display: none;
}

body main .container-fluid .section-blog .back-to-top img {
  width: 40px;
  opacity: 1;
}

body main .container-fluid .section-portfolio {
  margin-top: -50px;
  background-color: #7AD9E1;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body main .container-fluid .section-portfolio .content-title {
  padding-top: 80px;
}

body main .container-fluid .section-portfolio .content-title p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  color: #999999;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 15vh;
}

body main .container-fluid .section-portfolio .content-title .container .row .col-about {
  padding-right: 0px;
  padding-left: 0px;
}

body main .container-fluid .section-portfolio .content-title .container .row .col-about .card {
  border-color: transparent;
}

body main .container-fluid .section-portfolio .content-title .container .row .col-about .card .card-img-top {
  width: 100px;
  height: 100%;
  margin-bottom: 20px;
}

body main .container-fluid .section-portfolio .content-title .container .row .col-about .card .card-body .card-title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

body main .container-fluid .section-portfolio .content-title .container .row .col-about .card .card-body .card-text {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
  text-align: justify;
  line-height: 28px;
}

body main .container-fluid .section-blog-detail {
  margin-top: 70px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
}

body main .container-fluid .section-blog-detail .blog-wraper {
  padding-top: 10vh;
  padding-bottom: 10vh;
  margin-left: 30px;
  margin-right: 30px;
  font-family: "Roboto", sans-serif;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content {
  margin-bottom: 50px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content p {
  font-weight: bold;
  font-size: 20px;
  color: #adadad;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content h2 {
  margin-top: -15px;
  font-weight: bold;
  font-size: 70px;
  color: #3c4858;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content {
  margin-left: 40px;
  margin-right: 40px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content img {
  width: 100%;
  height: auto;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 40px;
  margin-right: 40px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content p {
  font-size: 24px;
  text-align: justify;
  color: #999999;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content {
  margin-left: 40px;
  margin-right: 40px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment {
  font-size: 18px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back {
  background: #46cad6;
  color: #ffffff;
  padding: 5px 45px;
  font-size: 16px;
  border-radius: 10px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back:hover {
  background: #3cd4e2;
  color: #ffffff;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post {
  background: #46cad6;
  color: #ffffff;
  padding: 5px 45px;
  font-size: 16px;
  border-radius: 10px;
}

body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post:hover {
  background: #3cd4e2;
  color: #ffffff;
}

body main .container-fluid .section-blog-detail .back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10vh;
  right: 20px;
  display: none;
}

body main .container-fluid .section-blog-detail .back-to-top img {
  width: 40px;
  opacity: 1;
}

body main .container-fluid .float {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  -webkit-box-shadow: 2px 2px 3px #999;
          box-shadow: 2px 2px 3px #999;
  z-index: 100;
  border-color: transparent;
}

body main .container-fluid .my-float {
  margin-top: 10px;
}

body .section-footer .container-fluid .row {
  background-color: #ffffff;
  padding-top: 2.5vh;
}

body .section-footer .container-fluid .row .col .item-bag-1 {
  float: left;
}

body .section-footer .container-fluid .row .col .item-bag-1 a {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #adadad;
  text-decoration: none;
  padding-left: 30px;
}

body .section-footer .container-fluid .row .col .item-bag-2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #adadad;
  text-align: center;
}

body .section-footer .container-fluid .row .col .item-bag-3 {
  float: right;
}

body .section-footer .container-fluid .row .col .item-bag-3 a {
  padding-right: 30px;
  text-decoration: none;
}

body .section-footer .container-fluid .row .col .item-bag-3 a img {
  width: 30px;
}

@media screen and (max-width: 356px) {
  body .header {
    background: #eaeaea;
  }
  body .header nav {
    padding-top: 0rem !important;
    height: 50px;
  }
  body .header nav .container-fluid {
    margin-left: 0;
    margin-right: 0px;
    background: #eaeaea;
  }
  body .header nav .container-fluid .navbar-brand img {
    width: 150px;
  }
  body .header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
    margin-right: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #364e80;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #46cad6;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active:hover {
    text-decoration: none;
  }
  body .header .carousel {
    margin-top: 50px;
  }
  body .header .carousel .carousel-indicators {
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-indicators button {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  body .header .carousel .carousel-indicators .active {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #46cad6;
  }
  body .header .carousel .carousel-inner .carousel-caption {
    margin-bottom: 14px;
    z-index: 5;
  }
  body .header .carousel .carousel-inner .carousel-caption h2 {
    font-size: 24px;
  }
  body .header .carousel .carousel-inner .carousel-caption h5 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body .header .carousel .carousel-inner .carousel-caption .btn-header {
    background-color: #46cad6;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 25px;
    font-size: 12px;
  }
  body .header .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 250px;
  }
  body .header .section-header-content .header-content {
    height: 40vh;
  }
  body .header .section-header-content .header-content .header-title {
    margin-top: 30%;
  }
  body .header .section-header-content .header-content .header-title h3 {
    font-size: 40px;
    font-weight: bold;
  }
  body .header .section-header-content .header-content .header-title p {
    font-size: 16px;
  }
  body .header .contact-us .contact-us-content .img-bg {
    height: 70vh;
    background-image: url("../images/bg-contactus.png");
    background-size: cover;
  }
  body .header .contact-us .contact-us-content .img-bg .card {
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: "Poppins", sans-serif;
    height: 65px;
    width: 200px;
    float: right;
    padding: 10px 10px 10px 10px;
    margin-top: 25vh;
  }
  body .header .contact-us .contact-us-content .img-bg .card h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  body .header .contact-us .contact-us-content .img-bg .card p {
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }
  body main {
    margin-bottom: 40px;
  }
  body main .container-fluid {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .company-about {
    margin-top: -10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .company-about .content-title {
    padding-top: 20px;
  }
  body main .container-fluid .company-about .content-title p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10vh;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card {
    border-color: transparent;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-img-top {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-text {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service {
    height: 120vh;
    margin-top: 50px;
    background-color: #46cad6;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service {
    padding-top: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service {
    margin-bottom: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service h3 {
    font-size: 30px;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .title-our-service p {
    font-size: 16px;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 {
    height: 90vh;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1::after {
    overflow: hidden;
    margin-bottom: -1px;
    height: 50px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 {
    height: 90vh;
    background-color: #46cad6;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .section-contact-us {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-contact-us .row .left-content {
    padding-bottom: 50px;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header {
    padding-top: 10px;
    padding-left: 10px;
    font-family: "Poppins", sans-serif;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header p {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.5);
  }
  body main .container-fluid .section-contact-us .row .left-content form {
    font-family: "Poppins", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control {
    height: 40px;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group #InputMessage {
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit {
    background: #46cad6;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit:hover {
    background: #37b0bb;
    color: #ffffff;
  }
  body main .container-fluid .section-contact-us .row .right-content {
    margin-top: 5vh;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header img {
    width: 25px;
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header span {
    vertical-align: middle;
    font-weight: bold;
    font-family: "Poppions", sans-serif;
    font-size: 18px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title {
    margin-top: 2px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title .title {
    padding-left: 5px;
    font-weight: normal;
    font-family: "Poppions", sans-serif;
    font-size: 14px;
    color: #999999;
  }
  body main .container-fluid .section-blog {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog .blog-wraper {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content {
    margin-bottom: 40px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img {
    border-radius: 20px;
    overflow: hidden;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p {
    color: #adadad;
    font-size: 12px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p strong {
    font-weight: bold;
    color: #000;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title h3 {
    font-size: 30px;
    line-height: 5vh;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .title-text p {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card {
    border-color: transparent;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-title {
    font-size: 30px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-text {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body main .container-fluid .section-blog-detail {
    margin-top: 70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper {
    padding-top: 5vh;
    padding-bottom: 8vh;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content {
    margin-bottom: 20px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content p {
    font-weight: bold;
    font-size: 16px;
    color: #adadad;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content h2 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 35px;
    color: #3c4858;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content p {
    font-size: 16px;
    text-align: justify;
    color: #999999;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .comment-area {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog-detail .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body .section-footer {
    text-align: center;
  }
  body .section-footer .container-fluid .row {
    background-color: #ffffff;
    padding-top: 2.5vh;
    padding-bottom: 1.5vh;
    display: block;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 {
    float: none;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 a {
    font-size: 12px;
  }
  body .section-footer .container-fluid .row .col .item-bag-2 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 {
    float: none;
    margin-right: 0;
    margin-left: 48px;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a {
    padding-right: 30px;
    text-decoration: none;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a img {
    width: 30px;
  }
}

@media screen and (min-width: 357px) and (max-width: 480px) {
  body .header {
    background: #eaeaea;
  }
  body .header nav {
    padding-top: 0rem !important;
    height: 50px;
  }
  body .header nav .container-fluid {
    margin-left: 0;
    margin-right: 0px;
    background: #eaeaea;
  }
  body .header nav .container-fluid .navbar-brand img {
    width: 150px;
  }
  body .header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
    margin-right: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #364e80;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #46cad6;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active:hover {
    text-decoration: none;
  }
  body .header .carousel {
    margin-top: 50px;
  }
  body .header .carousel .carousel-indicators {
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-indicators button {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  body .header .carousel .carousel-indicators .active {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #46cad6;
  }
  body .header .carousel .carousel-inner .carousel-caption {
    margin-bottom: 14px;
    z-index: 5;
  }
  body .header .carousel .carousel-inner .carousel-caption h2 {
    font-size: 24px;
  }
  body .header .carousel .carousel-inner .carousel-caption h5 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body .header .carousel .carousel-inner .carousel-caption .btn-header {
    background-color: #46cad6;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 25px;
    font-size: 12px;
  }
  body .header .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 250px;
  }
  body .header .section-header-content .header-content {
    height: 40vh;
  }
  body .header .section-header-content .header-content .header-title {
    margin-top: 30%;
  }
  body .header .section-header-content .header-content .header-title h3 {
    font-size: 40px;
    font-weight: bold;
  }
  body .header .section-header-content .header-content .header-title p {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body .header .contact-us .contact-us-content .img-bg {
    height: 70vh;
    background-image: url("../images/bg-contactus.png");
    background-size: cover;
  }
  body .header .contact-us .contact-us-content .img-bg .card {
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: "Poppins", sans-serif;
    height: 65px;
    width: 215px;
    float: right;
    padding: 10px 10px 10px 10px;
    margin-top: 25vh;
  }
  body .header .contact-us .contact-us-content .img-bg .card h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  body .header .contact-us .contact-us-content .img-bg .card p {
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }
  body main {
    margin-bottom: 40px;
  }
  body main .container-fluid {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .company-about {
    margin-top: -10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .company-about .content-title {
    padding-top: 20px;
  }
  body main .container-fluid .company-about .content-title p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10vh;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card {
    border-color: transparent;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-img-top {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-text {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service {
    height: 120vh;
    margin-top: 50px;
    background-color: #46cad6;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service {
    padding-top: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service {
    margin-bottom: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service h3 {
    font-size: 30px;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .title-our-service p {
    font-size: 16px;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 {
    height: 90vh;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1::after {
    overflow: hidden;
    margin-bottom: -1px;
    height: 50px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 {
    height: 90vh;
    background-color: #46cad6;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .section-contact-us {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-contact-us .row {
    display: block;
  }
  body main .container-fluid .section-contact-us .row .left-content {
    padding-bottom: 25px;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header {
    padding-top: 20px;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header p {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.5);
  }
  body main .container-fluid .section-contact-us .row .left-content form {
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control {
    height: 40px;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group #InputMessage {
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit {
    background: #46cad6;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit:hover {
    background: #37b0bb;
    color: #ffffff;
  }
  body main .container-fluid .section-contact-us .row .right-content {
    padding-bottom: 25px;
    margin-top: 5vh;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header img {
    width: 25px;
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header span {
    vertical-align: middle;
    font-weight: bold;
    font-family: "Poppions", sans-serif;
    font-size: 18px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title {
    margin-top: 2px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title .title {
    padding-left: 5px;
    font-weight: normal;
    font-family: "Poppions", sans-serif;
    font-size: 14px;
    color: #999999;
  }
  body main .container-fluid .section-blog {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog .blog-wraper {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content {
    margin-bottom: 40px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img {
    border-radius: 20px;
    overflow: hidden;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p {
    color: #adadad;
    font-size: 12px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p strong {
    font-weight: bold;
    color: #000;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title h3 {
    font-size: 30px;
    line-height: 5vh;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .title-text p {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card {
    border-color: transparent;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-title {
    font-size: 30px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-text {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body main .container-fluid .section-blog-detail {
    margin-top: 70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper {
    padding-top: 5vh;
    padding-bottom: 8vh;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content {
    margin-bottom: 20px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content p {
    font-weight: bold;
    font-size: 16px;
    color: #adadad;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content h2 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 35px;
    color: #3c4858;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content p {
    font-size: 16px;
    text-align: justify;
    color: #999999;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .comment-area {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog-detail .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body .section-footer {
    text-align: center;
  }
  body .section-footer .container-fluid .row {
    background-color: #ffffff;
    padding-top: 2.5vh;
    padding-bottom: 1.5vh;
    display: block;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 {
    float: none;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 a {
    font-size: 12px;
  }
  body .section-footer .container-fluid .row .col .item-bag-2 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 {
    float: none;
    margin-right: 0;
    margin-left: 48px;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a {
    padding-right: 30px;
    text-decoration: none;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a img {
    width: 30px;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  body .header {
    background: #eaeaea;
  }
  body .header nav {
    padding-top: 0rem !important;
    height: 50px;
  }
  body .header nav .container-fluid {
    margin-left: 0;
    margin-right: 0px;
    background: #eaeaea;
  }
  body .header nav .container-fluid .navbar-brand img {
    width: 150px;
  }
  body .header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
    margin-right: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #364e80;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #46cad6;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active:hover {
    text-decoration: none;
  }
  body .header .carousel {
    margin-top: 50px;
  }
  body .header .carousel .carousel-indicators {
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-indicators button {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  body .header .carousel .carousel-indicators .active {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #46cad6;
  }
  body .header .carousel .carousel-inner .carousel-caption {
    margin-bottom: 14px;
    z-index: 5;
  }
  body .header .carousel .carousel-inner .carousel-caption h2 {
    font-size: 24px;
  }
  body .header .carousel .carousel-inner .carousel-caption h5 {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body .header .carousel .carousel-inner .carousel-caption .btn-header {
    background-color: #46cad6;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 25px;
    font-size: 12px;
  }
  body .header .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 250px;
  }
  body .header .section-header-content .header-content {
    height: 40vh;
  }
  body .header .section-header-content .header-content .header-title {
    margin-top: 30%;
  }
  body .header .section-header-content .header-content .header-title h3 {
    font-size: 40px;
    font-weight: bold;
  }
  body .header .section-header-content .header-content .header-title p {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  body .header .contact-us .contact-us-content .img-bg {
    height: 70vh;
    background-image: url("../images/bg-contactus.png");
    background-size: cover;
  }
  body .header .contact-us .contact-us-content .img-bg .card {
    background-color: rgba(0, 0, 0, 0.7);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-family: "Poppins", sans-serif;
    height: 65px;
    width: 215px;
    float: right;
    padding: 10px 10px 10px 10px;
    margin-top: 25vh;
  }
  body .header .contact-us .contact-us-content .img-bg .card h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0px;
  }
  body .header .contact-us .contact-us-content .img-bg .card p {
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }
  body main {
    margin-bottom: 40px;
  }
  body main .container-fluid {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .company-about {
    margin-top: -10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .company-about .content-title {
    padding-top: 20px;
  }
  body main .container-fluid .company-about .content-title p {
    font-size: 16px;
    line-height: 25px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10vh;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card {
    border-color: transparent;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-img-top {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-text {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service {
    height: 120vh;
    margin-top: 50px;
    background-color: #46cad6;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service {
    padding-top: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service {
    margin-bottom: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service h3 {
    font-size: 30px;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .title-our-service p {
    font-size: 16px;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 {
    height: 90vh;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1::after {
    overflow: hidden;
    margin-bottom: -1px;
    height: 50px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 {
    height: 90vh;
    background-color: #46cad6;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .section-contact-us {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-contact-us .row {
    display: block;
  }
  body main .container-fluid .section-contact-us .row .left-content {
    padding-bottom: 25px;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header {
    padding-top: 20px;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header p {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.5);
  }
  body main .container-fluid .section-contact-us .row .left-content form {
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control {
    height: 40px;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group #InputMessage {
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit {
    background: #46cad6;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit:hover {
    background: #37b0bb;
    color: #ffffff;
  }
  body main .container-fluid .section-contact-us .row .right-content {
    padding-bottom: 25px;
    margin-top: 5vh;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header img {
    width: 25px;
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header span {
    vertical-align: middle;
    font-weight: bold;
    font-family: "Poppions", sans-serif;
    font-size: 18px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title {
    margin-top: 2px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title .title {
    padding-left: 5px;
    font-weight: normal;
    font-family: "Poppions", sans-serif;
    font-size: 14px;
    color: #999999;
  }
  body main .container-fluid .section-blog {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog .blog-wraper {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content {
    margin-bottom: 40px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img {
    border-radius: 20px;
    overflow: hidden;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p {
    color: #adadad;
    font-size: 12px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p strong {
    font-weight: bold;
    color: #000;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title h3 {
    font-size: 30px;
    line-height: 5vh;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .title-text p {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card {
    border-color: transparent;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-title {
    font-size: 30px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-text {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body main .container-fluid .section-blog-detail {
    margin-top: 70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper {
    padding-top: 5vh;
    padding-bottom: 8vh;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content {
    margin-bottom: 20px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content p {
    font-weight: bold;
    font-size: 16px;
    color: #adadad;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content h2 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 35px;
    color: #3c4858;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content p {
    font-size: 16px;
    text-align: justify;
    color: #999999;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .comment-area {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog-detail .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body .section-footer {
    text-align: center;
  }
  body .section-footer .container-fluid .row {
    background-color: #ffffff;
    padding-top: 2.5vh;
    padding-bottom: 1.5vh;
    display: block;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 {
    float: none;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 a {
    font-size: 12px;
  }
  body .section-footer .container-fluid .row .col .item-bag-2 {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 {
    float: none;
    margin-right: 0;
    margin-left: 48px;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a {
    padding-right: 30px;
    text-decoration: none;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a img {
    width: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  body .header nav {
    padding-top: 0.5rem !important;
    height: 45px;
    background: #eaeaea !important;
  }
  body .header nav .container-fluid {
    margin-left: 0;
    margin-right: 0px;
    background: #eaeaea;
  }
  body .header nav .container-fluid .navbar-brand img {
    width: 200px;
  }
  body .header nav .container-fluid .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item {
    margin-right: 20px;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #364e80;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    text-decoration: underline;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #46cad6;
  }
  body .header nav .container-fluid .navbar-collapse .navbar-nav .nav-item .active:hover {
    text-decoration: none;
  }
  body .header .carousel {
    margin-top: 50px;
  }
  body .header .carousel .carousel-indicators {
    margin-bottom: 75px;
  }
  body .header .carousel .carousel-indicators button {
    width: 4px;
    height: 4px;
    border-radius: 50%;
  }
  body .header .carousel .carousel-indicators .active {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #46cad6;
  }
  body .header .carousel .carousel-inner .carousel-caption {
    margin-bottom: 10%;
    z-index: 5;
  }
  body .header .carousel .carousel-inner .carousel-caption h2 {
    font-size: 30px;
  }
  body .header .carousel .carousel-inner .carousel-caption h5 {
    margin-top: 10px;
    font-size: 22px;
    margin-bottom: 10px;
  }
  body .header .carousel .carousel-inner .carousel-caption h3 {
    font-size: 15px;
    margin-bottom: 12px;
  }
  body .header .carousel .carousel-inner .carousel-caption .btn-header {
    background-color: #46cad6;
    color: #ffffff;
    border-radius: 15px;
    padding: 6px 45px;
    font-size: 12px;
  }
  body .header .carousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 350px;
  }
  body .section-footer .container-fluid .row {
    background-color: #ffffff;
    padding-top: 2.5vh;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 {
    float: left;
  }
  body .section-footer .container-fluid .row .col .item-bag-1 a {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #adadad;
    text-decoration: none;
    padding-left: 30px;
  }
  body .section-footer .container-fluid .row .col .item-bag-2 {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 12px;
    color: #adadad;
    text-align: center;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 {
    float: right;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a {
    padding-right: 30px;
    text-decoration: none;
  }
  body .section-footer .container-fluid .row .col .item-bag-3 a img {
    width: 30px;
  }
  body main {
    margin-bottom: 40px;
  }
  body main .container-fluid .company-about .content-title {
    padding-top: 50px;
  }
  body main .container-fluid .company-about .content-title p {
    margin-bottom: 10vh;
    font-size: 18px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about {
    padding-right: 0px;
    padding-left: 0px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card {
    border-color: transparent;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-img-top {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px;
  }
  body main .container-fluid .company-about .content-title .container .row .col-about .card .card-body .card-text {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #999999;
    text-align: justify;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service {
    height: 50vh;
    margin-top: 50px;
    background-color: #46cad6;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service {
    padding-top: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service {
    margin-bottom: 5vh;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .header-our-service h3 {
    font-size: 30px;
  }
  body main .container-fluid .box-content .our-service-content .section-service .container .our-service .title-our-service p {
    font-size: 16px;
    line-height: 25px;
  }
  body main .container-fluid .box-content .our-service-content .section-service::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 {
    height: 40vh;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-1::after {
    overflow: hidden;
    margin-bottom: -1px;
    height: 50px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 {
    height: 40vh;
    background-color: #46cad6;
    position: relative;
    overflow: hidden;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row {
    padding-top: 3vh;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service {
    margin-bottom: 15px;
    text-align: center;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .img-service-col .img-service img {
    width: 150px;
    height: auto;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service {
    text-align: center !important;
    margin-bottom: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .title-service h4 {
    font-size: 20px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .text-service p {
    text-align: justify;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2 .container .row .title-service-col .link-show-detail a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .box-content .our-service-content .section-detail-2::before {
    overflow: hidden;
    margin-bottom: -1px;
    height: 70px;
  }
  body main .container-fluid .section-blog {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog .blog-wraper {
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-left: 10px;
    padding-right: 10px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content {
    margin-bottom: 40px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img {
    border-radius: 20px;
    overflow: hidden;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .left-content .content-img img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p {
    color: #adadad;
    font-size: 12px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .post-date p strong {
    font-weight: bold;
    color: #000;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .header-title h3 {
    font-size: 30px;
    line-height: 5vh;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .title-text p {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .top-content .right-content .content-title .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card {
    border-color: transparent;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-img-top {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body {
    padding-left: 5px;
    padding-right: 5px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-title {
    font-size: 30px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .card-text {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more {
    font-size: 16px;
  }
  body main .container-fluid .section-blog .blog-wraper .bottom-content .card .card-body .btn-read-more:hover {
    border-color: none;
    color: #ffffff;
    background-color: #46cad6;
  }
  body main .container-fluid .section-blog .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body main .container-fluid .section-blog-detail {
    margin-top: 70px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper {
    padding-top: 5vh;
    padding-bottom: 8vh;
    margin-left: 10px;
    margin-right: 10px;
    font-family: "Roboto", sans-serif;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content {
    margin-bottom: 20px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content p {
    font-weight: bold;
    font-size: 16px;
    color: #adadad;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .header-content h2 {
    margin-top: -15px;
    font-weight: bold;
    font-size: 35px;
    color: #3c4858;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .img-content img {
    width: 100%;
    height: auto;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .title-content p {
    font-size: 16px;
    text-align: justify;
    color: #999999;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content {
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .comment-area {
    margin-bottom: 10px !important;
    font-size: 16px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-back:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post {
    background: #46cad6;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
  }
  body main .container-fluid .section-blog-detail .blog-wraper .content-blog-detail .comment-content .comment .btn-post:hover {
    background: #3cd4e2;
    color: #ffffff;
  }
  body main .container-fluid .section-blog-detail .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10vh;
    right: 10px;
    display: none;
  }
  body main .container-fluid .section-blog-detail .back-to-top img {
    width: 25px;
    opacity: 1;
  }
  body main .container-fluid .section-contact-us {
    margin-top: -50px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
  }
  body main .container-fluid .section-contact-us .row {
    display: block;
  }
  body main .container-fluid .section-contact-us .row .left-content {
    padding-bottom: 25px;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header {
    padding-top: 20px;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header h3 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
  }
  body main .container-fluid .section-contact-us .row .left-content .form-header p {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 0.5);
  }
  body main .container-fluid .section-contact-us .row .left-content form {
    font-family: "Poppins", sans-serif;
    padding-left: 15px;
    padding-right: 15px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-label {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control {
    height: 40px;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group #InputMessage {
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-webkit-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control:-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::-ms-input-placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .form-group .form-control::placeholder {
    color: #999999;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit {
    background: #46cad6;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
  }
  body main .container-fluid .section-contact-us .row .left-content form .btn-submit:hover {
    background: #37b0bb;
    color: #ffffff;
  }
  body main .container-fluid .section-contact-us .row .right-content {
    padding-bottom: 25px;
    margin-top: 5vh;
    margin-left: 10px;
    margin-right: 10px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header img {
    width: 25px;
    height: auto;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-header span {
    vertical-align: middle;
    font-weight: bold;
    font-family: "Poppions", sans-serif;
    font-size: 18px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title {
    margin-top: 2px;
  }
  body main .container-fluid .section-contact-us .row .right-content .contact-content .contact-title .title {
    padding-left: 5px;
    font-weight: normal;
    font-family: "Poppions", sans-serif;
    font-size: 14px;
    color: #999999;
  }
}
/*# sourceMappingURL=main.css.map */