/*Add font ================================*/
/* --------------------------------------*/
@media (max-width: 992px) {
  header .header_bottom .right_box {
    margin-left: auto !important;
  }
}

#main_slide .content_banner {
  left: unset;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  max-width: 60%;
}
@media (min-width: 601px) {
  #main_slide .content_banner {
    max-width: 45%;
  }
}
#main_slide .content_banner .text {
  background-image: linear-gradient(to left, #673C1E, transparent);
  color: #ffffff;
  font-size: 16px;
  padding: 20px 30px;
}
@media (min-width: 993px) {
  #main_slide .content_banner .text {
    font-size: 18px;
    padding: 36px 80px 36px 54px;
  }
}
@media (max-width: 600px) {
  #main_slide .content_banner .text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#main_slide .slick-track .item a {
  padding-top: 25.98%;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2s;
}

#content_about {
  display: none;
  max-width: 60%;
  border-radius: 5px;
  padding: 20px;
  font-size: 18px;
}
#content_about h2 {
  font-weight: bold;
  font-size: 30px;
  color: #04457A;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#content_about h2 span {
  display: block;
}
#content_about .fancybox-close-small {
  display: block;
  top: 0;
  right: 0;
}

#multi_about {
  padding: 40px 0;
}
#multi_about .title_header {
  text-align: center;
  color: #04457A;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: 22px;
}
@media (min-width: 601px) {
  #multi_about .title_header {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  #multi_about .title_header {
    font-size: 30px;
  }
}
#multi_about .sec1 .left-col ::-webkit-scrollbar {
  width: 5px;
}
#multi_about .sec1 .left-col ::-webkit-scrollbar-track {
  background: #ffffff;
}
#multi_about .sec1 .left-col ::-webkit-scrollbar-thumb {
  background: #E1E1E1;
  border: 1px solid #ffffff;
  border-radius: 5px;
}
@media (max-width: 600px) {
  #multi_about .sec1 .left-col {
    margin-bottom: 30px;
  }
}
#multi_about .sec1 .left-col h1 {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  font-size: 22px;
}
@media (min-width: 601px) {
  #multi_about .sec1 .left-col h1 {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec1 .left-col h1 {
    font-size: 30px;
  }
}
#multi_about .sec1 .left-col h1 span {
  display: block;
}
#multi_about .sec1 .left-col .short {
  margin-top: 20px;
  max-height: 185px;
  overflow-y: hidden;
  font-size: 14px;
}
@media (min-width: 601px) {
  #multi_about .sec1 .left-col .short {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec1 .left-col .short {
    font-size: 18px;
  }
}
#multi_about .sec1 .left-col .short p {
  line-height: 1.7;
}
#multi_about .sec1 .left-col .seemore {
  margin-top: 25px;
  min-width: 96px;
  border-radius: 5px;
  background: #04457A;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
#multi_about .sec1 .left-col .seemore a {
  line-height: 34px;
}
#multi_about .sec1 .left-col .seemore:after {
  content: "";
  background: #ffffff;
  height: 155px;
  left: -150px;
  opacity: 0.2;
  position: absolute;
  top: 0%;
  transform: rotate(26deg) translateY(-50%);
  transition: all 0.35s;
  width: 70px;
  pointer-events: none;
}
#multi_about .sec1 .left-col .seemore:hover a {
  text-decoration: underline;
}
#multi_about .sec1 .left-col .seemore:hover:after {
  left: 120%;
  transition: all 0.35s;
}
#multi_about .sec1 .left-col .seemore:hover i {
  transform: translateX(5px);
  transition: all 0.35s;
}
#multi_about .sec1 .left-col .seemore i {
  margin-left: 5px;
  font-size: 16px;
  transition: all 0.35s;
}
#multi_about .sec1 .right-col iframe {
  width: 100%;
  border: 0;
  max-height: 330px;
}
#multi_about .sec2 {
  margin-top: 70px;
}
#multi_about .sec2 .row .right-col {
  margin-top: 20px;
}
@media (min-width: 601px) {
  #multi_about .sec2 .row .right-col {
    padding-left: 55px;
    margin-top: 0;
  }
}
#multi_about .sec2 .row .item {
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media (min-width: 601px) {
  #multi_about .sec2 .row .item {
    margin-bottom: 18px;
    padding-bottom: 18px;
  }
}
#multi_about .sec2 .row .item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#multi_about .sec2 .row .item h2 {
  position: relative;
  color: #04457A;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 18px;
}
@media (min-width: 601px) {
  #multi_about .sec2 .row .item h2 {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .item h2 {
    font-size: 30px;
  }
}
#multi_about .sec2 .row .image.active {
  display: block;
}
#multi_about .sec2 .row .active h2 {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media (min-width: 601px) {
  #multi_about .sec2 .row .active h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
#multi_about .sec2 .row .active h2:before {
  content: url("../../../../../resources/images/user/active.png");
  margin-right: 15px;
}
#multi_about .sec2 .row .active h2:after {
  content: "";
  background: #04457A;
  height: 4px;
  width: 95px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#multi_about .sec2 .row .image {
  display: none;
  position: relative;
}
@media (max-width: 600px) {
  #multi_about .sec2 .row .image {
    max-width: 80%;
    margin: auto;
  }
}
#multi_about .sec2 .row .image .bg-yellow {
  max-width: 442px;
  margin: auto;
  border-radius: 50%;
  background-image: linear-gradient(to right, #FF960B, #E36A00);
  height: 276px;
}
@media (min-width: 401px) {
  #multi_about .sec2 .row .image .bg-yellow {
    height: 316px;
  }
}
@media (min-width: 480px) {
  #multi_about .sec2 .row .image .bg-yellow {
    height: 354px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image .bg-yellow {
    height: 442px;
  }
}
@media (max-width: 992px) {
  #multi_about .sec2 .row .image .bg-yellow img {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  #multi_about .sec2 .row .image .bg-yellow {
    max-width: 354px;
  }
  #multi_about .sec2 .row .image .bg-yellow img {
    max-width: 60%;
  }
}
@media (max-width: 992px) {
  #multi_about .sec2 .row .image .pos img {
    max-width: 60%;
  }
}
#multi_about .sec2 .row .image img.main-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-49%);
}
#multi_about .sec2 .row .image:first-child .pic:nth-child(1) {
  right: 20%;
  top: -5%;
}
@media (min-width: 992px) {
  #multi_about .sec2 .row .image:first-child .pic:nth-child(1) {
    top: 0;
  }
}
#multi_about .sec2 .row .image:first-child .pic:nth-child(2) {
  top: 25%;
  left: 2%;
}
#multi_about .sec2 .row .image:first-child .pic:nth-child(3) {
  bottom: 5%;
  right: 0%;
}
@media (min-width: 992px) {
  #multi_about .sec2 .row .image:first-child .pic:nth-child(3) {
    right: 17%;
  }
}
#multi_about .sec2 .row .image:nth-child(2) img.main-img {
  transform: translateX(-52%);
}
#multi_about .sec2 .row .image:nth-child(2) .pic:nth-child(1) {
  top: 25%;
  left: 0;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(2) .pic:nth-child(1) {
    left: 6%;
  }
}
#multi_about .sec2 .row .image:nth-child(2) .pic:nth-child(2) {
  top: 15%;
  right: -10%;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(2) .pic:nth-child(2) {
    right: 5%;
  }
}
#multi_about .sec2 .row .image:nth-child(2) .pic:nth-child(3) {
  bottom: 15%;
  left: 5%;
}
#multi_about .sec2 .row .image:nth-child(3) .pic:nth-child(1) {
  bottom: 5%;
  left: 10%;
}
#multi_about .sec2 .row .image:nth-child(3) .pic:nth-child(2) {
  top: 5%;
  right: 0%;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(3) .pic:nth-child(2) {
    right: 10%;
  }
}
#multi_about .sec2 .row .image:nth-child(3) .pic:nth-child(3) {
  top: 5%;
  left: 10%;
}
#multi_about .sec2 .row .image:nth-child(4) img.main-img {
  transform: translateX(-62%);
}
#multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(1) {
  bottom: 10%;
  right: -5%;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(1) {
    right: 12%;
  }
}
#multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(2) {
  top: 5%;
  right: 0%;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(2) {
    right: 10%;
  }
}
#multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(3) {
  top: 10%;
  left: 0%;
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .image:nth-child(4) .pic:nth-child(3) {
    left: 8%;
  }
}
#multi_about .sec2 .row .image .pic {
  position: absolute;
}
#multi_about .sec2 .row .short {
  display: none;
  font-size: 14px;
}
@media (min-width: 601px) {
  #multi_about .sec2 .row .short {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec2 .row .short {
    font-size: 18px;
  }
  #multi_about .sec2 .row .short p {
    line-height: 1.8;
  }
}
#multi_about .sec3 {
  padding: 58px 0;
}
#multi_about .sec3 .box_item {
  margin: 0 -10px;
}
#multi_about .sec3 .item {
  padding: 0 10px;
}
#multi_about .sec3 .item:hover .box_round .info {
  transform: scale(1);
  transition: 0.3s all;
}
#multi_about .sec3 .item:hover .box_round .info h3 {
  background-size: 100% 2px;
  transition: background-size 0.3s;
}
#multi_about .sec3 .item:hover .box_round .info .content {
  max-height: 300px;
  transition: max-height 0.5s;
}
#multi_about .sec3 .item .box_round {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
#multi_about .sec3 .item .box_round:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0e0e0e 0, transparent);
  pointer-events: none;
}
#multi_about .sec3 .item .box_round .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  transition: 0.3s all;
  pointer-events: none;
  z-index: 9;
  padding: 10px;
}
@media (min-width: 993px) {
  #multi_about .sec3 .item .box_round .info {
    padding: 28px;
  }
}
#multi_about .sec3 .item .box_round .info h3 {
  text-align: left;
  transition: 0.3s all;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 2px;
  transition: background-size 0.3s;
  display: inline-block;
}
@media (min-width: 993px) {
  #multi_about .sec3 .item .box_round .info h3 {
    margin-bottom: 20px;
  }
}
#multi_about .sec3 .item .box_round .info .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}
#multi_about .sec3 .item .box_round .info p {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 992px) {
  #multi_about .sec3 .item .box_round .info p {
    font-size: 14px;
    padding: 5px 0;
  }
}
#multi_about .sec3 .item .box_round .info p .material-icons {
  margin-right: 10px;
  font-size: 18px;
}
@media (min-width: 993px) {
  #multi_about .sec3 .item .box_round .info p .material-icons {
    font-size: 22px;
  }
}
#multi_about .sec3 .item h3 {
  font-weight: 500;
  text-align: center;
  padding: 5px 0 0;
  font-size: 24px;
}
@media (min-width: 601px) {
  #multi_about .sec3 .item h3 {
    font-size: 18px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec3 .item h3 {
    font-size: 24px;
  }
}
#multi_about .sec4 {
  background: var(--banner);
  background-position: center;
  padding: 70px 0;
  color: #ffffff;
}
#multi_about .sec4 .title_header {
  color: #ffffff;
  margin-bottom: 40px;
}
#multi_about .sec4 .slick-track:before, #multi_about .sec4 .slick-track:after {
  display: none;
}
#multi_about .sec4 .box_item {
  margin: 0 -15px;
}
#multi_about .sec4 .box_item .item {
  padding: 0 15px;
}
#multi_about .sec4 .box_item .item .box_round {
  background: #ffffff;
  color: #000000;
  border-radius: 15px;
  padding: 10px;
}
@media (min-width: 993px) {
  #multi_about .sec4 .box_item .item .box_round {
    padding: 20px;
  }
}
#multi_about .sec4 .box_item .item .box_round .info {
  display: flex;
  align-items: center;
}
#multi_about .sec4 .box_item .item .box_round .info a {
  flex: 0 0 88px;
  text-align: center;
}
#multi_about .sec4 .box_item .item .box_round .info h3 {
  color: #FF960B;
  font-weight: 500;
  font-size: 16px;
}
@media (min-width: 601px) {
  #multi_about .sec4 .box_item .item .box_round .info h3 {
    font-size: 18px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec4 .box_item .item .box_round .info h3 {
    font-size: 22px;
  }
}
#multi_about .sec4 .box_item .item .box_round .content {
  text-align: center;
  min-height: 91px;
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  font-size: 15px;
}
@media (min-width: 993px) {
  #multi_about .sec4 .box_item .item .box_round .content {
    font-size: 18px;
  }
}
#multi_about .sec4 .box_item .item .box_round .content:after {
  content: "";
  width: 50%;
  position: absolute;
  background: #707070;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#multi_about .sec5 {
  padding: 65px 0 55px;
  background: #bcdaf2;
  margin-bottom: 70px;
}
#multi_about .sec5 .box_item {
  margin: auto;
  max-width: 90%;
}
@media (min-width: 769px) {
  #multi_about .sec5 .box_item {
    max-width: 80%;
  }
}
#multi_about .sec5 .item {
  padding: 15px 9px;
}
#multi_about .sec5 .item .box_round {
  text-align: center;
  border-radius: 10px;
  padding: 20px 5px;
  min-height: 320px;
}
#multi_about .sec5 .item .box_round.go .info > a:after {
  border-top: 8px solid #2576b9;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
#multi_about .sec5 .item .box_round.go .info > a:before {
  border-radius: 100%;
  border-top-color: #2576b9;
  border-right-color: #2576b9;
  border-bottom-color: #2576b9;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
#multi_about .sec5 .item .box_round .info > a {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
#multi_about .sec5 .item .box_round .info > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 100%;
  border: 0 solid transparent;
}
#multi_about .sec5 .item .box_round .info > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border: 8px solid transparent;
}
#multi_about .sec5 .item .box_round h3 {
  padding: 23px 0;
  font-weight: 500;
  color: #04457A;
  font-size: 18px;
}
@media (min-width: 601px) {
  #multi_about .sec5 .item .box_round h3 {
    font-size: 20px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec5 .item .box_round h3 {
    font-size: 30px;
  }
}
#multi_about .sec5 .item .box_round .content {
  font-size: 15px;
}
#multi_about .sec5 .slick-prev {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  left: -8%;
}
#multi_about .sec5 .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 36px;
  opacity: 1;
  font-weight: 600;
}
#multi_about .sec5 .slick-next {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  right: -8%;
}
#multi_about .sec5 .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 36px;
  opacity: 1;
  margin-left: 3px;
  font-weight: 600;
}
#multi_about .sec6 .box_item {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 401px) {
  #multi_about .sec6 .box_item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 601px) {
  #multi_about .sec6 .box_item {
    margin-top: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 993px) {
  #multi_about .sec6 .box_item {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
#multi_about .sec6 .box_item .col-left {
  flex: 0 0 50%;
  max-width: 50%;
}
#multi_about .sec6 .box_item .col-right {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 45px;
  position: relative;
}
#multi_about .sec6 .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 401px) {
  #multi_about .sec6 .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
#multi_about .sec6 .item .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  height: 189px;
  padding: 10px;
}
@media (min-width: 769px) {
  #multi_about .sec6 .item .top {
    height: 236px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec6 .item .top {
    padding: 20px;
    height: 280px;
  }
}
#multi_about .sec6 .item .top h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  #multi_about .sec6 .item .top h4 {
    font-size: 18px;
  }
}
@media (min-width: 993px) {
  #multi_about .sec6 .item .top h4 {
    font-size: 22px;
  }
}
#multi_about .sec6 .item .top .content {
  font-size: 16px;
  text-align: justify;
}
@media (max-width: 992px) {
  #multi_about .sec6 .item .top .content {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 768px) {
  #multi_about .sec6 .item .top .content {
    -webkit-line-clamp: 3;
  }
}
#multi_about .sec6 .item .box_round h3 {
  color: #FF960B;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 20px;
}
#multi_about .sec6 .item .box_round h3 span {
  font-weight: bold;
  margin-right: 5px;
}
@media (min-width: 992px) {
  #multi_about .sec6 .item .box_round h3 span {
    font-size: 50px;
  }
}
#multi_about .sec6 .item .box_round .content {
  font-size: 18px;
}
#multi_about .sec6 .img {
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
}
#multi_about .sec6 .img:hover img {
  transform: scale(1.05);
  transition: 0.5s all;
}
#multi_about .sec6 .img img {
  transition: 0.5s all;
}
#multi_about .sec6 .slider, #multi_about .sec6 .slick-list, #multi_about .sec6 .slick-track {
  position: unset;
}
#multi_about .sec6 .slick-prev {
  left: 45px;
  background: transparent;
  border: 1px solid #013668;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: unset;
  bottom: 0;
}
#multi_about .sec6 .slick-prev:before {
  content: "\e5de";
  font-family: "Material Icons";
  color: #013668;
  font-size: 31px;
  opacity: 1;
}
#multi_about .sec6 .slick-next {
  left: 88px;
  right: unset;
  background: transparent;
  border: 1px solid #013668;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  top: unset;
  bottom: 0;
}
#multi_about .sec6 .slick-next:before {
  content: "\e5df";
  font-family: "Material Icons";
  color: #013668;
  font-size: 31px;
  opacity: 1;
}
#multi_about .sec7 {
  margin-top: 50px;
}
#multi_about .sec7 .container {
  background: #04457A;
  border-radius: 40px 0 40px 0;
  max-width: 1200px;
  color: #ffffff;
  padding: 25px 5px;
}
@media (min-width: 601px) {
  #multi_about .sec7 .container {
    padding: 45px 15px;
  }
}
#multi_about .sec7 .container .title_header {
  color: #ffffff;
}
#multi_about .sec7 .container .box_item {
  display: flex;
  flex-wrap: wrap;
}
#multi_about .sec7 .container .box_item .item {
  text-align: center;
  padding: 0 10px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 20px;
}
@media (min-width: 601px) {
  #multi_about .sec7 .container .box_item .item {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
  }
}
@media (min-width: 769px) {
  #multi_about .sec7 .container .box_item .item {
    padding: 0 33px;
  }
}
#multi_about .sec7 .container .box_item .item h3 {
  font-weight: 500;
  margin: 25px 0 15px;
  font-size: 30px;
}
@media (min-width: 993px) {
  #multi_about .sec7 .container .box_item .item h3 {
    font-size: 40px;
  }
}
#multi_about .sec7 .container .box_item .item .content {
  font-size: 16px;
}
#multi_about .sec8 {
  padding-top: 60px;
}
#multi_about .sec8 .box_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}
#multi_about .sec8 .box_item .item {
  padding: 12px;
}
#multi_about .sec8 .box_item .item a {
  overflow: hidden;
}
#multi_about .sec8 .box_item .item a:hover img {
  transform: scale(1.05);
  transition: 0.5s all;
}
#multi_about .sec8 .box_item .item a img {
  transition: 0.5s all;
}
#multi_about .sec8 .slick-prev {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  left: -25px;
}
@media (max-width: 600px) {
  #multi_about .sec8 .slick-prev {
    left: 0;
  }
}
#multi_about .sec8 .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 36px;
  opacity: 1;
  font-weight: 600;
}
#multi_about .sec8 .slick-next {
  border-radius: 50%;
  width: 31px;
  height: 31px;
  right: -25px;
}
@media (max-width: 600px) {
  #multi_about .sec8 .slick-next {
    right: 0;
  }
}
#multi_about .sec8 .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 36px;
  opacity: 1;
  margin-left: 3px;
  font-weight: 600;
}
#multi_about .sec9 {
  background: var(--banner);
  background-position: center;
  padding: 70px 0 50px;
  color: #ffffff;
  margin-top: 60px;
}
#multi_about .sec9 .title_header {
  color: #ffffff;
  margin-bottom: 40px;
}
#multi_about .advisory {
  background: #F4F4F4;
  padding: 60px 0 40px;
}
#multi_about .advisory .box_header {
  font-family: "Source Sans Pro";
  display: block;
}
#multi_about .advisory .box_header .title {
  font-weight: bold;
  text-transform: uppercase;
  color: #04457A;
  line-height: 1;
  margin-bottom: 28px;
  font-size: 22px;
}
@media (min-width: 769px) {
  #multi_about .advisory .box_header .title {
    font-size: 26px;
  }
}
@media (min-width: 993px) {
  #multi_about .advisory .box_header .title {
    font-size: 30px;
  }
}
#multi_about .advisory .box_header .title span {
  display: block;
}
#multi_about .advisory .box_header .short {
  font-size: 16px;
  color: #000000;
  max-width: 95%;
}
@media (min-width: 1100px) {
  #multi_about .advisory .box_header .short {
    font-size: 20px;
  }
}
#multi_about .advisory .box_header .box_bottom {
  margin-top: 40px;
}
#multi_about .advisory .box_header .box_bottom a {
  border-radius: 25px;
  background: #FF960B;
  color: #ffffff;
  padding: 10px 30px;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
@media (min-width: 601px) {
  #multi_about .advisory .box_header .box_bottom a {
    font-size: 20px;
  }
}
#multi_about .advisory .box_header .box_bottom a i {
  font-size: 16px;
  margin-left: 3px;
}
#multi_about .advisory .box_content .item {
  background-image: linear-gradient(to right, #04457A, #042674);
  margin-bottom: 20px;
  border-radius: 15px;
  color: #ffffff;
  padding: 20px;
  display: flex;
}
#multi_about .advisory .box_content .item:hover {
  background: #ffffff;
  color: #000000;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  transition: 0.3s all;
}
#multi_about .advisory .box_content .item .col_l {
  flex: 0 0 90px;
  margin-right: 20px;
}
#multi_about .advisory .box_content .item .col_l .image {
  border: 3px solid rgba(244, 244, 244, 0.1);
  border-radius: 50%;
  overflow: hidden;
}
#multi_about .advisory .box_content .item .col_l .image img {
  height: 84px;
}
#multi_about .advisory .box_content .item .col_r .inner {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (min-width: 1100px) {
  #multi_about .advisory .box_content .item .col_r .inner {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #multi_about .advisory .box_content .item .col_r .inner {
    flex-wrap: wrap;
  }
}
#multi_about .advisory .box_content .item .col_r .inner .title {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
@media (min-width: 601px) {
  #multi_about .advisory .box_content .item .col_r .inner .title {
    margin-bottom: 5px;
    padding-top: 3px;
  }
}
#multi_about .advisory .box_content .item .col_r .inner .title:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 55%;
  top: 50%;
  transform: translateY(-50%);
  background: #ffffff;
  display: none;
}
@media (min-width: 480px) {
  #multi_about .advisory .box_content .item .col_r .inner .title:after {
    display: block;
  }
}
#multi_about .advisory .box_content .item .col_r .inner .rate {
  font-size: 14px;
  color: #FFD400;
}
#multi_about .advisory .box_content .item .col_r .content {
  font-size: 13px;
}
@media (min-width: 1100px) {
  #multi_about .advisory .box_content .item .col_r .content {
    font-size: 17px;
  }
}
@media (max-width: 480px) {
  #multi_about .advisory .box_content .item .col_r .content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 39px;
  }
}
#multi_about .extra .group {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(3, calc(33.3333333333% - 15px));
  grid-template-rows: 1fr 1fr;
}
@media (min-width: 993px) {
  #multi_about .extra .group {
    grid-template-columns: repeat(3, 385px);
    grid-template-rows: repeat(2, 221px);
  }
}
@media (max-width: 420px) {
  #multi_about .extra .group {
    grid-template-rows: 70px 70px;
  }
}
#multi_about .extra .group .item.youtube {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#multi_about .extra .group .item.youtube:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}
#multi_about .extra .group .item.youtube .material-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  color: #04457A;
}
#multi_about .extra .group .item:first-child {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
#multi_about .extra .group .item iframe {
  border: 0;
  border-radius: 10px;
}
#multi_about .extra .group .item a {
  height: 100%;
}
#multi_about .extra .group .item img {
  border-radius: 10px;
  height: 100%;
}
#multi_about .extra .slick-prev {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  left: -15px;
}
#multi_about .extra .slick-prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
}
#multi_about .extra .slick-next {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  background: #ffffff;
  right: -15px;
}
#multi_about .extra .slick-next:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #04457A;
  font-size: 16px;
  opacity: 1;
  margin-left: 3px;
}
#multi_about .regis_form {
  margin-top: 70px;
}
#multi_about .regis_form .video {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 824px) {
  #multi_about .regis_form .video {
    flex: 0 0 calc(100% - 432px);
    max-width: calc(100% - 432px);
  }
}
@media (min-width: 1028px) {
  #multi_about .regis_form .video {
    flex: 0 0 calc(100% - 502px);
    max-width: calc(100% - 502px);
  }
}
#multi_about .regis_form .video iframe {
  border: 0;
  width: 100%;
}
@media (max-width: 480px) {
  #multi_about .regis_form .video iframe {
    height: 300px;
  }
}
#multi_about .regis_form .form {
  width: 100%;
}
@media (min-width: 824px) {
  #multi_about .regis_form .form {
    width: 400px;
  }
}
@media (min-width: 1028px) {
  #multi_about .regis_form .form {
    width: 452px;
  }
}
#multi_about .regis_form .form .title_register {
  font-weight: bold;
  color: #04457A;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 34px;
  font-size: 24px;
}
@media (min-width: 480px) {
  #multi_about .regis_form .form .title_register {
    font-size: 30px;
  }
}
@media (min-width: 1100px) {
  #multi_about .regis_form .form .title_register {
    font-size: 40px;
  }
}
#multi_about .regis_form .form .title_register span {
  color: #FF960B;
}
#multi_about .regis_form .form .register_input {
  height: 53px;
  border: 0;
  background: #ffffff;
  width: 100%;
  margin-bottom: 12px;
  padding: 13px;
  padding-left: 19px;
  font-size: 16px;
}
@media (min-width: 1100px) {
  #multi_about .regis_form .form .register_input {
    font-size: 18px;
  }
}
#multi_about .regis_form .form .register_input::-moz-placeholder {
  font-size: 15px;
  color: #000000;
}
#multi_about .regis_form .form .register_input::placeholder {
  font-size: 15px;
  color: #000000;
}
@media (min-width: 1100px) {
  #multi_about .regis_form .form .register_input::-moz-placeholder {
    font-size: 18px;
  }
  #multi_about .regis_form .form .register_input::placeholder {
    font-size: 18px;
  }
}
#multi_about .regis_form .form .btn_send {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  background: #04457A;
  border-radius: 25px;
  padding: 10px 37px;
  margin-top: 38px;
  animation: pulse 1.7s infinite;
  font-size: 14px;
}
@media (min-width: 480px) {
  #multi_about .regis_form .form .btn_send {
    font-size: 18px;
  }
}
#multi_about .regis_form .form .btn_send:hover {
  background: #FF960B;
}

#item_detail {
  font-family: "UTMHelve";
  font-size: 20px;
  color: #707070;
}
#item_detail .box_header {
  margin-bottom: 1rem;
}
@media (min-width: 601px) {
  #item_detail .box_header {
    margin-bottom: 3rem;
  }
}
#item_detail .box_header h1 {
  font-family: "Baloo 2", cursive;
  text-transform: uppercase;
  color: #08A2D5;
  font-size: 25px;
}
@media (min-width: 601px) {
  #item_detail .box_header h1 {
    font-size: 40px;
  }
}
@media (min-width: 1100px) {
  #item_detail .box_header h1 {
    font-size: 50px;
  }
}
#item_detail #category {
  display: none;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 5px #cfcfcf;
  margin: 2rem 0;
  position: relative;
  padding: 1rem;
}
@media (min-width: 601px) {
  #item_detail #category {
    max-width: 65%;
  }
}
@media (min-width: 992px) {
  #item_detail #category {
    max-width: 80%;
    padding: 2rem 5rem;
  }
}
#item_detail #category:after {
  content: "";
  background: url(../../../../../resources/images/icon_short.png) no-repeat;
  height: 100%;
  top: 0;
  background-size: contain;
  position: absolute;
  left: 83%;
  width: 475px;
  animation: right 3s ease-in-out infinite;
}
#item_detail #category:before {
  content: "";
  background: #eaf7fb;
  height: 100%;
  top: 0;
  position: absolute;
  left: 98%;
  width: 2rem;
}
@media (max-width: 600px) {
  #item_detail #category:before {
    display: none;
  }
}
#item_detail #category.show {
  display: block;
}
#item_detail #category .category_title {
  font-family: "UTMHelve";
  font-weight: 700;
  color: #FF8225;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 22px;
}
@media (min-width: 601px) {
  #item_detail #category .category_title {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  #item_detail #category .category_title {
    font-size: 30px;
  }
}
#item_detail #category ul li {
  margin-bottom: 1rem;
}
#item_detail #category ul li a {
  font-family: "UTMHelve";
  font-size: 20px;
  color: #FF8225;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  #item_detail #category ul li a {
    font-size: 26px;
  }
}
#item_detail #category ul li:last-child {
  margin-bottom: 0;
}
#item_detail > img {
  width: 100%;
  height: auto;
}
#item_detail .date {
  font: 400 14px/1.2 "Baloo 2", cursive;
  font-style: italic;
  padding: 5px 2rem 5px 1rem;
  color: #a2a2a2;
  background: #F1F1F1;
  display: inline-block;
}
#item_detail .date span {
  margin-left: 5px;
}
#item_detail .date i {
  margin-right: 5px;
}
#item_detail > .short {
  font-family: "UTMHelve-Italic";
  font-size: 20px;
  color: #060606;
  margin-bottom: 2rem;
}
#item_detail > .short p {
  line-height: 35px;
}
#item_detail > .item-content {
  padding-bottom: 20px;
}
#item_detail > .item-content h2 {
  font-family: "Baloo 2", cursive;
  font-weight: bold;
  text-transform: uppercase;
  color: #707070;
  font-size: 30px;
}
@media (min-width: 992px) {
  #item_detail > .item-content h2 {
    font-size: 40px;
  }
}
#item_detail > .item-content a {
  color: #08A2D5;
}
#item_detail > .item-content p {
  padding: 0;
  line-height: 35px;
}
#item_detail > .item-content img {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 5px 0;
  margin: auto;
}
#item_detail .tool-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  border-top: 1px solid #ebebeb;
  padding: 20px 0;
  clear: both;
}
#item_detail .tool-share > .title {
  font: 600 14px/150% "Baloo 2", cursive;
  text-transform: uppercase;
  color: #7a7a7a;
  padding-right: 20px;
}
#item_detail .tool-share ul {
  flex: 0 0 94px;
  max-width: 94px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
#item_detail .tool-share ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0 2.5px;
  cursor: pointer;
}
#item_detail .tool-share ul li a {
  display: block;
}
#item_detail .tool-share ul li a i {
  color: #1b75b9;
  border-radius: 6px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#item_detail .tool-share ul li a i:before {
  font-size: 1.6rem;
}
#item_detail .tool-share ul li.zalo-share-button {
  background: url("../../../../../resources/images/zalo-footer.png") center center no-repeat;
  background-size: 20px 20px;
  height: 27px !important;
}
#item_detail .tool-share ul li.zalo-share-button iframe {
  display: none;
}

.list_other {
  padding: 35px 0;
  margin-top: 3rem;
}
.list_other .list_other-title {
  font-family: "UTMHelve";
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #08A2D5;
  text-align: right;
}
.list_other .list_other-title span.border_bullet {
  background: #08A2D5;
  border-radius: 5px 5px 0 0;
  padding: 5px 1rem;
}
.list_other .list_other-title span.border_bullet:after, .list_other .list_other-title span.border_bullet:before {
  display: none;
}
.list_other .list_other-title ul {
  display: inline-flex;
}
.list_other .list_other-title ul li span {
  background: rgba(112, 112, 112, 0.15);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 2px;
  cursor: pointer;
}
.list_other .list_other-title ul li span i {
  font-weight: 300;
}/*# sourceMappingURL=about.css.map */