body, * {
  color: #232323;
}
p {
  font-size: 14px;
}
header {
  position: relative;
  margin-bottom: 50px;
}
.font_bold {
  font-weight: 700;
}
.pt-10 {
  padding-top: 10px;
}
.header-fixed {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.bg-fixed {
  background: #fff;
}
.header-fixed .content{
  padding: 27.5px 13px;
}

.header-info .page-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 21px;
}

.header-info .page-title-more {
  color: #0066FF;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 38px;
  margin-bottom: 40px;
}

.header-info a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  background: #0066FF;
  border-radius: 10px;
  padding: 10.5px 18px;
  min-width: 159px;
}

.menu-top a {
  line-height: 21px;
}
.header-info a:last-child {
  background: #232323;
}

.contact-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color:#232323;
  padding-right: 39px;
  line-height: 1.2;
}
.contact-link:hover {
  color: #232323;
  text-decoration: unset;
}

.btn-login {
  color: #FF018A!important;
  font-weight: 700!important;
  border: 1px solid #FF018A;
  border-radius: 10px;
  padding: 10.5px 18px;
  line-height: 1.2;
  font-size: 14px;
}

.btn-login:hover {
  background: #FF018A;
  color: #fff !important;
  text-decoration: unset;
}

.main-internal {
  margin-top: 80px;
  overflow: hidden;
}
.title_page {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page_content .row{
  margin-bottom: 15px;
}
.page_content p {
  margin-bottom: 5px;
  line-height: 1.2;
}
.page_content .update_content {
  padding: 10px 0 0 0;
}
.page_content .update_content h5{
  font-weight: 700;
}
.page_content .update_content .list_update {
  list-style: none;
  padding-left: 0;
}
.page_content .update_content .list_update li {
  padding-left: 0;
}
.page_content .update_content .list_update li i{
  padding-right: 3px;
}
.page_content .update_content .list_update li::marker {
  display: none;
}
.page_content .update_content .list_child {
  list-style: disc;
}
.btn-primary {
  margin: 10px;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: unset;
  font-weight: 300;
  font-size: 14px;
  padding: 10px 15px;
  border: none;
}