body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn, .btn-simple, a, .td-name, td {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Averta','Helvetica Neue','Open Sans',Arial,sans-serif;
}
img {
    transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -webkit-transition: all .7s ease-in-out 0s;
    -o-transition: all .7s ease-in-out 0s;
}
.fixed-top-80{
    margin-bottom: 80px;
}

.me-1{
    margin-right: 20px;
}
.co-red{color: #EE0033;}
.bg-gradient-white{
    background: #fff !important;
    color: #EE0033 !important;
    box-shadow: 0 3px 3px 0 rgba(255, 72, 71, 0.4);
}
.bg-gradient-primary{
    color: #fff !important;
    background: #EE0033 !important;
    box-shadow: 0 3px 3px 0 rgba(255, 72, 71, 0.4);
}
.bg-gradient-outline-primary{
    border: 1px solid #EE0033 !important;
    color: #EE0033 !important;
}
.bg-img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.tab-dot{
    position: relative; overflow: hidden;
}
.tap-dot-item.active{
    background: initial !important;
    color: #E5E5E7 !important;
}
.tap-dot-item.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    background: #EE0033;
    margin-right: 20px;
    border-radius:  16px;
}
.tap-dot-item.active:after:last-child,.tap-dot-item:last-child{margin-right: 0;}
.tap-dot-item{width: 140px; height: 42px; margin-right: 20px; color: #fff; padding: 8px 0;}
.tap-dot-item:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    margin-right: 20px;
    background: #E5E5E7;
    border-radius: 16px;
}
.tap-dot-item:hover:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    background: #EE0033;
    margin-right: 20px;
    border-radius:  16px;
}
.tap-dot-item:hover{color: #E5E5E7 !important;}
.min-vh-30{min-height: 30vh !important;}
.min-vh-40{min-height: 40vh !important;}
.min-vh-50{min-height: 50vh !important;}
.min-vh-60{min-height: 60vh !important;}
.min-vh-75{min-height: 80vh !important;}
.min-vh-100{min-height: 100vh !important;}
.min-vh-125{min-height: 125vh !important;}
.min-vh-150{min-height: 150vh !important;}
.page-header{
    padding: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: 50%;
}
#news-time{
    background-size: cover;
    background-position: 100%;
}
.page-header h1{font-size: 70px; font-weight: 700;}
.page-header .mx-auto a{height: 48px; width: 48px; padding: 10px 10px;box-shadow: 0 3px 3px 0 rgba(255, 72, 71, 0.3);
}
.waves {
    position: relative;
    width: 100%;
    height: 16vh;
    margin-bottom: -7px;
    /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px; }
.waves.waves-sm {
    height: 50px;
    min-height: 50px; }
.waves.no-animation .moving-waves > use {
    -webkit-animation: none;
    animation: none; }

.wave-rotate {
    transform: rotate(180deg); }

/* Animation for the waves */
.moving-waves > use {
    -webkit-animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 40s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.moving-waves > use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 11s;
    animation-duration: 11s; }

.moving-waves > use:nth-child(2) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s; }

.moving-waves > use:nth-child(3) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 15s;
    animation-duration: 15s; }

.moving-waves > use:nth-child(4) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s; }

.moving-waves > use:nth-child(5) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 25s;
    animation-duration: 25s; }

.moving-waves > use:nth-child(6) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 30s;
    animation-duration: 30s; }

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0); }
    100% {
        transform: translate3d(85px, 0, 0); } }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0); }
    100% {
        transform: translate3d(85px, 0, 0); } }
/*Shrinking for mobile*/
@media (max-width: 767.98px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }
}
/*Hoi thao*/
.slider-card{
    position: relative;
    overflow: hidden;
}
.Slider-card-info{
    position: absolute;
    right: 0;
    top: 20%;
    background: #fff;
    padding: 30px;
    border-radius: 32px;
    width: 700px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,8%);
    z-index: 99999;
}
.Slider-card-info ul li a{}
#news .tab-content .tab-pane img{
    margin-top:32px;
    margin-left: 32px;
    width: 630px;
    height: 500px;
    border-radius: 32px;
}
#news .tab-content .tab-pane .bg-img-slider{
    position: absolute;
    top:0;
    left: 0;
    background: #F7ECF0;
    width: 530px;
    height: 450px;
    border-radius: 32px;
    z-index: -1;
}
.Slider-card-info .card-info-text h2, .Slider-card-info .card-info-text p{margin-bottom: 24px;}
.Slider-card-info .nav-pills li{position: relative; overflow: hidden;}
.Slider-card-info .nav-pills li a.active{
    background: initial;
    color: #E5E5E7 !important;
}
.Slider-card-info .nav-pills li a{width: 140px; height: 42px; margin-right: 20px; color: #fff; padding: 8px 0;}
.Slider-card-info .nav-pills li a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    margin-right: 20px;
    background: #E5E5E7;
    border-radius: 16px;
}
.Slider-card-info .nav-pills li a.active:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    background: #EE0033;
    margin-right: 20px;
    border-radius:  16px;
}
.Slider-card-info .nav-pills li a.active:after:last-child,.Slider-card-info .nav-pills li a:last-child{
    margin-right: 0;
}
.Slider-card-info .nav-pills li a:hover:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 5px;
    background: #EE0033;
    margin-right: 20px;
    border-radius:  16px;
}
.Slider-card-info .nav-pills li a:hover{
    color: #E5E5E7 !important;
}

#news-time .slider .carousel {
    margin-left: -105px;
}
#news-time .slider .carousel .carousel-item{height: 530px;}
#news-time .slider .carousel .carousel-indicators{bottom: -10%;}
#news-time .slider .carousel .carousel-indicators a[aria-label]{background-color: #E5E5E7;}
#news-time .slider .carousel .carousel-indicators div{
    position: relative;
    /*overflow: hidden;*/
}
#news-time .slider .carousel .carousel-indicators div span{
    position: absolute;
    top: -18px;
    color: #E5E5E7;
    left: 0;
    font-size: 16px;
    font-weight: 600;
}
#news-time .slider .carousel .carousel-indicators [data-bs-target]{width: 140px;height: 5px;border-radius: 8px;}
#news-time .slider .carousel .carousel-indicators a[aria-label].active{background-color: #ff0033;}
#news-time .row .col-xxl-3{
    width: 420px;
    height: 420px;
    margin-right: 16px;
}
#news-time .nav-item-card{
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16)
}
#news-time .row .col-xxl-3:last-child{margin-right: -160px;}
#news-time .waves{
    height: 6vh;
    min-height: 65px;
    max-height: 90px;
}
#news-time h4{font-size: 16px; font-weight: 600;}
#news-time p{font-size: 16px; font-weight: 400;}
#news-time .row .col-xxl-3 .nav-item-header{
    position: relative;
    overflow: hidden;
}
.nav-item-body{padding: 16px 24px 24px;border-radius: 16px;}

#events {

}
#events .card .card-img-overlay{
    position: absolute;
    width: 45%;
    right: 0;
    top: initial;
    bottom: 0;
    left: 0;
    padding: 1rem;
}
#events .card .card-ul-overlay{
    position: absolute;
    right: 0;
    top: initial;
    bottom: 0;
    padding: 1rem;
}
#events .card .tab-content img{ height: 420px;width: 100%;}
#events .tap-dot-item{color: #fff}


footer h3{
    color: #868e96;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: .1em;
}
.footer-widget-area{
    padding: 1.5rem 0;
    color: #777;
    height: 100%;
    width: 100%;
    background: #343a40 url("../images/banner/world2.png") no-repeat center / contain;
}
.footer-link ul, .footer-text ul{
    padding: 0;
}
.footer-link ul li,.footer-text ul li{
    list-style: none;
}
.footer-link ul li a ,.footer-text ul li{
    color: #dee2e6;
    font-size: 16px;
    display: block;
    padding: .25rem 0;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.footer-bottom-bar{
    padding: 1.7rem 0;
    background-color: #231f1f;
    color: #fff;
}
.footer-col p{
    text-transform: capitalize;
    /*background: url("../images/banner/world2.png") center center/cover no-repeat;*/
    /*height: 100%;*/
    /*width: 100%;*/
}