body {
	background-image: url('https://castid2025.vn/files/images/slide/blank.jpg');
}
.agntix-dark body {
    overflow-x: hidden;
}
.gallery-grid-image .shape-fourtyone {
    background-image: url(https://scientistct.vn/resource/3/assets/images/icons/the_5630763.png);
}
.main-content > p {
	margin-bottom: 0;
}
.topnav-backhome .back_icon {
    color: #fff;
    padding: 8px 8px;
    border-radius: 50%;
    font-size: 14px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
    padding-top: 56.25%; /* 16:9 ratio */
}

.embed-responsive .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.profile-card {
          border-radius: 30px;
          overflow: hidden;
          position: relative;
          padding-top: 200px;
          padding-bottom: 50px;
          min-height: 100vh;
        }
        
        .profile-left {
          padding: 40px 50px 30px 50px;
          position: relative;
          z-index: 1;
          color: #fff;
        }
		
        .profile-left .title-name {
          	font-size: 34px;
			color: #fbff2c;
        }
       
        .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 .detail_avt {
			flex: 0 0 240px;
    max-width: 240px;
          }
        .profile-left .detail_avt img {
          width: 240px;
          height: 240px;
          object-fit: contain;
          border-radius: 50%;
          background: #fff;
          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, 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: 8px 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%);
}

@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;
    }
}

.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);
  }
}

#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;
}



.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: 70%;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 50, 120, 0) 0%, #04005f 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: 991px) {
    .title-name {
        font-size: 24px;
    }
}
@media screen and (max-width: 991px) {
    .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: 575px) {
    .profile-right .nav-pills .nav-link {
        font-size: 12px;
    }
    .profile-right .nav-pills {
        /* flex-wrap: nowrap; */
        justify-content: space-around!important;
    }
    .profile-left .flex-avt {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .title-name {
        font-size: 18px;
        text-align: center;
        margin-top: 15px;
    }
    .tp-product-details-category {
		text-align: center;
    }
    .subtitle_new {
        font-size: 16px;
    }
    .profile-left p, .profile-left ul {
        font-size: 14px;
    }
}


.startup-profile-wrapper * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        .startup-profile-wrapper {
            background: linear-gradient(90deg, rgba(24, 186, 246, .1) 0%, rgb(0 49 119) 50%, rgb(4 44 107 / 50%) 100%);
            color: #fff;
            border-radius: 45px;
        }

        .startup-profile-container {
            /* max-width: 1200px; */
            /* margin: 0 auto; */
            background: rgba(255, 255, 255, 0.05);
            backdrop-filter: blur(10px);
            border-radius: 40px;
            overflow: hidden;
            /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); */
        }

        .startup-profile-header {
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
            padding: 30px;
            text-align: center;
            border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        }

        .startup-profile-header h1 {
            font-size: 2.5em;
            background: linear-gradient(135deg, #fff 0%, #a8d5ff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .startup-profile-tabs {
            display: flex;
            background: rgba(255, 255, 255, 0.05);
            padding: 0;
            border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        }

        .startup-profile-tab {
            flex: 1;
            padding: 24px 20px;
            background: transparent;
            border: none;
            color: rgba(255, 255, 255, 0.6);
            font-size: 1.5em;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
            text-transform: uppercase;
        }

        .startup-profile-tab:hover {
            background: rgba(255, 255, 255, 0.05);
            color: rgba(255, 255, 255, 0.9);
        }

        .startup-profile-tab.sp-active {
            background: rgba(255, 255, 255, 0.1);
            color: #fff;
        }

        .startup-profile-tab.sp-active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: #fff;
            box-shadow: 0 0 10px rgba(4, 0, 95, 0.5);
        }

        .startup-profile-content {
            padding: 40px;
        }

        .startup-profile-tab-content {
            display: none;
            animation: spFadeIn 0.5s ease;
        }

        .startup-profile-tab-content.sp-active {
            display: block;
        }

        @keyframes spFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .startup-profile-info-card {
            background: rgb(4 0 95 / 60%);
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 25px;
          	text-align: justify;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .startup-profile-logo-section {
            text-align: center;
            margin-bottom: 30px;
        }

        .startup-profile-logo {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: contain;
            border: 4px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          	background: #fff;
        }

        .startup-profile-project-name {
            font-size: 2em;
            margin: 20px 0 10px;
            color: #fff;
        }

        .startup-profile-field-tag {
            display: inline-block;
            background: linear-gradient(135deg, #04005f, #060091);
            color: #fff;
            padding: 8px 20px;
            border-radius: 25px;
            font-size: 0.9em;
            font-weight: 600;
            margin-top: 10px;
        }

        .startup-profile-media-section {
            margin-top: 30px;
        }

        .startup-profile-media-section img {
			display: block;
            text-align: center;
            margin: auto;
            margin-bottom: 15px;
        }

        .startup-profile-video-container {
            position: relative;
            width: 100%;
            border-radius: 15px;
            overflow: hidden;
        }

        .startup-profile-video-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .startup-profile-product-image {
            width: 100%;
            border-radius: 15px;
            margin-bottom: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
        }

        .startup-profile-section-title {
            font-size: 1.5em;
            margin-bottom: 15px;
            color: #fff;
            border-left: 4px solid #eee;
            padding-left: 15px;
        }

        .startup-profile-text-content {
            line-height: 1.8;
            color: rgba(255, 255, 255, 0.85);
            margin-bottom: 20px;
        }

        .startup-profile-text-content img {
            display: block;
            text-align: center;
            margin: auto;
          	margin-bottom: 15px;
        }

        .startup-profile-team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 25px;
            margin-top: 25px;
        }

        .startup-profile-team-grid > p {
			display: none;
        }

        .startup-profile-team-member {
            background: rgba(255, 255, 255, 0.08);
            border-radius: 15px;
            padding: 25px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .startup-profile-team-member:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
            background: rgba(255, 255, 255, 0.12);
        }

        .startup-profile-member-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            object-fit: cover;
            margin-bottom: 15px;
            border: 3px solid #4fc3f7;
            box-shadow: 0 5px 20px rgba(79, 195, 247, 0.3);
        }

        .startup-profile-member-name {
            font-size: 1.2em;
            font-weight: 600;
            margin-bottom: 5px;
            color: #fff;
        }

        .startup-profile-member-position {
            color: #4fc3f7;
            font-size: 0.9em;
            margin-bottom: 10px;
        }

        .startup-profile-member-bio {
            font-size: 0.85em;
            color: rgba(255, 255, 255, 0.7);
            line-height: 1.6;
          	text-align: justify;
        }

        .startup-profile-map-container {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            margin-top: 20px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
        }

        .startup-profile-contact-info {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-top: 25px;
        }
        .startup-profile-contact-info > p {
            display: none;
        }

        .startup-profile-contact-item {
            background: rgba(255, 255, 255, 0.08);
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #4fc3f7;
        }

        .startup-profile-contact-item strong {
            color: #4fc3f7;
            display: block;
            margin-bottom: 8px;
        }

        .startup-profile-contact-item a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .startup-profile-contact-item a:hover {
            color: #4fc3f7;
        }

        .startup-profile-product-gallery {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .startup-profile-product-item img {
            width: 100%;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease;
        }

        .startup-profile-product-item img:hover {
            transform: scale(1.05);
        }

        .startup-profile-video-link {
            margin-top: 15px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 0.9em;
        }

        .startup-profile-video-link a {
            color: #4fc3f7;
            text-decoration: none;
        }

        .startup-profile-video-link a:hover {
            text-decoration: underline;
        }

        .startup-profile-founder-wrapper {
            max-width: 400px;
            margin: 0 auto;
        }

        .startup-profile-address-text {
            color: rgba(255, 255, 255, 0.85);
            line-height: 1.8;
            margin-bottom: 15px;
        }

        .startup-profile-address-label {
            color: #4fc3f7;
            font-weight: 600;
        }

        .startup-profile-product-caption {
            margin-top: 10px;
            text-align: center;
            color: rgba(255, 255, 255, 0.8);
        }

        .startup-profile-product-details {
            margin-top: 20px;
        }

        .startup-profile-product-details h4 {
            color: #4fc3f7;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .startup-profile-tabs {
                flex-direction: column;
            }

            .startup-profile-header h1 {
                font-size: 1.8em;
            }

            .startup-profile-content {
                padding: 20px;
            }
        }
.gallery-grid-image .bg-img .image {
    background-color: #fff!important;
}