/* ------- เริ่ม sectionintro-about --------*/
#intro-about  {
    padding: 100px;
}

#intro-about .text-text-about p {
    font-size: 35px;
    color: #646362;
}

#intro-about .text-text-about2 p {
    font-size: 14px;
    color: #9c9c9c;
}

#intro-about .text-text-about3 p {
    font-size: 14px;
    color: #9c9c9c;
}

#intro-about .btn-group .button {
    background-color: #bf9c60;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: 'Prompt', sans-serif;
    margin: 2px 2px 5px -16px;
    transition-duration: 0.4s;
    cursor: pointer;
}

#intro-about .btn-group .button:hover {
  background-color: #ffffff; 
  border: 2px solid #bf9c60;
  color: #bf9c60;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; 
  font-family: 'Prompt',sans-serif;
  margin: 2px 2px 5px -16px;
  transition-duration: 0.4s;
  cursor: pointer;

}



/* ------- สิ้นสุด section intro-about --------*/

/* ------- เริ่ม section intro-about --------*/

#intro-service  {
    padding: 50px;
}

#intro-service .tt-text-ser p {
    font-size: 35px;
    color: #646362;
}

#intro-service .t-t-text-ser1 p {
    font-size: 45px;
    color: #bf9c60;
    margin-left: 42px;
}

#intro-service .t-t-text-ser-t1 p {
    font-size: 22px;
    color: #646362;
}

#intro-service .t-t-text-ser-t2 p {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: -20px;
}

#intro-service .t-t-text-ser2 p {
    font-size: 45px;
    color: #bf9c60;
    margin-left: 42px;
}

#intro-service .t-t-text-ser-t3 p {
    font-size: 22px;
    color: #646362;
}

#intro-service .t-t-text-ser-t4 p {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: -20px;
}
#intro-service .t-t-text-ser3 p {
    font-size: 45px;
    color: #bf9c60;
    margin-left: 42px;
}

#intro-service .t-t-text-ser-t5 p {
    font-size: 22px;
    color: #646362;
}

#intro-service .t-t-text-ser-t6 p {
    font-size: 14px;
    color: #9c9c9c;
    margin-top: -20px;
}

/* ------- สิ้นสุด section intro-about --------*/


/* ------- เริ่ม section intro-port --------*/
#intro-port {
    padding: 100px;
}

#intro-port .tt-port-text p {
    font-size: 35px;
    color: #646362;
}

/* เริ่ม hover รูป */
#intro-port .card {
    position: relative;
}

#intro-port .text-img-text h3 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 115px;
}

#intro-port .list-group-item .text-img-text {
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    background: #dab16b96;
    padding: 0px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: translate(-50%, -50%);
    -khtml-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);
}

#intro-port .list-group-item:hover .text-img-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #dab16b96;
    padding: 0px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: translate(-50%, -50%);
    -khtml-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);

}
/* สิ้นสุด hover รูป */

#intro-port .text-img-text h3 {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.btn-group .button {
  background-color: #bf9c60; 
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Prompt',sans-serif;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}

.btn-group .button:hover {
  background-color: #ffffff; 
  border: 2px solid #bf9c60;
  color: #bf9c60;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Prompt',sans-serif;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;

}



/* ------- สิ้นสุด section intro-port --------*/









/* ------- ปรับขนาดให้พอดีกับโทรศัพท์ --------*/
@media (max-width: 992px) {

    /* ------- เริ่ม sectionintro-about --------*/
#intro-about  {
    padding: 13px;
}

#intro-about .text-text-about p {
    font-size: 23px;
    color: #646362;
    margin-top: 15px;
}

#intro-about .text-text-about2 p {
    font-size: 11px;
    color: #9c9c9c;
    margin-top: -14px;
}

#intro-about .text-text-about3 p {
    font-size: 11px;
    color: #9c9c9c;
    margin-top: -3px;
    margin-bottom: 4px;
}

#intro-about .btn-group .button {
    background-color: #bf9c60;
    border: none;
    color: white;
    padding: 5px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-family: 'Prompt',sans-serif;
    margin: 5px -21px 22px -16px;
    transition-duration: 0.4s;
    cursor: pointer;

}

#intro-about .btn-group .button:hover {
    background-color: #ffffff; 
    border: 2px solid #bf9c60;
    color: #bf9c60;
    padding: 5px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-family: 'Prompt',sans-serif;
    margin: 5px -21px 22px -16px;
    transition-duration: 0.4s;
    cursor: pointer;

}


/* ------- สิ้นสุด section intro-about --------*/

/* ------- เริ่ม section intro-about --------*/

#intro-service  {
    padding: 13px;
}

#intro-service .tt-text-ser p {
    font-size: 23px;
    color: #646362;
    margin-top: -16px;
    margin-left: -188px;
}

#intro-service .t-t-text-ser1 p {
    font-size: 22px;
    color: #bf9c60;
    margin-left: -305px;
    margin-top: -17px;
}

#intro-service .t-t-text-ser-t1 p {
    font-size: 16px;
    color: #646362;
    margin-top: -22px;
}

#intro-service .t-t-text-ser-t2 p {
    font-size: 11px;
    color: #9c9c9c;
    margin-top: -20px;
}

#intro-service .t-t-text-ser2 p {
    font-size: 22px;
    color: #bf9c60;
    margin-left: -305px;
    margin-top: -17px;
}

#intro-service .t-t-text-ser-t3 p {
    font-size: 16px;
    color: #646362;
    margin-top: -22px;
}

#intro-service .t-t-text-ser-t4 p {
    font-size: 11px;
    color: #9c9c9c;
    margin-top: -20px;
}
#intro-service .t-t-text-ser3 p {
    font-size: 22px;
    color: #bf9c60;
    margin-left: -305px;
    margin-top: -17px;
}

#intro-service .t-t-text-ser-t5 p {
    font-size: 16px;
    color: #646362;
    margin-top: -22px;
}

#intro-service .t-t-text-ser-t6 p {
    font-size: 11px;
    color: #9c9c9c;
    margin-top: -20px;
}

/* ------- สิ้นสุด section intro-about --------*/


/* ------- เริ่ม section intro-port --------*/
#intro-port {
    padding: 13px;
}

#intro-port .tt-port-text p {
    font-size: 23px;
    color: #646362;
    margin-top: -37px;
    margin-left: -183px;
}

/* เริ่ม hover รูป */
#intro-port .card {
    position: relative;
}

#intro-port .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    /* border: 1px solid rgba(0,0,0,.125); */
    border-radius: 0.25rem;
}

#intro-port .text-img-text h3 {
    color: #ffffff;
    font-size: 16px;
    margin-top: 115px;
}

#intro-port .list-group-item .text-img-text {
    position: absolute;
    top: 100px;
    left: 100px;
    right: 100px;
    bottom: 100px;
    background: #dab16b96;
    padding: 0px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: translate(-50%, -50%);
    -khtml-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);
}

#intro-port .list-group-item:hover .text-img-text {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #dab16b96;
    padding: 0px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: translate(-50%, -50%);
    -khtml-transition: translate(-50%, -50%);
    -moz-transition: translate(-50%, -50%);
    -ms-transition: translate(-50%, -50%);
    -o-transition: translate(-50%, -50%);
    transition: translate(-50%, -50%);

}
/* สิ้นสุด hover รูป */

#intro-port .text-img-text h3 {
    font-size: 14px;
    color: rgb(255, 255, 255);
}

.btn-group .button {
    background-color: #bf9c60;
    border: none;
    color: white;
    padding: 5px 18px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-family: 'Prompt',sans-serif;
    margin: 5px -21px 22px -16px;
    transition-duration: 0.4s;
    cursor: pointer;

}

.btn-group .button:hover {
    background-color: #ffffff; 
    border: 2px solid #bf9c60;
    color: #bf9c60;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    font-family: 'Prompt',sans-serif;
    margin: 5px -21px 22px -16px;
    transition-duration: 0.4s;
    cursor: pointer;

}



/* ------- สิ้นสุด section intro-port --------*/


}