/* BEGIN b-card-33 */
.b-card-33 {
    display: block;
}
.b-card-33 .b_content {
    color: #666;
    /* text-align: center; */
    border-top: 4px solid #55738f;
}
.b-card-33 .b_thumb {
    width: 130px;
    height: 130px;
    margin: -25% auto 20px;
    border-radius: 50%;
    border: 10px solid #eee;
}
.b-card-33 .b_title {
    color: var(--color-text-bold);
    margin-top: 10px;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.b-card-33 .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    font-size: 14px;
}
.b-card-33 .b_date {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0 10px;
    line-height: 40px;
    color: var(--color-main);
}
/* END b-card-33 */
.headline-1 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 16px;
    color: var(--color-text-bold);
}
.headline-desc {
    text-transform: none;
    color: #686868;
    margin-top: 10px;
}
.s-history {
    padding: 80px 0 130px;
    margin-bottom: 50px;
    position: relative;
}
.s-history .list-history {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    column-gap: 40px;
    margin-top: 60px;
}

@media screen and (min-width: 768px) {
    .s-history .list-history {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.list-history {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
    /* khoáº£ng cÃ¡ch giá»¯a cÃ¡c item */
}

.item-history {
    position: relative;
    transition: transform 0.3s ease;
}

/* Card láº»: náº±m phÃ­a trÃªn (khÃ´ng Ä‘á»•i) */
/* Card cháºµn: dá»‹ch xuá»‘ng */
.item-history:nth-child(even) {
    transform: translateY(100px);
}

/* Responsive náº¿u cáº§n */
@media (max-width: 768px) {
    .list-history {
        grid-template-columns: 1fr;
    }
    .item-history:nth-child(even) {
        transform: none;
    }
}
.ht-ratio--60::before {
    padding-bottom: 60%;
}
.s-photo .scroller li {
    width: 450px !important;
}
.s-vision {
    padding: 60px 0;
    color: #fff;
    background-image: url(/images/bgs/bg-11.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    padding: 7% 0;
}
.s-vision::before {
    content: '';
    height: 100%;
    width: 100%;
    display: inline-block;
    position: absolute;
    background-color: #07171F;
    top: 0;
    left: 0;
    opacity: 0.56;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.s-vision .s-block {
    width: 60%;
    background-color: var(--color-main);
    color: #fff;
    z-index: 2;
    position: relative;
    padding: 60px;
}
.s-vision .s-block .title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* BEGIN b-card-5 */
.b-card-5 {
    display: block;
    position: relative;
    margin-bottom: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 12px;
    overflow: hidden;
}
.b-card-5 .b_title {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.125em;
    margin: 20px 0 10px;
    text-align: center;
    -webkit-transition: 0.3s color ease-in-out;
    -o-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out;
}
.b-card-5 .b_title:hover {
    color: var(--color-yellow);;
}
.b-card-5 .b_source {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    position: absolute;
    top: 40%;
    z-index: 2;
    color: #fff;
    background-color: #fff;
    padding: 15px 5px 15px 9px;
    border-radius: 20px 0 0 20px;
    right: 0;
    flex-direction: column;
    transform: translateY(-50%);
}
.b-card-5 .b_source li {
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border-radius: 50%;
    background-color: var(--color-main);
}
.b-card-5 .b_source li a {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.b-card-5 .b_source li:first-child {
    /* margin-right: 20px; */
    /* text-transform: uppercase; */
}
.b-card-5 .b_source li:hover {
    /* background-color: var(--color-yellow); */
}
.b-card-5 .b_source li img {
    width: 100%;
    height: 100%;
}
.b-card-5 .b_desc {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
}
@media (max-width: 479px) {
    .b-card-5 .b_title {
        font-size: 15px;
    }
    .b-card-5 .b_source {
        display: none;
    }
}

/* END b-card-5 */
.ht-ratio--160::before {
    padding-bottom: 160%
}
.s-field > .row {
    margin-top: 40px;
    position: relative;
}
.s-field {
    padding: 60px 0;
}
[class*="s_thumb-"]{
    border-radius: 12px;
}
.s-field .s_thumb-1 {
    margin-top: 60px;
}
.s-field .s_content {
    padding: 10px 26px;
    background: var(--color-main);
    color: #fff;
    position: absolute;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.s-field .s_content .b_number {
    padding: 20px 0;
    text-align: center;
}
.s-field .s_content .b_number:first-child {
    border-bottom: 1px solid #fff;
}
.s-field .s_content .b_number .number {
    font-size: 48px;
    font-weight: bold;
}
.s-field ul{
    padding-left: 10px
}
/* BEGIN b-card-3 */
.b-card-3 {
  display: block;
  margin-bottom: 30px;
}
.b-card-3::after {
  content: '';
  display: table;
  clear: both;
}
.b-card-3 .b_icon {
  float: left;
  width: 65px;
  margin-right: 25px;
  text-align: center;
}
.b-card-3 .b_icon > i {
  color: #05a;
  font-size: 55px;
}
.b-card-3 .b_content {
  float: left;
  width: calc(100% - 90px);
}
.b-card-3 .b_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.125em;
  margin-bottom: 7px;
}
.b-card-3 .b_desc {
  text-align: justify;
  color: #686868;
}

/* END b-card-3 */
@media screen and (max-width: 992px) {
    .s-vision .s-block {
        width: 100%;
    }
    .s-vision .s-block .title {
        font-size: 34px;
    }
    .headline-1 {
        font-size: 28px;
    }
    .headline-desc {
        font-size: 15px;
    }
    .b-card-69 {
        margin-bottom: 15px;
    }
    .b-card-5 .b_source{
        display: flex;
        gap: 8px;
    }
    .s-field .s_content {
        padding: 10px 15px;
    }
    .s-field .s_content .b_number .number {
        font-size: 30px;
    }
    .s-field ul {
        margin-top: 20px;
    }
}