.widget-toc {
    display: block;
    padding: 20px 15px;
    background: #0000000f;
    border: 1px solid #acacac;
  	margin: 15px 0;
}
.toc-title {
    font-size: 18px;
    margin-bottom: 10px;
}
.widget-toc ol li a{
    color: #007bff;
}

.title span {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    color: #007185;
}

.title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #121212;

}

.title span span {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #0F51A2;
    background-color: #E1FFFB;
    padding: 4px;
}

/* SLIDE */
.slide .item {
    position: relative;
}

.slides .slide .owl-nav {
    display: none !important;
}

.about-index {
    background-image: url('../img/Group\ 289.png');
    background-size: 100% 100%;
    padding: 330px 0;
}

.about-index .title span {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.about-index .title span span {
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-align: center;
    color: #0F51A2;
    background-color: #fff;
    padding: 4px;
}

.about-index .title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 16px;
}

.about-index .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #F4F4F4;
}

.about-index .d-flex p {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 20px;
}

.about-index .things {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.so h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: #007185;
    margin: 8px 0;
}

.so p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}

.video .title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #121212;
    box-shadow: inset 0px -10px 3px 0px #e1fffb;
    display: inline-block;
    margin-bottom: 25px;
}

.video ion-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: rgba(18, 18, 18, 0.6);
    font-size: 60px;
    cursor: pointer;
}

.video .box-thumbnail:hover ion-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #E53F29;
    font-size: 60px;
}

.video .btn:focus {
    box-shadow: none;
}

.video #accordion button {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
    padding: 0;
    text-decoration: none;
    text-align: left;
}

.card {
    border: 0;
    margin-bottom: 10px;
}

.card-body {
    border: 1px solid #E4E7ED;
    border-radius: 8px !important;
}

.card-header {
    padding: 8px 24px !important;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid #E4E7ED;
    border-radius: 8px !important;
}

.collapsext {
    display: inline-block;
    padding: 0.5rem 0.8rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1C79EC;
    border: 1px solid #1C79EC;
    border-radius: 8px;
    transition: all 0.4s;
}

.collapsext:hover {
    color: #fff;
    background-color: #1C79EC;

}

.category h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}


.category h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
}

.category ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
    padding: 8px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.category ul li a:hover {
    background: #CCF1D5 !important;
    border-radius: 8px !important;
}

.category ul li a.active {
    background: #CCF1D5 !important;
    border-radius: 8px !important;
}

.item:hover .text {
    border: 1px solid transparent;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}

.item .text {
    padding: 24px 15px;
    text-align: center;
    border: 1px solid #E4E7ED;
    border-radius: 12px;
    margin-top: -15px;
    transition: all 0.5s;
}

.item .text h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-bottom: 15px;
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.item .text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.departmentss .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.owl-prev {
    position: absolute;
    width: 40px;
    background: rgba(244, 244, 244, 0.8);
    border-radius: 50%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    left: 0;
    transform: translate(-50%, -50%);
}

.owl-next {
    position: absolute;
    transform: translate(50%, -50%);
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(244, 244, 244, 0.8);
    border-radius: 50%;
    height: 40px;
    right: 0;
}

.news-index .time {
    position: absolute;
    left: 15px;
    bottom: 0;
    transform: translateY(50%);
    z-index: 99;
    padding: 9px 15px;
    background: linear-gradient(181.21deg, #009658 -2.62%, #007185 101.03%);
    border-radius: 20px;
    gap: 1rem;
}

.news-index .time p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.news-index .time img {
    width: auto;
    height: auto;
}

.news-index .box-thumbnail {
    overflow: visible;
}

.news-index .text {
    padding: 45px 25px;
}

.news-index a:hover h3 {
    color: #1C79EC;
}

.news-index .text h3 {
    transition: all 0.54s;
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #121212;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-index .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6C757D;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.contact {
    background: linear-gradient(172.4deg, #009658 3.64%, #007185 94.49%);
    padding: 100px 0;
    color: #fff;
}

.contact h3 {
    color: #fff;
}

.contact .things {
    padding: 60px 40px;
    background-color: #fff;
    border-radius: 12px;
}

.contact .things h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #121212;
}

.contact .things p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
}

.contact .form-control {
    background: #F4F4F4;
    border-radius: 12px;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    color: #596278;
    padding: 12px 24px;
    height: auto;
}

.contact .btn {
    background: linear-gradient(172.4deg, #009658 3.64%, #007185 94.49%);
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

/* highlight-services */


#highlight-services {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    padding: 45px 0 0;
    background-attachment: fixed;
}

.heading-underline:after {
    content: "";
    background-color: #fff;
    width: 140px;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#highlight-services .services-items .services-item {
    margin-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
}

.heading-underline {
    font-size: 28px;
    color: #000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 32px;
    font-weight: 600;
      font-weight: 700;
    text-transform: uppercase;
}

#highlight-services .services-items .services-item .department-title {
    margin: 15px 0;
    font-size: 20px;
    color: #007185;
}

figure[class^="ih-eff"].circle-container-effect {
    width: 200px;
    height: 200px;
    margin: auto;
}

.ih-c1-blue {
    background: #008f60;
}

.ih-eff4:hover {
    overflow: visible;
}

.ih-eff4:hover figcaption::before, .ih-eff4:hover figcaption::after, .ih-eff4:hover span::before, .ih-eff4:hover span::after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

.ih-eff4:hover figcaption::before, .ih-eff4:hover figcaption::after, .ih-eff4:hover span::before, .ih-eff4:hover span::after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
}

figure[class^="ih-eff"] {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#highlight-services .services-items .services-item .service-img {
    border-radius: 50%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

figure[class^="ih-eff"] img {
    position: relative;
    display: block;
    border-radius: 50%;
    width: 100%;
  	height: 100%;
    object-fit: cover;
}

figure[class^="ih-eff"] figcaption, figure[class^="ih-eff"] figcaption>a[data-ih="link"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure[class^="ih-eff"] figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    z-index: 2;
}

figure[class^="ih-eff"]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid rgba(255, 255, 255, .6);
}

figure[class^="ih-eff"] figcaption::before, figure[class^="ih-eff"] figcaption::after, figure[class^="ih-eff"] span::before, figure[class^="ih-eff"] span::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: -1;
}

.ih-eff4 figcaption::before {
    top: 0;
    left: 0;
    border-radius: 100% 0 0 0;
    border-right: none;
    border-bottom: none;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .3s ease-out, opacity .4s ease-out;
    transition: transform .3s ease-out, opacity .4s ease-out;
}

.ih-eff4 figcaption::after {
    top: 0;
    left: 50%;
    border-radius: 0 100% 0 0;
    border-left: none;
    border-bottom: none;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s ease-out .05s, opacity .4s ease-out .05s;
    transition: transform .3s ease-out .05s, opacity .4s ease-out .05s;
}

.ih-eff4 figcaption::before, .ih-eff4 figcaption::after, .ih-eff4 span::before, .ih-eff4 span::after {
    width: 50%;
    height: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    border-style: solid;
    border-width: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ih-c1-blue figcaption::before, .ih-c1-blue figcaption::after, .ih-c1-blue span::before, .ih-c1-blue span::after {
    background: rgba(218, 218, 218, .4);
    border-color: #008f60;
}

.ih-eff4 figcaption::after {
    top: 0;
    left: 50%;
    border-radius: 0 100% 0 0;
    border-left: none;
    border-bottom: none;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .3s ease-out .05s, opacity .4s ease-out .05s;
    transition: transform .3s ease-out .05s, opacity .4s ease-out .05s;
}

.ih-eff4 span::before {
    top: 50%;
    left: 0;
    border-radius: 0 0 0 100%;
    border-top: none;
    border-right: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s ease-out .15s, opacity .4s ease-out .15s;
    transition: transform .3s ease-out .15s, opacity .4s ease-out .15s;
}

.ih-eff4 figcaption::before {
    top: 0;
    left: 0;
    border-radius: 100% 0 0 0;
    border-right: none;
    border-bottom: none;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform .3s ease-out, opacity .4s ease-out;
    transition: transform .3s ease-out, opacity .4s ease-out;
}

.ih-eff4 span::after {
    top: 50%;
    left: 50%;
    border-radius: 0 0 100% 0;
    border-top: none;
    border-left: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform .3s ease-out .1s, opacity .4s ease-out .1s;
    transition: transform .3s ease-out .1s, opacity .4s ease-out .1s;
}

.ih-eff4 span::before {
    top: 50%;
    left: 0;
    border-radius: 0 0 0 100%;
    border-top: none;
    border-right: none;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transition: -webkit-transform .3s ease-out .15s, opacity .4s ease-out .15s;
    transition: transform .3s ease-out .15s, opacity .4s ease-out .15s;
}

.title-bg {
    box-shadow: inset 0px -10px 3px 0px #e1fffb;
    display: inline-block;
}
.map iframe{
    width: 100%;
}
footer .map iframe{
    width: 100%;
  height: 200px;
}
/* page */
.banner-top h3 {
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
    padding: 130px 0;
    text-transform: uppercase;
}

.about-us {
    position: relative;
    z-index: 1;
}

.about-us::before {
    position: absolute;
    content: '';
    background-image: url('../img/Rectangle 192.png');
    left: 0;
    top: 0;
    width: 285px;
    height: 580px;
    background-repeat: no-repeat;
    z-index: -1;
}

.about-us::after {
    position: absolute;
    content: '';
    background-image: url('../img/Rectangle 205.png');
    right: 0;
    bottom: 0;
    width: 285px;
    height: 580px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.title .sumale {
    width: 638px;
    margin: 25px auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #6C757D;

}

.about-us .sumale ul {
    padding-left: 20px;
}

.about-us .sumale h6 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    padding: 20px 0;
}

.about-us .sumale ul li {
    list-style: disc;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
}

.banner-sk {
    background-image: url('../img/Group 291.png');
    padding: 280px 0;
    background-size: 100% 100%;
}

.banner-sk h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.banner-sk p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
}

.tn-sm {
    background-image: url('../img/Rectangle 204.png');
    background-size: cover;
    padding: 70px 0 90px 0;
}

.tn-sm .title h3 {
    color: #FFFFFF;
}

.tn-sm .things {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 25px 40px 50px 40px;
    height: 100%;
}

.tn-sm .things h3 {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
    color: #4196FF;
}

.tn-sm .things p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #6C757D;
}

.baochi a h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #121212;
    transition: all 0.5s;
    padding: 15px 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.baochi a:hover h3 {
    color: #1C79EC
}

.banggias .item {
    border: 1px solid #E4E7ED;
    border-radius: 12px;
    display: block;
}

.banggias .item h3 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    color: #121212;
}

.banggias .item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #6C757D;
    text-align: left;
}

.content .title h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #121212;
}

.xtbanggia .title h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    color: #121212;
}

.xtbanggia ul li a {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 400;
    font-size: 19px;
    line-height: 28px;
    text-transform: uppercase;
    color: #6C757D;
    margin-bottom: 20px;
}

.datlichkham .form-control {
    border: 1px solid #E4E7ED;
    border-radius: 12px;
    padding: 16px 24px;
    height: auto;
}

.content .nav-tabs .nav-item.show .nav-link, .content .nav-tabs .nav-link.active {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: linear-gradient(172.4deg, #009658 3.64%, #007185 94.49%);
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px;
}

.content .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #6C757D;
    background-color: #fff;
    border: 1px solid #E4E7ED !important;
    border-radius: 8px 8px 0px 0px;
    padding: 8px 16px;
    margin: 0 5px;
}

.lienhe {
    position: relative;
}

.lienhe .text {
    position: absolute;
    left: 100px;
    right: 100px;
    top: 100px;
    bottom: 100px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 12px;
    text-align: center;
    padding: 40px;
}

.lienhe p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #121212;
}
.lienhe a {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    color: rgba(229, 63, 41, 1);
}