/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.3s all !important;
}
a:hover {
  color: #005A7A;
}

a:hover,
a:focus {
  text-decoration: none;
}

input {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

body {
  background: #fff;
  color: #000000;
  max-width: 100%;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}
@media (max-width: 1023px) {
  body {
    font-size: 14px;
  }
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}
body h1 h2, body h3 h4, body h5 h6 {
  line-height: 1.15;
}

.container {
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 1440px) {
  .container {
    max-width: 100%;
    padding: 0 70px;
  }
}
@media (max-width: 1364px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 1023px) {
  .row {
    margin: 0 -10px;
  }
}
@media (max-width: 1023px) {
  .row > div {
    padding: 10px 10px;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

/*======================================== end config =================================*/
.padd-main {
  padding: 100px 0;
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 32px 0;
  }
}

.title {
  margin-bottom: 48px;
  position: relative;
}
@media (max-width: 1023px) {
  .title {
    margin-bottom: 24px;
  }
}
.title h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
}
@media (max-width: 1364px) {
  .title h2 {
    font-size: 36px;
  }
}
@media (max-width: 1023px) {
  .title h2 {
    font-size: 24px;
  }
}
.title h3 {
  font-size: 24px;
  font-weight: 600;
}
.title span {
  color: #1d3857;
}

.btn-main a, .btn-main input {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #1d3857;
  padding: 10px 30px;
  border-radius: 46px;
  font-weight: bold;
  cursor: pointer;
  border: 0;
}
@media (max-width: 1023px) {
  .btn-main a, .btn-main input {
    padding: 6px 20px;
  }

  .btn-main .btn-cup {
    width: 100%;
    font-size: 16px;
    margin-top: 1rem;
  }

  .btn-main .btn-cup img {
    width: 60px;
    height: 60px;
  }
}
.btn-main a svg, .btn-main input svg {
  margin-right: 16px;
}

footer {
  background: #1d3857;
  color: rgb(255, 255, 255);
}
footer .logo {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  footer .logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    margin-bottom: 0;
  }
}

.content-footer {
  padding: 66px 0;
  border-bottom: 1px solid #FFF;
}
@media (max-width: 1280px) {
  .content-footer {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .content-footer {
    padding: 32px 0;
  }
}
.content-footer h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .content-footer h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-footer h2 {
    font-size: 16px;
  }
}
.content-footer .hotline {
  font-size: 20px;
  font-weight: 600;
  padding: 8px 0;
}
@media (max-width: 1280px) {
  .content-footer .hotline {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .content-footer .hotline {
    font-size: 16px;
  }
}
.content-footer .social ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .content-footer .social ul {
    justify-content: flex-start;
  }
}
.content-footer .social ul li {
  margin-right: 8px;
}
.content-footer .social ul li:last-child {
  margin: 0;
}
@media (max-width: 1023px) {
  .content-footer .row > div {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .content-footer .row > div:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .content-footer h2 {
    text-align: left;
  }
}

.fter-maps {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fter-maps iframe {
  width: 100%;
  height: 168px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .fter-maps iframe {
    border-radius: 10px;
  }
}

.fter-bot {
  padding: 20px 0;
  color: rgb(255, 255, 255);
  opacity: 0.3;
  font-size: 12px;
}
@media (max-width: 767px) {
  .fter-bot {
    font-size: 10px;
  }
}
.fter-bot a {
  color: rgb(255, 255, 255);
}
.fter-bot ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.fter-bot ul li {
  position: relative;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .fter-bot ul li {
    padding-right: 20px;
  }
}
.fter-bot ul li:after {
  content: "-";
  position: absolute;
  top: 0;
  right: 18px;
}
@media (max-width: 767px) {
  .fter-bot ul li:after {
    right: 8px;
  }
}
.fter-bot ul li:last-child {
  padding: 0;
}
.fter-bot ul li:last-child:after {
  display: none;
}

.header-pc {
  border-top: 5px solid #0b1e33;
  padding: 26px 0 0 0;
  position: relative;
  z-index: 10;
  margin-bottom: -20px;
}
@media (max-width: 1023px) {
  .header-pc {
    display: none;
  }
}

.content-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}
.content-header-top ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-header-top ul li {
  margin-right: 32px;
}
@media (max-width: 1280px) {
  .content-header-top ul li {
    margin-right: 24px;
  }
}
.content-header-top ul li:last-child {
  margin-right: 0;
}
.content-header-top .hotline {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 16px 3px 3px;
  border-radius: 40px;
  border: 1px solid #1d3857;
}
@media (max-width: 1200px) {
  .content-header-top .hotline {
    font-size: 12px;
  }
}
.content-header-top .hotline .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.content-header-top .logo img {
  max-height: 60px;
}
@media (max-width: 1280px) {
  .content-header-top .logo img {
    max-height: 50px;
  }
}
@media (max-width: 1150px) {
  .content-header-top .logo img {
    max-height: 40px;
  }
}
@media (max-width: 1280px) {
  .content-header-top .btn-main {
    font-size: 12px;
  }
}

.head-right .social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-right .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.head-right .social a:last-child {
  margin: 0;
}

.head-menu {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 17px 32px;
  border-radius: 40px;
  background: #1d3857;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1364px) {
  .head-menu {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .head-menu {
    font-size: 12px;
  }
}
.head-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.head-menu ul li {
  margin-right: 32px;
}

.head-menu ul li:hover>a {
  color: wheat;
  text-decoration: underline;
}

@media (max-width: 1364px) {
  .head-menu ul li {
    margin-right: 24px;
  }
}
@media (max-width: 1280px) {
  .head-menu ul li {
    margin-right: 16px;
  }
}
.head-menu ul li:last-child {
  margin: 0;
}
.head-menu ul li a {
  color: #fff;
  font-size: 600;
}

.box-bread {
  position: relative;
}
.box-bread .content-bread {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.box-bread ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .box-bread ul {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .box-bread ul {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.box-bread ul li {
  margin-right: 36px;
  position: relative;
}
.box-bread ul li:after {
  content: ".";
  position: absolute;
  top: -11px;
  right: -21px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 1;
  font-size: 40px;
}
.box-bread ul li:last-child {
  margin: 0;
}
.box-bread ul li:last-child:after {
  display: none;
}
.box-bread h1, .box-bread h2 {
  font-size: 44px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .box-bread h1, .box-bread h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .box-bread h1, .box-bread h2 {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .box-bread .avarta-bread img {
    min-height: 220px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .box-bread .avarta-bread img {
    min-height: 160px;
  }
}

.header-mb {
  position: relative;
  background: #fff;
  display: none;
  padding: 16px 0;
}
@media (max-width: 1023px) {
  .header-mb {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-mb {
    padding: 10px 0;
  }
}

.content-head-mb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-head-mb ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.content-head-mb ul li {
  margin-right: 16px;
}
.content-head-mb ul li:last-child {
  margin-right: 0;
}
.content-head-mb ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-head-mb ul li a svg {
  width: auto;
  height: 26px;
}
@media (max-width: 767px) {
  .content-head-mb .logo img {
    height: 38px;
  }
}

.video-about {
  position: relative;
  padding-top: 76.9230769231%;
  overflow: hidden;
}
.video-about iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.txt-about {
  font-size: 14px;
}
@media (max-width: 767px) {
  .txt-about {
    margin-top: 24px;
  }
}
.txt-about .title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .txt-about .title {
    margin-bottom: 20px;
  }
}
.txt-about .desc-about {
  margin-bottom: 48px;
}
@media (max-width: 1023px) {
  .txt-about .desc-about {
    margin-bottom: 24px;
  }
}

.box-about .row {
  margin: 0 -24px;
}
@media (max-width: 1023px) {
  .box-about .row {
    margin: 0 -10px;
  }
}
.box-about .row > div {
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .box-about .row > div {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .box-study {
    padding: 32px 0;
  }
}

.list-service {
  position: relative;
  z-index: 3;
  margin-bottom: -60px;
  padding: 0 52px;
}
@media (max-width: 1364px) {
  .list-service {
    padding: 0 32px;
  }
}
@media (max-width: 767px) {
  .list-service {
    padding: 0;
    margin: 0 0 20px 0;
  }
}
.list-service .item-service {
  position: relative;
  display: block;
  background: url("../images/b-service.png") no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
  padding: 40px 20px 52px 20px;
  overflow: hidden;
}
@media (max-width: 1364px) {
  .list-service .item-service {
    padding: 40px 20px;
  }
}
@media (max-width: 1280px) {
  .list-service .item-service {
    padding: 24px 20px;
  }
}
@media (max-width: 1023px) {
  .list-service .item-service {
    padding: 24px 10px;
  }
}
@media (max-width: 767px) {
  .list-service .item-service {
    padding: 20px 5px;
    height: 100%;
    border-radius: 10px;
  }
}
@media (max-width: 1364px) {
  .list-service .item-service .icon img {
    height: 80px;
  }
}
@media (max-width: 1023px) {
  .list-service .item-service .icon img {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .list-service .item-service .icon img {
    height: 40px;
  }
}
.list-service .item-service .info {
  font-size: 24px;
  font-weight: 600;
  margin-top: 14px;
}
@media (max-width: 1364px) {
  .list-service .item-service .info {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .list-service .item-service .info {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .list-service .item-service .info {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .list-service .row {
    margin: 0 -2px;
  }
  .list-service .row > div {
    padding: 0 2px;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.avarta-service img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .avarta-service img {
    border-radius: 10px;
  }
}

.content-footer .logo img {
  max-height: 50px;
}

.item-adv {
  position: relative;
  background: #1d3857;
  padding: 20px;
  color: white;
  border-radius: 10px;
  height: 100%;
  box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
}
.item-adv .avarta {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .item-adv .avarta {
    margin-bottom: 20px;
  }
}
.item-adv .avarta img {
  border-radius: 10px;
}
.item-adv .head-adv {
  margin-bottom: 24px;
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .item-adv .head-adv {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .item-adv .head-adv {
    margin-bottom: 10px;
  }
}
.item-adv .head-adv span {
  flex: 0 0 30px;
  margin-right: 16px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 45px;
  line-height: 1;
}
@media (max-width: 1023px) {
  .item-adv .head-adv span {
    display: none;
  }
}
.item-adv .head-adv h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
.item-adv ul {
  list-style: none;
  font-size: 12px;
}
.item-adv ul li {
  margin-bottom: 24px;
  position: relative;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .item-adv ul li {
    margin-bottom: 16px;
  }
}
.item-adv ul li:last-child {
  margin-bottom: 0;
}
.item-adv ul li:after {
  content: "";
  width: 30px;
  height: 30px;
  background: url("../images/check.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.box-advantage .btn-main {
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .box-advantage .btn-main {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .box-advantage .col-md-3 {
    margin-bottom: 40px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .box-advantage .col-md-3 {
    margin-bottom: 32px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .box-certification {
    padding: 32px 0;
  }
}
.box-certification .row {
  margin: 0 -40px;
}
@media (max-width: 1023px) {
  .box-certification .row {
    margin: 0 -10px;
  }
}
.box-certification .row > div {
  padding: 0 40px;
}
@media (max-width: 1023px) {
  .box-certification .row > div {
    padding: 0 10px;
  }
}

.txt-content ul {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .txt-cert {
    margin-top: 20px;
  }
}
.txt-cert .desc {
  margin-bottom: 48px;
  font-size: 38px;
  font-weight: bold;
}
@media (max-width: 1364px) {
  .txt-cert .desc {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .txt-cert .desc {
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  .txt-cert .desc {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .txt-cert .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.box-work {
  padding: 80px 0;
  background: linear-gradient(90deg, #FFBD17 0%, #FBD718 30.5%, #FBD718 76%, #FFBD17 100%);
}
@media (max-width: 1023px) {
  .box-work {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .box-work {
    padding: 32px 0;
  }
}
.box-work .btn-main {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .box-work .btn-main {
    margin-top: 20px;
  }
}
.box-work .btn-main a {
  color: #fff;
  background: #000000;
}

.item-feedback {
  display: flex;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .item-feedback {
    display: block;
    padding: 0;
  }
}
.item-feedback .avarta {
  flex: 0 0 calc(50% + 50px);
}
.item-feedback .txt-feedback {
  flex: 0 0 50%;
  position: relative;
  z-index: 2;
  top: 33px;
  background: rgba(255, 189, 23, 0.8980392157);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 20px;
  right: 50px;
  padding: 55px;
  font-size: 22px;
  color: #0D0D0D;
}
@media (max-width: 1364px) {
  .item-feedback .txt-feedback {
    font-size: 18px;
    padding: 32px;
  }
}
@media (max-width: 1023px) {
  .item-feedback .txt-feedback {
    font-size: 14px;
    padding: 20px;
    top: 12px;
  }
}
@media (max-width: 767px) {
  .item-feedback .txt-feedback {
    top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    right: 0;
    border-radius: 0 0 10px 10px;
  }
}
.item-feedback .top {
  margin-bottom: 32px;
}
@media (max-width: 1023px) {
  .item-feedback .top {
    margin-bottom: 10px;
  }
}
.item-feedback .top p {
  font-size: 16px;
  margin-top: 16px;
}
@media (max-width: 1023px) {
  .item-feedback .top p {
    font-size: 14px;
    margin-top: 10px;
  }
}
.item-feedback .top h4 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1364px) {
  .item-feedback .top h4 {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-feedback .top h4 {
    font-size: 18px;
  }
}
.item-feedback .desc-fb {
  position: relative;
  padding-left: 61px;
}
@media (max-width: 1023px) {
  .item-feedback .desc-fb {
    padding-left: 40px;
  }
}
.item-feedback .desc-fb:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../images/kep.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .item-feedback .desc-fb:after {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 1023px) {
  .slide-partner {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .slide-partner {
    margin-top: 20px;
  }
}

.blog-big {
  position: relative;
}
@media (max-width: 767px) {
  .blog-big {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
  }
}
.blog-big .avarta {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .blog-big .avarta {
    margin-bottom: 16px;
  }
}
.blog-big .info h3 a {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .blog-big .info h3 a {
    font-size: 16px;
  }
}
.blog-big .info .date {
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
}
.blog-big .info .date svg {
  margin-right: 4px;
}
.blog-big .info .desc {
  margin-top: 16px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .item-blog {
    display: flex;
    margin-bottom: 20px;
  }
}
.item-blog .avarta {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .item-blog .avarta {
    flex: 0 0 45%;
    max-width: 45%;
    margin-bottom: 0;
    border-radius: 0;
    margin-right: 10px;
  }
  .item-blog .avarta img {
    border-radius: 10px;
  }
}
.item-blog .info a {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .item-blog .info a {
    font-size: 14px;
  }
}
.item-blog .info .date {
  margin-top: 8px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .item-blog .info .date {
    font-size: 12px;
  }
}
.item-blog .info .date svg {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .item-blog .info .date svg {
    height: auto;
    width: 16px;
    margin-right: 2px;
  }
}

.list-blog-small .col-md-6 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .list-blog-small .col-md-6 {
    margin-top: 0;
  }
}
.list-blog-small .col-md-6:first-child, .list-blog-small .col-md-6:nth-child(2) {
  margin-top: 0;
}

.box-blog .btn-main {
  margin-top: 48px;
}
@media (max-width: 767px) {
  .box-blog .btn-main {
    margin-top: 0;
  }
}

.box-register {
  padding: 65px 0 0 0;
  position: relative;
  background: linear-gradient(90deg, #3a898b 0%, #3a898b 30.5%, #3a898b 76%, #30526a 100%);
}
@media (max-width: 1023px) {
  .box-register {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 767px) {
  .box-register {
    padding: 32px 0;
  }
}
@media (max-width: 1023px) {
  .box-register .col-md-8 {
    flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 767px) {
  .box-register .col-md-8 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .box-register .col-md-4 {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 767px) {
  .box-register .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.txt-regis {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .txt-regis {
    padding-bottom: 0;
  }
}
.txt-regis .title-regis {
  color: #fff;
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .txt-regis .title-regis {
    font-size: 30px;
  }
}
@media (max-width: 1023px) {
  .txt-regis .title-regis {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .txt-regis .title-regis {
    margin-bottom: 20px;
  }
}

.frm-regis .item {
  margin-bottom: 10px;
}
.frm-regis .item:last-child {
  margin-bottom: 0;
}
.frm-regis .item label {
  color: #fff;
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}
.frm-regis .item .txt_field {
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1.5px solid #B8BCBF;
  height: 45px;
  border-radius: 4px;
  padding: 0 20px;
  outline: none;
  font-size: 14px;
}
.frm-regis .item textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1.5px solid #B8BCBF;
  height: 105px;
  border-radius: 4px;
  padding: 20px 20px;
  outline: none;
  font-size: 14px;
}
.frm-regis .item .btn-main .btn_field {
  background: #1d3857;
  color: #fff;
}

.wraper-block {
  padding: 0 60px;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1023px) {
  .wraper-block {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .wraper-block {
    padding: 0 20px;
  }
}
@media (max-width: 1023px) {
  .wraper-block .col-md-3 {
    display: none;
  }
}
@media (max-width: 1023px) {
  .wraper-block .col-md-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.item-news {
  margin-bottom: 48px;
  display: flex;
}
@media (max-width: 1023px) {
  .item-news {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .item-news {
    margin-bottom: 20px;
  }
}
.item-news:last-child {
  margin-bottom: 0;
}
.item-news .avarta {
  flex: 0 0 284px;
  max-width: 284px;
  margin-right: 24px;
}
@media (max-width: 767px) {
  .item-news .avarta {
    margin-right: 10px;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
.item-news .avarta img {
  border-radius: 10px;
}
.item-news .info h3 a {
  display: block;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1364px) {
  .item-news .info h3 a {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .item-news .info h3 a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .item-news .info h3 a {
    font-size: 14px;
  }
}
.item-news .date {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .item-news .date {
    font-size: 12px;
    margin-top: 4px;
  }
}
.item-news .date svg {
  margin-right: 4px;
}
@media (max-width: 767px) {
  .item-news .date svg {
    width: 16px;
    height: auto;
  }
}
.item-news .desc {
  color: #333333;
  margin-top: 16px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .item-news .desc {
    display: none;
  }
}

.banner-ads {
  margin-bottom: 60px;
}

.item-bar-new {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #DDDDDD;
}
.item-bar-new:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.item-bar-new .avarta {
  flex: 0 0 160px;
  margin-right: 16px;
  max-width: 160px;
}
@media (max-width: 1440px) {
  .item-bar-new .avarta {
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 10px;
  }
}
.item-bar-new .avarta img {
  border-radius: 10px;
}
.item-bar-new .info a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.sidebar-blog .t-bar {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.detail-top {
  margin-bottom: 58px;
}
@media (max-width: 1023px) {
  .detail-top {
    margin-bottom: 26px;
  }
}
.detail-top h1 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
  .detail-top h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .detail-top h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.detail-top .date {
  font-size: 14px;
  color: #333333;
  opacity: 0.8;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .detail-top .date {
    font-size: 12px;
  }
}
.detail-top .date svg {
  margin-right: 4px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  .detail-top .date svg {
    top: 0;
    height: auto;
    width: 16px;
  }
}

.txt-detail {
  margin-bottom: 26px;
}
.txt-detail img {
  max-width: 100%;
  height: auto !important;
}
.txt-detail p {
  margin-bottom: 16px;
}
.txt-detail p img {
  max-width: 100%;
  height: auto !important;
}

.box-other-blog {
  border-top: 1px solid #DDDDDD;
}
.box-other-blog .title-other {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .box-other-blog .title-other {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box-other-blog .col-md-3 {
    margin-bottom: 20px;
  }
  .box-other-blog .col-md-3:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .item-other-blog {
    display: flex;
  }
}
.item-other-blog .avarta {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 13px;
  position: relative;
}
@media (max-width: 767px) {
  .item-other-blog .avarta {
    flex: 0 0 45%;
    max-width: 45%;
    margin: 0 10px 0 0;
    border-radius: 0;
  }
}
.item-other-blog .info a {
  display: block;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .item-other-blog .info a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .item-other-blog .info a {
    font-size: 14px;
  }
}
.item-other-blog .date {
  margin-top: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .item-other-blog .date {
    font-size: 12px;
  }
}
.item-other-blog .date svg {
  position: relative;
  top: 1px;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .item-other-blog .date svg {
    top: 0;
    height: auto;
    width: 16px;
  }
}

@media (max-width: 1023px) {
  .top-content-about .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .top-content-about .col-md-6:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .top-content-about .col-md-6 {
    margin-bottom: 20px;
  }
}

.txt-content p {
  margin-bottom: 16px;
}
.txt-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .vision .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.vision .avarta img {
  border-radius: 20px;
}
.vision .txt {
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .vision .txt {
    padding: 0;
  }
}
.vision .txt-vision {
  background: #F5C429;
  padding: 24px;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .vision .txt-vision {
    background: transparent;
    border-radius: 0;
    padding: 0;
  }
}
.vision .txt-vision h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .vision .txt-vision h3 {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .vision-item {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .vision-item .avarta {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
.vision-item .txt {
  margin-top: -50px;
}
@media (max-width: 1023px) {
  .vision-item .txt {
    margin: 0 0 20px 0;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}

.mission .txt {
  margin-bottom: -30px;
}
@media (max-width: 1023px) {
  .mission .txt {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .list-core .col-md-4 {
    margin-bottom: 20px;
  }
  .list-core .col-md-4:last-child {
    margin-bottom: 0;
  }
}

.item-core {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .item-core {
    background: #f9f9f9;
    padding: 16px;
    max-width: 100%;
    border-radius: 12px;
  }
}
.item-core .avarta {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 10px;
}
.item-core .avarta img {
  max-height: 100%;
}
.item-core .info h3 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-core .info h3 {
    font-size: 16px;
  }
}
.item-core .info p {
  color: #333333;
}

.box-member {
  background: #e8f5ff;
}

.item-member {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  height: 100%;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
}
.item-member .avarta {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .item-member .avarta {
    margin-bottom: 12px;
  }
}
.item-member .avarta img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-member .avarta img {
    width: 180px;
    height: 180px;
  }
}
.item-member .top {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .item-member .top {
    margin-bottom: 14px;
  }
}
.item-member .top .name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .item-member .top .name {
    margin-bottom: 0;
    font-size: 18px;
  }
}
.item-member .top p {
  color: #333333;
  opacity: 0.5;
}
.item-member .desc {
  padding: 0 20px 20px 20px;
  color: #333333;
  font-size: 14px;
}
@media (max-width: 1023px) {
  .item-member .desc {
    padding: 0 0 20px 0;
  }
}
.item-member .desc ul {
  padding-left: 18px;
}
.item-member .desc ul li {
  margin-bottom: 8px;
}
.item-member .desc ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .list-adv .col-md-3 {
    margin-bottom: 20px;
  }
  .list-adv .col-md-3:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .item-adv-other {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 16px;
  }
}
.item-adv-other .avarta {
  margin-bottom: 10px;
}
.item-adv-other .info {
  font-size: 14px;
}
.item-adv-other .info h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-adv-other .info h3 {
    font-size: 16px;
  }
}
.item-adv-other .btn-view-more {
  margin-top: 36px;
}
@media (max-width: 767px) {
  .item-adv-other .btn-view-more {
    margin-top: 14px;
  }
}
.item-adv-other .btn-view-more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 60px;
  border: 1px solid #DDDDDD;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 767px) {
  .item-adv-other .btn-view-more a {
    padding: 8px 24px;
  }
}

.box-advance {
  border-bottom: 1px solid #DDDDDD;
}

.box-core-base {
  border-top: 1px solid #DDDDDD;
}

@media (max-width: 767px) {
  .txt-coso {
    margin-top: 20px;
  }
}
.txt-coso h3 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023px) {
  .txt-coso h3 {
    font-size: 18px;
  }
}
.txt-coso .desc {
  padding: 28px 0 48px 0;
}
@media (max-width: 1023px) {
  .txt-coso .desc {
    padding: 20px 0;
  }
}

/*# sourceMappingURL=style.css.map */

#gioi-thieu .top-content-about .txt-content ul,
#dich-vu .info .desc ul {
  list-style: none;
  padding: 0;
}

#gioi-thieu .top-content-about .txt-content ul li i,
#dich-vu .info .desc ul li i {
  padding-right: 8px;
  color: #1c40f2;
}

#gioi-thieu .top-content-about .txt-content ul {
  line-height: 32px;
}


.btn-cup {
  background: #f5c429 !important;
  border-radius: 0 !important;
  box-shadow: 2px 4px 4px rgba(0,0,0,0.15);
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #EBF5FF;
  border: 1px solid #EBF5FF;
  border-radius: 10px;
  color: rgb(30 66 159 / 1);
  padding: 10px 15px;
}

.card-hover:hover .item-adv,
.card-hover:hover .item-adv,
.card-hover:hover .item-member {
  transform: translateY(-8px);
  box-shadow: 0 4px 60px 0 rgba(0,0,0,0.2), 0 0 0 transparent;
  transition: all .25s cubic-bezier(.02,.01,.47,1);
}