
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    position:relative;
    font-weight: bold;
    text-transform: uppercase;
    color: #1f7ed0;
    font-size: 14px;
    padding: 7px 0px 7px 40px;
    background: #fff;
    background: -moz-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,white),color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top,white 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#f2f2f2 100%);
    border-color: #d9d9d9;
    border-width: 1px 1px 0 1px;
    border-style: solid;
}
.ServiceCategory .Title:hover {
    color:#4f4f4f;
}
.ServiceCategory .Title:before {
    background: #1f7ed0;
    background: linear-gradient(225deg,#2ed3ae 0%,#109df7 100%);
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    content: "";
    position: absolute;
    top: 55%;
    left: 10px;
    margin-top: -9px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 16px;
    line-height: 15px;
    padding: 0 0 1px;
    text-align: center;
    width: 18px;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}
.ServiceCategory .Title:hover:before {
    left: 15px;
    border:none;
    background: #4f4f4f;
    background: -moz-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4f4f4f),color-stop(100%,#404040));
    background: -webkit-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -o-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: -ms-linear-gradient(top,#4f4f4f 0%,#404040 100%);
    background: linear-gradient(to bottom,#4f4f4f 0%,#404040 100%);
}
.ServiceCategory ul {
    border: 1px solid #d9d9d9;
    border-radius: 0 0 3px 3px;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}
.ServiceCategory ul li {
    position:relative;
    padding: 6px 0px 6px 22px;
}
.ServiceCategory ul li:before {
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #4f4f4f;
    content: "\f101";
    position: absolute;
    top: 31%;
    left: 0px;
    display: inline-block;
    font-family: fontawesome;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 1px;
    text-align: center;
    width: 18px;
    -moz-transition: left .3s ease;
    -o-transition: left .3s ease;
    -webkit-transition: left .3s ease;
    transition: left .3s ease;
}
.ServiceCategory ul li:hover:before {
    left: 5px;
    border:none;
    color: #1f7ed0;
}
.ServiceCategory ul li a {
    color: #444444;
    font-size: 14px;
}
.ServiceCategory ul li a:hover {
    color: #1f7ed0;
}
.ServiceCategory span.article-icon img {
    display:none;
}


.PageControl {
    min-height: 16px;
    color: red;
}

/* UIform login*/

.UIFormLogin{
text-align: center;
  margin-top: 24px;
}

.UIFormLogin .custom-btn-primary {
  background-color: #eb3737; /* Màu nền primary của Bootstrap */
  border-color: #eb3737; /* Màu viền primary của Bootstrap */
  color: #fff; /* Màu chữ trắng */
}

.UIFormLogin .custom-btn-primary:hover,
.custom-btn-primary:focus {
  background-color: #c62828; /* Màu nền hover của Bootstrap */
  border-color: #c62828;
}

.UIFormLogin .custom-btn-primary:active {
  background-color: #005cbf; /* Màu nền khi active của Bootstrap */
  border-color: #0056b3; /* Màu viền khi active của Bootstrap */
  color: #fff; /* Màu chữ trắng */
}

.UIFormLogin .custom-btn-danger {
  background-color: #dc3545; /* Màu nền danger của Bootstrap */
  border-color: #dc3545; /* Màu viền danger của Bootstrap */
  color: #fff; /* Màu chữ trắng */
}

.UIFormLogin .custom-btn-danger:hover,
.UIFormLogin .custom-btn-danger:focus {
  background-color: #c82333; /* Màu nền hover của Bootstrap */
  border-color: #bd2130; /* Màu viền hover của Bootstrap */
  color: #fff; /* Màu chữ trắng */
}

.UIFormLogin .custom-btn-danger:active {
  background-color: #bd2130; /* Màu nền khi active của Bootstrap */
  border-color: #b21f2d; /* Màu viền khi active của Bootstrap */
  color: #fff; /* Màu chữ trắng */
}


.UIFormLogin .custom-btn {
        min-width: 90%;
        /* font-size: 1.6rem; */
        padding-top: 12px;
        padding-bottom: 12px;
        background: #f20d0d;
        /* margin-top: 15px; */
    }

    .UIFormLogin .custom-btn-2 {
        background: #e8bc39;
    }

    .UIFormLogin .btn-custom {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 18px;
        border-radius: 100px;
        /* padding: 8px 30px; */
        box-shadow: 0px 10px 20px rgba(177, 186, 201, 0.15);
        color: #fff;
        font-family: var(--font-medium);
        /*background-color: #f20d0d;*/
        border: none;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        position: relative;
        overflow: hidden;
        font-size: 18px;
    }

        .UIFormLogin .btn-custom:hover {
            background-color: #cf712e;
        }

        .UIFormLogin .btn-custom span {
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
        }

    .UIFormLogin .custom-btn:hover {
        transition: all 0.25s;
        box-shadow: 0 0.5em 0.5em -0.4em #3aa4f6;
        transform: translateY(-0.25em);
    }

    .UIFormLogin .title-block h2 {
        color: #f20d0d;
        border-bottom: 3px solid #ffac00;
        text-transform: uppercase;
    }

    .UIFormLogin .title-block h4 {
        margin: 20px 30px;
        color: #a0b4b6;
        font-size: 16px;
    }

.title-block h2{
    font-size: 20px;
    color: #f20d0d;
  margin-bottom: 12px !important;
}
.divBtn{
margin-top: 8px;
  margin-bottom: 4px;
}
.divBtn .btnLogin {
  padding: 4px 8px;
border: solid 1px #fff;
    border-radius: 5px;
    background-color: #c50000;
  color: #fff;
}
.UIFormLogin .row .col-12{
padding: 2px 0 !important;
}
.divBtn .btnLogin:hover{
opacity: 0.8;
}
.divBtnForgot .lblQuenMatKhau{
font-size: 14px;
}

/* UI register*/
.title-box h2 {
font-size: 20px;
    color: #f20d0d;
}
.btnDangNhap{
            margin-top: 12px;
    background-color: #f20d0d;
    padding: 6px 20px;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 53%);
        }
        
.btnDangNhap:hover {
            opacity: 0.8;
        }
        
.card-body .text-center{
padding: 20px 0;
}
.UIFormLogin .mt-5{
margin-top: unset !important;
}
.form-group{
padding-bottom: 8px;
}

/*UIUserProfileLSDB*/

.UIUserProfileLSDB td .title {
  padding: 6px 0 !important;

}
.UIUserProfileLSDB td span {
  color: #f20d0d;;

}
.UIUserProfileLSDB .btnEdit{
background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}
.UIUserProfileLSDB .btnCancel{
background-color: #b92a22;
    border-color: #b92a22;
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
}


.UIUserProfileLSDB .Box {
    border: solid 1px #88B0E4;
    overflow: unset !important;
    margin: 0 12px !important;
}
.UIUserProfileLSDB .avatar-container {
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin-top: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.UIUserProfileLSDB .avatar-container img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.UIUserProfileLSDB .thongbao
{margin-top: 15px;color: #b92a22;font-weight: bold;font-style: italic;font-size: 12px;padding: 16px;}

.UIUserProfileLSDB .title
{
width: 120px!important;;
}

/*UIChangePassword*/

.UIChangePassword .Alert
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #b92a22;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
   
}

span.txtsso {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    margin-right: 8px;
}
a#ctrl_18191_1188_btnSSO {
   display: inline-block;
   padding: 8px 17px;
   background-color: #007bff;
   color: #fff;
   border: 1px solid #007bff;
   font-weight: bold;
   border-radius: 5px;
   /* margin-top: 5px; */
   font-size: 11px;
   text-align: center;
   line-height: normal;
   text-decoration: none;
   vertical-align: middle;
}
img.imgsso {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
//span.txtsso {
    //display: none;
//}
//img.imgsso {
    //display: none;
//}
