.bg-greed-1{
    background: linear-gradient( 232deg, #02c39a,#00a896,#028090);
}
.bg-greed-0 {
    background: linear-gradient( 0deg, #defff4,#02c39a,#00a896,#028090);
    box-shadow: 1px 1px 8px 5px #00a896;
}
.pt-42 {
    padding-top: 48rem;
}
@media (max-width: 1024px) {
    .pt-42{
        padding-top: 30rem!important;
    }
    .font-size {
        text-align: center;
        font-size: 18px!important;
    }
}
@media (max-width: 768px) {
    .pt-42{
        padding-top: 18rem!important;
    }
    .font-size {
        text-align: center;
        font-size: 18px!important;
    }
}
@media (max-width: 500px) {
    .pt-42{
        padding-top: 12rem!important;
    }
    .font-size {
        text-align: center;
        font-size: 14px!important;
    }
}
@media (max-width: 414px) {
    .pt-42{
        padding-top: 10rem!important;
    }
    .font-size {
        text-align: center;
        font-size: 12px!important;
    }
}
.text-shadow {
    text-shadow: 2px 2px 5px #555555;
    background-color: rgba(85, 85, 85, 0.534);
}

.delete-line-a{
    text-decoration: none;
}
.item-p{
    color: #fff;
    transition: 0.5s;
}
.item-p:hover {
    color: #28c29b;
    background-color: #302cf3;
}
.icon-copy {
    color: #555555;
    cursor: pointer;
    transition: 0.3s;
}
.icon-copy:hover {
    color: #4254ff;
}

.icon-contact {
   display: flex;
   justify-content: center;
   padding: 1rem 0;
}

.icon-contact li {
    list-style: none;
    margin-top: 10px;
}
.icon-contact li a {
    font-size: 40px;
    text-decoration: none;
}
.icon-contact .fa-phone {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    color: #99008c;
    transition: 0.3s;
}
.icon-contact .fa-phone:hover {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color:#99008c;
    box-shadow: 0 0 10px #fff;
    color: #fff;
}

/* .icon-contact .fa-fax {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    color: rgb(255, 145, 0);
} */
.icon-contact .fa-facebook {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    color: rgb(0, 16, 165);
    transition: 0.3s;
}
.icon-contact .fa-facebook:hover {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: rgb(0, 16, 165);
    box-shadow: 0 0 10px #fff;
    color: rgb(255, 255, 255);
    
}
.icon-contact .fa-line {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    color: rgb(0, 124, 62);
    transition: 0.3s;
}
.icon-contact .fa-line:hover {
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: rgb(0, 124, 62);
    box-shadow: 0 0 10px #fff;
    color: rgb(255, 255, 255);
}

.icon-map {
    padding: 1rem;
}
.icon-map i {
    margin: 20px 0;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 0.5rem;
    background-color: #fff;
    box-shadow: 0 0 10px #fff;
    font-size: 30px;
    color: #740000;
}

.icon-thesis {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 1px 1px 3px #028090 ;
    transition: 0.5s;
    color: #028090;

    }
    .icon-thesis:hover {
        box-shadow: 0px 0px 30px #028090 ;
    }
    .icon-thesis a {
        text-decoration: none;
    }
    .icon-thesis h4 {
        margin-top: 1rem;
        color: #028090;
    }

    .icon-thesis-item p,
    .icon-thesis-item strong {
        color: #595959;
    }
   
    .icon-thesis-item i {
        font-size: 40px;
        border: 1px solid #028090;
        border-radius: 50%;
        padding: 1rem;
        color: #fff;
        background: linear-gradient(45deg,#028090, #00a896,#02c39a );
        transition: 0.5s;
    }
    .icon-thesis-item i:hover {
        font-size: 40px;
        border: 1px solid #028090;
        border-radius: 50%;
        padding: 1rem;
        color: #028090;
        background: #fff;
    }

.google-map iframe {
    border-radius: 20px;
    width: 100%;
    height: 350px;
}
.bg-footer {
    background: linear-gradient( 0deg, #28c29b,rgb(0, 112, 116));
}

.edit-padding {
    padding-left: 20px;
}
.padding-new{
    padding-left: 20px;
}
.text-bold {
    color: #302cf3;
    text-decoration: none;
    transition: 0.3s;
}.text-bold:hover {
    color: #008f6b;
    font-weight: 900;
}
/*** Top Feature ***/
@media (min-width: 991.98px) {
    .top-feature2 {
        position: relative;
        margin-top: -180px;
        z-index: 1;
        box-shadow: 0 0 5px 2px #028090;
        border-radius: 20px;
    }
}

.card-group {
    text-align: center;
}
.card-group .card {
    padding: 0 1rem;
    margin: 0 1rem;
    box-shadow: 0 0 5px 2px #028090;
    transition: 0.3s;
}
.card-group .card:hover{
    padding: 0 1rem;
    margin: 0 1rem;
    box-shadow: 0 0 15px 2px #028090;
}
.card-group .card a  {
    text-decoration: none;
    color: #028090;
    transition: 0.3s;
}
.card-group .card a:hover {
    color: #6967ff;
    font-weight: 800;
}
.box-avatar {
    border: 1px solid #ffffff70;
    border-radius: 10px;
    padding: 0.5rem;
    box-shadow: 1px 1px 1px 2px #028090;
    color: #ffffff!important;
}
.avatar {
    vertical-align: middle;
    width: 35px;
    height: 100%;
    border-radius: 50%;
    box-shadow: 1px 1px 1px 2px #028090;
}
.box-status-staff {
    border: 1px solid #ffffff;
    padding: 1rem;
}
.btn-navbar{
    border-radius: 10px;
     background: linear-gradient( 0deg, #28c29b,rgb(0, 112, 116));
     border: none;
     box-shadow: 1px 1px 1px 2px #00a896;
     color: #fff!important;
     
}
.btn-navbar:hover {
    border: 1px solid #bffdf0;
    background: linear-gradient( 0deg, #f1f1f1,rgb(40, 228, 235));
    color: #028090!important;
    transition: all 0.5s ease;
    text-shadow: 1px 1px 1px #28c29b;
}
.box-qm {
   padding-top: 5rem;
   padding-bottom: 2rem;
   padding-left: 3rem;
   padding-right: 3rem;
}
.box-qm-modal {
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 0rem;
    padding-right: 0rem;
 }
.box-document-status {
    border:1px solid #008f6b;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 2px #555555;
    width: 600px;
    padding: 1rem 0rem;
    text-align: center;
}
@media (max-width: 414px) {
    .box-document-status {
        border:1px solid #008f6b;
        border-radius: 10px;
        box-shadow: 1px 1px 1px 2px #555555;
        width: 250px;
        padding: 1rem 0.50rem;
        text-align: center;
    }
}
.card-qm-detail {
    border: 1px solid #008f6b70;
    padding: 2rem;
    border-radius: 5px;
}
.file-document {
    border: #008f6b7e solid 2px;
    border-radius: 10px;
    margin: 3rem 0rem;
    padding: 5rem;
    cursor: pointer;
}
.file-document:hover {
    box-shadow: 0px 0px 10px 1px #000788;
    border: #000788 solid 2px;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.file-document .fa-file-alt{
    font-size: 40px;
    padding-right: 1rem;
    color:  #000788!important;

}
.file-document .fa-download{
    font-size: 40px;
    color: #8f8f8f!important;
}
.box-link {
    border: 1px solid #028090;
    width: 180px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #028090;
    
}
.box-link a {
    text-decoration: none;
    color: #008f6b;
}
span .btn-home {
    font-size: 20px!important;
}