html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
    overflow-x: hidden;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

a{
    text-decoration: none !important;
}

body {
	line-height: 1;
    margin: 0;
	padding: 0;
	border: 0;
    width: 100vw;
    max-width: 100%;
    overflow-x: hidden;
}

section{
    width: 100%;
    max-width: 100%;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.container-fluid{
    margin: 0 !important;
    padding: 0 !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* header */
header{
    z-index: 100;
    top: 0;
    position: unset;
    border: 0;
    padding: 0;
    display: flex;
    height: auto;
    width: 100vw;
    margin-bottom: 50px;
}

.logo a img {
    margin: 40px 0 40px 60px;
    height: auto;
    width: 131px;
}


/* Navbar Styling */
.navbar {
    border-bottom: 1px solid #e0e0e0;
}

.nav-link {
    padding-left: 35px;
    padding-right: 15px;
    font-size: 1rem;
}

.nav-link.active {
    color: red !important;
    font-weight: bold;
}

.navbar-nav .dropdown-menu {
    min-width: 150px;
}

/* Login and Register Buttons */
.btn-outline-dark {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-dark:hover {
    background-color: #6c757d;
    color: white;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.mx2{
    margin: 0 20px;
}

/* Align logo and text next to each other */
.navbar-brand span {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 5px;
}

/* main */
main{
    margin-top: 0px;
}

/* BANNER */

section{
    background-color: #fafafa;
    width: 100%;
}

.main{
    background-color:#fafafa;
}

.banner{
    margin: 0px 0;
}

.banner p{
    font-size: 64px;
    font-weight: 500;
    color: red;
    width: 580px;
}

.banner p span{
    color: black;
}

.banner h4{
    font-size: 18px;
    font-weight: 300;
    ơcolor: #615E5C;
    width: 580px;
}

/*  */
.carousel-container {
    max-width: 800px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.slick-slide {
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
}

.carousel-inner img{
    position: relative;
}

.carousel-inner .on-img{
    position: absolute;
    margin: 40px;
    top: 0;
    left: 0 ;
}

.carousel-inner{
    margin-top: 40px;    
}

/* chữ trong slick */
.on-img a{
    padding: 8px 16px;
    background-color: #968272;
    border-radius: 25px;
    color: white;
}

.on-img .text-slick{
    margin-top: 300px;
}

.on-img .text-slick p{
    font-size: 16px;
    color: #fafafa;
    font-weight: 400;
}

.on-img .text-slick h3{
    font-size: 28px;
    color: white;
    font-weight: 600;
}


.carousel-item {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    display: block;
    border-radius: 15px;
}

.carousel-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.carousel-content h3 {
    font-size: 24px;
    font-weight: bold;
}

.carousel-content p {
    margin-top: 5px;
}

/* Custom slick buttons */
.slick-prev, .slick-next {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

.slick-prev:hover, .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.slick-prev:before, .slick-next:before {
    color: white;
    font-size: 18px;
}

/* tabfill */
#tabfill{
    border-radius: 25px;
    border: 1px solid black;
    width: 265px;
    height: 36px;
    background-color: #fff;
    margin: 20px 0;
}

#tabfill ul li a{
    border-radius: 25px;
    font-size: 12px;
    color: black;
}

#tabfill ul li a:hover{
    background-color: #ec1b2e;
    color: #fff !important;
}

#tabfill ul li a:active{
    background-color: #ec1b2e;
    color: #fff;
}

/* Container for the input and button */
.input-container {
    position: relative;
    width: 580px;
    height: 56px;
    margin:30px 0;
}

/* Styling for the input field */
.rounded-input {
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 15px;
    border-radius: 50px;  /* Rounded border */
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
}

/* Round button inside the input container */
.input-container .round-btn {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ec1b2e; /* Customize button color */
    color: white;
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    height: 45px;
    width: 45px;
}

.input-container .round-btn a i{
    color: #fff;
}

/* Optional hover effect */
.round-btn:hover {
    background-color: #ff7043;
}


/* BANNER-IMG */

.banner-img {
    display: flex;
    justify-content: space-around;
}

.banner-img img{
    height: 180px;
    width: auto;
}

/* event */
.event p{
    text-align: center;
    font-size: 40px;
    font-weight: 500;
}

/* news */

.news {
    position: relative;
    padding: 0;
}

.news img {
    border-radius: 10px;
    height: 400px;
    cursor: pointer;
}

.news img:hover img{
    transform: scale(1.05); /* Phóng to ảnh nhẹ khi hover */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); /* Thêm bóng đổ */
}

/* .card-news {
    position: relative;
    margin-bottom: 30px;
} */

.card-news {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.card-news .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Màu sắc và độ mờ cho overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card-news:hover .overlay {
    opacity: 1; /* Hiển thị overlay khi hover */
}

.card-news:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Thêm shadow khi hover */
}

.news .text {
    position: absolute;z-index: 3;
}


.news .top-text {
    display: flex;
    justify-content: space-between;padding: 10px;
    top: 0;
    width: 100%;
}

.news .top-text .name {
    color: #fff;
    padding: 9px;
    font-size: 12px;
    border-radius: 20px;
    background-color: #a89f9b;
    transition: background-color 0.5s ease, transform 0.5s ease;
}


.news .top-text .logo {
    align-items: center;
    justify-content: center;
    display: flex;
    color: black;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: white;
    transition: background-color 0.5s ease, transform 0.5s ease;
}

.news .top-text .logo:hover {
    background-color: #ec1b2e;
    color: white;
    transform: rotate(360deg); /* Xoay logo khi hover */
}

.news .top-text .logo i {
    transform: rotate(315deg);
}

.news .under-text {
    bottom: 0;
    left: 10px;
    width: 100%;
}

.news  .under-text .date-time {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 400;
    text-align: start;
    color: white;
    transition: color 0.5s ease;
}

/* .news .card-news:hover .under-text .date-time {
    color: #f39c12;
} */

.news .under-text h4 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    transition: color 0.5s ease;
}

.card-news::after{
    content: "";
    background: #00000024;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;left: 0;
    top: 0;opacity: 0;    transition: all linear 0.2s;

}

.card-news:hover::after {
    opacity: 1;
    transition: all linear 0.2s;
}

/* .news .card-news:hover .under-text h4 {
    color: #3498db;
} */

/* takeall */

.takeall{
    padding: 50px 0;
    text-align: center;
}

.takeall a{
    color: black;
    padding:10px 50px;
    background-color: white;
    border-radius: 20px;
    border: 1px solid #f0efef;
}

.takeall a:hover{
    color: white;
    background-color: black;
}

/* team */

.gr-team{
    background-color: white;
}

.team {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
    text-align: center;
}

.team-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
}

.team-members {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.team-member {
    height: 344px;
    width: 180px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.team-member img {
    height: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.team-member:hover {
    transform: scale(1.05);
}

.statistics-cards, .news-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.sponsors {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.sponsor-logo {
    width: 100px;
    height: 50px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.sponsor-logo img {
    width: 100%;
    height: auto;
}

.sponsor-logo:hover {
    opacity: 1;
}

.red-dot {
    color: red;
}

/* number-star */

.number-star {
    background-color: #f44336; /* Red background */
    padding: 50px 0;
    text-align: center;
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: "•";
    color: white;
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 30px;
}

.statistics-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background-color: white;
    border-radius: 10px;
    padding: 32px;
    height: 192px;
    width: 360px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.card img {
    width: 50px;
    margin-bottom: 15px;
}

.card-number {
    position: absolute;
    left: 25%;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-text {
    display: flex;
    font-size: 16px;
    color: #555;
}

.white-dot{
    color: white;
}

/* news-section */
.news-section {
    background-color: #f9f9f9;
    padding: 50px 0;
    text-align: center;
}

.news-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

/* .news-title::after {
    content: "•";
    color: red;
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 30px;
} */

.news-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.news-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 360px;
    height: 480px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-content {
    padding: 20px;
    line-height: 2;
}

.news-title-text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    color: #333;
}

.news-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 29px;
}

.news-footer {
    line-height: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-date {
    font-size: 12px;
    color: #999;
}

.news-read-more {
    background-color: #e74c3c;
    color: white;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.btn-view-more {
    margin-top: 30px;
    padding: 10px 25px;
    background-color: white;
    border: 2px solid #333;
    color: #333;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-view-more:hover {
    background-color: #333;
    color: white;
}

/* create-events */
.create-events{
   position: relative;
}

.create-events img{
    width: 100%;
    height: 400px;
}

.create-events .under-items{
    width: 100%;
    margin-top: 64px;
    position: absolute;
    top: 0;
}

.create-events .under-items .text-event{
    text-align: center;
    color: white;
}

.create-events .under-items .text-event h3{
    font-size: 48px;
    padding:0 25% ;
    font-weight: 600;
}

.create-events .under-items .text-event h5{
    margin: 30px 0;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.75;
}

.create-events .under-items .btn-event{
    margin-top: 60px;
    text-align: center;
}

.create-events .under-items .btn-event a{
    margin-right: 20px;
    color: black;
    padding: 14px 32px;
    background-color: white;
    border-radius: 7px;
}

.create-events .under-items .btn-event a:hover{
    background-color: #ec1b2e;
    color: white;
}

.create-events .under-items .btn-event a i{
    margin-right: 4px;
}

/* footer */

.footer-up{
    padding-bottom: 40px;
    border-bottom: 1px solid #615E5C;
    margin-top: 80px;
    display: flex;
}

.footer-up #logo img{
    height: 28px;
    width: 147px;
    margin-bottom: 20px;
}

.footer-up #logo h5{
    font-size: 14px;
    font-weight: 400;
    width: 80%;
    margin-bottom: 20px;    
}

.footer-up #addres{
    display: flex;
}

.footer-up #addres .column {
    display: block;
    margin-left: 45px;
    margin-right: 45px;
}

.footer-up #addres .column a{
    line-height: 2;
    font-size: 16px;
    color: #615E5C;
}

.footer-up #addres .column .bold{
    font-weight: 600;
    color: #333;
}

.footer-up #addres .column a:hover{
    color: black;
    font-weight: 500;
}

.footer-down a{
    color: #6c757d;
    padding-right: 10px;
    padding-left: 50px;
}

/* General adjustments for smaller devices */
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .btn-login{
        margin-left: 20px;
    }
    
    .logo a img{
        margin: 20px !important;
    }

    .mx2{
        margin: 0px !important;
    }

    .banner-img img{
        max-width: 50%;
    }

    .news .text{
        width: 292px;
    }

    .news img{
        width: 297px;
        height: 297px;
    }

    .news .text .under-text {
        margin-top: 45%;
    }

    .news .text .under-text .date-time{
        font-size: 12px;
    }

    .news-title::after {
        top: -10px;
        right: 41%;
    }

    .banner p{
        font-size: 40px;
        width: 360px;
    }

    .banner h4{
        width: 360px;
    }

    .rounded-input{
        width: 50%;
    }

    .input-container .round-btn{
        left: 41%;
    }

    .navbar .nav-link {
        font-size: 0.9rem;
    }

    .team-members{
        margin-bottom: 20px;
    }

    .team-member{
        height: 305px;
        width: 160px;
    }

    .card{
        display: flex;
        width: 292px;
    }

    .news-card{
        width: 310px;
    }
}
/* Tablet Screens */
@media only screen and (max-width: 768px) and (min-width: 426px) {
    .nv-menu {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-end !important;
        margin-right: 25px;
    }

    .btn-login a button{
        margin-bottom: 15px;
    }

    .mx2{
        margin: 0px !important;
    }

    .colum{
        flex-direction: column;
    }

    .nv-menu ul {
        flex-direction: column;
    }

    .nav-item a {
        margin-bottom: 10px;
        text-align: center;  
    }

    .nav-item a {
        text-align: right;  
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar {
        font-size: 18px;
    }

    .logo a img{
        margin: 20px !important;
    }

    .navbar-toggler{
        margin-right: 25px;
    }

    .banner-img img{
        max-width: 50%;
    }

    .banner p {
        font-size: 41px;
        width: 100%;
    }
    
    .banner h4 {
        font-size: 17px;
        width: 100%;
    }

    .banner-img img {
        max-width: 50%;
        height: 100%;
    }

    
    .news img{
        width: 100%;
    }

    .input-container{
        width: 697px;
    }

    .news>.row{
        display: flex;
        justify-content: center;
    }

    .team-members{
        margin-bottom: 30px;
    }

    .event p, .team-title, .section-title {
        font-size: 24px;
    }

    .create-events .under-items .text-event h3{
        font-size: 34px;
    }

    .create-events .under-items .text-event h5 {
        margin: 30px 22px;
    }


    .footer-up #logo h5 {
        font-size: 16px;
        width: 100%;
    }

    .footer-up #addres {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        display: flex;
    }
}

/* Mobile Screens */
@media only screen and (max-width: 450px) and (min-width: 375px){
    body{
        min-width:100% ;
    }

    .main{
        margin: auto;
        width: 100% !important;
        min-width: 100%;
    }

    .mx2{
        margin: 0px !important;
    }

    .nv-menu {
        display: flex;
        margin: 0 auto;
        flex-direction: column !important;
        align-items: flex-end !important;
    }

    .btn-login a button{
        margin-bottom: 15px;
    }

    .colum{
        flex-direction: column;
    }

    .rounded-input{
        max-width: 360px !important;
    }

    .input-container .round-btn{
        right: 230px !important; 
    }

    .nv-menu ul {
        flex-direction: column;
    }

    .nav-item a {
        margin-bottom: 10px;
        text-align: center;  
    }

    .nav-item a {
        text-align: right;  
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar {
        font-size: 18px;
    }

    .carousel-item img{
        height: 100%;
    }

    .on-img .text-slick {
        margin-top: 85px;
    }
        

    .logo a img{
        margin: 20px !important;
    }

    .navbar-toggler{
        margin-right: 25px;
    }

    .banner-img img{
        max-width: 50%;
    }

    .banner p {
        font-size: 41px !important;
        width: 100% !important;
    }
    
    .banner h4 {
        font-size: 17px !important;
        width: 100% !important;
    }

    .news .under-text h4{
        font-size: 21px;
    }

    .banner-img img {
        width: 50% !important;
        max-width: 50%;
        height: 100%;
    }

    .team-member{
        width: auto;
        height: auto;
    }

    .team-member img{
        height: 100px;
    }

    .sponsors{
        gap: 0;
    }

    .sponsor-logo{
        width: 50px;
        height: auto;
    }
    
    .news img{
        width: 100%;
    }

    .news>.row{
        display: flex;
        justify-content: center;
    }

    .team-members{
        margin-bottom: 30px;
    }

    .event p, .team-title, .section-title {
        font-size: 24px;
    }

    .create-events .under-items .text-event h3 {
        font-size: 23px !important;
    }

    .create-events .under-items .text-event h5 {
        margin: 30px 22px;
        font-size: 12px;
    }

    .create-events .under-items .btn-event a{
        padding: 12px 11px !important;
    }

    .footer-up #logo h5 {
        font-size: 16px;
        width: 100%;
    }

    .footer-up #addres {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .footer-down a {
        font-size: 12px !important;
        padding-left: 20px !important;
    }
}

/* Mobile Screens */
@media only screen and (max-width: 376px) and (min-width: 320px){
    body{
        min-width:100% ;
    }

    .main{
        margin: auto;
        width: 100% !important;
        min-width: 100%;
    }

    .mx2{
        margin: 0px !important;
    }

    .nv-menu {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-end !important;
    }

    .btn-login a button{
        margin-bottom: 15px;
    }

    .colum{
        flex-direction: column;
    }

    .rounded-input {
        max-width: 350px !important;
    }

    .input-container .round-btn {
        right: 240px !important;
    }

    .nv-menu ul {
        flex-direction: column;
    }

    .nav-item a {
        margin-bottom: 10px;
        text-align: center;  
    }

    .nav-item a {
        text-align: right;  
    }

    .dropdown-menu {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

    .navbar {
        font-size: 18px;
    }

    .carousel-item img{
        height: 100%;
    }

    .on-img .text-slick {
        margin-top: 85px;
    }
        

    .logo a img{
        margin: 20px !important;
    }

    .navbar-toggler{
        margin-right: 25px;
    }

    .banner-img img{
        max-width: 50%;
    }

    .banner p {
        font-size: 41px;
        width: 100%;
    }
    
    .banner h4 {
        font-size: 17px;
        width: 100%;
    }

    .news .under-text h4{
        font-size: 21px;
    }

    .banner-img img {
        width: 50% !important;
        max-width: 50%;
        height: 100%;
    }

    .team-member{
        width: auto;
        height: auto;
    }

    .team-member img{
        height: 100px;
    }

    .sponsors{
        gap: 0;
    }

    .sponsor-logo{
        width: 50px;
        height: auto;
    }
    
    .news img{
        width: 100%;
    }

    .news>.row{
        display: flex;
        justify-content: center;
    }

    .team-members{
        margin-bottom: 30px;
    }

    .event p, .team-title, .section-title {
        font-size: 24px;
    }

    .create-events .under-items .text-event h3 {
        font-size: 23px;
    }

    .create-events .under-items .text-event h5 {
        margin: 30px 22px;
        font-size: 12px;
    }

    .create-events .under-items .btn-event a{
        padding: 12px 11px;
    }

    .footer-up #logo h5 {
        font-size: 16px;
        width: 100%;
    }

    .footer-up #addres {
        margin-top: 20px;
        width: 100%;
        justify-content: center;
        display: flex;
    }

    .footer-up #addres .column {
        display: block;
        margin-left: 35px !important;
        margin-right: 35px !important   ;
    }

    .footer-down a {
        font-size: 12px !important;
        padding-left: 20px !important;
    }
    
}


#banner-news-section {
    position: relative;
}
#featured-news-section .container {
    max-width: 1324px;
}
#featured-news-section h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 55px;
    margin-top: 70px;
}

#featured-news-section h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    margin: 25px auto 0;
    background: #dc3545;
}
.active>.page-link, .page-link.active {
    background-color:#dc3545 !important;
    border-color:#dc3545 !important;
}
#featured-news-section .featured-news {
    margin-bottom: 110px;
    display: grid;
    grid-template-columns: auto auto;
}

#featured-news-section .featured-news:first-child {
    margin-bottom: 30px;
    margin-top: 0;
}

#featured-news-section h2 {
    font-size: 28px;
}
#featured-news-section .container {
    max-width: 1324px;
}
.featured-news .featured-news-img {
    width: 735px;
    height: 420px;
}

.featured-news.fn-left .featured-news-content {
    margin-left: 120px;
}

.featured-news.fn-right .featured-news-content {
    margin-right: 120px;
}

.featured-news .featured-news-content .featured-news-name a {
    padding-bottom: 28px;
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    transition: all linear 0.3s;
}

.featured-news .featured-news-content .featured-news-name a:hover {
    color: #dc3545;
    transition: all linear 0.3s;
}

.featured-news .featured-news-content .featured-news-name {
    border-bottom: 2px solid #000;
    padding-bottom: 30px;
}

.featured-news .featured-news-content .featured-news-sub {
    margin-top: 25px;
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
}

.featured-news .featured-news-content .featured-news-btn {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
}

.featured-news .featured-news-content .featured-news-btn a {
    transition: all .3s ease;
    border: none;
    border-radius: 7px;
    font-size: 15px;
    text-transform: uppercase;
    padding: 14px 50px;
    letter-spacing: 1px;
    color: #fff;
    background-color: #dc3545;
    font-weight: 700;
}

.featured-news .featured-news-content .featured-news-btn a:hover,
.featured-news .featured-news-content .featured-news-btn a:focus,
.featured-news .featured-news-content .featured-news-btn a:active {
    background-color: #f38e43;
    transition: all linear 0.3s;
}
#all-news-section {
    padding:20px 0;
}
#all-news-section .container {
    max-width: 1324px;
}
#all-news-section h2 {
    font-size: 34px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 55px;
    margin-top: 70px;
}

#all-news-section h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 5px;
    margin: 25px auto 0;
    background: #dc3545;
}
.all-news-item .all-news-date {
    font-size: 14px;
    color: gray;
    font-weight: 400;
}

.all-news-item .all-news-date span {
    color: #dc3545;
}

.all-news-item .all-news-detail h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    transition: all linear 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 14px 0 !important;
    line-height: 1.5;
}

.all-news-item .all-news-detail p {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 74px;
}

.all-news-item .all-news-btn {
    width: 50px;
    height: 50px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    font-size: 14px;
    transition: all linear 0.3s;
    color: #383838;
    margin-top: 35px;
}

.all-news-item {
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
    transition: all linear 0.2s;
    border-radius: 16px;
    overflow: hidden;
}

.all-news-item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.438);
    transition: all linear 0.2s;
    transform: translateY(-10px);
}

.all-news-item:hover .all-news-detail h3 {
    color: #dc3545;
    transition: all linear 0.2s;
}

.all-news-item:hover .all-news-btn {
    color: #fff;
    transition: all linear 0.2s;
    background-color: #dc3545;
}

.all-news-item .all-news-img {
    width: 100%;
    height: 280px;
}
.word {
    font-size: 75px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -10px;
}
.bn-block-1 {
    position: relative;
}
.all-news-content {
    padding: 30px 32px;
}
.home-news-thum {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.home-news-thum span {
    font-weight: 400;
    font-style: italic;
}
.all-news-item .all-news-detail h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    transition: all linear 0.3s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin: 14px 0 !important;
    line-height: 1.5;
}

.all-news-item .all-news-detail p {
    font-size: 16px;
    color: #898989;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    height: 74px;
}
.all-news-item .all-news-btn {
    width: 50px;
    height: 50px;
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    font-size: 14px;
    transition: all linear 0.3s;
    color: #383838;
    margin-top: 35px;
}
.all-news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
.home-news-thum p {
    font-weight: 600;
}
.home-news-thum span {
    font-weight: 400;
    font-style: italic;
}
#banner-news-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
.bn-block-1-title {
    display: flex;
    gap: 24px;
    position: absolute;
    bottom: 27%;
    left: 5%;
    z-index: 2;
}
.bn-block-1::after {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(48 48 48 / 20%) 15%, rgb(255 255 255 / 0%) 90%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.bn-block-1-img {
    height: calc(100vh - 94px);
}
.pagination {
    justify-content: center;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 50px;
}
.pagination .page-link {
    border-radius: 100px !important;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dc3545;
    /* color: #dc3545 !important; */
    transition: all ease-in-out 0.2s;
    font-weight: 500;
    font-size: 15px;
}
.news-right {
    position: sticky;
    top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.title-news-other {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    /* text-align: center; */
    letter-spacing: 1px;
    color: #313131;
    margin-bottom: 25px;
}
.news-right-site-img {
    margin-bottom: 25px;
    border-radius: 8px;
    overflow: hidden;
    transition: all linear 0.2s;
    box-shadow: 0 0 7px rgb(0 0 0 / 9%);
}
.news-right-site-img a {
    display: grid;
    grid-template-columns: auto auto;
}
.right-site-name-img {
    padding: 12px;
}
#news-details-section{
    padding: 20px 0px;
}
.right-site-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
.news-right-site-img .right-site-img {
    width: 120px;
    height: 115px;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 1050) {
    .featured-news .featured-news-img {
        width: 525px;
        height: 370px;
    }
    .featured-news.fn-left .featured-news-content {
        margin-left: 50px;
    }
    .featured-news.fn-right .featured-news-content {
        margin-right: 50px;
    }
    .all-news-item .all-news-img {
        height: 280px;
    }
    .all-news-item .all-news-detail h3 {
        font-size: 18px;
        margin: 10px 0 !important;
    }
    .all-news-item .all-news-img {
        height: 280px;
    }
}
@media (max-width: 850px) {
    #featured-news-section .featured-news {
        grid-template-columns: auto;
    }
    .featured-news .featured-news-img {
        width: 100%;
        margin-bottom: 15px;
    }
    .featured-news.fn-left .featured-news-content {
        margin-left: 0px;
    }
    .featured-news.fn-right .featured-news-content {
        margin-right: 0px;
    }
    .featured-news .featured-news-img {
        order: 1;
    }
    .featured-news .featured-news-content {
        order: 2;
    }
    .featured-news .featured-news-content .featured-news-name a {
        font-size: 22px;
    }
    .featured-news .featured-news-content .featured-news-sub {
        font-size: 16px;
    }
    .featured-news .featured-news-content .featured-news-btn a {
        font-size: 14px;
    }
    .all-news-item .all-news-detail h3 {
        font-size: 18px;
        margin: 10px 0 !important;
    }
    .all-news-item .all-news-img {
        height: 250px;
    }
}
@media (max-width: 480px) {
    #featured-news-section h2 {
        font-size: 28px;
    }
    .featured-news .featured-news-content .featured-news-btn a {
        padding: 16px 40px;
    }
    .featured-news .featured-news-content .featured-news-name a {
        font-size: 24px;
    }
    .featured-news .featured-news-content .featured-news-name {
        padding-bottom: 15px;
    }
    .featured-news .featured-news-content .featured-news-sub {
        margin-top: 15px;
    }
    .featured-news .featured-news-img {
        height: auto;
    }
    .all-news-item .all-news-detail h3 {
        font-size: 20px;
        margin: 12px 0 !important;
        -webkit-line-clamp: auto;
    }
    .all-news-item .all-news-detail p {
        -webkit-line-clamp: auto;
    }
    .all-news-item .all-news-btn {
        margin-top: 30px;
    }

}
#section-banner-top.contact {
    padding: 80px 0;
}
.contact-us-infor .contact-us-infor-title h3 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 30px;
    color: #000;
}
.contact-us-infor .contact-us-infor-detail p {
    font-size: 20px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
#section-banner-top {
    padding-top: 10px;
    position: relative;
    padding-bottom: 35px;
}
#section-banner-top .container {
    position: relative;
    max-width: 1100px;
}

#section-banner-top .banner-contain .desktop-banner {
    height: 450px;
}

.desktop-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
#section-banner-top .banner-contain .banner-contain-title {
    position: absolute;
    z-index: 2;
    top: 31%;
    left: 10%;
    display: none;
}
#section-banner-top .banner-contain .banner-contain-title p {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
#section-banner-top .banner-contain .banner-contain-title h3 {
    font-size: 44px;
    font-weight: 800;
    color: #00008B;
    line-height: 1.4;
    display: none;
}

#section-banner-top .banner-contain-3 {
    margin: auto;
    width: 90%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.11);
    background-color: #fff;

}
#section-banner-top .banner-contain-3 .contact-form {
    padding: 50px 40px;
    border-right: 1px solid #a79d9e;
    border-radius: 30px;
}
.contact-us-infor {
    padding: 50px 40px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    position: relative;
}
.contact-us-infor .contact-us-infor-detail i {
    font-size: 26px;
    padding-right: 12px;
    color: #dc3545;
}
#section-banner-top .banner-contain-3 .contact-form h4 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
#section-banner-top .banner-contain-3 .contact-form form {
    display: grid;
    gap: 15px;
}
#section-banner-top .banner-contain-3 .contact-form input, #section-banner-top .banner-contain-3 .contact-form select {
    padding: 10px 15px;
    outline: none;
    border: none;
    border-radius: 10px;
    height: 47px;
    background: #fff;
    background-color: #efe9e3;
    color: #000;
}
#section-banner-top .banner-contain-3 .contact-form-img {
    height: 100%;
}
.contact-form-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
    overflow: hidden;
}
#section-company-address {
    padding: 40px 0;
    margin-bottom: 60px;
}
#section-company-address .container {
    max-width: 1100px;
}
#section-company-address .company-address {
    padding-right: 30px;
}
#section-company-address .company-address li {
    font-weight: 700;
    font-size: 24px;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
    margin-bottom: 60px;
}
#section-company-address .company-address li span {
    color: #168fcd;
    text-transform: none;
    font-weight: 500;
}
#section-company-address .company-address-map {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    height: 450px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .175);
}
#section-company-address .company-address-map iframe {
    width: 100%;
    height: 100%;
}
#section-banner-top .banner-contain-3 .contact-form textarea {
    padding: 10px 15px;
    outline: none;
    border: none;
    border-radius: 9px;
    background: #fff;
    background-color: #efe9e3;
    margin-bottom: 5px;
    resize: none;
}
#section-banner-top .banner-contain-3 .contact-form .custom-btn {
    transition: all .3s ease;
    border: none;
    border-radius: 9px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 60px;
    letter-spacing: 1px;
    color: #fff;
    background-color:#dc3545 ;
    font-weight: 700;
}