@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam&display=swap');

:root {
    --primary-color: #60a9b9;
    --secondary-color: #e3a115;
}

body {
    font-family: 'Be Vietnam', sans-serif;
    font-size: 15px;
    overflow-x: hidden;
}
a {
    text-decoration: unset;
    color: var(--primary-color);
}
a:hover {
    color: #2e8ea3;
}
@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}


.swiper-pagination {
    position: unset;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.certificate-text .swiper-pagination {
    justify-content: end;
}

.swiper-pagination-bullet {
    position: relative;
    margin: 0 6px !important;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid;
    opacity: 1;
    border-color: transparent;
}

.swiper-pagination-bullet:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #CEE8FA;
    border-radius: 50%;
    display: inline-block;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--primary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    background: var(--primary-color);
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 5px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px;
    color: #000;
}

/* common */
.section-title .main-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--secondary-color);
}

.section-title .desc {
    margin-top: 25px;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.hover-zoom img {
    transition: all 0.4s;
}

.hover-zoom {
    overflow: hidden;
    display: block;
}

.row-custom {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-custom>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.page-hero-title {
    background: #F5F5F5;
    padding-block: 10px;
}

.page-hero-title .breadcrumb {
    margin-bottom: 0;
}

.page-hero-title .breadcrumb .separate {
    margin-inline: 5px;
    font-size: 14px;
}

.page-hero-title .breadcrumb a {
    color: #000;
    text-decoration: none;
}

.main-page-title h1 {
    font-size: 22px;
    font-weight: 600;
}

.main-page {
    margin-top: 30px;
}

.pagination {
    justify-content: center;
}

.pagination>li a,
.pagination>li span {
    color: #000;
    display: block;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    color: #132432;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    padding: 3px;
    min-width: 32px;
    background-color: transparent;
    height: 32px;
    text-align: center;
}

.pagination>li {
    margin: 4px;
}

.pagination li>a:hover,
.pagination li>span:hover,
.pagination li>a:focus,
.pagination li>span:focus {
    color: #85C6F2;
    border-color: #85C6F2;
    background-color: #CEE8FA;
}

.pagination .active>a,
.pagination .active>span {
    color: #fff;
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
}

.item .action a {
    display: inline-block;
    background: var(--primary-color);
    color: #fff;
    padding: 0px 15px;
    border-radius: 10px;
    margin-top: 10px;
    height: 32px;
    line-height: 28px;
    transition: 0.4s;
}

.item .action a:hover {
    opacity: .8;
    transition: 0.4s;
}

.content-content li {
    margin-bottom: 10px;
}

.content-content img {
    max-width: 100%;
}

.content-content h1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.content-content h5 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
}

.main-page-title {
    margin-bottom: 25px;
}

.section-title-box h2 {
    font-size: 26px;
    color: #e3a115;
    font-weight: 800;
}

@media (max-width: 767px) {

    .section-title .main-title,
    .section-title-box h2 {
        font-size: 21px;
    }
}

/* common */

/* home-product */
.home-product {
    margin-top: 20px;
}

.home-product .list-product {
    margin-top: 20px;
}

.product-item .box-thumb {
    text-align: center;
}

.product-item .box-thumb img {
    height: 350px;
    object-fit: contain;
}

.product-item .box-text {
    text-align: center;
}

.product-item {
    margin-bottom: 25px;
}

.product-item .box-text .title a {
    font-size: 17px;
    font-weight: 600;
}

.product-item .box-text .title {
    margin-bottom: 0;
}

.product-item .desc {
    margin-top: 10px;
}

/* home-product */

/* home-advantage */
.home-advantage {
    background: #f9f8f4;
    padding-block: 50px;
    margin-top: 25px;
}

.home-advantage .list-posts {
    margin-top: 30px;
}

.list-posts .post-item .box-text {
    background: #fff;
    padding: 10px 10px 15px 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.list-posts .post-item .box-text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.list-posts .post-item .box-text .title a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height: 23px;
    height: 46px;
}

.list-posts .post-item:hover {
    box-shadow: 0 0 10px 5px #0000000f;
    transition: all 0.4s;
}

.list-posts .post-item {
    margin-bottom: 20px;
    transition: all 0.4s;
    overflow: hidden;
    border-radius: 10px;
}

.list-posts .post-item .box-thumb img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    height: 180px;
    object-fit: cover;
}

/* home-advantage */

/* home-certification */
.home-certification {
    background: #f9f8f4;
}

.home-certification .list-albums {
    margin-top: 40px;
}

.home-certification.has-bottom {
    padding-bottom: 55px;
}

.box-action a {
    background: linear-gradient(135deg, #60a9b9, #1b7487);
    padding: 8px 20px;
    color: #fff;
    border-radius: 18px;
    transition: all 0.4s;
}

.box-action a:hover {
    opacity: .8;
    transition: all 0.4s;
}

.box-action {
    padding-block: 40px;
}

/* home-certification */

/* home-team */
.home-teams {
    padding-top: 30px;
}

.home-teams .list-team {
    margin-top: 30px;
}

/* home-team */

/* home-privilege */
.home-privilege {
    padding-top: 50px;
}

.home-privilege .list-albums img {
    max-width: 100%;
    height: 180px;
    object-fit: cover;
}

.home-privilege .list-albums .item {
    margin-bottom: 15px;
}

.home-privilege.has-bottom {
    padding-bottom: 50px;
}

.home-privilege .list-albums {
    margin-top: 40px;
}

.home-privilege .list-team {
    margin-top: 30px;
}

/* home-privilege */

/* home-news */
.home-news {
    background: #f9f8f4;
    padding-block: 50px;
}

.home-news .list-news {
    margin-top: 35px;
}

.home-news .list-news .item {
    display: flex;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 10px;
}

.home-news .list-news .item .box-thumb {
    width: 80px;
}

.home-news .list-news .item .box-thumb img {
    border-radius: 50%;
    width: 100%;
    object-fit: cover;
    height: 80px;
}

.home-news .list-news .item .box-text {
    width: calc(100% - 80px);
    padding-left: 15px;
}

.home-news .list-news .item .box-text .title {
    line-height: 17px;
}

.home-news .list-news .item .box-text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 10px;
}

.home-news .list-news .item .box-text .title a {
    font-size: 16px;
    font-weight: 700;
}

.home-news .box-action {
    padding-bottom: 0;
}

/* home-news */

/* home-partner */
.home-partner {
    padding-top: 45px;
}

.home-partner .list-albums {
    margin-top: 30px;
}

.home-partner .list-albums img {
    height: 65px;
    object-fit: contain;
}

.home-partner .list-albums>.row>div {
    width: 12.5%;
}

/* home-partner */

/* home-video */
.home-videos iframe {
    max-width: 100%;
    height: 400px;
}

.home-videos {
    margin-top: 45px;
}

/* home-video */

/* home-form */
.home-form iframe {
    max-width: 100%;
    height: 200px;
}

.home-form button {
    width: 100%;
    background: #fab702;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-block: 0;
    height: 35px;
    transition: all 0.4s;
}

.home-form button:hover {
    color: #fff;
    background: #dba208;
    transition: all 0.4s;
}

.home-form .form-data {
    background: var(--primary-color);
    padding: 10px;
}

.home-form .form-data h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.home-form .form-data .form-control {
    margin-bottom: 15px;
    font-size: 14px;
    /* height: 35px; */
    line-height: unset;
    outline: unset;
}

.home-form .form-data .desc {
    color: #fff;
    margin-top: 15px;
}

.home-form {
    margin-top: 25px;
}

.iframe iframe {
    width: 100%;
}

/* home-form */

footer {
    padding-block: 25px;
}

footer .ft-title {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer li {
    margin-bottom: 7px;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

footer .item {
    color: #fff;
}

footer .item .desc {
    margin-bottom: 15px;
}
footer {
    background: var(--primary-color);
    margin-top: 30px;
}
.home-teams .name {
    margin-top: 5px;
    margin-bottom: 0;
}
.content-content table th, .content-content table td {
    padding: 10px;
    border: 1px solid;
}
.content-content table {
    margin-top: 20px;
    margin-bottom: 10px;
}
.container-login100-form-btn{
    margin-top: 15px;
}
@media (max-width: 1024px) {
    ul.ui-menu.mm-listview .button-login {
        display: none;
    }

    .header-top .header-logo .button-login {
        /* display: inline-block !important; */
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .header-top .header-logo .button-login.mobile {
        display: inline-block !important;
    }

    .header-top .header-logo .button-login a {
        border-radius: 50%;
        padding: 0 !important;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-top .header-logo .button-login a svg {
        width: 19px;
        height: 19px;
    }

    .header-top .header-logo .button-login a>span {
        margin: 0;
    }

    .header-top .header-logo .button-login .text {
        display: none;
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .section-title .main-title {
        font-size: 21px;
    }

    .home-partner .list-albums>.row>div {
        width: 25%;
    }

    .product-item .box-thumb img {
        height: 240px;
    }
    .nav-menu .ui-menu>li>a {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .product-item .box-thumb img {
        height: 210px;
        object-fit: contain;
    }

    .home-privilege .list-albums img {
        height: 120px;
    }

    .home-partner .list-albums>.row>div {
        width: 25%;
    }
    .content-content img {
        height: 100%!important;
        width: 100%!important;
    }
    .content-content table {
        width: 100% !important;
    }
    .login100-form-btn {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    footer .item {
        margin-bottom: 30px;
    }
    .footer_logo {
        height: 100px;
        display: inline-block;
    }
    .item.ft-logo {
        text-align: center;
    }
}

@media (min-width: 1024px) {
    footer .row>div:nth-child(1) {
        width: 23%;
    }

    footer .row>div:nth-child(2),
    footer .row>div:nth-child(3) {
        width: 23%;
    }
    footer .row>div:nth-child(4) {
        width: 31%;
    }
}