:root {
    
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.px-110 {
    padding-left: 70px;
    padding-right: 70px;
}
body {
    font-family: "Inter";
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.brand1 {
    color: #1C98D8 !important;
}

.brand2 {
    color: #123060 !important;
}

#title {
    margin-top: 20px;
}

.title {
    font-family: "Inter";
    font-size: 28px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: #1E2F41;
    padding: 0 100px;
}

.banner-image {
  background-image: url("/eportal-cttdt-scthcm-apps-portlet/images/human.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 735px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 0 0 76px 0;
  margin-top: 25px;
}

.banner-image > img {
  width: 50%;
  height: auto;
}

.body {
    font-family: "Inter";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: #1E2F41;
    padding: 0 170px;
}

.grid-layout {
    margin-top: 1rem;
}

.layout-left__title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #123060;
    height: 52px;
    position: relative;
}

.layout-left__title::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    border: 2px solid #1C98D8;
    width: 70px;
    bottom: 0;
    left: 0;
}

.card-item {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(28, 152, 216, 0.35);
    color: #123060;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-item > svg { 
  width: 100%;
}

.card-item > i {
    font-size: 32px;
}

.card-title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #1E2F41;
    height: 70px;
    width: 285px;
}

.card-description {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1E2F41;
    width: 285px;
}

.card {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.grid-cards {
    margin-top: 2rem !important;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}

.layout-right__header {
    display: flex;
    justify-content: space-between;
}

.layout-right__title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #123060;
    position: relative;
}

.layout-right__title::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    border: 2px solid #1C98D8;
    width: 70px;
    bottom: 0;
    left: 0;
}

.gioithieu-layout-right__btn {
    width: 30px;
    height: 30px;
    border: 0;
    display: none;
}

.gioithieu-nav-collapse.expand {
    display: block;
}

.gioithieu-nav-collapse {
    width: 100%;
    min-height: 385px;
    background-color: #fff;
    transition: left 0.3s ease;
    margin-top: 2rem;
}

.gioithieu-nav-collapse-list {
    display: flex;
    flex-direction: column;
    list-style: none;
    box-shadow: 0px 10px 20px 0px #0000001A;
    background-color: #1C98D8;
    border-radius: 6px;
}

.gioithieu-nav-collapse-item {
    min-height: 46px;
    padding: 10px 18px 10px 18px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 14px;
}

.gioithieu-nav-collapse-item::after {
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 0;
    left: 10px;
    width: 94%;
}

.gioithieu-nav-collapse-item:last-child::after {
    display: none;
}

.gioithieu-nav-collapse-link {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #fff !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gioithieu-nav-collapse-link > i {
    color: #fff;
}

.gioithieu-nav-collapse-link:hover {
    cursor: pointer;
    text-emphasis: none;
    color: #fff;
}

.sidebar-dropdown {
    display: none;
}

.dropdown-link {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 19.36px;
    text-align: left;
    color: #FFFFFF;
    padding-left: 30px;
    align-content: center;
    display: block;
    height: 30px;
}

.dropdown-link:hover, .dropdown-link.active {
    background-color: #F2B945;
    color: #fff;
}

.gioithieu-nav-collapse-item.open > .gioithieu-nav-collapse-link {
    font-weight: 700;
}

.gioithieu-nav-collapse-item.open > .sidebar-dropdown {
    display: block;
}

/* .nav.active {
    display: block;
} */ 

#advantage {
    margin-top: 4rem;
}

.advantage-title {
    font-family: "Inter";
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #123060;
    position: relative;
}

.advantage-title::after {
    content: "";
    position: absolute;
    border-radius: 4px;
    border: 2px solid #1C98D8;
    width: 70px;
    bottom: 0;
    left: 0;
}

.grid-advantage {
    margin-top: 30px;
    padding-bottom: 50px;
    display: flex;
}

.col-content {
    width: 20%;
    /* padding: 15px; */
    position: relative;
    padding: 8px;
}

.col-content__title {
    font-family: "Inter";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #1C98D8;
    /* height: 58px; */
    height: 85px;
}

.col-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 87px;
    height: 5px;
    width: 100%;
    background-color: #F2B945;
}
.col-content::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 82px;
    width: 15px;
    height: 15px;
    background-color: #F2B945;
    border-radius: 50%;
}

.col-content__list {
    /* margin-top: 40px !important; */
    list-style: none;
}
.col-content .col-content__list {
    margin-top: 20px;
}

.col-content__item {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #1E2F41;
    position: relative;
    text-indent: -17px;
  	padding-left: 20px;
}

.col-content__item::before {
    content: 'â€¢'; /* Ná»™i dung cá»§a dáº¥u Ä‘áº§u dÃ²ng, báº¡n cÃ³ thá»ƒ thay Ä‘á»•i kÃ½ tá»± nÃ y */
    transform: translateY(-50%); /* CÄƒn chá»‰nh dáº¥u Ä‘áº§u dÃ²ng theo chiá»�u dá»�c */
    font-size: 20px; /* KÃ­ch thÆ°á»›c cá»§a dáº¥u Ä‘áº§u dÃ²ng */
    color: black; /* MÃ u cá»§a dáº¥u Ä‘áº§u dÃ²ng */
    margin-right: 6px;
    height: 100%;
}

.gioithieu-layout-right__btn {
    width: 30px;
    height: 30px;
    border: 0;
    display: none;
}

.body-col {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #1E2F41;
  display: flex;
  align-items: flex-start;
  height: 71px;
  justify-content: center; 
}

.content-img{
	width: 100%;
    margin-top: 25px;
}
.header-logo {
   background-color: #F3F5F8;
}