/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #fff;
  background-color: #fff;
  overflow-x: hidden;
}

h1 {
  font-family: 'Open Sans', Arial, sans-serif;
}

p {
  font-family: 'Open Sans', Arial, sans-serif;
}

.article-body>h1 {
  font-family: 'Open Sans', Arial, sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
  color: #333;
  font-size: 16px;
  font-family: 'Open Sans', Arial, sans-serif;
}

a:hover {
  text-decoration: none;
  color: #eee;
}

.btn-primary {
  padding: 8px 20px;
  background: #ffffff;
  color: #0099FF;
  border-radius: 4px;
  border: none;
  margin-top: 10px;
}

/* .click-now {
  color: white;
}

.click-now:hover {
  color: #0099FF;
} */

.text-Service {
  text-align: center;
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 54.56px;
}

.text-Service2 {
  margin-left: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.28px;
}

.text-center h2 {
  margin-bottom: 30px;
}

.text-center p {
  margin-bottom: 50px;
  color: #333;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 30px;
  margin-left: -10px;
}

#breadcrumb {
  background-color: #ffffff;
  margin-top: -20px;
}

.breadcrumb {
  list-style: none;
  background-color: #ffffff;
  border-radius: 0px;
  padding: 3px 10px;
}

.breadcrumb li {
  text-transform: uppercase;
  margin-top: 125px;
  font-weight: 600;
}

.text-head {
  margin-top: 140px;
}

.text-head1 {
  width: auto;
  color: white;
  font-size: 42px;
  line-height: 1.6;
}

.text-head2 {
  width: auto;
  color: white;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.6;
}

/*===========================
  Menu and Navigation
============================ */
.navigation {
  background-color: #0099FF;
  padding: 0;
}

.navbar-brand h1 {
  margin: 15px -20px;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
}


@media (max-width: 1200px) {
  .navbar-brand h1 {
    margin: 0px 0px;
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .navbar-brand h1 {
    margin: 0px 0px;
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .navbar-brand h1 {
    margin: 0px 0px;
  }
}


.menu {
  font-size: 12px;
  float: right;
  text-transform: uppercase;
  font-weight: 700;
}

.menu ul.nav-tabs li {
  color: #000;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs>li {
  float: left;
  margin-bottom: 0;
}

.nav-tabs>li>a {
  border-radius: 0;
  color: #ffffff;
  padding: 30px;
}

.nav-tabs>li>a:hover {
  color: #0099FF;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*===========================
  slider
============================ */
#main-slider {
  margin-top: 40px;

}

#main-slider {
  position: relative;
}

.no-margin {
  margin: 0;
  padding: 0;
}

#main-slider .carousel .carousel-content {
  margin-top: 120px;
}

#main-slider .carousel .slide-margin {
  margin-top: 120px;
}

#main-slider .carousel h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 24px;
}

#main-slider .carousel h2 span {
  color: #0099FF;
}

#main-slider .carousel h2 span spani {
  color: #0099FF;
}

#main-slider .carousel p {
  color: #0099FF;
  font-size: 25px;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #ffffff;
  color: #0099FF;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img {
  text-align: right;
  position: absolute;
}


#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 730px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}

#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}

#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}

.feature {
  padding: 50px;
  background-color: #EEEEEE;
}

.all-col {
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.text-center i {
  font-size: 40px;
  margin-top: 70px;
  margin-bottom: 30px;
  color: #fff;
  padding: 50px;
  background: #0099FF;
  border-radius: 50%;
}

.text-center h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
}

.hi-icon-effect i.fa:hover {
  background: #fff;
  color: #0099FF;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

#partner {
  background-color: #000;
}

#partner {
  color: #fff;
  padding: 100px;
}

#partner h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 43.65px;
  text-align: left;
}

#partner p {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li {
  display: inline-block;
  width: 20%;
}

.partners ul li a img {
  margin-top: 50px;
}

#conatcat-info {
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 30px 0;
}

.contact-info i {
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 6px;
}

.contact-info h2 {
  margin-top: 0;
  color: #0099FF;
}

.contact-info {
  color: #0099FF;
}

/* --- about us --- */
.aboutus {
  padding: 80px;
}

.aboutus img {
  border-radius: 6px;
}

.aboutus h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.aboutus h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}

.skill h2 {
  margin-top: -10px;
  margin-bottom: 25px;
}

.progress-wrap {
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
  background: #ffffff;
}

.progress .color3,
.progress .color3 .bar-width {
  background: #ffffff;
}

.progress .color4,
.progress .color4 .bar-width {
  background: #ffffff;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress {
  position: relative;
}

.progress .bar-width {
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span {
  position: relative;
}

.progress span:before {
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.about {
  background: #eee;
  padding: 50px;
}

.about h2 {
  margin-bottom: 30px;
}

.about img {
  margin-bottom: 30px;
  border-radius: 6px;
}

.our-team {
  padding: 50px;
  background: #ddd;
}

.our-team h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.our-team h4 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}

.our-team img {
  border-radius: 6px;
  margin-top: 30px;
}

.lates {
  padding: 50px;
  background-color: white;
}

.lates h2 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}

.lates img {
  border-radius: 5px;
}

/* --- footer --- */
.footer2 {
  background: #0099FF;
  padding: 15px 22px;
}

.text-copy {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 29.05px;
}

ul.social-network {
  list-style: none;
  margin-top: 20px;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social-network li {
  display: inline;
  margin: 0 18px;
  font-size: 25px;
}

ul.social-network li a {
  color: #d0d0d0;
}

.social-network li:hover .fa-twitter {
  color: #00abf0;
}

.social-network li:hover .fa-facebook {
  color: #39579a;
}

.social-network li:hover .fa-google-plus {
  color: #eb8984;
}

.social-network li:hover .fa-pinterest {
  color: #c9171e;
}

.social-network li:hover .fa-linkedin {
  color: #0077b5;
}

.social-network li:hover .fa-youtube-play {
  color: #C84941;
}

.social-network li:hover .fa-dribbble {
  color: #EA4C89;
}

.social-network li:hover .fa-pinterest-square {
  color: #EA4B49;
}

.copyright {
  margin-top: 30px;
}

.copyright a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  text-shadow: none;
}

/* --- services --- */
.services {
  padding: 50px;
}

.services h3 {
  margin-bottom: 30px;
  font-weight: 800;
}

.services img {
  border-radius: 6px;
}

.sub-services img {
  border-radius: 6px;

}

.services p {
  margin-top: 30px;
  font-size: 13px;
}

.sub-services {
  padding: 50px;
  background: #ddd;
}

.sub-services p {
  margin-top: 30px;
  font-size: 13px;
}

.media-body p {
  margin: bottom 30px;
}

.media ul li {
  list-style: none;
}

.media i {
  color: #1BBD36;
  font-size: 50px;
}

.media h4 {
  font-size: 20px;
  font-weight: 600;
  color: #1BBD36;
}

/* --- portfolio --- */

#portfolio .center p {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter>li {
  display: inline-block;
}

.portfolio-filter>li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter>li a:hover,
.portfolio-filter>li a.active {
  color: #fff;
  background: #1BBD36;
  border: 1px solid #1BBD36;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items>li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding: 0;
}

.overlay {
  margin-bottom: 20px;
}

.overlay a:hover {
  color: #1BBD36;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/* --- blog --- */
#blog {
  margin-top: 50px;
}

a.btn-primary:hover {
  background-color: #ddd;
  color: #0099FF;
}

.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
  color: #333;
}

.widget .entry-meta span a:hover {
  color: #1BBD36;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog_category li {
  float: none;
  margin-bottom: 20px;
}

.blog_category li a {
  background: #f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover {
  background: #1BBD36;
  color: #fff;
}

.badge:before {
  border-color: transparent transparent transparent #1BBD36;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #1BBD36;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

ul.blog_archieve li a:hover {
  color: #1BBD36;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li>div {
  margin-left: 70px;
}

ul.faq li>div h3 {
  margin-top: 0;
}

.text-detail {
  color: #000;
  margin-top: 70px;
  font-weight: 700;
  font-size: 32px;
  line-height: 43.65px;
  text-align: center;
  padding-bottom: 40px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 50px;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  margin-bottom: 45px;
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore {
  margin-top: 0;
}

.blog .blog-item .blog-content h4 {
  margin-bottom: 40px;
  font-weight: 600
}

.blog .blog-item .blog-content p {
  font-size: 13px;
}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta>span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #1BBD36;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta>span {
  color: #ccc;
}

.blog .blog-item .entry-meta>span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination>li>a {
  border: 1px solid #F1F1F1;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
  color: #1BBD36;
}

ul.pagination>li>a i {
  margin-left: 5px;
  margin-right: 5px;
}

ul.pagination>li.active>a,
ul.pagination>li:hover>a {
  background-color: #1BBD36 !important;
  border-color: #1BBD36 !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li {
  display: inline-block;
  margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover {
  background: #1BBD36;
  color: #fff;
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}

/* --- contact --- */
#contact-page {
  padding-top: 0;
  background: #fff;
  margin-bottom: 50px;
}

#contact-page .contact-form .form-group label {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color: #f2f2f2;
  box-shadow: none;
}

textarea#message {
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}

.center h2 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.center p {
  text-align: center;
}

.btn-lg:hover {
  color: #1BBD36;
  background: #ddd;
}

a.scrollup {
  color: #fff;
  height: 40px;
  width: 40px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  opacity: 0, 5;
  border-radius: 50%;
  z-index: 999;
}

a.scrollup:hover {
  opacity: 1;
  background-color: #ddd;
  color: #1BBD36;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 50%;
  cursor: pointer;
}

.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  margin: 0px;
}

.img-van-index {
  width: 100%;
  height: auto;
}

.container {
  padding: 0px 16px;
}

.imgvan {
  box-sizing: border-box;
  text-align: center;
}

.imgvan img {
  width: 1100px;
  height: auto;
  border-radius: 16px 16px 16px 16px;
}

@media (max-width: 1200px) {
  .imgvan img {
    width: 900px;
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .imgvan img {
    width: 700px;
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .imgvan img {
    width: 450px;
  }
}

.text-van-box {
  display: block;
  justify-content: center;
  margin-top: 120px;
}

.text-van {
  box-sizing: border-box;
  font-size: 36px;
  color: #0085FF;
  line-height: 49px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;

}

.text-description {
  box-sizing: border-box;
  color: #000;
  line-height: 35px;
  font-size: 24px;
  padding-top: 40px;
  font-weight: 700;
}

.text-van-description {
  box-sizing: border-box;
  color: #000;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 50px;
}

.text-sedan-box {
  display: grid;
  margin-top: 120px;
  justify-content: space-between;
  text-align: left;
  grid-template-columns: repeat(2, auto)
}

@media (max-width: 1200px) {
  .text-sedan-box {
    grid-template-columns: repeat(2, auto)
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .text-sedan-box {
    grid-template-columns: repeat(2, auto)
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .text-sedan-box {
    grid-template-columns: repeat(1, auto)
  }
}

@media (max-width: 1200px) {
  .text-sedan2 {
    width: 360px;
    height: 66px;
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .text-sedan2 {
    width: 200px;
    height: 66px;
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .text-sedan2 {
    width: 200px;
    height: 66px;
  }
}

.text-sedan {
  box-sizing: border-box;
  display: grid;
  justify-content: center;
  font-size: 36px;
  text-align: center;
  color: #0085FF;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 10px;
}

.text-sedan2 {
  border-radius: 16px 16px 16px 16px;
  width: 360px;
  height: 66px;
  color: white;
  background: #0085FF;
  margin-bottom: 30px;
}

.text-sedan2>p {
  font-size: 24px;
  text-align: center;
  color: white;
  line-height: 49px;
  font-weight: 700;
  margin-top: 10px;

}

.text-sedan-description {
  box-sizing: border-box;
  color: #000;
  line-height: 35px;
  font-size: 24px;
  padding-top: 10px;
  font-weight: 400;
  margin-bottom: 50px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 540px;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #000;
}

.description {
  width: 50%;
  margin-left: 150px;
  color: white;
  box-sizing: border-box;
  text-align: left;
}

.description h1 {
  width: 50%;
  color: white;
  box-sizing: border-box;
}

.description p {
  width: 50%;
  color: white;
  box-sizing: border-box;
}

.allfooter>div {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.map {
  min-width: 500px;
  min-height: 300px;
  flex: 999;
}

@media (max-width: 1200px) {
  .allfooter>div {
    flex-wrap: wrap;
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .map {
    min-width: 300px;
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .map {
    min-width: 300px;
  }
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.click {
  width: 103.08px;
  height: 32px;
  box-sizing: border-box;
  background: #0099FF;
  border-radius: 8px;
  text-align: center;
  margin-left: 430px;
  margin-bottom: 20px;
}

.click a {
  text-align: center;
  color: white;
}

.contactfooter {
  width: auto;
  height: auto;
  font-family: 'Kanit';
  box-sizing: border-box;
  display: grid;
  flex: 1;
}

.contactfooter>p {
  box-sizing: border-box;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  /* font-family: 'Kanit'; */
  margin-bottom: 0px;
  line-height: 50px;
}

.phonefooter {
  display: flex;
  font-family: 'Kanit';
  text-decoration: none;
  margin-bottom: 20px;

}

.phone {
  display: block;
  background: #0099FF;
  border-radius: 16px 0px 0px 16px;
  border: 23px solid #0099FF;
  width: 97px;
  height: 97px;
  box-sizing: border-box;
  font-family: 'Kanit';
  text-decoration: none;
}

.phone>img {
  width: 51px;
  height: 51px;
  text-decoration: none;
}

.phonebox {
  display: block;
  background: #FFFFFF;
  color: black;
  border-radius: 0px 16px 16px 0px;
  width: 187px;
  height: 97px;
  box-sizing: border-box;
  font-size: 24px;
  padding: 20px;
  text-decoration: none;
  line-height: 30px;
}

.phonebox>p {
  margin: 0px;
  font-weight: bold;
  text-decoration: none;
}

.phonebox>p:last-child {
  font-size: 20px;
  text-decoration: none;
}

.imgcontactfooter {
  display: inline;
  box-sizing: border-box;
  width: auto;
  height: 57px;
  padding-right: 15px;
}

.boxcontact {
  box-sizing: border-box;
  font-family: 'Kanit';
  width: auto;
  margin-bottom: 20px;
}

.icontextfooter {
  display: flex;
  align-items: center;
}

.iconfooter {
  display: block;
  width: 25px;
  height: 30px;
  padding-right: 10px;
}

.textfooter {
  padding-top: 6px;
  padding-bottom: 18px;
}

.textfooter p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
}

.contact2 {
  display: grid;
  color: #000;
  column-gap: 20px;
  font-size: 32px;
  height: 132px;
  font-weight: bold;
  background: #EEEEEE;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  grid-template-columns: repeat(3, auto);
  grid-column: 1 / 5;
  grid-row: 2 / 4;
}

@media (max-width: 1200px) {
  .contact2 {
    margin: 0px;
    font-size: 32px;
    background: #EEEEEE;
    grid-template-columns: repeat(3, auto);
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .contact2 {
    margin: 0px;
    padding-top: 70px;
    font-size: 32px;
    background: #EEEEEE;
    grid-template-columns: repeat(3, auto);

  }
}

/* mobile screen */
@media (max-width: 600px) {
  .contact2 {
    padding-top: 70px;
    background: #EEEEEE;
    font-size: 32px;
    height: auto;

    grid-template-columns: repeat(1, auto);
  }
}

.phonecontactfield {
  display: flex;
  font-family: 'Kanit';
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  text-decoration: none;
}

.phonefield {
  display: block;
  background: #0099FF;
  border-radius: 16px 0px 0px 16px;
  border: 15px solid #0099FF;
  width: 57px;
  height: 57px;
  box-sizing: border-box;
  text-decoration: none;
}

.phonefield>img {
  display: block;
  width: 24.67px;
  height: 26px;
  justify-content: center;
  text-decoration: none;
}

.phoneboxfield {
  display: grid;
  background: #FFFFFF;
  border-radius: 0px 16px 16px 0px;
  width: 227.71px;
  height: 57px;
  text-decoration: none;
  box-sizing: border-box;
}

.phoneboxfield>p {
  display: flex;
  font-size: 24px;
  color: black;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  margin: 0px;
  text-decoration: none;
}

.phoneboxfield>p:last-child {
  font-size: 24px;
  text-decoration: none;
  text-align: center;
  align-items: center;
}

.boxcontactfield {
  display: flex;
  margin-top: 40px;
  margin-left: 20px;
  padding-bottom: 50px;
  justify-content: center;
}

.imgcontactfield {
  display: inline;
  width: auto;
  height: 57px;
  padding-right: 15px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.allatmos {
  display: block;
  background: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-top: 32px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  font-family: 'Kanit';
}

.atmos {
  display: grid;
  justify-content: center;
  justify-items: center;
  grid-template-columns: repeat(3, auto);
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1200px) {
  .atmos {
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .atmos {
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .atmos {
    grid-template-columns: repeat(1, auto);
  }
}

.ant-card-cover>img {
  display: grid;
  height: 300px;
  border: 2px solid rgb(0, 153, 255);
  object-fit: cover;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .ant-card-cover>img {
    width: 300px;
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .ant-card-cover>img {
    width: 300px;
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .ant-card-cover>img {
    width: 300px;
  }
}

.textatmos>p {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 32x;
  color: #000;
}

.textbox {
  color: #000;
  display: block;
  box-sizing: border-box;
  font-size: 36px;
  /* padding-left: 200px; */
  /* padding-right: 200px; */
  padding-top: 40px;
  font-family: 'Kanit';
}

@media (max-width: 1200px) {
  .textbox {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .textbox {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .textbox {
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    grid-template-columns: repeat(1, auto);
  }
}

.textline {
  display: grid;
  font-family: 'Kanit';
  grid-template-columns: repeat(2, auto);
}

.textline1 {
  color: #000;
  display: block;
  box-sizing: border-box;
  font-size: 24px;
  padding-bottom: 50px;
  font-family: 'Kanit';
  text-align: left;
  font-family: 'Kanit';
  line-height: 50px;
}

.logoabout {
  display: block;
  object-fit: cover;
  box-sizing: border-box;
  width: 317px;
  height: 320px;
  border-radius: 16px;
  padding-top: 70px;
}

@media (max-width: 1200px) {
  .textline {
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile landscape screen */
@media (max-width: 900px) {
  .textline {
    grid-template-columns: repeat(2, auto);
  }
}

/* mobile screen */
@media (max-width: 600px) {
  .textline {
    grid-template-columns: repeat(1, auto);
  }
}

.phonefooter-head {
  display: flex;
  width: 100%;
  /* height: auto; */
  /* margin-top: 20px; */
  /* font-family: 'Kanit'; */
  /* text-decoration: none; */
  /* margin-bottom: 20px; */

}

.phone-head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0099FF;
  border-radius: 80px 0px 0px 80px;
  border: 23px solid #0099FF;
  width: 300px;
  /* padding-top: 20px; */
  /* padding-left: 20px; */
  box-sizing: border-box;
  font-family: 'Kanit';
  text-decoration: none;
}

.phone-head>img {
  width: 70px;
  height: 70px;
  text-decoration: none;
}

.phonebox-head {
  display: block;
  align-items: center;
  background: #0099FF;
  border-radius: 0px 80px 80px 0px;
  width: 100%;
  height: 150px;
  box-sizing: border-box;
  font-size: 24px;
  padding: 20px 20px 20px 0px;
  text-decoration: none;
  line-height: 30px;
  letter-spacing: 2px;
}

.phonebox-head>p {
  text-align: left;
  color: #ffffff;
  padding-top: 0px;
  /* padding-left: 24px; */
  font-size: 36px;
  margin: 0px;
  line-height: 60px;
  font-weight: bold;
  text-decoration: none;
}

.phonebox-head>p:last-child {
  font-size: 32px;
  text-decoration: none;
}



.responsive-img-arrow {
  width: 51px;
  height: 51px;
  align-items: center;
  margin-top: 150px;
}

.hilight-title {
  line-height: 1.6;
  font-size: 24px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  #dynamic-image-arrow {
    content: url('/images/img/down-arrow.png');
    /* เปลี่ยนเป็นรูปภาพที่เล็กลง */
    width: 51px;
    height: 51px;
    margin-top: 151px;
  }
}

@media (max-width: 991px) {
  #dynamic-image-arrow {
    content: url('/images/img/down-arrow.png');
    /* เปลี่ยนเป็นรูปภาพที่เล็กลง */
    width: 51px;
    height: 51px;
    margin-top: 50px;
  }
}

@media (max-width: 480px) {
  #dynamic-image-arrow {
    content: url('/images/img/down-arrow.png');
    /* เปลี่ยนเป็นรูปภาพที่เล็กลงอีก */
    width: 51px;
    height: 51px;
    margin-top: 50px;
  }
}

.carcard {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, auto);
}

.btn-primary {
  color: white;
  background-color: #0099FF;
}

.btn-primary a:hover {
  color: #ffffff;
  background: white;
}

.textcar {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.intro-bg-layer1 {
  background-image: url('/images/img/bghead.png');
  height: 550px !important;
  position: relative;
  /* Ensure proper stacking of layers */
}

.intro-bg-layer2 {
  background-image: url('/images/img/bghead2.png');
  height: 550px !important;
  position: absolute;
  /* Make sure this layer is positioned over the first layer */
  top: 0;
  /* Align to the top of the parent element */
  left: 0;
  /* Align to the left of the parent element */
  width: 100%;
  /* Ensure it covers the width of the parent element */
}

@media (max-width: 1200px) {
  .carcard {
    grid-template-columns: repeat(2, auto);
  }

  .text-head2 {
    font-size: 32px;
  }

  .text-head {
    margin-top: 140px;
  }

  .intro-bg-layer1 {
    height: 550px !important;
  }

  .intro-bg-layer2 {
    height: 550px !important;
  }

  .phonebox-head>p {
    font-size: 36px;
  }

  .phonebox-head>p:last-child {
    font-size: 36px;
  }

  .phone-head {
    width: 300px;
  }
}

@media (max-width: 990px) {
  .carcard {
    grid-template-columns: repeat(1, auto);
  }

  .text-head2 {
    font-size: 24px;
  }

  .text-head {
    margin-top: 180px;
  }

  .intro-bg-layer1 {
    height: 550px !important;
  }

  .intro-bg-layer2 {
    height: 550px !important;
  }

  .phonebox-head>p {
    font-size: 24px;
  }

  .phonebox-head>p:last-child {
    font-size: 24px;
  }

  .phone-head>img {
    width: 40px;
    height: 40px;
    text-decoration: none;
  }

  .phone-head {
    width: 150px;
  }
}

@media (max-width: 768px) {
  .carcard {
    grid-template-columns: repeat(1, auto);
  }

  .text-head2 {
    font-size: 24px;
  }

  .text-head {
    margin-top: 70px;
  }

  .intro-bg-layer1 {
    height: 450px !important;
  }

  .intro-bg-layer2 {
    height: 450px !important;
  }
}

@media (max-width: 480px) {
  .carcard {
    grid-template-columns: repeat(1, auto);
  }

  .text-head1 {
    font-size: 32px;
  }

  .text-head2 {
    font-size: 24px;
  }

  .text-head {
    margin-top: 65px;
  }

  .intro-bg-layer1 {
    height: 550px !important;
  }

  .intro-bg-layer2 {
    height: 550px !important;
  }
}