/* BEGIN s-slide-9 */
.s-slide-9 .slick-list::before {
      padding-bottom: calc(40% + 4.68px);
}
.s-slide-9 {
    position: relative;
}
.s-slide-9 .slick-slide {
    position: relative;
}
.s-slide-9 .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.s-slide-9 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.s-slide-9 .slick-dots li button {
  color: transparent;
  font-size: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 3em;
  height: 3em;
}
.s-slide-9 .slick-slide {
  background-size: cover;
  background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.s-slide-9 .s_caption {
  width: 55%;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: 45%;
  text-align: center;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translate(-50%,-50%);
}
.s-slide-9 .s_caption .s_title {
  color: #285597;
  font-size: 2.5em;
  margin-bottom: 0.143em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 0 #ffffff;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
  font-size: 1.229em;
  margin-bottom: 1em;
  text-shadow: 1px 1px 0 #2b5597;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.s-slide-9 .s_caption .s_button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  color: #00a7e1;
  margin: auto;
  font-weight: bold;
  padding: 0.715em 1.072em 0.715em 1.072em;
  background-color: #fff;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:hover {
  color: #fff;
  background-color: #00a7e1;
}
@media screen and (max-width: 991px) {
  .s-slide-9 .s_caption {
    left: 70px;
    width: 80%;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .s-slide-9 .s_caption {
    display: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* END s-slide-9 */
.s-slide-13 .slick-list::before {
    padding-bottom: calc(40% + 4.18px);
}
.s-slide-13 .slick-slide {
  position: relative;
}
.s-slide-13 .slick-dots {
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.s-slide-13 .slick-dots li.slick-active {
  border: 1px solid #fff;
}
.s-slide-13 .slick-dots li.slick-active button {
  background-color: #fff;
}
.s-slide-13 .slick-dots li button {
  font-size: 4px;
  margin: 5px;
  color: transparent;
  background-color: #aaa;
  border-radius: 0;
  width: 3em;
  height: 3em;
}
.s-tencongty {
    background-size: 100%;
    background-position: center;
    position: relative;
}
.s-tencongty::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 86%);
}
.s-tencongty .tencongty {
    height: 235px;
    display: flex;
    justify-content: center;
}
.s-slide .img-holder {
    position: absolute;
    box-shadow: 0px 1px 6px 1px #eee;
    visibility: hidden;
    opacity: 0;
    left: 395px;
    cursor: pointer;
    z-index: 99;
}
.s-slide .slide {
    height: 300px;
}
.s-slide .img-holder img {
    height: 300px;
    display: block
}

.s-note {
    background-color: #2b5597;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: end
}
.s-note .note {
    display: flex;
    align-items: center
}
.s-note .note span {
    padding: 12px 0;
    color: #b70900;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.s-note marquee {
    width: 90%;
}
/* BEGIN c-statistic-3 */
.c-statistic-3 {
    text-align: center;
}
.c-statistic-3 .c_icon {
    font-size: 50px;
    color: #fff;
    margin-top: 15px;
}
.c-statistic-3 .c_number {
    color: #fff;
    margin: 0 auto 15px;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.c-statistic-3 .c_number::before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 55%;
    right: -35px;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 35px;
    display: none
}
.c-statistic-3 .c_number::after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}
.c-statistic-3 .c_text {
    font-size: 20px;
    text-transform: uppercase;
    color: #07b5f1;
    /* border: 1px solid #fff; */
    font-weight: bold;
    letter-spacing: 1px;
    text-shadow: 1px 0 #fff;















    /* BEGIN s-slide-9 */
.s-slide-9 .slick-list: :
    before {
      padding-bottom: calc(40% + 4.68px);
}
.s-slide-9 {
    position: relative;
}
.s-slide-9 .slick-slide {
    position: relative;
}
.s-slide-9 .slick-slide::
    before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots
    li button {
  color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 55%;
    color: #fff;
    font-style: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%,-50%);
}
.s-slide-9 .s_caption .s_title {
    color: #285597;
    font-size: 2.5em;
    margin-bottom: 0.143em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 1.229em;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #2b5597;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.s-slide-9 .s_caption .s_button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    color: #00a7e1;
    margin: auto;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:
    hover {
  color: #fff;
    background-color: #00a7e1;
}
    @media screen and (max-width: 991px) {
  .s-slide-9 .s_caption {
    left: 70px;
    width: 80%;
    font-size: 10px;
  }
}
    @media screen and (max-width: 767px) {
  .s-slide-9 .s_caption {
    display: none;
  }
}
    @keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* END s-slide-9 */
.s-slide-13 .slick-list::
    before {
    padding-bottom: calc(40% + 4.18px);
}
.s-slide-13 .slick-slide {
    position: relative;
}
.s-slide-13 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.s-slide-13 .slick-dots
    li.slick-active {
  border: 1px solid #fff;
}
.s-slide-13 .slick-dots
    li.slick-active button {
  background-color: #fff;
}
.s-slide-13 .slick-dots
    li button {
  font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 0;
    width: 3em;
    height: 3em;
}
.s-tencongty {
    background-size: 100%;
    background-position: center;
    position: relative;
}
.s-tencongty::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 86%);
}
.s-tencongty .tencongty {
    height: 235px;
    display: flex;
    justify-content: center;
}
.s-slide .img-holder {
    position: absolute;
    box-shadow: 0px 1px 6px 1px #eee;
    visibility: hidden;
    opacity: 0;
    left: 395px;
    cursor: pointer;
    z-index: 99;
}
.s-slide .slide {
    height: 300px;
}
.s-slide .img-holder
    img {
    height: 300px;
    display: block}

.s-note {
    background-color: #2b5597;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: end}
.s-note .note {
    display: flex;
    align-items: center}
.s-note .note
    span {
    padding: 12px 0;
    color: #b70900;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.s-note
    marquee {
    width: 90%;
}
/* BEGIN c-statistic-3 */
.c-statistic-3 {
    text-align: center;
}
.c-statistic-3 .c_icon {
    font-size: 50px;
    color: #fff;
    margin-top: 15px;
}
.c-statistic-3 .c_number {
    color: #fff;
    margin: 0 auto 15px;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.c-statistic-3 .c_number::
    before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 55%;
    right: -35px;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 35px;
    display: none}
.c-statistic-3 .c_number::
    after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}
.c-statistic-3 .c_text {
    font-size: 20px;
    text-transform: uppercase;
    color: #00a7e1;
    font-weight: bold;
    letter-spacing: 1px;
}
/* END c-statistic-3 */
.s-section-2 {
    padding: 50px 0 0;
}
.s-section-2 .s-block {
    margin: 0;
}
/* BEGIN s-home-31 */
.s-home-31 {
    background-image: url("/images/bgs/bg-15.webp");
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0;
    position: relative;
}
.s-home-31::
    before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color:rgb(39 85 152 / 80%);
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-31 .col-6:
    last-child .c-statistic-3 .c_number::before, .s-home-31 .col-6:first-child .c-statistic-3 .c_number::before {
    display: block}
/* END s-home-31 */
/* BEGIN s-danhmuc */
.s-danhmuc {
    padding: 50px 0;
    position: relative;
}
.s-danhmuc .slick-slider, .s-danhsach .slick-slider {
    z-index: 1;
}
.s-danhmuc .slick-slider .slick-list {
    margin: 0;
}
.s-danhmuc .slick-slider .item {
    margin: 0 5px;
}
.s-danhsach .slick-slider .slick-list {
    margin: 0 30px;
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 10px 20px;
}
/* BEGIN b-card-6 */
.b-card-6 {
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.b-card-6 .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgb(0 0 0 / 60%);
    transition: ease-in-out .3s}
.b-card-6 .b_title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center}
.b-card-6 .b_desc {
    text-align: justify;
    color: rgb(255 255 255 / 90%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 0;
}
.b-card-6:
    hover .desc {
    height: 100%;
}
/* END b-card-6 */
/* BEGIN s-home-32 */
.s-home-32 {
    padding: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0 -15px 20px -20px;
    position: relative;
    z-index: 1;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    display: none !important}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::
    before {
    content: '';
    display: block;
    padding-bottom: 50%;
}
.s-home-32 .item>
    a, .s-home-32 .item>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center}
.s-home-32 .item>
    a>img, .s-home-32 .item>div>img {
    width: 100%;
}

/* END s-home-32 */
.s-tab-4 {
    padding: 50px 0;
    position: relative;
    background-image: linear-gradient(to top left, rgb(40 21 100 / 10%) 0%, transparent 100%);
}
.s-tab-4::
    before {
    position: absolute;
    content: '';
    width: 50%;
    height: 70%;
    right: 0;
    top: 0;
    background-image: url('/images/bgs/bg-11.webp');
}
.s-tab-4 .headline-1 .title {
    padding: 0;
    background-color: transparent;
}
.s-tab-4 .headline-1 .title::
    before {
    display: none}
.s-tab-4 .s_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.s-tab-4 .s_menu>
    li a {
    display: block;
    font-weight: bold;
    padding: 2px 5px;
    color: #757575;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    transform: translateY(3px);
}
.s-tab-4 .s_menu>
    li {
    border-bottom: 3px solid #eee;
    padding: 0 15px;
}
.s-tab-4 .s_menu>
    li:first-child {
    padding-left: 0;
}
.s-tab-4 .s_menu>
    li:last-child {
    padding-right: 0;
}
.s-tab-4 .s_menu>
    li.is-active a {
    color: #2b5597;
    border-color: #b70900;
}
.s-tab-4 .s_content>
    li {
    display: none;
}
.s-tab-4 .s_content>
    li:first-child {
    display: block;
}
.s-tab-4.s-tab--icon .s_menu
    li a {
    border-radius: 5px;
}
.s-tab-4 .s_content .text-right
    span {
    font-style: italic;
    color: #666;
    transition: all .3s;
    font-size: 13px;
    transform: translateY(-35px);
    display: inline-block;
}
.s-tab-4 .s_content .text-right
    span:hover {
    text-decoration: underline;
    color: #00a7e1;
}
.s-tab-4 .more {
    position: relative;
    z-index: 9;
}
.s-tab-4 .b-card-5 {
    margin-bottom: 0;
    height: 100%;
}
/* BEGIN s-tab-5 */
.s-tab-5 {
    padding: 50px 0;
    position: relative;
}
.s-tab-5::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-image: url('/images/bgs/bg-13.webp');
    background-size: 100%;
    z-index: -1;
}
.s-tab-5 .s_menu>
    li a {
    display: block;
    padding: 10px 30px 10px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    position: relative;
}
.s-tab-5 .s_menu>
    li a::before {
    position: absolute;
    content: "";
    left: 2px;
    width: 110%;
    height: 100%;
    top: 0;
    background-color: #fff;
    border-left: 10px solid #00a7e1;
    border-radius: 8px 0 0 8px;
    display: none;
    transition: all .3s;
    z-index: 0;
}
.s-tab-5 .s_menu>
    li a img {
    position: relative;
    width: 100%;
    display: block}
.s-tab-5 .s_menu>
    li.is-active a::before {
    display: block}
.s-tab-5 .s_content {
    background-color: #fff;
    border-radius: 20px;
}
.s-tab-5 .s_content>
    li {
    display: none;
}
.s-tab-5 .s_content>
    li:first-child {
    display: block;
}
.s-tab-5.s-tab--icon .s_menu
    li a {
    border-radius: 5px;
}
.s-tab-5 .content {
    background-color: #f5f5f5;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.s-tab-5 .col-md-3, .s-tab-5 .col-md-9 {
    padding: 0;
}
.s-tab-5 .headline-1 .title {
    padding: 0;
    background-color: transparent;
    color: #fff;
}
.s-tab-5 .headline-1 .title::
    before {
    display: none}
/* END s-tab-5 */




.s-danhmuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 5) - 10px);
    /* chia theo item hiện có */
    float: left;
    /* thêm css theo item đang có */
}
.s-danhmuc .slick-slider .item:nth-child(
    n+6) {
    /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-danhmuc .slick-slider .item.slick-slide:nth-child(
    n+6) {
    /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
}
/* BEGIN b-card-10 */
.b-card-10 {
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-10
    i {
    color: #fff;
    font-size: 30px;
    background-color: #2b5597;
    border-radius: 50%;
    padding: 15px;
}
.b-card-10 .b_avatar {
    text-align: center;
    width: 50%;
}
.b-card-10 .b_avatar
    img {
    border-radius: 50%;
}
.b-card-10
    h2, .b-card-10 .info div {
    font-size: 25px;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #2b5597;
    font-weight: bold;
}
.b-card-10
    h3, .b-card-10 .info span {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.b-card-10 .b_comment {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    width: 50%;
}
.b-card-10 .b_comment
    fieldset {
    border: none;
    padding: 0;
}
.b-card-10 .b_comment
    fieldset legend {
    text-align: right;
    padding: 5px 15px;
}
.b-card-10 .b_comment
    fieldset p {
    color: #333;
    font-style: italic;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.b-card-10 .info {
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #00a7e1;
    line-height: 1.2;
}

/* END b-card-10 */

.s-slide {
    overflow: hidden;
}


.cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
    z-index: 1;
}

.box {
    /*     margin: -1.5rem; */
    width: 33rem;
    height: 27rem;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 1s all; */
}

.box:nth-child(2n) {
    transform: scale(0.85);
    z-index: -1;
}

.box:nth-child(2) {
    left: 5%;
}

.box:nth-child(4) {
    left: -5%;
}

.box:nth-child(4n + 1) {
    transform: scale(0.75);
    z-index: -2;
}

.box:nth-child(1) {
    left: 15%;
}

.box:nth-child(5) {
    left: -15%;
}

.card__text-content {
    text-align: center;
    width: 75%;
}

.card__title {
    padding: 1rem;
}

.box--hide {
    display: none;
}

.move-out-from-left {
    animation: moveOutLeft 0.5s ease-in-out;
}

.move-out-from-right {
    animation: moveOutRight 0.5s ease-in-out;
}

.move-to-position5-from-left {
    animation: moveToP5Left 0.5s ease-in-out;
}

.move-to-position4-from-left {
    animation: moveToP4Left 0.5s ease-in-out;
}

.move-to-position3-from-left {
    animation: moveToP3Left 0.5s ease-in-out;
}

.move-to-position2-from-left {
    animation: moveToP2Left 0.5s ease-in-out;
}


.move-to-position1-from-left{
    animation: moveToP1Left 0.5s ease-in-out;
}

.move-to-position5-from-right{
    animation: moveToP5Right 0.5s ease-in-out;
}
.move-to-position4-from-right{
    animation: moveToP4Right 0.5s ease-in-out;
}
.move-to-position3-from-right{
    animation: moveToP3Right 0.5s ease-in-out;
}
.move-to-position2-from-right{
    animation: moveToP2Right 0.5s ease-in-out;
}
.move-to-position1-from-right{
    animation: moveToP1Right 0.5s ease-in-out;
}
    @keyframes moveOutLeft {
    0% {
        transform: scale(0.75) translateX(0%);
    opacity: 1;
    }
    50% {
    transform: scale(0.5) translateX(-150%);
    opacity: 0.5;
    }
    100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
    }
}
    @keyframes moveOutRight {
    0% {
        transform: scale(0.75) translateX(0%);
    opacity: 1;
    }
    50% {
    transform: scale(0.5) translateX(150%);
    opacity: 0.5;
    }
    100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
    }
}
    @keyframes moveToP5Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP4Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP3Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
    transform: scale(1) translateX(0);
    }
}
    @keyframes moveToP2Left {
    from {
        transform: scale(1) translateX(100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP1Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP1Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP2Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP3Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
    transform: scale(1) translateX(0);
    }
}
    @keyframes moveToP4Right {
    from {
        transform: scale(1) translateX(-100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP5Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 5px 10px;
    height: 300px;
}
.b-card-6 .b_title {
    margin-bottom: 30px;
}

.s-form {
    position: fixed;
    top: 10%;
    width: 80%;
    z-index: 9999;
    margin-left: 10%;
    background: rgba(0,36,73,.7);
    padding: 26px;
    border-radius: 5px;
}
.dark-theme {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.s-image
    img {
    width: 100%;
}
.s-image {
    position: relative;
}
.s-image .close {
    position: absolute;
    right: -26px;
    top: -26px;
    background: #00a7e1;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.s-camket {
    padding: 40px 0;
}
.s-camket .s-list {
    margin-top: 50px;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    padding: 16px 4px;
    border-radius: 8px;
    height: calc( 100% - 10px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.b-card-3::
    after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>
    i {
    color: #05a;
    font-size: 55px;
}
.b-card-3 .b_content {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.b-card-3 .b_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    color: #281463;
    text-align: center;
    margin-top: 15px;
}
.b-card-3 .b_desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 12px 0;
    color: #444;
}
.b-card-3:
    hover {
    background: #291564;
    color: #fff;
}
.b-card-3:
    hover .b_title, .b-card-3:hover .b_desc {
    color: #fff;
}
/* END b-card-3 */
.s-chuyengia {
    padding: 50px 0;
    margin: 30px 0;
    position: relative;
}
.s-chuyengia::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/bgs/bg-13.webp);
    background-size: 100%;
    z-index: -1;
}
.s-chuyengia .headline-1 .title::
    before {
    background: none;
}
.s-chuyengia .headline-1 .title {
    color: #fff;
    background: none;
}
/* BEGIN b-card-36 */
.b-card-39 {
    display: block;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-39 .b_content {
    padding: 0 15px;
}
.b-card-39 .b_title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 8px;
    color: #2b5597;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-39 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #9f9c9c;
    text-align: justify;
    margin-bottom: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}
.b-card-39 .b_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    background-color: #00a7e1;
    text-transform: uppercase;
    position: relative;
    bottom: -5px;
}
.b-card-39 .b_btn::
    after {
  content: "";
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    position: absolute;
    right: -5px;
    bottom: 0;
}
.b-card-39 .b_job {
    text-align: center;
    color: #444;
    font-size: 16px;
    margin-bottom: 12px;
}
.b-card-39
    img {
    border-radius: 8px 8px 0 0;
}
    @media screen and (min-width: 992px) {
  .b-card-39 .b_content {
    padding: 0 19px 12px;
  }
  .b-card-39:
    hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .b-card-39:
    hover .b_title {
    color: #00a7e1;
  }
}

/* END b-card-36 */
    @media screen and (max-width: 479px){
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
    height: 170px;
    }
    .box {
    /*     margin: -1.5rem; */
    width: 25rem;
    height: 20rem;
    }
    .s-form {
    top: 35%;
    padding: 15px;
    width: 90%;
    position: fixed;
    top: 35%;
    width: 90%;
    z-index: 9999;
    margin-left: 5%;
    background: rgba(0,36,73,.7);
    padding: 15px;
    border-radius: 5px;
    }
    .s-image .close {
    position: absolute;
    right: -20px;
    top: -20px;
    }
}
    @media (min-width: 1260px) {
    .s-tab-5 .content {
        margin: 0 100px;
    }
    .s-note {
    margin-top: -16px;
    }
    .s-slide {
    margin-top: -175px;
    }
    .s-why .card1 {
    margin-left: -40px;
    }
    .s-why .card2 {
    margin-left: -6px;
    }
    .s-why .card4 {
    margin-left: -20px;
    }
    .s-why .card5 {
    margin-left: -75px;
    }
    .s-tab-4 .more {
    margin-top: -65px;
    }
}
    @media (max-width: 1259px) {
    .b-card-6 .desc {
        height: 100%;
    }

    .s-tencongty {
    display: none}
    .s-slide .img-holder {
    left: 300px;
    }
    .s-slide .img-holder img {
    height: 230px;
    }
    .s-slide .slide {
    padding: 20px 0 0;
    height: 270px;
    }
    .s-note marquee {
    width: 85%;
    }
    .s-note {
    height: auto;
    }
    .s-why .headline-1 h2::
    before {
        display: none}
}
    @media (max-width: 991px) {
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
    height: calc(100% - 10px);
    }
    .s-home-31 {
    background-size: cover;
    background-attachment: inherit;
    }
    .s-tab-4 .col-6:not(:
    last-child) .b-card-5 {
        margin-bottom: 30px;
    height: calc(100% - 30px);
    }
    .s-why .row>.col-md-6:
    first-child {
        order: 1}
    .s-danhmuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
    float: left;
        /* thêm css theo item đang có */
    }
    .s-danhmuc .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    }
    .s-danhmuc .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
    }
    .s-danhsach .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
    float: left;
        /* thêm css theo item đang có */
    }
    .s-danhsach .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    }
    .s-danhsach .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
    }
    .s-slide .img-holder {
    left: 180px;
    }
    .s-slide-13 .s_caption h3 {
    font-size: 20px;
    }
    .s-slide-13 .s_caption p {
    font-size: 13px;
    margin: 15px 0;
    }
    .b-card-10 {
    padding: 30px;
    display: block}
    .b-card-10 .b_comment {
    padding-right: 0;
    }
    .b-card-10 .b_avatar img {
    margin-top: 20px;
    }
    .s-tab-5 .s_menu>li a {
    padding: 18px 12px;
    }
}
    @media (max-width: 767px) {
    .s-tab-4 .s_menu {
        justify-content: inherit}
    .b-card-6 .b_desc {
    -webkit-line-clamp: 3;
    }
    .s-slide .img-holder {
    left: 90px;
    }
    .s-danhsach .slick-slider .slick-list {
    margin: 0 5px;
    }
    .s-danhsach .slick-slider .slick-prev, .s-danhsach .slick-slider .slick-next {
    font-size: 10px;
    }
    .s-danhsach .slick-slider .item {
    margin: 0 5px;
    }
    .s-slide-13 .s_caption {
    display: none;
    }
    .s-note .note span {
    display: none}
    .s-note .note {
    padding: 10px 0;
    }
    .s-note marquee {
    width: 100%;
    }
}
    @media (max-width: 575px) {
    .s-slide .img-holder {
        left: 60px;
    }
    .s-tab-4, .s-tab-5 {
    padding: 30px 0;
    }
    .s-danhmuc {
    padding: 30px 0 50px;
    }

}
    @media (max-width: 575px) {
    .s-slide .img-holder {
        left: 90px;
    }
}
    @media (max-width: 560px) {
    .s-slide .img-holder {
        left: 80px;
    }
}
    @media (max-width: 540px) {
    .s-slide .img-holder {
        left: 70px;
    }
}
    @media (max-width: 500px) {
    .s-slide .img-holder {
        left: 60px;
    }
}
    @media (max-width: 479px) {
    .s-why .card span {
        margin-left: 0;
    font-size: 18px;
    }
    .s-tab-4 .col-6:not(:
    last-child) .b-card-5 {
        margin-bottom: 10px;
    height: calc(100% - 10px);
    }
    .s-tab-4 .s_menu>li {
    padding: 0;
    }
    .s-tab-4 .s_content .text-right span {
    transform: translateY(-15px)}
    .s-tab-4 .s_menu>li a {
    font-size: 15px}
    .b-card-10 .b_comment fieldset p {
    font-size: 14px}
    .c-statistic-3 .c_icon, .c-statistic-3 .c_number {
    font-size: 25px}
    .c-statistic-3 .c_text {
    font-size: 16px}
    .c-statistic-3 .c_number::
    before {
        font-size: 25px}
    .b-card-6 .b_desc {
    display: none}
    .b-card-6 .desc {
    display: flex;
    align-items: center;
    justify-content: center}
    .b-card-6 .b_title {
    font-size: 15px;
    margin-bottom: 0;
    }
    .s-why .card i {
    display: none}
}
    @media (min-width: 1260px){
    .s-slide {
        margin-bottom: 15px;
    }
    .s-note {
    height: unset;
    }
}
    @media (max-width: 470px) {
    .s-slide .img-holder {
        left: 50px;
    }
}
    @media (max-width: 450px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
    @media (max-width: 430px) {
    .s-slide .img-holder {
        left: 30px;
    }
}
    @media (max-width: 410px) {
    .s-slide .img-holder {
        left: 20px;
    }
}
    @media (max-width: 385px) {
    .s-slide .img-holder {
        left: 20px;
    }
    .s-slide .img-holder img {
    height: 220px;
    }
}
    @media (max-width: 375px) {
    .s-slide .img-holder img {
        height: 170px;
    }
    .s-slide .img-holder {
    left: 50px;
    }
    .s-slide .slide {
    height: 210px;
    }
}
    @media (max-width: 350px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
    @media (max-width: 340px) {
    .s-slide .img-holder {
        left: 36px;
    }
}
    @media (max-width: 330px) {
    .s-slide .img-holder {
        left: 30px;
    }
};

/* BEGIN s-slide-9 */
.s-slide-9 .slick-list: :
    before {
      padding-bottom: calc(40% + 4.68px);
}
.s-slide-9 {
    position: relative;
}
.s-slide-9 .slick-slide {
    position: relative;
}
.s-slide-9 .slick-slide::
    before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
.s-slide-9 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 10px;
}
.s-slide-9 .slick-dots
    li button {
  color: transparent;
    font-size: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    width: 3em;
    height: 3em;
}
.s-slide-9 .slick-slide {
    background-size: cover;
    background-attachment: fixed;
}
.s-slide-9 .slick-active .s_title, .s-slide-9 .slick-active .s_desc, .s-slide-9 .slick-active .s_button {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.s-slide-9 .s_caption {
    width: 55%;
    color: #fff;
    font-style: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    text-align: center;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%,-50%);
}
.s-slide-9 .s_caption .s_title {
    color: #285597;
    font-size: 2.5em;
    margin-bottom: 0.143em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffffff;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.s-slide-9 .s_caption .s_desc {
    font-size: 1.229em;
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 #2b5597;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.s-slide-9 .s_caption .s_button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    color: #00a7e1;
    margin: auto;
    font-weight: bold;
    padding: 0.715em 1.072em 0.715em 1.072em;
    background-color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.s-slide-9 .s_caption .s_button:
    hover {
  color: #fff;
    background-color: #00a7e1;
}
    @media screen and (max-width: 991px) {
  .s-slide-9 .s_caption {
    left: 70px;
    width: 80%;
    font-size: 10px;
  }
}
    @media screen and (max-width: 767px) {
  .s-slide-9 .s_caption {
    display: none;
  }
}
    @keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* END s-slide-9 */
.s-slide-13 .slick-list::
    before {
    padding-bottom: calc(40% + 4.18px);
}
.s-slide-13 .slick-slide {
    position: relative;
}
.s-slide-13 .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
}
.s-slide-13 .slick-dots
    li.slick-active {
  border: 1px solid #fff;
}
.s-slide-13 .slick-dots
    li.slick-active button {
  background-color: #fff;
}
.s-slide-13 .slick-dots
    li button {
  font-size: 4px;
    margin: 5px;
    color: transparent;
    background-color: #aaa;
    border-radius: 0;
    width: 3em;
    height: 3em;
}
.s-tencongty {
    background-size: 100%;
    background-position: center;
    position: relative;
}
.s-tencongty::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 86%);
}
.s-tencongty .tencongty {
    height: 235px;
    display: flex;
    justify-content: center;
}
.s-slide .img-holder {
    position: absolute;
    box-shadow: 0px 1px 6px 1px #eee;
    visibility: hidden;
    opacity: 0;
    left: 395px;
    cursor: pointer;
    z-index: 99;
}
.s-slide .slide {
    height: 300px;
}
.s-slide .img-holder
    img {
    height: 300px;
    display: block}

.s-note {
    background-color: #2b5597;
    color: #fff;
    text-transform: uppercase;
    height: 70px;
    display: flex;
    align-items: end}
.s-note .note {
    display: flex;
    align-items: center}
.s-note .note
    span {
    padding: 12px 0;
    color: #b70900;
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
}
.s-note
    marquee {
    width: 90%;
}
/* BEGIN c-statistic-3 */
.c-statistic-3 {
    text-align: center;
}
.c-statistic-3 .c_icon {
    font-size: 50px;
    color: #fff;
    margin-top: 15px;
}
.c-statistic-3 .c_number {
    color: #fff;
    margin: 0 auto 15px;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.c-statistic-3 .c_number::
    before {
    content: "\f067";
    position: absolute;
    font-family: FontAwesome;
    top: 55%;
    right: -35px;
    transform: translateY(-50%);
    font-weight: normal;
    font-size: 35px;
    display: none}
.c-statistic-3 .c_number::
    after {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
}
.c-statistic-3 .c_text {
    font-size: 20px;
    text-transform: uppercase;
    color: #00a7e1;
    font-weight: bold;
    letter-spacing: 1px;
}
/* END c-statistic-3 */
.s-section-2 {
    padding: 50px 0 0;
}
.s-section-2 .s-block {
    margin: 0;
}
/* BEGIN s-home-31 */
.s-home-31 {
    background-image: url("/images/bgs/bg-15.webp");
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0;
    position: relative;
}
.s-home-31::
    before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color:rgb(39 85 152 / 80%);
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-31 .col-6:
    last-child .c-statistic-3 .c_number::before, .s-home-31 .col-6:first-child .c-statistic-3 .c_number::before {
    display: block}
/* END s-home-31 */
/* BEGIN s-danhmuc */
.s-danhmuc {
    padding: 50px 0;
    position: relative;
}
.s-danhmuc .slick-slider, .s-danhsach .slick-slider {
    z-index: 1;
}
.s-danhmuc .slick-slider .slick-list {
    margin: 0;
}
.s-danhmuc .slick-slider .item {
    margin: 0 5px;
}
.s-danhsach .slick-slider .slick-list {
    margin: 0 30px;
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 10px 20px;
}
/* BEGIN b-card-6 */
.b-card-6 {
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.b-card-6 .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgb(0 0 0 / 60%);
    transition: ease-in-out .3s}
.b-card-6 .b_title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center}
.b-card-6 .b_desc {
    text-align: justify;
    color: rgb(255 255 255 / 90%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 0;
}
.b-card-6:
    hover .desc {
    height: 100%;
}
/* END b-card-6 */
/* BEGIN s-home-32 */
.s-home-32 {
    padding: 30px 0;
    box-shadow: rgba(0, 0, 0, 0.45) 0 -15px 20px -20px;
    position: relative;
    z-index: 1;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    display: none !important}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::
    before {
    content: '';
    display: block;
    padding-bottom: 50%;
}
.s-home-32 .item>
    a, .s-home-32 .item>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center}
.s-home-32 .item>
    a>img, .s-home-32 .item>div>img {
    width: 100%;
}

/* END s-home-32 */
.s-tab-4 {
    padding: 50px 0;
    position: relative;
    background-image: linear-gradient(to top left, rgb(40 21 100 / 10%) 0%, transparent 100%);
}
.s-tab-4::
    before {
    position: absolute;
    content: '';
    width: 50%;
    height: 70%;
    right: 0;
    top: 0;
    background-image: url('/images/bgs/bg-11.webp');
}
.s-tab-4 .headline-1 .title {
    padding: 0;
    background-color: transparent;
}
.s-tab-4 .headline-1 .title::
    before {
    display: none}
.s-tab-4 .s_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.s-tab-4 .s_menu>
    li a {
    display: block;
    font-weight: bold;
    padding: 2px 5px;
    color: #757575;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    transform: translateY(3px);
}
.s-tab-4 .s_menu>
    li {
    border-bottom: 3px solid #eee;
    padding: 0 15px;
}
.s-tab-4 .s_menu>
    li:first-child {
    padding-left: 0;
}
.s-tab-4 .s_menu>
    li:last-child {
    padding-right: 0;
}
.s-tab-4 .s_menu>
    li.is-active a {
    color: #2b5597;
    border-color: #b70900;
}
.s-tab-4 .s_content>
    li {
    display: none;
}
.s-tab-4 .s_content>
    li:first-child {
    display: block;
}
.s-tab-4.s-tab--icon .s_menu
    li a {
    border-radius: 5px;
}
.s-tab-4 .s_content .text-right
    span {
    font-style: italic;
    color: #666;
    transition: all .3s;
    font-size: 13px;
    transform: translateY(-35px);
    display: inline-block;
}
.s-tab-4 .s_content .text-right
    span:hover {
    text-decoration: underline;
    color: #00a7e1;
}
.s-tab-4 .more {
    position: relative;
    z-index: 9;
}
.s-tab-4 .b-card-5 {
    margin-bottom: 0;
    height: 100%;
}
/* BEGIN s-tab-5 */
.s-tab-5 {
    padding: 50px 0;
    position: relative;
}
.s-tab-5::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-image: url('/images/bgs/bg-13.webp');
    background-size: 100%;
    z-index: -1;
}
.s-tab-5 .s_menu>
    li a {
    display: block;
    padding: 10px 30px 10px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    position: relative;
}
.s-tab-5 .s_menu>
    li a::before {
    position: absolute;
    content: "";
    left: 2px;
    width: 110%;
    height: 100%;
    top: 0;
    background-color: #fff;
    border-left: 10px solid #00a7e1;
    border-radius: 8px 0 0 8px;
    display: none;
    transition: all .3s;
    z-index: 0;
}
.s-tab-5 .s_menu>
    li a img {
    position: relative;
    width: 100%;
    display: block}
.s-tab-5 .s_menu>
    li.is-active a::before {
    display: block}
.s-tab-5 .s_content {
    background-color: #fff;
    border-radius: 20px;
}
.s-tab-5 .s_content>
    li {
    display: none;
}
.s-tab-5 .s_content>
    li:first-child {
    display: block;
}
.s-tab-5.s-tab--icon .s_menu
    li a {
    border-radius: 5px;
}
.s-tab-5 .content {
    background-color: #f5f5f5;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.s-tab-5 .col-md-3, .s-tab-5 .col-md-9 {
    padding: 0;
}
.s-tab-5 .headline-1 .title {
    padding: 0;
    background-color: transparent;
    color: #fff;
}
.s-tab-5 .headline-1 .title::
    before {
    display: none}
/* END s-tab-5 */




.s-danhmuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 5) - 10px);
    /* chia theo item hiện có */
    float: left;
    /* thêm css theo item đang có */
}
.s-danhmuc .slick-slider .item:nth-child(
    n+6) {
    /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-danhmuc .slick-slider .item.slick-slide:nth-child(
    n+6) {
    /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
}
/* BEGIN b-card-10 */
.b-card-10 {
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-10
    i {
    color: #fff;
    font-size: 30px;
    background-color: #2b5597;
    border-radius: 50%;
    padding: 15px;
}
.b-card-10 .b_avatar {
    text-align: center;
    width: 50%;
}
.b-card-10 .b_avatar
    img {
    border-radius: 50%;
}
.b-card-10
    h2, .b-card-10 .info div {
    font-size: 25px;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #2b5597;
    font-weight: bold;
}
.b-card-10
    h3, .b-card-10 .info span {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.b-card-10 .b_comment {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    width: 50%;
}
.b-card-10 .b_comment
    fieldset {
    border: none;
    padding: 0;
}
.b-card-10 .b_comment
    fieldset legend {
    text-align: right;
    padding: 5px 15px;
}
.b-card-10 .b_comment
    fieldset p {
    color: #333;
    font-style: italic;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.b-card-10 .info {
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #00a7e1;
    line-height: 1.2;
}

/* END b-card-10 */

.s-slide {
    overflow: hidden;
}


.cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
    z-index: 1;
}

.box {
    /*     margin: -1.5rem; */
    width: 33rem;
    height: 27rem;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 1s all; */
}

.box:nth-child(2n) {
    transform: scale(0.85);
    z-index: -1;
}

.box:nth-child(2) {
    left: 5%;
}

.box:nth-child(4) {
    left: -5%;
}

.box:nth-child(4n + 1) {
    transform: scale(0.75);
    z-index: -2;
}

.box:nth-child(1) {
    left: 15%;
}

.box:nth-child(5) {
    left: -15%;
}

.card__text-content {
    text-align: center;
    width: 75%;
}

.card__title {
    padding: 1rem;
}

.box--hide {
    display: none;
}

.move-out-from-left {
    animation: moveOutLeft 0.5s ease-in-out;
}

.move-out-from-right {
    animation: moveOutRight 0.5s ease-in-out;
}

.move-to-position5-from-left {
    animation: moveToP5Left 0.5s ease-in-out;
}

.move-to-position4-from-left {
    animation: moveToP4Left 0.5s ease-in-out;
}

.move-to-position3-from-left {
    animation: moveToP3Left 0.5s ease-in-out;
}

.move-to-position2-from-left {
    animation: moveToP2Left 0.5s ease-in-out;
}


.move-to-position1-from-left{
    animation: moveToP1Left 0.5s ease-in-out;
}

.move-to-position5-from-right{
    animation: moveToP5Right 0.5s ease-in-out;
}
.move-to-position4-from-right{
    animation: moveToP4Right 0.5s ease-in-out;
}
.move-to-position3-from-right{
    animation: moveToP3Right 0.5s ease-in-out;
}
.move-to-position2-from-right{
    animation: moveToP2Right 0.5s ease-in-out;
}
.move-to-position1-from-right{
    animation: moveToP1Right 0.5s ease-in-out;
}
    @keyframes moveOutLeft {
    0% {
        transform: scale(0.75) translateX(0%);
    opacity: 1;
    }
    50% {
    transform: scale(0.5) translateX(-150%);
    opacity: 0.5;
    }
    100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
    }
}
    @keyframes moveOutRight {
    0% {
        transform: scale(0.75) translateX(0%);
    opacity: 1;
    }
    50% {
    transform: scale(0.5) translateX(150%);
    opacity: 0.5;
    }
    100% {
    transform: scale(0.25) translateX(0%);
    opacity: 0;
    }
}
    @keyframes moveToP5Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP4Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP3Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
    transform: scale(1) translateX(0);
    }
}
    @keyframes moveToP2Left {
    from {
        transform: scale(1) translateX(100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP1Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP1Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
    @keyframes moveToP2Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP3Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
    transform: scale(1) translateX(0);
    }
}
    @keyframes moveToP4Right {
    from {
        transform: scale(1) translateX(-100%);
    }
    to {
    transform: scale(0.85) translateX(0);
    }
}
    @keyframes moveToP5Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
    transform: scale(0.75) translateX(0);
    }
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 5px 10px;
    height: 300px;
}
.b-card-6 .b_title {
    margin-bottom: 30px;
}

.s-form {
    position: fixed;
    top: 10%;
    width: 80%;
    z-index: 9999;
    margin-left: 10%;
    background: rgba(0,36,73,.7);
    padding: 26px;
    border-radius: 5px;
}
.dark-theme {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.s-image
    img {
    width: 100%;
}
.s-image {
    position: relative;
}
.s-image .close {
    position: absolute;
    right: -26px;
    top: -26px;
    background: #00a7e1;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.s-camket {
    padding: 40px 0;
}
.s-camket .s-list {
    margin-top: 50px;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    padding: 16px 4px;
    border-radius: 8px;
    height: calc( 100% - 10px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.b-card-3::
    after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>
    i {
    color: #05a;
    font-size: 55px;
}
.b-card-3 .b_content {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.b-card-3 .b_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    color: #281463;
    text-align: center;
    margin-top: 15px;
}
.b-card-3 .b_desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 12px 0;
    color: #444;
}
.b-card-3:
    hover {
    background: #291564;
    color: #fff;
}
.b-card-3:
    hover .b_title, .b-card-3:hover .b_desc {
    color: #fff;
}
/* END b-card-3 */
.s-chuyengia {
    padding: 50px 0;
    margin: 30px 0;
    position: relative;
}
.s-chuyengia::
    before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/bgs/bg-13.webp);
    background-size: 100%;
    z-index: -1;
}
.s-chuyengia .headline-1 .title::
    before {
    background: none;
}
.s-chuyengia .headline-1 .title {
    color: #fff;
    background: none;
}
/* BEGIN b-card-36 */
.b-card-39 {
    display: block;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-39 .b_content {
    padding: 0 15px;
}
.b-card-39 .b_title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 8px;
    color: #2b5597;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-39 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #9f9c9c;
    text-align: justify;
    margin-bottom: 15px;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
}
.b-card-39 .b_btn {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    background-color: #00a7e1;
    text-transform: uppercase;
    position: relative;
    bottom: -5px;
}
.b-card-39 .b_btn::
    after {
  content: "";
    border-top: 5px solid #666;
    border-right: 5px solid transparent;
    position: absolute;
    right: -5px;
    bottom: 0;
}
.b-card-39 .b_job {
    text-align: center;
    color: #444;
    font-size: 16px;
    margin-bottom: 12px;
}
.b-card-39
    img {
    border-radius: 8px 8px 0 0;
}
    @media screen and (min-width: 992px) {
  .b-card-39 .b_content {
    padding: 0 19px 12px;
  }
  .b-card-39:
    hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .b-card-39:
    hover .b_title {
    color: #00a7e1;
  }
}

/* END b-card-36 */
    @media screen and (max-width: 479px){
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
    height: 170px;
    }
    .box {
    /*     margin: -1.5rem; */
    width: 25rem;
    height: 20rem;
    }
    .s-form {
    top: 35%;
    padding: 15px;
    width: 90%;
    position: fixed;
    top: 35%;
    width: 90%;
    z-index: 9999;
    margin-left: 5%;
    background: rgba(0,36,73,.7);
    padding: 15px;
    border-radius: 5px;
    }
    .s-image .close {
    position: absolute;
    right: -20px;
    top: -20px;
    }
}
    @media (min-width: 1260px) {
    .s-tab-5 .content {
        margin: 0 100px;
    }
    .s-note {
    margin-top: -16px;
    }
    .s-slide {
    margin-top: -175px;
    }
    .s-why .card1 {
    margin-left: -40px;
    }
    .s-why .card2 {
    margin-left: -6px;
    }
    .s-why .card4 {
    margin-left: -20px;
    }
    .s-why .card5 {
    margin-left: -75px;
    }
    .s-tab-4 .more {
    margin-top: -65px;
    }
}
    @media (max-width: 1259px) {
    .b-card-6 .desc {
        height: 100%;
    }

    .s-tencongty {
    display: none}
    .s-slide .img-holder {
    left: 300px;
    }
    .s-slide .img-holder img {
    height: 230px;
    }
    .s-slide .slide {
    padding: 20px 0 0;
    height: 270px;
    }
    .s-note marquee {
    width: 85%;
    }
    .s-note {
    height: auto;
    }
    .s-why .headline-1 h2::
    before {
        display: none}
}
    @media (max-width: 991px) {
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
    height: calc(100% - 10px);
    }
    .s-home-31 {
    background-size: cover;
    background-attachment: inherit;
    }
    .s-tab-4 .col-6:not(:
    last-child) .b-card-5 {
        margin-bottom: 30px;
    height: calc(100% - 30px);
    }
    .s-why .row>.col-md-6:
    first-child {
        order: 1}
    .s-danhmuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
    float: left;
        /* thêm css theo item đang có */
    }
    .s-danhmuc .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    }
    .s-danhmuc .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
    }
    .s-danhsach .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
    float: left;
        /* thêm css theo item đang có */
    }
    .s-danhsach .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    }
    .s-danhsach .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
    }
    .s-slide .img-holder {
    left: 180px;
    }
    .s-slide-13 .s_caption h3 {
    font-size: 20px;
    }
    .s-slide-13 .s_caption p {
    font-size: 13px;
    margin: 15px 0;
    }
    .b-card-10 {
    padding: 30px;
    display: block}
    .b-card-10 .b_comment {
    padding-right: 0;
    }
    .b-card-10 .b_avatar img {
    margin-top: 20px;
    }
    .s-tab-5 .s_menu>li a {
    padding: 18px 12px;
    }
}
    @media (max-width: 767px) {
    .s-tab-4 .s_menu {
        justify-content: inherit}
    .b-card-6 .b_desc {
    -webkit-line-clamp: 3;
    }
    .s-slide .img-holder {
    left: 90px;
    }
    .s-danhsach .slick-slider .slick-list {
    margin: 0 5px;
    }
    .s-danhsach .slick-slider .slick-prev, .s-danhsach .slick-slider .slick-next {
    font-size: 10px;
    }
    .s-danhsach .slick-slider .item {
    margin: 0 5px;
    }
    .s-slide-13 .s_caption {
    display: none;
    }
    .s-note .note span {
    display: none}
    .s-note .note {
    padding: 10px 0;
    }
    .s-note marquee {
    width: 100%;
    }
}
    @media (max-width: 575px) {
    .s-slide .img-holder {
        left: 60px;
    }
    .s-tab-4, .s-tab-5 {
    padding: 30px 0;
    }
    .s-danhmuc {
    padding: 30px 0 50px;
    }

}
    @media (max-width: 575px) {
    .s-slide .img-holder {
        left: 90px;
    }
}
    @media (max-width: 560px) {
    .s-slide .img-holder {
        left: 80px;
    }
}
    @media (max-width: 540px) {
    .s-slide .img-holder {
        left: 70px;
    }
}
    @media (max-width: 500px) {
    .s-slide .img-holder {
        left: 60px;
    }
}
    @media (max-width: 479px) {
    .s-why .card span {
        margin-left: 0;
    font-size: 18px;
    }
    .s-tab-4 .col-6:not(:
    last-child) .b-card-5 {
        margin-bottom: 10px;
    height: calc(100% - 10px);
    }
    .s-tab-4 .s_menu>li {
    padding: 0;
    }
    .s-tab-4 .s_content .text-right span {
    transform: translateY(-15px)}
    .s-tab-4 .s_menu>li a {
    font-size: 15px}
    .b-card-10 .b_comment fieldset p {
    font-size: 14px}
    .c-statistic-3 .c_icon, .c-statistic-3 .c_number {
    font-size: 25px}
    .c-statistic-3 .c_text {
    font-size: 16px}
    .c-statistic-3 .c_number::
    before {
        font-size: 25px}
    .b-card-6 .b_desc {
    display: none}
    .b-card-6 .desc {
    display: flex;
    align-items: center;
    justify-content: center}
    .b-card-6 .b_title {
    font-size: 15px;
    margin-bottom: 0;
    }
    .s-why .card i {
    display: none}
}
    @media (min-width: 1260px){
    .s-slide {
        margin-bottom: 15px;
    }
    .s-note {
    height: unset;
    }
}
    @media (max-width: 470px) {
    .s-slide .img-holder {
        left: 50px;
    }
}
    @media (max-width: 450px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
    @media (max-width: 430px) {
    .s-slide .img-holder {
        left: 30px;
    }
}
    @media (max-width: 410px) {
    .s-slide .img-holder {
        left: 20px;
    }
}
    @media (max-width: 385px) {
    .s-slide .img-holder {
        left: 20px;
    }
    .s-slide .img-holder img {
    height: 220px;
    }
}
    @media (max-width: 375px) {
    .s-slide .img-holder img {
        height: 170px;
    }
    .s-slide .img-holder {
    left: 50px;
    }
    .s-slide .slide {
    height: 210px;
    }
}
    @media (max-width: 350px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
    @media (max-width: 340px) {
    .s-slide .img-holder {
        left: 36px;
    }
}
    @media (max-width: 330px) {
    .s-slide .img-holder {
        left: 30px;
    }
};
}
/* END c-statistic-3 */
.s-section-2 {
    padding: 50px 0 0;
}
.s-section-2 .s-block {
    margin: 0;
}
/* BEGIN s-home-31 */
.s-home-31 {
    background-image: url("/images/bgs/bg-15.webp");
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0;
    position: relative;
}
.s-home-31::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgb(39 85 152 / 90%);
    position: absolute;
    top: 0;
    left: 0;
}
.s-home-31 .col-6:last-child .c-statistic-3 .c_number::before, .s-home-31 .col-6:first-child .c-statistic-3 .c_number::before {
    display: block
}
/* END s-home-31 */
/* BEGIN s-danhmuc */
.s-danhmuc {
    padding: 50px 0;
    position: relative;
}
.s-danhmuc .slick-slider, .s-danhsach .slick-slider {
    z-index: 1;
}
.s-danhmuc .slick-slider .slick-list {
    margin: 0;
}
.s-danhmuc .slick-slider .item {
    margin: 0 5px;
}
.s-danhsach .slick-slider .slick-list {
    margin: 0 30px;
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 10px 20px;
}
/* BEGIN b-card-6 */
.b-card-6 {
    display: block;
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.b-card-6 .desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    padding: 10px 15px;
    color: #fff;
    background-color: rgb(0 0 0 / 60%);
    transition: ease-in-out .3s
}
.b-card-6 .b_title {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center
}
.b-card-6 .b_desc {
    text-align: justify;
    color: rgb(255 255 255 / 90%);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: 0;
}
.b-card-6:hover .desc {
    height: 100%;
}
/* END b-card-6 */
/* BEGIN s-home-32 */
.s-home-32 {
    padding: 30px 0;
    /* box-shadow: rgba(0, 0, 0, 0.45) 0 -15px 20px -20px; */
    position: relative;
    z-index: 1;
}
.s-home-32 .slick-slider .slick-prev, .s-home-32 .slick-slider .slick-next {
    display: none !important
}
.s-home-32 .item {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
}
.s-home-32 .item::before {
    content: '';
    display: block;
    padding-bottom: 50%;
}
.s-home-32 .item>a, .s-home-32 .item>div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}
.s-home-32 .item>a>img, .s-home-32 .item>div>img {
    width: 100%;
}

/* END s-home-32 */
.s-tab-4 {
    padding: 50px 0;
    position: relative;
    background-image: linear-gradient(to top left, rgb(40 21 100 / 10%) 0%, transparent 100%);
    box-shadow: rgba(0, 0, 0, 0.45) 0 -15px 20px -20px;
}
.s-tab-4::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 70%;
    right: 0;
    top: 0;
    background-image: url('/images/bgs/bg-11.webp');
}
.s-tab-4 .headline-1 .title {
    padding: 0;
    background-color: transparent;
}
.s-tab-4 .headline-1 .title::before {
    display: none
}
.s-tab-4 .s_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.s-tab-4 .s_menu>li a {
    display: block;
    font-weight: bold;
    padding: 2px 5px;
    color: #757575;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    transform: translateY(3px);
}
.s-tab-4 .s_menu>li {
    border-bottom: 3px solid #eee;
    padding: 0 15px;
}
.s-tab-4 .s_menu>li:first-child {
    padding-left: 0;
}
.s-tab-4 .s_menu>li:last-child {
    padding-right: 0;
}
.s-tab-4 .s_menu>li.is-active a {
    color: #2b5597;
    border-color: #b70900;
}
.s-tab-4 .s_content>li {
    display: none;
}
.s-tab-4 .s_content>li:first-child {
    display: block;
}
.s-tab-4.s-tab--icon .s_menu li a {
    border-radius: 5px;
}
.s-tab-4 .s_content .text-right span {
    font-style: italic;
    color: #666;
    transition: all .3s;
    font-size: 13px;
    transform: translateY(-35px);
    display: inline-block;
}
.s-tab-4 .s_content .text-right span:hover {
    text-decoration: underline;
    color: #00a7e1;
}
.s-tab-4 .more {
    position: relative;
    z-index: 9;
}
.s-tab-4 .b-card-5 {
    margin-bottom: 0;
    height: 100%;
}
/* BEGIN s-tab-5 */
.s-tab-5 {
    padding: 50px 0;
    position: relative;
}
.s-tab-5::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    left: 0;
    top: 0;
    background-image: url('/images/bgs/bg-13.webp');
    background-size: 100%;
    z-index: -1;
}
.s-tab-5 .s_menu>li a {
    display: block;
    padding: 10px 30px 10px 30px;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease 0s;
    position: relative;
}
.s-tab-5 .s_menu>li a::before {
    position: absolute;
    content: "";
    left: 2px;
    width: 110%;
    height: 100%;
    top: 0;
    background-color: #fff;
    border-left: 10px solid #00a7e1;
    border-radius: 8px 0 0 8px;
    display: none;
    transition: all .3s;
    z-index: 0;
}
.s-tab-5 .s_menu>li a img {
    position: relative;
    width: 100%;
    display: block
}
.s-tab-5 .s_menu>li.is-active a::before {
    display: block
}
.s-tab-5 .s_content {
    background-color: #fff;
    border-radius: 20px;
}
.s-tab-5 .s_content>li {
    display: none;
}
.s-tab-5 .s_content>li:first-child {
    display: block;
}
.s-tab-5.s-tab--icon .s_menu li a {
    border-radius: 5px;
}
.s-tab-5 .content {
    background-color: #f5f5f5;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.s-tab-5 .col-md-3, .s-tab-5 .col-md-9 {
    padding: 0;
}
.s-tab-5 .headline-1 .title {
    padding: 0;
    background-color: transparent;
    color: #fff;
}
.s-tab-5 .headline-1 .title::before {
    display: none
}
/* END s-tab-5 */




.s-danhmuc .slick-slider .item {
    position: relative;
    overflow: hidden;
    width: calc((100% / 5) - 10px);
    /* chia theo item hiện có */
    float: left;
    /* thêm css theo item đang có */
}
.s-danhmuc .slick-slider .item:nth-child(n+6) {
    /* ẩn item thứ 5 trở đi */
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.s-danhmuc .slick-slider .item.slick-slide:nth-child(n+6) {
    /* show item khi bật slick */
    visibility: visible;
    opacity: 1;
    height: auto;
}
/* BEGIN b-card-10 */
.b-card-10 {
    padding: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-10 i {
    color: #fff;
    font-size: 30px;
    background-color: #2b5597;
    border-radius: 50%;
    padding: 15px;
}
.b-card-10 .b_avatar {
    text-align: center;
    width: 50%;
}
.b-card-10 .b_avatar img {
    border-radius: 50%;
}
.b-card-10 h2, .b-card-10 .info div {
    font-size: 25px;
    margin: 20px 0 0;
    text-transform: capitalize;
    color: #2b5597;
    font-weight: bold;
}
.b-card-10 h3, .b-card-10 .info span {
    font-size: 16px;
    color: #666;
    font-weight: 500;
}
.b-card-10 .b_comment {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
    width: 50%;
}
.b-card-10 .b_comment fieldset {
    border: none;
    padding: 0;
}
.b-card-10 .b_comment fieldset legend {
    text-align: right;
    padding: 5px 15px;
}
.b-card-10 .b_comment fieldset p {
    color: #333;
    font-style: italic;
    margin: 20px 0 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
}
.b-card-10 .info {
    position: relative;
    padding-left: 10px;
    border-left: 3px solid #00a7e1;
    line-height: 1.2;
}

/* END b-card-10 */

.s-slide {
    overflow: hidden;
}


.cards-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cards__container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25rem;
    z-index: 1;
}

.box {
/*     margin: -1.5rem; */
    width: 33rem;
    height: 27rem;
    box-shadow: 0px 0px 2rem 0px #888888;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 1s all; */
}

.box:nth-child(2n) {
    transform: scale(0.85);
    z-index: -1;
}

.box:nth-child(2) {
  left: 5%;
}

.box:nth-child(4) {
  left: -5%;
}

.box:nth-child(4n + 1) {
    transform: scale(0.75);
    z-index: -2;
}

.box:nth-child(1) {
  left: 15%;
}

.box:nth-child(5) {
  left: -15%;
}

.card__text-content {
    text-align: center;
    width: 75%;
}

.card__title {
    padding: 1rem;
}

.box--hide {
    display: none;
}

.move-out-from-left {
    animation: moveOutLeft 0.5s ease-in-out;
}

.move-out-from-right {
    animation: moveOutRight 0.5s ease-in-out;
}

.move-to-position5-from-left {
    animation: moveToP5Left 0.5s ease-in-out;
}

.move-to-position4-from-left {
    animation: moveToP4Left 0.5s ease-in-out;
}

.move-to-position3-from-left {
    animation: moveToP3Left 0.5s ease-in-out;
}

.move-to-position2-from-left {
    animation: moveToP2Left 0.5s ease-in-out;
}


.move-to-position1-from-left{
    animation: moveToP1Left 0.5s ease-in-out;
}

.move-to-position5-from-right{
    animation: moveToP5Right 0.5s ease-in-out;
}
.move-to-position4-from-right{
    animation: moveToP4Right 0.5s ease-in-out;
}
.move-to-position3-from-right{
    animation: moveToP3Right 0.5s ease-in-out;
}
.move-to-position2-from-right{
    animation: moveToP2Right 0.5s ease-in-out;
}
.move-to-position1-from-right{
    animation: moveToP1Right 0.5s ease-in-out;
}

@keyframes moveOutLeft {
    0% {
        transform: scale(0.75) translateX(0%);
        opacity: 1;
    }
    50% {
        transform: scale(0.5) translateX(-150%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.25) translateX(0%);
        opacity: 0;
    }
}

@keyframes moveOutRight {
    0% {
        transform: scale(0.75) translateX(0%);
        opacity: 1;
    }
    50% {
        transform: scale(0.5) translateX(150%);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.25) translateX(0%);
        opacity: 0;
    }
}


@keyframes moveToP5Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
        transform: scale(0.75) translateX(0);
    }
}

@keyframes moveToP4Left {
    from {
        transform: scale(0.75) translateX(100%);
    }
    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP3Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
        transform: scale(1) translateX(0);
    }
}

@keyframes moveToP2Left {
    from {
        transform: scale(1) translateX(100%);
    }
    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP1Left {
    from {
        transform: scale(0.85) translateX(100%);
    }
    to {
        transform: scale(0.75) translateX(0);
    }
}


@keyframes moveToP1Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
        transform: scale(0.75) translateX(0);
    }
}

@keyframes moveToP2Right {
    from {
        transform: scale(0.75) translateX(-100%);
    }
    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP3Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
        transform: scale(1) translateX(0);
    }
}

@keyframes moveToP4Right {
    from {
        transform: scale(1) translateX(-100%);
    }
    to {
        transform: scale(0.85) translateX(0);
    }
}

@keyframes moveToP5Right {
    from {
        transform: scale(0.85) translateX(-100%);
    }
    to {
        transform: scale(0.75) translateX(0);
    }
}
.s-danhsach .slick-slider .slick-list .b-card-23 {
    margin: 0 5px 10px;
    height: 300px;
}
.b-card-6 .b_title {
    margin-bottom: 30px;
}

.s-form {
    position: fixed;
    top: 10%;
    width: 80%;
    z-index: 9999;
    margin-left: 10%;
    background: rgba(0,36,73,.7);
    padding: 26px;
    border-radius: 5px;
}
.dark-theme {
    background-color: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.s-image img {
    width: 100%;
}
.s-image {
    position: relative;
}
.s-image .close {
    position: absolute;
    right: -26px;
    top: -26px;
    background: #00a7e1;
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    cursor: pointer;
}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.s-camket {
    padding: 40px 0;
}
.s-camket .s-list {
    margin-top: 50px;
}
/* BEGIN b-card-3 */
.b-card-3 {
    display: block;
    padding: 16px 4px;
    border-radius: 8px;
    height: calc( 100% - 10px);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.b-card-3::after {
    content: '';
    display: table;
    clear: both;
}
.b-card-3 .b_icon {
    margin-right: 15px;
    text-align: center;
}
.b-card-3 .b_icon>i {
    color: #05a;
    font-size: 55px;
}
.b-card-3 .b_content {
    float: left;
    width: 100%;
    padding: 0 10px;
}
.b-card-3 .b_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    color: #281463;
    text-align: center;
    margin-top: 15px;
}
.b-card-3 .b_desc {
    font-size: 14px;
    width: 100%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 12px 0;
    color: #444;
}
.b-card-3:hover {
    background: #291564;
    color: #fff;
}
.b-card-3:hover .b_title, .b-card-3:hover .b_desc {
    color: #fff;
}
/* END b-card-3 */
.s-chuyengia {
    padding: 50px 0;
    margin: 30px 0;
    position: relative;
}
.s-chuyengia::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(/images/bgs/bg-13.webp);
    background-size: 100%;
    z-index: -1;
}
.s-chuyengia .headline-1 .title::before {
    background: none;
}
.s-chuyengia .headline-1 .title {
    color: #fff;
    background: none;
}
/* BEGIN b-card-36 */
.b-card-39 {
  display: block;
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-card-39 .b_content {
  padding: 0 15px;
}
.b-card-39 .b_title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
  margin-bottom: 8px;
  color: #2b5597;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.b-card-39 .b_desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  color: #9f9c9c;
  text-align: justify;
  margin-bottom: 15px;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
}
.b-card-39 .b_btn {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 10px 25px;
  background-color: #00a7e1;
  text-transform: uppercase;
  position: relative;
  bottom: -5px;
}
.b-card-39 .b_btn::after {
  content: "";
  border-top: 5px solid #666;
  border-right: 5px solid transparent;
  position: absolute;
  right: -5px;
  bottom: 0;
}
.b-card-39 .b_job {
    text-align: center;
    color: #444;
    font-size: 16px;
    margin-bottom: 12px;
}
.b-card-39 img {
    border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 992px) {
  .b-card-39 .b_content {
    padding: 0 19px 12px;
  }
  .b-card-39:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .b-card-39:hover .b_title {
    color: #00a7e1;
  }
}

/* END b-card-36 */
.s-faq {
    padding: 40px 0;
}
/* BEGIN s-faq-1 */
.s-faq-1 .item {
    margin-bottom: 15px;
}
.s-faq-1 .item-title {
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(64 64 64 / 10%);
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 500;
}
.s-faq-1 .item-title>i:first-child {
    font-size: 1.429em;
}
.s-faq-1 .item-title>i::before {
    color: #00a7e1;
}
.s-faq-1 .item-title>i:last-child {
    position: relative;
    transition: all 150ms linear;
}
.s-faq-1 .item-title>span {
    width: 100%;
    padding-right: 15px;
}
.s-faq-1 .item-title:hover {
    background-color: #2b5597;
    color: #fff;
}
.s-faq-1 .item-body {
    display: none;
    overflow: hidden;
    margin-top: 10px;
    text-align: justify
}
.s-faq-1 .item.is-active .item-title {
    background-color: #2b5597;
    color: #fff;
}
.s-faq-1 .item.is-active .item-title>i:last-child {
    transform: rotate(180deg);
}

@media screen and (max-width: 479px){
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
        height: 170px;
    }
    .box {
        /*     margin: -1.5rem; */
        width: 25rem;
        height: 20rem;
    }
    .s-form {
        top: 35%;
        padding: 15px;
        width: 90%;
        position: fixed;
        top: 35%;
        width: 90%;
        z-index: 9999;
        margin-left: 5%;
        background: rgba(0,36,73,.7);
        padding: 15px;
        border-radius: 5px;
    }
    .s-image .close {
        position: absolute;
        right: -20px;
        top: -20px;
    }
}

@media (min-width: 1260px) {
    .s-tab-5 .content {
        margin: 0 100px;
    }
    .s-note {
        margin-top: -16px;
    }
    .s-slide {
        margin-top: -175px;
    }
    .s-why .card1 {
        margin-left: -40px;
    }
    .s-why .card2 {
        margin-left: -6px;
    }
    .s-why .card4 {
        margin-left: -20px;
    }
    .s-why .card5 {
        margin-left: -75px;
    }
    .s-why .card6 {
        margin-left: -130px;
    }
    .s-tab-4 .more {
        margin-top: -65px;
    }
}
@media (max-width: 1259px) {
    .b-card-6 .desc {
        height: 100%;
    }

    .s-tencongty {
        display: none
    }
    .s-slide .img-holder {
        left: 300px;
    }
    .s-slide .img-holder img {
        height: 230px;
    }
    .s-slide .slide {
        padding: 20px 0 0;
        height: 270px;
    }
    .s-note marquee {
        width: 85%;
    }
    .s-note {
        height: auto;
    }
    .s-why .headline-1 h2::before {
        display: none
    }
}
@media (max-width: 991px) {
    .s-danhsach .slick-slider .slick-list .b-card-23 {
        margin: 0 5px 10px;
        height: calc(100% - 10px);
    }
    .s-home-31 {
        background-size: cover;
        background-attachment: inherit;
    }
    .s-tab-4 .col-6:not(:last-child) .b-card-5 {
        margin-bottom: 30px;
        height: calc(100% - 30px);
    }
    .s-why .row>.col-md-6:first-child {
        order: 1
    }
    .s-danhmuc .slick-slider .item {
        position: relative;
        overflow: hidden;
        width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
        float: left;
        /* thêm css theo item đang có */
    }
    .s-danhmuc .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .s-danhmuc .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .s-danhsach .slick-slider .item {
        position: relative;
        overflow: hidden;
        width: calc((100% / 3) - 10px);
        /* chia theo item hiện có */
        float: left;
        /* thêm css theo item đang có */
    }
    .s-danhsach .slick-slider .item:nth-child(n+4) {
        /* ẩn item thứ 5 trở đi */
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    .s-danhsach .slick-slider .item.slick-slide:nth-child(n+4) {
        /* show item khi bật slick */
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .s-slide .img-holder {
        left: 180px;
    }
    .s-slide-13 .s_caption h3 {
        font-size: 20px;
    }
    .s-slide-13 .s_caption p {
        font-size: 13px;
        margin: 15px 0;
    }
    .b-card-10 {
        padding: 30px;
        display: block
    }
    .b-card-10 .b_comment {
        padding-right: 0;
    }
    .b-card-10 .b_avatar img {
        margin-top: 20px;
    }
    .s-tab-5 .s_menu>li a {
        padding: 18px 12px;
    }
}
@media (max-width: 767px) {
    .s-tab-4 .s_menu {
        justify-content: inherit
    }
    .b-card-6 .b_desc {
        -webkit-line-clamp: 3;
    }
    .s-slide .img-holder {
        left: 90px;
    }
    .s-danhsach .slick-slider .slick-list {
        margin: 0 5px;
    }
    .s-danhsach .slick-slider .slick-prev, .s-danhsach .slick-slider .slick-next {
        font-size: 10px;
    }
    .s-danhsach .slick-slider .item {
        margin: 0 5px;
    }
    .s-slide-13 .s_caption {
        display: none;
    }
    .s-note .note span {
        display: none
    }
    .s-note .note {
        padding: 10px 0;
    }
    .s-note marquee {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .s-slide .img-holder {
        left: 60px;
    }
    .s-tab-4, .s-tab-5 {
        padding: 30px 0;
    }
    .s-danhmuc {
        padding: 30px 0 50px;
    }

}
@media (max-width: 575px) {
    .s-slide .img-holder {
        left: 90px;
    }
}
@media (max-width: 560px) {
    .s-slide .img-holder {
        left: 80px;
    }
}
@media (max-width: 540px) {
    .s-slide .img-holder {
        left: 70px;
    }
}
@media (max-width: 500px) {
    .s-slide .img-holder {
        left: 60px;
    }
}

@media (max-width: 479px) {
    .s-why .card span {
        margin-left: 0;
        font-size: 18px;
    }
    .s-tab-4 .col-6:not(:last-child) .b-card-5 {
        margin-bottom: 10px;
        height: calc(100% - 10px);
    }
    .s-tab-4 .s_menu>li {
        padding: 0;
    }
    .s-tab-4 .s_content .text-right span {
        transform: translateY(-15px)
    }
    .s-tab-4 .s_menu>li a {
        font-size: 15px
    }
    .b-card-10 .b_comment fieldset p {
        font-size: 14px
    }
    .c-statistic-3 .c_icon, .c-statistic-3 .c_number {
        font-size: 25px
    }
    .c-statistic-3 .c_text {
        font-size: 16px
    }
    .c-statistic-3 .c_number::before {
        font-size: 25px
    }
    .b-card-6 .b_desc {
        display: none
    }
    .b-card-6 .desc {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .b-card-6 .b_title {
        font-size: 15px;
        margin-bottom: 0;
    }
    .s-why .card i {
        display: none
    }
}
@media (min-width: 1260px){
    .s-slide {
        margin-bottom: 15px;
    }
    .s-note {
        height: unset;
    }
}
@media (max-width: 470px) {
    .s-slide .img-holder {
        left: 50px;
    }
}
@media (max-width: 450px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
@media (max-width: 430px) {
    .s-slide .img-holder {
        left: 30px;
    }
}
@media (max-width: 410px) {
    .s-slide .img-holder {
        left: 20px;
    }
}
@media (max-width: 385px) {
    .s-slide .img-holder {
        left: 20px;
    }
    .s-slide .img-holder img {
        height: 220px;
    }
}
@media (max-width: 375px) {
    .s-slide .img-holder img {
        height: 170px;
    }
    .s-slide .img-holder {
        left: 50px;
    }
    .s-slide .slide {
        height: 210px;
    }
}
@media (max-width: 350px) {
    .s-slide .img-holder {
        left: 40px;
    }
}
@media (max-width: 340px) {
    .s-slide .img-holder {
        left: 36px;
    }
}
@media (max-width: 330px) {
    .s-slide .img-holder {
        left: 30px;
    }
}