.box-title-center {
    padding-top: 4.5rem;
    padding-bottom: 0.5rem;
}

.box-title-center h3 {
    color: #fff;
    font-size: 3rem;
    /* font-weight: 700; */
  font-family: 'Kanit Regular';
}

.box-title-center h3.inv-design-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}

/* .newsCarousel .box-image {
    position: relative;
    display: block;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: auto;
} */
/* 
.newsCarousel .box-image img {
    width: 100%;
    object-fit: cover;
} */

.newsCarousel .box-image a.play {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 50%;
    top: 50%;
    z-index: 2;
    cursor: pointer;
}

.box-news-category .slick-dots{
    display: none !important;
}


.newsCarousel .box-image a .play-vdo {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}


.newsCarousel .image-shadow {
    background-image: url(../img/shadowNewsBanner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.carousel-contant {
    color: white;
    height: 100%;
    margin-left: 5rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 55%;
}

.carousel-contant .carousel-contant-badge {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #4187F3;
    padding: 0.75rem 2rem;
    margin-bottom: 10px;
}

.carousel-contant h2 {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-contant p {
    font-size: 1.5rem;
    font-weight: 200;
    color: #fff;
    opacity: 0.6;
    margin-bottom: 26px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carousel-contant .carousel-btn-outline {
    height: 55px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4187F3;
    border-radius: 5px;
    border-color: #4187F3;
    padding: 1rem 2.5rem;
}

.carousel-contant .carousel-btn-outline:hover {
    background-color: #4187F3;
    color: #fff;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 100px;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0.5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
    width: 36px;
}

.box-title {
    margin-top: 3rem;
}

.box-title-srction {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    max-width: 1900px;
    margin: 0 auto;
    /* padding: 0 3rem; */
}

.box-title-srction .srction-title {
    color: #fff;
    display: inline-block;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0;
}

.box-title-srction .srction-link {
    color: #4187F3;
    font-size: 1.5rem;
    font-weight: 300;
    text-decoration: none;
}

.box-list-card {
    margin-top: 2rem;
}

.news-card {
    /* From https://css.glass */
    background: #425edd14;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
}
.style-card-new {
    /* From https://css.glass */
    width: 357px;
}

.news-card:hover {
    background: #3149b40f;
}

.news-card img.thumbnail-card {
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.news-card .card-body {
    padding: 1.5rem;
}

.news-card .box-card-footer {
    display: flex;
    margin-top: 1rem;
    justify-content: space-between;
}

.news-card .box-card-footer p {
    font-size: 1.25rem;
    font-weight: 200;
    margin-bottom: 0 !important;
    color: #4187F3;
    /* letter-spacing: 0px; */
}

.news-card .box-card-footer p svg {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 0 !important;
    color: #4187F3;
}

.news-card .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin-bottom: 2rem;
    min-height: 60px;
}

.card-link {
    text-decoration: none;
}

.box-logo-card {
    padding: .5rem;
    padding-bottom: 5rem;
}

.box-logo-card div {
    padding: .5rem !important;
}

.box-logo-card .logo-card {
    /* From https://css.glass */
    background: #425edd14;
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
}

.box-logo-card .logo-card:hover {
    background: rgba(71, 71, 71, 0.2);
}

.box-logo-card .logo-card img.thumbnail-card {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.box-logo-card .logo-card .card-title {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.5rem;
    color: #fff;
    /* letter-spacing: 0.2; */
}

.box-news-category {
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.box-category-image .image-shadow {
    background-image: url(../img/shadow-news-category.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
}

.box-category-image:hover .image-shadow {
    background-image: url(../img/shadow-news-category.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
    opacity: 0.95
}

.news-category-card {
    border: 0;
    border-radius: 20px;
}

.news-category-card .thumbnail-card {
    border: 0;
    border-radius: 20px;
}

.news-category-card h5 {
    color: #fff;
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.box-news-highlights {
    margin-top: 2.5rem;
    margin-bottom: 4rem;
}

.news-card-big {
    background: transparent;
    border: none;
}

.news-card-big .thumbnail-card {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.news-card-big img {
    height: auto;
    width: 100%;

}
.news-card-big2 img {
    /* height: auto;
    width: 100%; */
    /* ปรับให้เต็มรูป เจษ */
    height: 260px !important;
}

.news-card-big .card-body {
    padding: 1.5rem 0;
}

.news-card-big .card-title {
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.65
}

.news-card-big .box-card-footer {
    display: flex;
    margin-top: 1rem;
}

.news-card-big .box-card-footer p {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0 !important;
    color: #4187F3;
    /* letter-spacing: 0px; */
}

.news-card-big .box-card-footer p svg {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 0 !important;
    color: #4187F3;
}

.news-card-big .card-body .news-des {
    margin-top: 2rem;
    font-size: 1.125rem;
    font-weight: 200;
    margin-bottom: 0 !important;
    /* letter-spacing: 0px; */
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height: 1.65
}

.news-card-horizontal {
    background: transparent;
    border: none;
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.box-horizontal-list .row .col-12:last-child .news-card-horizontal {
    margin-bottom: 0;
}

.news-card-horizontal .thumbnail-card {
    /* height: 160px; */
    /* width: 160px; */
    object-fit: cover;
    /* border-radius: 12px; */
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.news-card-horizontal .card-body {
    display: inline-block;
    position: relative;
    /* margin-left: 160px; */
    /* height: 160px; */
    width: auto;
}

.news-card-horizontal .card-title {
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.65;
    margin-top: -10px;
}

.news-card-horizontal .box-card-footer {
    display: flex;
    position: absolute;
    left: 0;
    padding-left: 1rem;
    /* bottom: 12px; */
}

.news-card-horizontal .box-card-footer p {
    font-size: 1rem;
    font-weight: 200;
    margin-bottom: 0 !important;
    color: #4187F3;
    /* letter-spacing: 0px; */
}

.news-card-horizontal .box-card-footer p svg {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 0 !important;
    color: #4187F3;
}

.news-card-horizontal .thumbnail-card {
    /* height: 160px; */
    /* width: 160px; */
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    overflow: hidden;
    display: block;
}

.news-card-horizontal img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* 
.box-horizontal-list {
    padding-left: 4rem;
} */

.breadcrumb .breadcrumb-item {
    color: #fff;
    opacity: 0.6;
    font-size: 1.125rem;
    font-weight: 300;
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
    opacity: 1;
    font-weight: 700;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/");
}

.box-hero-image {
    width: 100%;
    height: 685px;
    border-radius: 0px;
    overflow: hidden;
}

.box-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 580px;
    object-fit: cover;
    object-position: top;
}

.btn-back {
    color: #4187F3;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 700;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-link:hover {
    color: #ffffff;
}

.box-content-detail {
    width: 90%;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    color: #ffffff;
}

.carousel-contant-badge {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    background: #4187F3;
    padding: 0.75rem 2rem;
    margin-bottom: 10px;
}

.box-content-detail h1 {
    color: #fff;
    font-size: 2.625rem;
    font-weight: bold;
    margin-top: 12px;
}

.content-beetween-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

.content-beetween-box .box-user {
    display: flex;
    align-items: center;
}

.content-beetween-box .box-user .img-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.content-beetween-box .box-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-beetween-box .box-user p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 300;
    white-space: nowrap;
    margin-left: 1rem;
    margin-bottom: 0;
}

.content-beetween-box .box-share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.content-beetween-box .box-share a {
    margin-left: 1.25rem;
    /* position: relative; */
}

.content-beetween-box .box-share img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

hr.line {
    color: #fff;
    height: 2px;
    margin: 40px 0;
}

.content-description {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 200;
}

.content-description h1,
.content-description h2,
.content-description h3,
.content-description h4,
.content-description h4 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.content-description img {
    width: 100%;
    display: block;
    margin: 1rem 0;
    padding: 1rem 0;
}

.content-description p {
    margin-bottom: 0;
}

.table-section{
    max-width: 1900px;
    margin: 0 auto;
    padding: 0 3rem;
}
