

#Head{
  font-family: Quark-Bold;
  font-size: 35px;
  color: white;
  width: 50%;
  padding-left: 40px;
  background-image: url("../img/icon/Tap-Head.png");
}

#tabHead{
  width: 100%;
}

.tabSearch{
  font-family: Quark-Light;
  padding: 30px;
}
.tabSearch p{
  font-size: 28px;
  font-weight: bold;
}
.tabSearch label{
  font-size: 20px;
  font-weight: bold;
  color: #00aa00;
}
.tabSearch input{
  padding: 15px;
  font-size: 15px;
}
.tabSearch button{
  font-size: 17px;
  height: auto;
  width: 100%;
  margin-top: 30px;
}

#imgAgent{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 50%;
}

#NameTH{
  font-family: Quark-Bold;
  text-align: center;
  font-size: 40px;
  color: white;
  width: auto;
  background-image: url("../img/icon/NamePlate-Agent-Th.png");
}
#NameEN{
  text-align: center;
  font-size: 35px;
  width: auto;
  color: #00aa00;
  text-transform:capitalize;
}
#position{
  font-family: Quark-Light;
  font-weight: bold;
  text-align: center;
  color: #00aa00;
  font-size: 30px;
  margin-top: 20px;
}
#branch{
  font-family: Quark-Light;
  font-weight: bold;
  text-align: center;
  color: #00aa00;
  font-size: 30px;
  margin-top: -15px;
}

#contact{
  margin-bottom:15px;
}

.detail span{
  font-family: Quark-Light;
  font-weight: bold;
  color: black;
  font-size: 14px;
  
}

#tabID{
  color: #00aa00;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  height: 62px;
  background-image: url("../img/icon/ID-Agent-and-www-Tap.png");
}
#idTxt{
  font-family: Quark-Bold;
  color: #00aa00;
  font-size: 38px;
  text-align: center;
}

#idNumber{
  font-family: Quark-Bold;
  color: black;
  font-size: 38px;
}

#tabLinkA{
  font-family: Quark-Light;
  font-weight: bold;
  color: black;
  font-size: 14px;
  margin-top:5px;
  margin-left: 3px;
  margin-bottom:15px;
  text-decoration: none;
  text-overflow: ellipsis; /* เพิ่ม ... จุดจุดจุดท้ายสุด */ 
  display: block; overflow: hidden; 
  white-space: nowrap;
}


#none{
  margin-bottom:20px; 
  background-color:#cfe8cf;
  color:red; 
  border-radius:15px; 
  padding:20px;
}

.select{
  width: auto;
  margin: 5px;
  box-shadow: 5px 5px 20px rgba(158, 156, 156, 0.5);
}
.select img{
  width: 80%;
  margin-left: 0px;
  border-right: 1px solid #898989;;
}
.select span{
  font-size: 16px;
}

.selectInput{
  width: 100%;
  height: 30px;
  border: none;
  font-weight: bold;
  background-color: #ffffff;
}
.selectInput2{
  width: 100%;
  height: 30px;
  border: none;
  font-weight: bold;
  padding-left: 10px;
}


.Keyword input{
  width: 100%;
  padding: 10px;
  margin: 10px;
  color: #bbbbbb;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
}

.Keyword button{
  font-size: 20px;
  border-radius: 10px;
  width: 100%;
  margin: 10px;
  background-color: #7cc598;
}
@media (max-width: 576px) {
  .Keyword input{
    width: 95%;
    padding: 10px;
    margin: 10px;
    color: #bbbbbb;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
  }
  
  .Keyword button{
    font-size: 20px;
    border-radius: 10px;
    width: 95%;
    margin: 10px;
    background-color: #7cc598;
  }
}


@media only screen and (max-width: 812px) {
  #imgAgent{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 768px) {
#imgAgent{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 50%;
}
}
@media only screen and (max-width: 736px) {

}
@media only screen and (max-width: 640px) {

}
@media only screen and (max-width: 429px) {
#Head{
  font-family: Quark-Bold;
  font-size: 35px;
  color: white;
  width: 100%;
  padding-left: 40px;
  background-image: url("../img/icon/Tap-Head.png");
}
#imgAgent{
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 50%;
}

}