
body{
  font-family: 'Phetsarath OT';
}
.lsco-breadcurmb{
  padding-top: 55px;
  font-size: 20px;
  color: #003d68;
}
.text-blue{
  color: #003d68;
}
.divgold{
  background-color: #fff!important;
}
.divgold-2{
  background-color: #f3fbfc!important;
}
.text-gold{
  color: #0072c6;
}
.text-la{
  font-family: "Phetsarath OT";
}

.fullname{
  color: #ffd777;
}
.lsco-input:focus {
    outline: none !important;
    border:1px solid #0089ed;
    box-shadow: 0 0 10px #0089ed;
}
.lsco-input {
    outline: none !important;
    border:1px solid #8bceff;
    box-shadow: 0 0 5px #8bceff;
	height: 30px;
}

.button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button2:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.headtb{
  font-size: 16.5px;
}
.header_ld{
  border-bottom:3px solid #004f8a;
  font-size:24px;
  font-weight:bold;
  color: #0072c6;
}
.space-20{
  height: 20px;
}
.deepblue{
  background-color: #003d68;
  border-color: #003d68;
  color: #c6efef!important;
}
.deepblue:hover {
  background-color: #2a8dd4;
  border-color: #2a8dd4;
  color: #d8ffff!important;
}
.btn-blue{
    background-color: #0072c6;
    border-color: #0072c6;
    color: #c6efef!important;
}
.btn-blue:hover{
    background-color: #428bca;
    border-color: #428bca;
    color: #c6efef!important;
}
