@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Poppins", sans-serif;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

input,
button {
  outline: 0;
  border: none;
}

ul,
li {
  margin: 0;
  list-style: none;
}

ol,
ul {
  padding-left: 0;
}

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

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

header {
  height: 90px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(/shared/images/backgrounds/header-desktop.png);
}
@media (max-width: 479px) {
  header {
    height: 50px;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header {
    height: 60px;
    justify-content: center;
  }
}
header .logo {
  width: 187px;
  height: 44px;
  margin-left: 60px;
}
@media (max-width: 479px) {
  header .logo {
    width: 87px;
    height: 20px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  header .logo {
    width: 100px;
    height: auto;
    margin-left: 0;
  }
}
header .logo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background-size: cover;
  padding: 48px 0 36px 60px;
  background-repeat: no-repeat;
  background-color: #001a46;
  background-image: url(/shared/images/backgrounds/footer-background.png);
}
@media (max-width: 479px) {
  footer {
    background-size: 100%;
    height: 100%;
    padding: 36px 42px 40px 42px;
    background-image: url(/shared/images/backgrounds/footer-background-mb.png);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer {
    background-size: 100%;
    height: 100%;
    padding: 36px 42px 40px 42px;
    background-image: url(/shared/images/backgrounds/footer-background-mb.png);
  }
}
footer .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
footer .copyright {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-family: "Light", sans-serif;
}
@media (max-width: 479px) {
  footer .copyright {
    font-size: 12px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  footer .logo-footer {
    text-align: center;
  }
}
footer .logo-footer a img {
  width: 232px;
}
@media (max-width: 479px) {
  footer .logo-footer a img {
    width: 209px;
  }
}
footer .main-footer {
  margin-top: 38px;
}
@media (max-width: 479px) {
  footer .main-footer .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  footer .main-footer .col-12 .col-6 {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .main-footer .row {
  margin-bottom: 28px;
}
footer .main-footer .row .col-3 {
  margin-bottom: 28px;
}
@media (max-width: 479px) {
  footer .main-footer .row .col-3 {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main-footer .row .col-3 {
    margin-bottom: 10px;
  }
}
footer .main-footer .row .col-3 a img {
  width: 100px;
}
@media (max-width: 479px) {
  footer .main-footer .row .col-3 a img {
    width: 75px;
  }
}
@media (max-width: 479px) {
  footer .main-footer .row .col-3 a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main-footer .row .col-3 a {
    font-size: 14px;
  }
}
footer .main-footer .row .col-6 {
  margin-bottom: 24px;
}
@media (max-width: 479px) {
  footer .main-footer .row .col-6 {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main-footer .row .col-6 {
    margin-bottom: 10px;
  }
}
footer .main-footer .row .col-6 a {
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  font-family: "Regular", sans-serif;
}
@media (max-width: 479px) {
  footer .main-footer .row .col-6 a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main-footer .row .col-6 a {
    font-size: 14px;
  }
}
footer .col-xl-5 > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 26px;
  font-family: "Bold", sans-serif;
}
@media (max-width: 479px) {
  footer .col-xl-5 > p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
  }
}
footer .col-xl-7 > p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 26px;
  font-family: "Bold", sans-serif;
}
@media (max-width: 479px) {
  footer .col-xl-7 > p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 18px;
  }
}
footer .col-xl-7 ul li {
  margin-bottom: 18px;
}
footer .col-xl-7 ul li p {
  color: #ffffff;
  font-size: 18px;
  font-family: "Light", sans-serif;
}
@media (max-width: 479px) {
  footer .col-xl-7 ul li p {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .col-xl-7 ul li p {
    font-size: 14px;
  }
}
footer .col-xl-7 ul li a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Light", sans-serif;
}
@media (max-width: 479px) {
  footer .col-xl-7 ul li a {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .col-xl-7 ul li a {
    font-size: 14px;
  }
}
footer .col-xl-7 ul li i {
  color: #ffffff;
  font-size: 20px;
  padding-right: 18px;
}
@media (max-width: 479px) {
  footer .col-xl-7 ul li i {
    font-size: 14px;
    padding-right: 8px;
  }
}
footer .col-xl-7 ul li .address {
  align-items: center;
}
@media (max-width: 479px) {
  footer .col-xl-7 ul li .address {
    align-items: initial;
  }
  footer .col-xl-7 ul li .address i {
    margin-top: 10px;
  }
}
footer .col-xl-7 ul li .address p {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .col-xl-7 ul li .address p {
    width: 80%;
  }
}
footer .col-xl-7 ul li .phone {
  align-items: center;
}
footer .col-xl-7 ul li .email {
  align-items: center;
}
footer .main {
  height: 100%;
  display: flex;
}
@media (max-width: 479px) {
  footer .main {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main {
    display: block;
  }
}
footer .main a .logo {
  width: 281px;
  margin-right: 65px;
}
@media (max-width: 479px) {
  footer .main a .logo {
    width: 186px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main a .logo {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 479px) {
  footer .main ul {
    margin-top: 54px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  footer .main ul {
    margin-top: 54px;
  }
}
footer .main ul li {
  margin-bottom: 29px;
}
@media (max-width: 479px) {
  footer .main ul li {
    margin-bottom: 18px;
  }
}
footer .main ul li:last-child {
  margin-bottom: 0;
}
footer .main ul li a {
  display: flex;
  color: #ffffff;
}
@media (max-width: 479px) {
  footer .main ul li a {
    display: block;
    text-align: center;
  }
}
footer .main ul li a i {
  margin-top: 3px;
  font-size: 20px;
  margin-right: 14px;
}
@media (max-width: 479px) {
  footer .main ul li a i {
    margin-right: 0;
    margin-bottom: 14px;
    font-size: 16px;
    margin-top: 0;
  }
}
footer .main ul li a p {
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
@media (max-width: 479px) {
  footer .main ul li a p {
    font-size: 16px;
    line-height: 24px;
  }
}
footer .main ul li a p strong {
  font-weight: 700;
  text-transform: uppercase;
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  display: inline-block;
  margin: 1em;
}
.back-to-top i {
  padding: 10px 12px;
  border-radius: 50%;
  background: #e8e8e8;
  font-size: 24px;
}

.back-to-top:hover {
  cursor: pointer;
}

#social-share {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 20;
  /*transitions with relative delay*/
}
#social-share div.social-open-menu .btn-share, #social-share ul.social-itens .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
#social-share div.social-open-menu .btn-share:hover, #social-share ul.social-itens .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
#social-share ul.social-itens {
  list-style: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  display: block;
  /* display: none; */
}
#social-share ul.social-itens .btn-share {
  width: 50px;
  height: 50px;
  /* transform: none; */
}
#social-share ul.social-itens .btn-share.social-item-1 {
  background: linear-gradient(90deg, #001a46 0%, #000080 100%);
}
#social-share ul.social-itens .btn-share.social-item-1 i img {
  width: 32px;
}
#social-share ul.social-itens .btn-share.social-item-2 {
  background: linear-gradient(90deg, #001a46 0%, #000080 100%);
}
#social-share ul.social-itens .btn-share.social-item-2 i img {
  width: 32px;
}
#social-share ul.social-itens .btn-share.social-item-3 {
  background: linear-gradient(90deg, #001a46 0%, #000080 100%);
}
#social-share ul.social-itens .btn-share.social-item-3 i img {
  width: 32px;
}
#social-share ul.social-itens .btn-share.social-item-4 {
  background: linear-gradient(90deg, #001a46 0%, #000080 100%);
}
#social-share ul.social-itens .btn-share.social-item-4 i img {
  width: 32px;
}
#social-share ul.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
  /* transform: translate(0px, -15px); */
}
#social-share ul.social-itens li {
  position: relative;
}
#social-share ul.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}
#social-share ul.social-itens li .btn-share-text {
  /* opacity: 0; */
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  /* transition: all 500ms ease-in-out  0.5s; */
}
#social-share ul.social-itens li:hover .btn-share-text {
  opacity: 1;
}
#social-share div.social-open-menu .btn-share {
  width: 65px;
  height: 65px;
  background: linear-gradient(90deg, #001a46 0%, #000080 100%);
}
#social-share div.social-open-menu .btn-share i img {
  width: 32px;
}
#social-share .social-itens.open .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}
#social-share .social-itens.hidden .social-item-1,
#social-share .social-itens.open .social-item-1 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.open .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.hidden .social-item-2,
#social-share .social-itens.open .social-item-2 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.open .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}
#social-share .social-itens.hidden .social-item-3,
#social-share .social-itens.open .social-item-3 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}
#social-share .social-itens.open .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s;
}
#social-share .social-itens.hidden .social-item-4,
#social-share .social-itens.open .social-item-4 .btn-share-text {
  transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

main {
  width: 1440px;
  color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px 0 60px;
}
@media (max-width: 479px) {
  main {
    width: 100%;
    padding: 52px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main {
    width: 100%;
    padding: 60px 32px;
  }
}
main .title {
  position: relative;
}
main .title .name-title {
  font-size: 32px;
  color: #1a1919;
  text-align: center;
  margin-bottom: 44px;
  font-weight: 700;
}
@media (max-width: 479px) {
  main .title .name-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .name-title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
main .title .search-group {
  width: 874px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 479px) {
  main .title .search-group {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .search-group {
    width: 100%;
  }
}
main .title .search-group input {
  width: 100%;
  font-size: 14px;
  border-radius: 8px;
  padding: 17px 0 17px 60px;
  border: 1px solid #000080;
}
@media (max-width: 479px) {
  main .title .search-group input {
    font-size: 12px;
    padding: 9px 54px;
  }
}
main .title .search-group button {
  top: 0;
  left: 0;
  position: absolute;
  background: transparent;
  margin: 16px 0 16px 24px;
}
@media (max-width: 479px) {
  main .title .search-group button {
    margin: 7px 0 7px 24px;
  }
}
main .title .search-group button i {
  font-size: 20px;
}
@media (max-width: 479px) {
  main .title .search-group button i {
    font-size: 12px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .search-group button i {
    font-size: 16px;
  }
}
main .title .result {
  display: none;
  left: 50%;
  transform: translate(-50%);
  z-index: 10;
  position: absolute;
  margin-top: 8px;
  width: 874px;
  height: 484px;
  border: 1px solid #000080;
  border-radius: 8px;
  overflow-y: scroll;
  padding: 24px;
  background-color: #ffffff;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 479px) {
  main .title .result {
    width: 100%;
    height: 200px;
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .result {
    width: 100%;
    height: 200px;
    padding: 12px;
  }
}
main .title .result::-webkit-scrollbar {
  width: 4px;
}
main .title .result::-webkit-scrollbar-track {
  border-radius: 20px;
}
main .title .result::-webkit-scrollbar-thumb {
  background: #1a1919;
  border-radius: 10px;
}
main .title .result::-webkit-scrollbar-thumb:hover {
  background: #1a1919;
}
main .title .result li {
  height: 64px;
  margin-bottom: 24px;
  border-left: 12px solid #0f2bb5;
  background: #f6f6f6;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  main .title .result li {
    height: 40px;
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .result li {
    height: 40px;
    margin-bottom: 12px;
  }
}
main .title .result li a {
  padding: 0 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .title .result li a p {
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #1a1919;
}
@media (max-width: 479px) {
  main .title .result li a p {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .title .result li a p {
    font-size: 14px;
    line-height: 24px;
  }
}
main .title .result li a i {
  color: #1a1919;
  font-size: 18px;
}
@media (max-width: 479px) {
  main .title .result li a i {
    font-size: 14px;
  }
}
main .list-category {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  main .list-category {
    margin-top: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-category {
    margin-top: 64px;
  }
}
main .list-category li {
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 80px;
}
@media (max-width: 479px) {
  main .list-category li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-category li {
    margin-bottom: 40px;
  }
}
main .list-category li .image {
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  main .list-category li .image {
    width: 60px;
  }
}
main .list-category li h2 {
  font-weight: 700;
  font-size: 24px;
  color: #000000;
  margin-top: 12px;
  text-align: center;
}
@media (max-width: 479px) {
  main .list-category li h2 {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-category li h2 {
    font-size: 20px;
  }
}
main .list-videos {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media (max-width: 479px) {
  main .list-videos {
    margin-bottom: 0;
  }
}
main .list-videos h2 {
  font-size: 32px;
  color: #1a1919;
  text-align: center;
  margin-bottom: 8px;
  font-weight: 700;
}
@media (max-width: 479px) {
  main .list-videos h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-videos h2 {
    margin-bottom: 24px;
  }
}
main .list-videos .category {
  margin: 44px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  main .list-videos .category {
    margin: 24px 0;
    width: 100%;
    overflow-x: auto;
    justify-content: start;
    /* width */
  }
  main .list-videos .category::-webkit-scrollbar {
    width: 0;
  }
}
main .list-videos .category .active {
  background: #0f2bb5;
}
main .list-videos .category .active a {
  color: #ffffff;
}
main .list-videos .category li {
  flex-shrink: 0;
  padding: 6px 30px;
  background: #dcdcdb;
  border-right: 1px solid #adadac;
}
main .list-videos .category li:first-child {
  border-radius: 8px 0 0 8px;
}
main .list-videos .category li:last-child {
  border-radius: 0 8px 8px 0;
  border-right: none;
}
main .list-videos .category li a {
  font-size: 16px;
  color: #1a1919;
}
main .list-videos .all-video {
  display: flex;
  color: #0f2bb5;
  align-items: center;
  margin-bottom: 12px;
  justify-content: end;
}
@media (max-width: 479px) {
  main .list-videos .all-video {
    justify-content: center;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-videos .all-video {
    justify-content: center;
  }
}
main .list-videos .all-video p {
  font-size: 16px;
  margin-right: 12px;
  font-weight: 400;
}
main .list-videos .all-video i {
  font-size: 10px;
}
@media (max-width: 479px) {
  main .list-videos ul.row {
    justify-content: center;
  }
}
main .list-videos ul.row .col-12 {
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 55px;
}
@media (max-width: 479px) {
  main .list-videos ul.row .col-12 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-videos ul.row .col-12 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
main .list-videos ul.row li a {
  position: relative;
}
main .list-videos ul.row li a .image {
  position: relative;
  height: 248px;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  main .list-videos ul.row li a .image {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-videos ul.row li a .image {
    display: flex;
    justify-content: center;
  }
}
main .list-videos ul.row li a .image iframe {
  width: 315px;
  height: 248px;
  border-radius: 8px;
}
@media (max-width: 479px) {
  main .list-videos ul.row li a .image iframe {
    width: 100%;
    height: 100%;
    margin: 0 16px;
  }
}
main .list-videos ul.row li a .image img {
  border-radius: 8px;
}
main .list-videos ul.row li a .image .background {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(26, 25, 25, 0.5);
  border-radius: 8px;
}
main .list-videos ul.row li a .image .play {
  width: 36px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .list-videos ul.row li a h3 {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #1a1919;
  padding: 0 16px;
}
main .list-question {
  margin-bottom: 97px;
}
@media (max-width: 479px) {
  main .list-question {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-question {
    margin-bottom: 52px;
  }
}
main .list-question h3 {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1a1919;
}
@media (max-width: 479px) {
  main .list-question h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-question h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
main .list-question ul {
  margin-bottom: 24px;
  width: 914px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  main .list-question ul {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-question ul {
    margin-bottom: 16px;
    width: 100%;
  }
}
@media (min-width: 1620px) {
  main .list-question ul {
    width: 100%;
  }
}
main .list-question ul li {
  cursor: pointer;
  border-bottom: 1px solid #adadac;
  color: #1a1919;
  padding: 36px 16px 12px 16px;
}
@media (max-width: 479px) {
  main .list-question ul li {
    padding: 20px 8px 12px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-question ul li {
    padding: 20px 8px 12px 8px;
  }
}
main .list-question ul li > .titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .list-question ul li > .titles p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
@media (max-width: 479px) {
  main .list-question ul li > .titles p {
    font-size: 16px;
    line-height: 26px;
    margin-right: 24px;
  }
}
main .list-question ul li > .titles i {
  font-size: 16px;
}
main .list-question ul li .description {
  transition: all 0.5s;
  display: none;
  margin-top: 20px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  font-weight: 400;
}
@media (max-width: 479px) {
  main .list-question ul li .description {
    width: 100%;
    padding-left: 24px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-question ul li .description {
    width: 100%;
    padding-left: 32px;
    margin-bottom: 0;
  }
}
main .list-question ul .display-block {
  display: block !important;
  transition: all 0.5s;
}
main .list-question .show-more {
  cursor: pointer;
  background: #0f2bb5;
  border-radius: 4px;
  width: 215px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 479px) {
  main .list-question .show-more {
    width: 190px;
    height: 36px;
  }
}
main .list-question .show-more p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-right: 12px;
}
@media (max-width: 479px) {
  main .list-question .show-more p {
    font-size: 12px;
  }
}
main .list-question .show-more i {
  font-size: 10px;
  color: #ffffff;
}
main .list-contact {
  margin-bottom: 100px;
}
@media (max-width: 479px) {
  main .list-contact {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-contact {
    margin-bottom: 0;
  }
}
main .list-contact h2 {
  margin-bottom: 82px;
  font-weight: 700;
  font-size: 32px;
  color: #1a1919;
  text-align: center;
}
@media (max-width: 479px) {
  main .list-contact h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-contact h2 {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 479px) {
  main .list-contact ul {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  main .list-contact ul {
    display: none;
  }
}
main .list-contact ul .item {
  position: relative;
  height: 300px;
  background: #dcdcdb;
  border-radius: 8px;
  text-align: center;
}
main .list-contact ul .item .image {
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  width: 117px;
  margin-left: auto;
  margin-right: auto;
}
main .list-contact ul .item h3 {
  padding-top: 110px;
  font-weight: 700;
  font-size: 24px;
  color: #1a1919;
  margin-bottom: 24px;
}
main .list-contact ul .item .number-phone {
  text-align: center;
  color: #1a1919;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
main .list-contact ul .item .number-phone-2 {
  text-align: center;
  color: #1a1919;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}
main .list-contact ul .item .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1a1919;
  padding: 0 16px;
}
main .list-contact ul .item .desc {
  padding: 0 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1a1919;
}
main .list-contact .slideshow-contact {
  padding: 0 14px;
}
main .list-contact .slideshow-contact .item {
  margin-left: 12px;
  margin-right: 12px;
  margin-top: 40px;
  position: relative;
  height: 233px;
  background: #dcdcdb;
  border-radius: 8px;
  text-align: center;
}
main .list-contact .slideshow-contact .item .image {
  top: -40px;
  left: 50%;
  transform: translate(-50%);
  position: absolute;
  width: 91px;
  margin-left: auto;
  margin-right: auto;
}
main .list-contact .slideshow-contact .item h3 {
  padding-top: 73px;
  font-weight: 700;
  font-size: 24px;
  color: #1a1919;
  margin-bottom: 12px;
}
main .list-contact .slideshow-contact .item .number-phone {
  text-align: center;
  color: #1a1919;
  font-size: 24px;
  margin-bottom: 24px;
  font-weight: 700;
}
main .list-contact .slideshow-contact .item .number-phone-2 {
  text-align: center;
  color: #1a1919;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: 700;
}
main .list-contact .slideshow-contact .item .time {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1a1919;
  padding: 0 16px;
}
main .list-contact .slideshow-contact .item .desc {
  padding: 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1a1919;
}
main .list-contact .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 30px;
  transform: translate(-50%);
  background: transparent;
  width: 30px;
  z-index: 1;
}
main .list-contact .slick-prev:focus {
  outline: none;
}
main .list-contact .slick-next {
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  background: transparent;
  width: 30px;
  z-index: 1;
}
main .list-contact .slick-next:focus {
  outline: none;
}
main .list-contact .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
main .list-contact .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  background: #0f2bb5;
  color: transparent;
  border-radius: 50%;
}
main .list-contact .slick-dots li {
  margin: 12px 4px 0 4px;
}
main .list-contact .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  color: transparent;
  border-radius: 50%;
}

.tab-list {
  margin-top: 115px;
  margin-bottom: 100px;
}
@media (max-width: 479px) {
  .tab-list {
    margin-top: 68px;
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-list {
    margin-top: 68px;
    margin-bottom: 52px;
  }
}
.tab-list > ul {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: auto;
}
@media (max-width: 479px) {
  .tab-list > ul {
    overflow-x: auto;
    justify-content: start;
    flex-wrap: nowrap;
    /* width */
  }
  .tab-list > ul::-webkit-scrollbar {
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-list > ul {
    overflow-x: auto;
    justify-content: start;
    flex-wrap: nowrap;
  }
}
.tab-list > ul > li {
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 479px) {
  .tab-list > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-list > ul > li {
    flex: 0 0 40%;
    max-width: 40%;
    display: inline-block;
  }
}
.tab-list > ul > li > a {
  text-align: left;
  border-radius: initial !important;
  border-bottom: 3px solid #adadac !important;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.88);
  height: 80px;
  overflow: auto;
}
.tab-list > ul > li > a::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media (max-width: 479px) {
  .tab-list > ul > li > a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-list > ul > li > a {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}
.tab-list > ul > li a.active {
  color: #0f2bb5 !important;
  background-color: transparent !important;
  border-bottom: 3px solid #0f2bb5 !important;
  border-radius: initial;
}
.tab-list .tab-content {
  margin-top: 74px;
}
@media (max-width: 479px) {
  .tab-list .tab-content {
    margin-top: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tab-list .tab-content {
    margin-top: 44px;
  }
}
.tab-list .tab-content ul li .item {
  position: relative;
}
.tab-list .tab-content ul li .item .image {
  height: 262px;
  width: 214px;
}
@media (max-width: 479px) {
  .tab-list .tab-content ul li .item .image {
    height: 201px;
    width: 164px;
  }
}
.tab-list .tab-content ul li .item .image img {
  height: 100%;
}
.tab-list .tab-content ul li .item h2 {
  position: absolute;
  z-index: 1;
  margin-top: 74px;
  top: 0;
  left: 0;
  margin-left: 15px;
  width: 142px;
  font-weight: 400;
  font-size: 20px;
  line-height: 31px;
  color: #1a1919;
}
@media (max-width: 479px) {
  .tab-list .tab-content ul li .item h2 {
    width: 140px;
    margin-left: 12px;
    margin-top: 58px;
    font-size: 14px;
    line-height: 21px;
  }
}
.tab-list .tab-content ul li .item a {
  color: #0f2bb5;
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  margin-left: 15px;
  text-decoration-line: underline;
}
@media (max-width: 479px) {
  .tab-list .tab-content ul li .item a {
    font-size: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
  }
}

html {
  scroll-behavior: smooth;
}

.post {
  padding: 100px 0;
}
@media (max-width: 479px) {
  .post {
    padding: 52px 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post {
    padding: 40px 0;
  }
}
.post .row {
  justify-content: space-between;
}
@media (max-width: 479px) {
  .post .row {
    margin: 0;
  }
}
.post .col-xl-9 {
  max-width: 873px;
}
.post .col-xl-9 h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  color: #000000;
  margin-bottom: 44px;
}
@media (max-width: 479px) {
  .post .col-xl-9 h1 {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post .col-xl-9 h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
.post .col-xl-9 .panel {
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel {
    padding: 0;
  }
}
.post .col-xl-9 .panel > h2 {
  font-size: 18px !important;
  margin-bottom: 12px !important;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h2 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h2 > a {
  color: #000000;
  font-size: 18px !important;
  margin-bottom: 12px !important;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h2 > a {
    font-size: 16px !important;
    margin-bottom: 8px !important;
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h3 {
  font-size: 16px !important;
  margin-bottom: 12px !important;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h3 {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h3 > a {
  color: #000000;
  font-size: 16px !important;
  margin-bottom: 12px !important;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h3 > a {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h4 > a {
  color: #000000;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h4 > a {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h5 > a {
  color: #000000;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > h5 > a {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > p,
.post .col-xl-9 .panel > span,
.post .col-xl-9 .panel > h1,
.post .col-xl-9 .panel > h2,
.post .col-xl-9 .panel > h3,
.post .col-xl-9 .panel > h4,
.post .col-xl-9 .panel > h5,
.post .col-xl-9 .panel > h6 {
  color: #001a46;
  margin-bottom: 24px;
  line-height: 30px;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > p,
  .post .col-xl-9 .panel > span,
  .post .col-xl-9 .panel > h1,
  .post .col-xl-9 .panel > h2,
  .post .col-xl-9 .panel > h3,
  .post .col-xl-9 .panel > h4,
  .post .col-xl-9 .panel > h5,
  .post .col-xl-9 .panel > h6 {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > h1,
.post .col-xl-9 .panel > h2,
.post .col-xl-9 .panel > h3,
.post .col-xl-9 .panel > h4,
.post .col-xl-9 .panel > h5,
.post .col-xl-9 .panel > h6 {
  font-weight: 700;
}
.post .col-xl-9 .panel > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > p {
    text-align: justify;
  }
}
.post .col-xl-9 .panel a {
  color: #3498db;
}
.post .col-xl-9 .panel img {
  -o-object-fit: contain;
     object-fit: contain;
}
.post .col-xl-9 .panel p > img,
.post .col-xl-9 .panel table {
  margin-bottom: 12px !important;
  margin-top: 12px;
  height: auto !important;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel p > img,
  .post .col-xl-9 .panel table {
    text-align: justify;
  }
}
.post .col-xl-9 .panel > p > em {
  font-size: 16px;
}
@media (max-width: 479px) {
  .post .col-xl-9 .panel > p > em {
    text-align: justify;
  }
}
@media (max-width: 479px) {
  .post .col-xl-3 {
    transition: all 0.4s ease;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 358px;
    padding: 0;
    bottom: -358px;
    left: 0;
    background: #f6f6f6;
    border-radius: 12px 12px 0px 0px;
  }
}
.post .col-xl-3 .name-and-icon {
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px 0 16px;
}
@media (max-width: 479px) {
  .post .col-xl-3 .name-and-icon {
    padding: 14px 16px;
    border-bottom: 0.5px solid #c0c0c0;
  }
}
.post .col-xl-3 .name-and-icon i {
  font-size: 18px;
  color: #000000;
}
.post .col-xl-3 p.name {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin-bottom: 16px;
}
@media (max-width: 479px) {
  .post .col-xl-3 p.name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 0;
  }
}
.post .col-xl-3 nav {
  padding-left: 14px;
  border-left: 4px solid #dcdcdb;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post .col-xl-3 nav {
    border-left: 1px solid #dcdcdb;
    padding-left: 7px;
  }
}
@media (max-width: 479px) {
  .post .col-xl-3 nav {
    border-left: 1px solid #adadac;
    padding-left: 0;
  }
}
.post .col-xl-3 nav ul > ul {
  margin-left: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post .col-xl-3 nav ul > ul {
    margin-left: 8px;
  }
}
.post .col-xl-3 nav ul > li {
  padding-left: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post .col-xl-3 nav ul > li {
    padding-left: 8px;
  }
}
.post .col-xl-3 nav ul > li a {
  color: #c0c0c0;
  text-decoration: none;
}
.post .col-xl-3 nav ul > li a p {
  font-size: 14px;
  font-family: "Regular", sans-serif;
}
.post .bottom-0 {
  bottom: 0;
  transition: all 0.4s ease;
}
.post #category {
  position: sticky;
  top: 2rem;
  align-self: start;
}
@media (max-width: 479px) {
  .post #category {
    margin-top: 14px;
    margin-left: 16px;
    height: 290px;
    overflow-y: scroll;
  }
}
.post #category a {
  color: #c0c0c0;
  transition: all 50ms ease-in-out;
}
.post #category .active {
  color: #0f2bb5;
}
@media (max-width: 479px) {
  .post #category .active {
    font-weight: 700;
  }
}

.button-category {
  position: fixed;
  z-index: 10;
  right: -40px;
  top: 40%;
  transform: translate(-40%);
  padding: 8px 16px;
  background: #1a1919;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
  border-radius: 36px;
}
.button-category .d-flex {
  align-items: center;
}
.button-category .d-flex i {
  color: #f6f6f6;
  font-size: 18px;
  margin-right: 8px;
}
.button-category .d-flex p {
  font-size: 14px;
  color: #f6f6f6;
}

.main-video {
  padding: 52px 0;
}
.main-video .list-videos h2 {
  padding: 0 16px;
}
.main-video .list-videos ul.row {
  padding: 0 16px;
}/*# sourceMappingURL=index.css.map */