
.profile-card {
          border-radius: 30px;
          overflow: hidden;
          position: relative;
          padding-top: 150px;
          padding-bottom: 50px;
          min-height: 100vh;
        }
        
        .profile-left {
          padding: 40px 60px 0px 60px;
          position: relative;
          z-index: 1;
          color: #fff;
        }
       
        .profile-left::after {
          content: '';
          width: 99.9%;
          height: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background-color: #000;
          background: linear-gradient(90deg, rgba(24, 186, 246, .1) 0%, rgba(0, 55, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
          opacity: .4;
          z-index: -1;
          border-radius: 0 45px 45px 0;
        }
        .profile-left img {
          width: 240px;
          height: 240px;
          object-fit: cover;
          border-radius: 50%;
          background: conic-gradient(#fbecd9 0deg 146deg, #fdf6ed 204deg 331deg);
          padding: 8px;
          box-shadow: 0 4px 10px rgba(0,0,0,0.15);
        }
        .profile-left h4 {
          font-weight: bold;
          margin-top: 20px;
        }
        .profile-left p,
        .profile-left ul {
          color: #fff;
          text-align: left;
          font-size: 15px;
          line-height: 1.5;
          position: relative;
          z-index: 1;
          margin-bottom: 10px;
        }
        .profile-left ul {
          padding-left: 0;
        }

        .profile-left ul li {
          position: relative;
        }

        .profile-left ul li i {
          color: #f58634;
        }
    
        
        .profile-right {
          position: relative;
          color: white;
          padding: 40px 60px 40px 60px;
          z-index: 1;
        }
        .profile-right::after {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #000;
          background: linear-gradient(90deg, rgba(24, 186, 246, .1) 0%, rgba(0, 55, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
          opacity: .4;
          z-index: -1;
          border-radius: 0 45px 45px 0;
        }
        .profile-right h3 {
            font-weight: bold;
            margin-bottom: 1rem;
        }
        .profile-right h3 span {
            font-weight: 300;
            font-size: 16px;
        }
        .info-item {
          margin-bottom: 8px;
          font-size: 16px;
        }
        .info-item span {
          font-weight: bold;
        }
        .section-title {
          font-weight: bold;
          margin-top: 25px;
          margin-bottom: 20px;
        }
        .publications {
          font-size: 16px;
          color: #fff;
          line-height: 1.6;
        }
        .publications p {
          color: #fff;
          font-size: 16px;
        }
.subtitle {
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 4px solid rgb(255 233 233 / 50%);
}
.subtitle_new {
    font-size: 24px;
    padding: 18px 20px;
    /* background: linear-gradient(90deg, rgb(245 134 52) 0%, rgb(245 134 52) 50%, rgb(245 134 52) /100%); */
    background: linear-gradient(90deg, rgba(0, 50, 120, 1) 0%, rgba(0, 50, 120, .5) 50%, rgba(0, 50, 120, 0) 100%);
    border-radius: 10px;
}
.subtitle_new i {
    font-size: 15px;
    background: rgb(245 134 52 / 90%);
    color: #fff;
    margin-right: 5px;
    padding: 10px;
    border-radius: 50%;
}
.rest .item-link h6 {
    font-size: 16px;
}

.bg-section-title {
    font-size: 34px;
    line-height: 46px!important;
    padding: 10px 0 10px;
    line-height: 64px;
    color: #fbff2c;
    background: linear-gradient(90deg, rgba(0, 50, 120, 0) 0%, rgba(0, 50, 120, 1) 50%, rgba(0, 50, 120, 0) 100%);
}

.header_slide_custom {
    padding: 30px 0 0;
}

.header_slide_custom .logo img {
    height: 60px;
    width: auto;
}

.header_slide_custom_2 .logo img {
    height: 80px;
}

@media screen and (min-width: 1600px) {
    
    
    .header_slide_custom .logo img {
        height: 90px;
    }
}

.carousel-slider .gallery-img .bg-img .image {
    position: relative;
    height: 300px;
    width: 300px;
    /* overflow: hidden; */
    border-radius: 50%;
    margin: 0 auto 20px;
    background-color: #dedede;
    border: 2px solid #eee;
}

.carousel-slider .gallery-img .bg-img .text {
    text-align: center;
}

.carousel-slider .gallery-img .bg-img h5 {
    font-size: 18px;
    margin-top: 40px;
}

.carousel-slider .gallery-img .bg-img .text h6 span {
    font-size: 14px;
    opacity: .7;
}

.carousel-slider:before {
    content: '';
    width: 99.9%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 22%;
    background-color: #000;
    background: linear-gradient(90deg,rgba(24, 186, 246, .1) 0%, rgba(0, 55, 75, 1) 50%, rgba(0, 0, 0, 1) 100%);
    opacity: .4;
    z-index: -1;
    border-radius: 0 60px 60px 0;
}

/* .carousel-slider .gallery-img {
    padding: 0 65px;
} */

.carousel-slider .full-width {
    position: absolute;
    top: 50%;
    transform: translateY(-44%);
}

/* .carousel-slider .gallery-img .bg-img .image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  border-radius: 50%;
  background: conic-gradient(
    rgba(0, 191, 255, 0.8),
    rgba(0, 255, 255, 0.8),
    rgba(0, 191, 255, 0.8)
  );
  animation: spin 3s linear infinite;
  filter: blur(4px);
  z-index: -1;
} */

.gallery-img .swiper-container {
    padding: 15px;
}

/* Nền đen bên trong để tạo khoảng trống */
/* .carousel-slider .gallery-img .bg-img .image::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: #061529;
  z-index: 0;
} */

@keyframes spin {
  to { transform: rotate(360deg); }
}

.profile-right .nav-pills .nav-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.profile-right .nav-pills .nav-link {
    color: #fff;
    border: 1px solid transparent;
    background-color: rgb(0 49 118 / 30%);
}

.profile-right .nav-pills .nav-link.active, .profile-right .nav-pills .show>.nav-link, .profile-right .nav-pills .nav-link:hover {
    background-color: rgb(0 49 118 / 80%);
    border-color: #fff;
}

@media screen and (min-width: 1200px) {
    .profile-right .nav-pills .nav-link {
        font-size: 20px;
    }
}

.video-container {
    position: relative;
    height: 600px;
    margin: 0 30px;
    border: 20px solid rgb(0 16 39);
    border-top-width: 40px;
    border-radius: 25px;
}

.video-container .icon {
    position: absolute;
    top: -30px;
    z-index: 999999;
    left: 50%;
    transform: translateX(-50%);
    opacity: .1;
}

.video-container iframe {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.shape-two {
    position: fixed;
    top: 106px;
    left: 70px;
    width: 715px;
    height: 762px;
    animation: fa-spin 20s infinite linear;
    background-image: url(../images/icons/shape-two.png);
}

.icon-four {
    width: 379px;
    height: 455px;
    background-image: url(../images/icons/icon-four.png);
    position: fixed;
    top: 41px;
    right: 45px;
    animation: fa-spin 40s infinite linear;
}

.shape-nineteen {
    width: 112px;
    height: 280px;
    background-image: url(../images/icons/shape-nineteen.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 12px;
    right: 0;
    z-index: 1;
    animation: bounce-y 10s infinite linear;
}

.icon-six {
    width: 243px;
    height: 243px;
    background-image: url(../images/icons/icon-six.png);
    position: absolute;
    top: 206px;
    left: -80px;
    animation: fa-spin 15s infinite linear;
}
.resume-clumn a:hover {
    color: #f1a73e;
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.carousel-slider .shape-fourtyone {
    width: 335px;
    height: 335px;
    background-image: url(../images/icons/shape-fourtysix.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -196px;
    margin-left: -168px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    animation: fa-spin 24s linear infinite;
    transition: all 300ms ease;
}
.swiper-slide-active .shape-fourtyone {
    background-image: url(../images/icons/shape-fourtyfour.png);
}
#scientificModal .modal-content {
    background-color: rgb(0 0 0 / 80%);
    color: #fff;
}
#scientificModal .modal-content .btn-close{
    filter: invert(1);
}

.background-fixed {
    background-attachment: fixed;
}

.gallery-grid-image .bg-img .image {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    margin: auto;
    background-color: #dedede;
    border: 2px solid #eee;
}

.gallery-grid-image .bg-img .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.gallery-grid-image .bg-img h5 {
    font-size: 24px;
    margin-top: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fbff2c;
}

.gallery-grid-image .shape-fourtyone {
    width: 370px;
    height: 370px;
    background-image: url(../images/icons/the_5630763.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* animation: fa-spin 24s linear infinite; */
    transition: all 300ms ease;
}

.bir_close {
    color: #fff;
    font-size: 20px;
    padding: 9px 0;
    background: rgb(0 50 120 / 80%);
    margin-top: 10px;
    margin-bottom: 12px;
    background: linear-gradient(90deg,rgba(0, 50, 120, 0) 0%, rgba(0, 50, 120, 1) 50%, rgba(0, 50, 120, 0) 100%);
    border-radius: 10px;
}

.bg-header-logo {
    display: inline-block;
    padding: 10px 10px;
    background: #fff;
    border-radius: 10px;
}

.flex-avt {
    position: relative;
}

.flex-avt:after {
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    width: 90%;
    height: 60%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 50, 120, 0) 0%, rgba(0, 50, 120, 1) 50%, rgba(0, 50, 120, 0) 100%);
    transform: translateY(-50%);
}

.resumn_position {
    padding-left: 30px!important;
    margin-left: 30px;
}

.mt--10 {
    margin-top: -10px;
}

.resumn_position li {
    position: relative;
}

.resumn_position li:before {
    content: '';
    position: absolute;
    left: -28px;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 3px solid #f2a938;
    border-radius: 50%;
}

.filter-gray {
    filter: grayscale(1);
}

@media screen and (min-width: 768px) {
    .mt-md-50 {
        margin-top: 50px!important;
    }
}

@media screen and (min-width: 1600px) {
    .resumn_position {
        margin-left: 0;
    }
}

@media screen and (max-width: 1400px) {
    .header_slide_custom_2 .logo img {
        height: 62px;
    }
}
@media screen and (max-width: 1024px) {
    .carousel-slider .gallery-img .bg-img .image {
        height: 200px;
        width: 200px;
    }
}
@media screen and (max-width: 991px) {
    .carousel-slider .gallery-img {
        padding: 0;
    }
    .carousel-slider {
        background-position: bottom;
    }
    .carousel-slider .gallery-img .bg-img .image {
        height: 250px;
        width: 250px;
    }
    .carousel-slider .shape-fourtyone {
        width: 275px;
        height: 275px;
        margin-top: -169px;
        margin-left: -140px;
    }
    .title-name {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .video-container {
        height: 333px;
    }
    .header_slide_custom_2 .logo img {
        height: 50px;
    }
    .profile-left {
        padding: 40px 15px 0px 15px;
    }
    .shape-two {
        display: none;
    }
    .profile-right {
        padding: 40px 15px 15px 15px;
    }
    .resume {
        padding: 30px 20px 20px;
    }
}

@media screen and (max-width: 767px) {
    .flex-wrap-xs {
        flex-wrap: wrap;
    }
    .video-container {
        height: 208px;
    }
}

@media screen and (max-width: 575px) {
    .profile-right .nav-pills .nav-link {
        font-size: 12px;
    }
    .profile-right .nav-pills {
        /* flex-wrap: nowrap; */
        justify-content: space-around!important;
    }
    .header_slide_custom .logo img {
        height: 36px;
    }
    .carousel-slider .full-width {
        transform: translateY(-50%);
    }
    .carousel-slider .swiper-controls {
        bottom: 60px;
    }
    .profile-left .flex-avt {
        justify-content: center;
    }
    .title-name {
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .subtitle_new {
        font-size: 16px;
    }
    .profile-left p, .profile-left ul {
        font-size: 14px;
    }
}

.text-justify {
    text-align: justify;
}












