 * {
  transition: 0.3s; 
} 
#home{
  color:#09A84E;
}

.carousel-indicators #button {
  height: 12px;
  width: 15px;
}

.carousel-indicators button[aria-current="true"] {
  background-color: #09A84E;
  padding-left: 15px;
}

.item {  
  top: 220px;
  left: 200px;
  width: 550px;
}
.item .more{
    margin:20px; 
    margin-left: 0px;
}
 
.item a{ 
  top: 20px;
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 5px;
  font-size: 24px;
  background-color: #09A84E;
} 

.add .title{
  font-weight: 700;
  width: 550px;
  margin-top: -50px;
  font-size: 44px ;
}
.add .body{
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  width: 530px;
}
.add{
  background-color: #00000000;
  height: 804px; 
  overflow: hidden;
}
.add img {  
  margin: auto;
  width: 100%;
  height: 804px; 
  animation: image 25s forwards; 
  object-fit: cover;
}
@keyframes image {
  from {
    scale: 1;
    opacity: 10%;
  }

  to {
    opacity: 100%;
    scale: 1.1;
  }
}
.add .item{
  animation: 12s item forwards;
}
@keyframes item {
  0%{
    padding-top: 100px;
    opacity: 100%;
  }
  50%{
    padding-top: 0px;
    opacity: 100%;
  }
  75%{
    opacity: 100%;
  }
  100%{
    padding-top: 0px;
    opacity: 0%;
  }
}

.image .tag a {
  background-color: #09A84E;
  padding: 15px;
  padding-left: 50px;
  padding-right: 50px;
  height: 45px; 
}

/* panel */
.panel {    
  margin-top: 80px;
} 
.panel .solution { 
  display: flex;
  width: 1482px; 
} 
.panel .solution .imgsolu {
  height: 419px;
  width: 743px;
  object-fit: cover; 
} 
.panel .solution .text { 
  background-color:#F5F6F6; 
  padding: 10px; 
  width: 730px;
  height: 527px;
} 
.solution .text .header {
  margin-top: 40px; 
  font-size: 20px;
} 
.solution .text .title {   
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
} 
.solution .text .body {
  width: 562px;
  height: 338px; 
  font-size:22px ;
} 
.solution .image .tag {
  background-color: #124B8D;
  height: 78px;
  padding: 30px;
  margin-top: 10px; 
}

/* project */
.project { 
  margin: auto; 
  margin-top: 80px;
} 
.project .protext {
  width: 700px; 
} 
.project .protext .header { 
  font-size: 22px; 
  color: #09A84E;
  margin-bottom: 10px;
} 
.project .protext .title {
  font-size: 40px; 
} 
.project .protext .body {
  font-size: 22px;
  width: 680px;
  margin-bottom: 20px;
} 
.project .project-card {
  width: 1490px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
} 
.project .project-card .card {
  height: 560px;
  width: 720px; 
  overflow: hidden;
  margin: auto;
  margin-top: 30px; 
} 
.project-card .card .card-img img {
  height: 430px;
  object-fit: cover;
}  
.project-card .card .card-img{
  height: 430px;
  width: 100%;
  overflow: hidden;
}
.project-card .card .card-img img:hover{
  scale: 1.2;
}
.project .project-card .card-body{
  margin-top: 10px;
  padding: 10px;
  font-size: 21px;
  overflow: hidden;
}
.project-card .card .card-button{
  height: 70px;
  padding: 10px;
  display: flex;
  align-items: center; 
}
.project-card .card .card-button a {
  padding: 15px 30px;
  background-color: #124B8D;   
} 

/* backimage */
.backimage {
  margin-top: 40px;
  background-size: cover;  
  height: 640px; 
}
.backimage .backimage-card{ 
  display: flex;
  width: 1314px; 
}
.backimage .backimage-card .card{
  width: 307px;
  height: 483px; 
  margin-top:80px ;
}
.backimage-card .card img{
  margin-top: 20px;
  width: 273px;
  height: 266px;
}  
.backimage-card .card .title{
  font-size: 24px;
  font-weight: 700;
}
.backimage-card .card .card-body{
  font-size: 16px;
}



/* photo */
.photo { 
  margin: auto;
  margin-top: 80px; 
}
.photo .photo-text {
  width: 650px; 
  padding: 10px; 
}
.photo .photo-text .header {
  margin: auto;  
  margin-bottom: 6px; 
  color: #09A84E;
} 
.photo .photo-text .title { 
  margin-bottom: 10px;  
} 
.photo .photo-text .body { 
  width: 650px;
  margin: auto; 
  margin-bottom: 20px;
} 
.photo .photo-card {  
  width: 1490px;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
.photo .photo-card .card{ 
  margin: 10px;  
  overflow: hidden;
  width: 720px;
  height: 430px; 
}
.photo-card .card .card-text{  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
.photo-card .card img {
  width: 720px;
  height: 430px; 
  object-fit: cover;  
  filter: opacity(100%);
}
.photo-card .card img:hover { 
  scale: 1.1;
  filter: opacity(30%);
}
.photo .button {
  padding: 60px 0px; 
}
.photo .button a {   
  padding: 15px 60px;  
  background-color: #124B8D;
}

/* map */
.map{
  padding: 20px;  
}
.map .map-data{
  width: 1304px; 
}
.map .map-info{
  padding: 20px; 
  display: flex; 
  color: #626469;
}
.map .map-info .info-location{ 
  padding: 10px;
} 
.map .map-info .info-location div{
  margin-top: 5px;
}
.info-location .location-body{
  font-size: small;
}
.map .map-info .info-line{
  height: 80px;
  width: 2px; 
}
.map .map-get{   
  display: flex; 
}
.map-get .get-data{
  background-color: #F7F9FB;
  width:534px;
  height: 515px; 
}
.get-data form{ 
  padding: 30px; 
}
form .data-title{
  font-size: xx-large; 
}
form .data-title span{
  color: #09A84E;
}
form input[type="text"],form textarea{
  width: 100%;
  margin-top: 20px;
  padding: 10px;
  padding-left: 30px;
} 
form textarea{
  min-height:150px;
  max-height:150px;
}
form input[type="submit"]{
  background-color: #124B8D;
  padding: 8px;
  margin-top: 25px;
  width: 150px;
  color: white;
  border: 4px solid #124B8D;
  border-radius:5px ;

} 
.map-get .get-location{ 
  width: 754px;  
  height: 517px;   
}

@media only screen and (max-width: 1600px) { 
  .item{
    top: 180px;
    left: 100px;
  }
  .add {
    height: 604px;  
  }
  .add .title{ 
    font-size: 30px;
  }
  .add .body{ 
    font-size: 20px; 
  } 
  .add img {   
    height: 604px;  
  }
  .add .title{
    font-size: 40px ;
    margin-top: -70px;
  }

  /* panel */
  .panel .solution{
    width: 1100px;
  }
  .panel .solution .imgsolu {
    height: 320px;
    width: 568px;
  } 
  .panel .solution .text {
    width: 500px;
    height: 420px;
  }
  .solution .text .title {
    font-size:34px ;
  } 
  .solution .text .body {
    width: 400px;
    height: 230px;
    font-size:16px ;
    margin-top: 17px;
  } 

  /* project */
  .project .project-card{
    width: 1100px;
  }
  .project .project-card .card {
    width: 540px;
    height: 450px;
  } 
  .project-card .card .card-img{
    height: 300px;
  }
  .project-card .card .card-img img{
    height: 300px;
  }
  .project .protext .header { 
    font-size: 20px; 
  } 
  .project .protext .title {
    font-size: 34px; 
  } 
  .project .protext .body {
    font-size: 16px;
  }
  .project .project-card .card-body{
    font-size: 16px;
  }

  /* center */
  .center .container { 
    width: 1000px;  
  }


  /* backimage */
  .backimage{
    height: 480px;
  }
  .backimage .backimage-card{  
    width: 1000px; 
  }
  .backimage .backimage-card .card{
    width: 240px;
    margin-top: 35px;
    height: 420px; 
  } 
  .backimage-card .card img{
    margin-top: 10px;
    width: 200px;
    height: 200px;
  }
  .backimage-card .card .card-body{
    font-size: 14px;
  }

  /* photo */
  .photo .photo-card { 
    width: 1100px;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr); 
  }
  .photo .photo-card .card{   
    width: 540px;
    height: 350px;  
    margin: auto;
  }
  .photo-card .card img{
    width:100%;
    height: 350px; 
  }
  .photo-card .card .card-text{
    font-size: 30px;  
    font-weight: 700;
  }
  /* map */
  .map .map-data{
    width: 1060px;
  }
  .map-get .get-data{
    width:484px;
    height: 415px;
  }
  form input[type="text"],form textarea{
    width: 100%;
    margin-top: 10px;
    padding: 6px;
    padding-left: 30px;
  } 
  form textarea{
    min-height:120px;
    max-height:120px;
  }
  .map-get .get-location{
    width: 560px;  
    height: 417px;  
  }
} 
@media only screen and (max-width: 1100px){
  .item{
    top: 170px;
    left: 50px;
  }
  .add {
    height: 500px;  
  }
  .add .title{ 
    font-size: 24px;
  }
  .add .body{ 
    font-size: 14px; 
  } 
  .add img {   
    height: 500px;  
  }
  .add .title{
    font-size: 34px ;
    margin-top: -70px;
  }

/* panel */
.panel .solution{
  width: 800px;
}
.panel .solution .imgsolu {
  height: 211px;
  width: 373px;
} 
.panel .solution .text {
  width: 350px;
  height: 278px;
}
.solution .text .header{
  font-size: 14px;
  margin-top: 10px;
}
.solution .text .title {
  font-size:24px ;
  margin-bottom: 5px;
} 
.solution .text .body {
  width: auto;  
  font-size:13px ;
  margin-top: 0px;
} 
.solution .image .tag {
    margin-top:0px;
  height: 60px;
  display:flex;
  justify-content:center;
  align-items:center;
}
.image .tag a {  
  padding: 10px;
  padding-left: 40px;
  padding-right: 40px;
  height: auto; 
  margin: 0px;   
  font-size:12px;
}

/* project */
.project .protext {
  width: 500px; 
}  
.project .protext .title {
  font-size: 30px; 
} 
.project .protext .body { 
  width: 500px; 
  margin-bottom: 10px;
} 
.project .project-card {
  width: 700px;  
} 
.project .project-card .card {
  width: 340px; 
  height: 400px;
} 
.project-card .card .card-img{
  height: 250px;
}
.project-card .card .card-img img {
  height: 250px; 
} 
.project .project-card .card-body{ 
  font-size: 16px;
} 
.project-card .card .card-button a { 
  font-size: 14px;
}  

/* backimage */
.backimage {  
  margin-top: 60px;
  height: 400px; 
}
.backimage .backimage-card{ 
  width: 700px; 
}
.backimage .backimage-card .card{
  width: 170px;
  height: 340px;  
}
.backimage-card .card img{
  margin-top: 10px;
  width: 155px;
  height: 150px;
} 
.backimage-card .card .title{
  font-size: 20px;
}
.backimage-card .card .card-body{
  padding: 2px 5px;
  font-size: 11px;
}

/* photo */
.photo { 
  margin-top: 60px; 
} 
.photo .photo-text .header {   
  margin-bottom: 0px;
  font-size:12px; 
} 
.photo .photo-text .title {
  font-size: 24px;
  margin-bottom: 5px;  
} 
.photo .photo-text .body {
  font-size: 12px;
  width: 500px; 
  margin-bottom: 10px;
} 
.photo .photo-card {  
  width: 700px; 
}
.photo .photo-card .card{   
  width:340px;
  height: 250px;  
}

.photo-card .card img{
  width:100%;
  height: 250px; 
}
.photo-card .card .card-text{ 
  font-size: 20px;    
}
.photo .button {
  width: 100%; 
  padding: 45px; 
}
.photo .button button { 
  font-size: 15px; 
  padding: 5px; 
  width: 100px; 
  border: 0px;
}

/* map */
.map{
  padding: 0px; 
  margin-top: 60px;
}
.map .map-data{
  width: 700px; 
}
.map .map-info{
  padding: 0px;     
  margin-bottom: 10px;
} 
.info-location .location-title{
  font-size: normal;
}
.info-location .location-body{
  font-size: x-small;
}
.map .map-info .info-line{
  height: 60px; 
  background-color: rgba(0, 0, 0, 0.433);
} 
.map-get .get-data{ 
  width:350px;
  height: 350px; 
}
.get-data form{ 
  padding: 10px;  
}
form .data-title{
  font-size: x-large; 
} 
form input[type="text"],form textarea{ 
  margin-top: 10px;
  padding: 5px;
  padding-left: 20px;
} 
form textarea{
  min-height:120px;
  max-height:120px;
}
form input[type="submit"]{ 
  padding: 5px;
  margin-top: 15px;
  width: 100px;  
} 
.map-get .get-location{ 
  width: 450px;  
  height: 350px; 
  border-radius: 0px;
}
}
@media only screen and (max-width: 600px){
  #button {
    height: 10px;
    width: 10px;
  }
  .carousel-indicators{
    top: 320px;
  }
  .carousel-indicators button[aria-current="true"] {
    padding-left: 15px;
  }
  .item {   
    top: 140px;
    width: 90%;
    margin-left: -30px;
  }
  .item .more{
    margin:30px 0px ;
    margin-left: 0px;
  }
  .item a{ 
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 16px;
  } 
  .add {  
    width: 100%;
    height: 350px;  
  }
  .add .title{
    width: 100%;
    font-size: 24px ;
    margin-top: -100px;
  }
  .add .body{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    width: 320px; 
  }
  .add img {  
    height: 360px;  
    width: 800px;
    translate: -210px 0px;
    
  }

  /* panel */
.panel {  
  margin-top: 40px;
} 
.panel .solution {
  display: block; 
  width: 90%; 
  background-color:white;
} 
.panel .solution .imgsolu {
  height: 49vw;
  width: 100%; 
  padding: 1px 0px;
} 
.panel .solution .text { 
  padding: 5px; 
  width: 100%;
  height: auto;
} 
.solution .text .header {
  margin-top: 10px; 
  font-weight: 300;
  font-size: 20px;
} 
.solution .text .title {  
  font-weight: 900;
  font-size: 24px;
} 
.solution .text .body {
  width: 100%;
  height: auto; 
  margin-top: 5px;
  font-size:14px ;
} 
.solution .image .tag { 
  height: auto;
  padding: 20px;
  margin-top: 7px; 
}

/* project */
.project {  
  margin-top: 40px;
} 
.project .protext {
  width: 90%; 
} 
.project .protext .header { 
  font-size: small;  
  margin-bottom: 5px;
} 
.project .protext .title {
  font-size: 20px;
  font-weight: 900;
} 
.project .protext .body {
  font-size: 14px;
  width: 100%; 
  margin-bottom: 0px;
} 
.project .project-card {
  width: 90%;  
  display: block;
} 
.project .project-card .card {
  height: auto;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px; 
}
.project-card .card .card-img{
  height: 250px;
} 
.project-card .card .card-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
} 
.project .project-card .card-body{
  margin-top: 0px; 
  height: auto;
  font-size: 14px;
}
.project-card .card .card-button{
  height: 40px;
  margin-top: 10px;
} 
.project-card .card .card-button a { 
  padding: 10px 15px; 
}  


/* backimage */
.backimage {
  height: auto; 
}
.backimage .backimage-card{
  display: block;
  width: 90%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.backimage .backimage-card .card{
  width: 90%;
  height: auto;
  margin: auto;
  margin-top:10px ;
}
.backimage-card .card .title{
  font-size: 26px;
  font-weight: 600;
}
.backimage-card .card .card-body{
  font-size: 16px;
  padding: 10px 10px;
}


/* photo */
.photo { 
  margin-top: 40px; 
} 
.photo .photo-text{
  width: 90%;
}
.photo .photo-text .header {   
  font-size:10px; 
} 
.photo .photo-text .title {
  font-size: 20px;  
} 
.photo .photo-text .body {
  font-size: 10px;
  width: 100%; 
  margin-bottom: 5px;
} 
.photo .photo-card {  
  width: 100%;
  display: block;   
}
.photo .photo-card .card{  
  width:90%;  
  margin: auto;
  height: 250px;
  margin-bottom: 10px;
} 
.photo-card .card img{
  width:100%; 
  height: 250px;

}  

/* map */
.map{
  padding: 0px;
  display: block;
}
.map .map-data{
  width: 90%;
}
.map .map-info{
  padding: 10px; 
}
.map .map-info .info-location{
  padding: 5px;
  width: 130px;
} 
.info-location .location-title{
  font-size: 16px;  
  margin-top: 10px;
  margin-bottom: 5px;
}
.info-location .location-body{
  font-size: 12px;
}
.map .map-get{  
  display: block;
}
.map-get .get-data{
  width:96%;
  height: auto;
  margin: auto;
}
.get-data form{
  text-align: left;
  padding: 20px; 
}
form .data-title{
  font-size: x-large;
  font-weight: 700;
}
form input[type="text"],form textarea{
  margin-top: 5px;
  padding: 3px;
  padding-left: 15px;
} 
form textarea{
  min-height:100px;
  max-height:100px;
}
form input[type="submit"]{
  padding: 3px;
  margin-top: 10px;
  width: 100%; 
  border-radius:3px ;

}
.map-get .get-location{
  width: 96%;  
  height: 300px;  
  border-radius: 3px;
  margin: auto;
}
} 