@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
}
.logo {
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.box_beneit_right ul{
  width: 57%;
    margin: 10px auto 50px;
    /* background: #4e3882; */
    border-radius: 10px;
    border-radius: 22px
}
.nav-tabs .nav-link {
  color: #fff;
}
/* -------------------------- */

 /* ------------------------- */
.hamburger {
  display: none;
}

.bar,
.fa-times {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #fff;
  padding: 0;
  margin: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff;
}

.bar:nth-child(1) {
  width: 100%;
}

.bar:nth-child(2) {
  width: 200%;
}

.bar:nth-child(3) {
  width: 300%;
}

body{
  background: #070025;
}
#body_content{
 background-image: url(../images/background.png);
 background-size: cover;
 background-repeat: no-repeat; 
 margin-top: -40px;
 padding-top: 100px;
}
.navbar ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.navbar ul li{
  list-style-type: none;
  margin: 0 20px;
}
.navbar ul li a{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#box_logo_partner{

  background: linear-gradient(90deg, rgba(66, 0, 255, 0.17) 0%, rgba(16, 112, 255, 0.30) 100%);
  backdrop-filter: blur(30px);
  margin-top: 30px;
  padding: 5px 0;
}
.box_list_logo_partner .logo_partner_item a img{
  width: auto;
  height: auto;
}
.navbar ul li:last-child{
  margin-right: 0 !important;
}
#bannder_home{
  position: relative;
  padding-top: 30px;
}
#bannder_home .line_banner1,#bannder_home .line_banner2{
  position: absolute;
  width: 100%;
}
.container_content_banner{
border-radius: 30px;
background: linear-gradient(98deg, rgba(255, 255, 255, 0.16) 1.39%, rgba(255, 255, 255, 0.08) 93.91%);
backdrop-filter: blur(20.45000076293945px);
padding: 0px 60px;
align-items: center;
position: relative;
}
.nav-item .nav-link{
  font-size: 16px;
}
.nav-item .nav-link:hover{
  color: #FFD600 !important;
}
.tt_banner_1{
  font-weight: 700;
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}
.tt_banner_2 {
  color: #FFD600;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 0;
}
.tt_banner_3{
  color: #fff;
  margin-bottom: 40px;
  font-size: 20;
}
.content_banner_left a{
  color: #fff;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 12px;
background: #7000FF;
font-weight: 700;
}
.content_banner_left{
  width: 50%;
  padding-left: 20px;
}
.content_banner_right{
  width: 50%;
}
.content_banner_right img{
  width: 100%;
}
#container_beneit{
  padding-top: 40px;
}
.container_beneit_left{
  padding-right: 40px;
}
.container_beneit_left ul{
  list-style-type: none;
}
.container_beneit_left ul li{
  margin-bottom: 20px;
}
.container_beneit_left ul li .sp_li{
  width: 70px;
}
.container_beneit_left .tt_benefit{
  color: #FFD600;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.container_beneit_left ul li p{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 15px;
  text-align: justify;
}
.container_beneit_right{
  padding-left: 40px;
}
.box_beneit_right{
  padding: 30px;
  border-radius: 20px;
 background: linear-gradient(72deg, rgba(199, 143, 255, 0.09) 1.7%, rgba(66, 0, 255, 0.20) 98.74%);
 backdrop-filter: blur(25px)
}
.container_beneit_right .nav-tabs{
  border-bottom: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.form_ndt .common_in{
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  border-bottom: 3px solid #7000FF;
background: rgba(217, 217, 217, 0.06);
margin-bottom: 30px;
color: #fff !important;
}

.form_ngv input::placeholder{
  color: #fff;
  font-weight: 300;
}
.form_ndt input::placeholder{
  color: #fff;
  font-weight: 300;
}
.form-control:focus {
  color: var(--bs-body-color);
  background: rgba(217, 217, 217, 0.06) !important;
  /* border-color: #86b7fe; */
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
}
.box_tldt p:last-child{
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.form_ndt select{
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  border-bottom: 3px solid #7000FF;
 background: rgba(217, 217, 217, 0.06);
 margin-bottom: 30px;
 color: #fff;
}
.form_ndt select option{
  color: #070025;
}
/* ----------- */
#form_ngv .common_in{
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  border-bottom: 3px solid #F77700;
background: rgba(217, 217, 217, 0.06);
margin-bottom: 30px;
color: #fff !important;
}
#form_ngv input::placeholder{
  color: #fff;
  font-weight: 300;
}
.form-control:focus {
  color: var(--bs-body-color);
  background: rgba(217, 217, 217, 0.06) !important;
  /* border-color: rgba(247, 119, 0, 0.25); */
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(247, 119, 0, 0.25); */
}
#form_ngv select{
  height: 50px;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  border-bottom: 3px solid #F77700;
 background: rgba(217, 217, 217, 0.06);
 margin-bottom: 30px;
 color: #fff;
}
#form_ngv select option{
  color: #070025;
}
.box_beneit_right .nav-tabs{
  border: 1px solid 130px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color:#5100ff;
  border-color: #5100ff;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  isolation: none !important;
  border-color: none !important;
}
.box_rule_ns label{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.box_btn_xn{
  display: flex;
  justify-content: end;
}
.box_btn_xn button{
  padding: 8px 30px;
  background: #5200FF;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 15px;
}
.box_btn_xn_1{
  display: flex;
  justify-content: end;
}
.box_btn_xn_1 button{
  padding: 8px 30px;
  background: #F77700;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 15px;
}
.nav-tabs .nav-item:first-child{
  border-top-left-radius: 1px solid red !important;
  border-bottom-left-radius: 1px solid red !important;
}
.nav-tabs .nav-item:last-child{
  border-top-right-radius: 1px solid red !important;
  border-bottom-right-radius: 1px solid red !important;
}
#container_bcv{
  margin-top: 40px;
}
.commn_title{
  color: #FFD600;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.container_list_bcv{
  width: 18%;
  padding: 10px;
}
.box_img_bcv{
  width: 100%;
  padding: 5px;
  padding: 10px 20px;
  /* border-radius: 163.416px;
  background: url(<path-to-image>), lightgray -72.482px -48.599px / 199.606% 299.408% no-repeat; */
}
.box_img_bcv img{
  width: 100%;
}
.container_list_bcv{
  border-radius: 30px;
background: linear-gradient(180deg, rgba(66, 0, 255, 0.23) 0%, rgba(66, 0, 255, 0.00) 100%);
}
.box_img_sr{
  padding: 5px;
  border: 2px solid rgba(82, 0, 255, 0.70);
  border-radius: 50%;
}
.box_bcv_item .tt_name_shark{
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  color: #fff;
}
.tt_des_shark{
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
#container_new_home{
  margin-top:60px;
  margin-bottom: 30px;
}
#container_new_home_page{
  margin-top: -150px;
}
.container_new_left{
  padding-right: 20px;
  width: 50%;
}
.box_new_main img{
  width: 100%;
  height: 350px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
  border-radius: 10px;
}

.box_new_main p:last-child{
  margin-top: 15px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}
.title_ul_form{
  width: 100% !important;
  background: unset !important;
  margin-bottom: 10px !important;
}
.title_ul_form li{
  font-size: 25px;
}
.container_form_comrades{
  border-radius: 20px;
background: linear-gradient(72deg, rgba(199, 143, 255, 0.09) 1.7%, rgba(66, 0, 255, 0.20) 98.74%);
backdrop-filter: blur(25px);
padding: 30px;
margin-bottom: 40px;
}
.button_register_comrades button{
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  background: #5100ff;
  border:none;
  border-radius: 10px;
}
.box_new_main p a{
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
.post-title{
  margin-top: 15px;
}
.post-title a:hover {
  color: #fff;
}
.post-title a {
  color: #fff;
  display: inline;
  padding-bottom: 0;
  -webkit-transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: background-size 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 100%;
}
.featured-post-item:hover .post-title a {
  background-size: 100% 1px;
}
.featured-post-item:hover div .post-title a {
  background-size: 100% 1px;
}
.container_new_right{
  width: 50%;
  padding-left: 20px;
}
.box_item_new_home{
  padding: 10px;
  border-radius: 15px;
background: linear-gradient(90deg, rgba(112, 0, 255, 0.30) 0%, rgba(66, 0, 255, 0.00) 100%);
backdrop-filter: blur(35px);
margin-bottom: 10px;
}
.box_item_new_home a img{
  width: 160px;
  height: 85px;
  margin-right: 20px;
  border-radius: 10px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
}
.box_item_new_home p a{
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
a{
  text-decoration: none;
}
#footer{
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.06) 0%, rgba(112, 0, 255, 0.20) 100%);
}
.container_footer{
  padding: 30px 0;
}
.footer_left img{
  width: 140px;
  margin-left: 50px;
}
.footer_left p{
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin: 20px 120px 0 0px;
}
.footer_left ul li{
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
.footer_center p{
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer_center ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer_center ul li{
  margin-bottom: 10px;
}
.footer_center ul li a{
  color: #fff;
  font-weight: 300;

}

.footer_right{
  padding-left: 70px;
}
.footer_center2 {
  padding-left: 80px;
}
#footer_bottom{
  background: linear-gradient(90deg, rgba(66, 0, 255, 0.55) 0%, rgba(217, 217, 217, 0.06) 100%);
  color: #fff;
  padding: 5px;
  font-weight: 600;
  text-align: center;
}
.tt_investor1{
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#container_chance{
  margin-top: 40px;
}
.des_investor1{
  color: #fff;
  text-align: justify;
}
.des_investor2 p:first-child{
  color: #C78FFF;
  font-weight: 600;
}
.des_investor2 p{
  color: #fff;
  text-align: justify;
}
.des_investor3 p:first-child{
  color: #5CC7FF;
  font-weight: 600;
}
.des_investor3 p{
  color: #fff;
  text-align: justify;
}
.box_img_world{
  padding-left: 20px;
}
.box_img_world img{
  width: 100%;
}
.box_text_new_slide .tt_new_slide1{
  color: #fff;
  background: #7000FF;
  padding: 5px 10px;
  border-radius: 10px;
  width: 50%;
  font-size: 13px;
  text-align: center;
}
.tt_new_slide2 a{
  color: #fff;
  font-weight: 600;

}
.tt_new_slide2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tt_new_slide3{
  color: #fff;
  font-size: 13px;
  text-align: justify;
}
.box_item_new_slide a img{
  width: 100%;
  height: 100%;
}
#container_trend_insestor{
  margin-top: 40px;
  display: none;
}
.tt_benefit1{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

#container_list_project{
  margin-top: 40px;
}
.box_project_item{
  width: 24%;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  border: 2px solid rgba(112, 0, 255, 0.30);
  background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);

}
.box_project_item a img{
  width: 100%;
  height: 170px;
  border-radius: 5px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
}
.box_project_item .post-title a{
  font-weight: 700;
}
.box_list_project{
 padding-bottom: 30px;
}
.box_project_item .post-title{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_project_item p:last-child{
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  margin-top: 15px;
}
#container_fund{
  margin-top: 40px;
}
.box_form_fund{
  border-radius: 40px;
  background: linear-gradient(274deg, rgba(199, 143, 255, 0.00) 0%, rgba(66, 0, 255, 0.20) 100%);
  backdrop-filter: blur(25px);

}
.box_form_fund_left{
  padding-left: 40px;
}

.ttfund_left{
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}
.box_form_fund_left ul{
  margin-top: 30px;
  list-style-type: none;
}
.box_form_fund_left ul li{
  margin-bottom: 30px;
}
.box_form_fund_left ul li{
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.box_form_fund_left ul li span svg{
  width: 30px !important;
}
.box_form_fund_left ul li:first-child span{
  background: #F77700;
  padding: 1px 5px;
  border-radius: 10px;
}
.box_form_fund_left ul li:nth-child(2) span{
  background: #6f00ff;
  padding: 1px 5px;
  border-radius: 10px;
}.box_form_fund_left ul li:nth-child(3) span{
  background: #00D36E;
  padding: 1px 5px;
  border-radius: 10px;
}
.box_form_fund_right{
  border-radius: 20px;
background: linear-gradient(72deg, rgba(199, 143, 255, 0.09) 1.7%, rgba(66, 0, 255, 0.20) 98.74%);
backdrop-filter: blur(25px);
padding: 20px;
}
 .tt_fund_right{
  color: #FFD600;
  font-size: 20px;
  font-weight: 700;
  margin: 0 50px;
  margin-bottom: 40px;
}
.note_form p{
  color: #fff;
  text-align: center;
  font-size: 13px;
}
#container_why{
  margin-top: 60px;
}
.container_list_statistics{
  margin-top: 43px;
}
.statistics_item{
  width: 40%;
  margin-bottom: 30px;
}
.statistics_item div svg{
  margin-right: 20px;
}
.statistics_item div p{
  color: #fff;
  margin: 0;
}
#container_feedback {
  margin-top: 40px;
}
#container_feedback .container{
  margin-bottom: 30px;
}
.container_content_feedback{
  border-radius: 20px;
  padding: 30px;
background: linear-gradient(90deg, rgba(112, 0, 255, 0.30) 0%, rgba(80, 0, 159, 0.19) 100%);
}
.container_content_feedback > p{
  color: #fff;
  font-size: 11px;
}
.box_user_feedback img{
  border-radius: 30px;
  margin-right: 20px;
} 
.box_user_info_feedback p:first-child{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.box_user_info_feedback p:last-child{
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}
.box_text_new_slide{
 border-top-left-radius: 20px;
 border-bottom-left-radius: 20px;
background: linear-gradient(90deg, rgba(82, 0, 255, 0.70) 0%, rgba(66, 0, 255, 0.23) 100%);
padding: 20px;
}
.title_trend_insestor{
  color: #fff;
  width: 50%;
  text-align: center;
  margin: 0 auto;

}
.box_tt_trend{
  margin-bottom: 90px;
}
.container_filter p span{
  color: #fff !important;
}
#container_friend{
  margin-top: 40px;
}
.box_input_search{
  display: flex;
}
.box_input_search .in_sb{
  border: none;
  border-radius: 0px 10px 10px 0px;
background: linear-gradient(270deg, #FFD600 0%, rgba(199, 143, 255, 0.09) 100%);
padding: 0 10px;
font-weight: 600;
font-size: 14px;
color: #fff;
}
.box_form_filter .filter_input{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
border: 1px solid rgba(199, 143, 255, 0.73);
background: linear-gradient(90deg, rgba(112, 0, 255, 0.30) 0%, rgba(199, 143, 255, 0.00) 100%);
outline: none;
height: 50px;
border-right: 0;
}
.filter_input{
  color: #fff !important;
  background: transparent !important;
}
.box_form_filter select {
  height: 50px;
}
.box_form_filter .filter_input::placeholder{
  color: #fff;
}
.box_form_filter select{
  border-radius: 10px;
  border: 1px solid rgba(199, 143, 255, 0.73);
  background: linear-gradient(90deg, rgba(112, 0, 255, 0.30) 0%, rgba(199, 143, 255, 0.00) 100%);
  outline: none;
  color: #fff;
}
.box_form_filter select option{
  color: #000;
}
.box_form_filter input[type="reset"]{
  border: none;
  background: transparent;
  color: #FFD600;
}
.container_list_friend{
  margin-top: 40px;
}
.box_friend_item{
  width: 18%;
  margin-bottom: 25px;
  position: relative;
  border-radius: 10px;
border: 2px solid rgba(112, 0, 255, 0.30);
background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);
}
.box_friend_item .banner_friend{
  width: 100%;
  height: 60px;
}
.container_list_friend .avater_frined{
  position: absolute;
  width: 60px;
  left: 10%;
  top: 10%;
}
.box_friend_item .tt_name_friend_item{
  margin-top: 30px;
  color: #fff;
  font-weight: 600;
}
.box_friend_info .tt_name_friend_info{
  color: rgba(255, 255, 255, 0.50);


  font-size: 11px;
}
.box_friend_info{
  padding: 10px;
}
.box_friend_info a{
  color: #FFD600;
  padding: 5px 20px;
  border: 1px solid #FFD600;
  border-radius: 10px;
  font-size: 14px;
}
#container_info_companions{
  margin-top: 40px;
}
.container_first_info{
  position: relative;
  margin-bottom: 20px;
}
.container_first_info .banner_image_detail{
  width: 100%;
  height: 150px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
}
.avatar_image_detail {
  position: absolute;
  top: 13%;
  width: 150px;
  left: 6%;
}
.box_info_companions_left{
  margin-top: 70px;
}
.container_first_info{
  border-radius: 10px;
border: 2px solid rgba(112, 0, 255, 0.30);
background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);
}
.box_info_companions_left{
  padding-left: 30px;
}
.box_info_companions_left p:nth-child(1){
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.box_info_companions_left p:nth-child(2){
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.box_info_companions_left p:nth-child(3){
  color: rgba(255, 255, 255, 0.50);
  font-size: 16px;
  font-weight: 300;
}
.box_link_detail a:nth-child(1){
  color: #FFD600;
  padding: 5px 10px;
  border: 1px solid #FFD600;
  border-radius: 10px;
  margin-right: 15px;
}
.box_link_detail a:nth-child(2){
  color: #7000FF;
  padding: 5px 10px;
  background: #FFD600;
  border: 1px solid #FFD600;
  border-radius: 10px;
  margin-right: 15px;
}
.box_link_detail{
  margin-bottom: 30px;
}
.box_info_companions_right p{
  color: #fff;
  font-size: 14px;
}
.container_middle_info{
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
border: 2px solid rgba(112, 0, 255, 0.30);
background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);
}
.container_middle_info p:first-child{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.container_middle_info p:last-child{
  color: #fff;
  text-align: justify;
  font-weight: 400;
}
.container_middle_info div{
  margin-bottom: 10px;
}
.container_info_companions_right{
  padding-left: 20px;
}
.container_file_companions{
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
border: 2px solid rgba(112, 0, 255, 0.30);
background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);
}
.box_file_companions> img{
  width: 70px;
  margin-right: 10px;
}
.file_companions_info p:nth-child(1){
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.file_companions_info p:nth-child(2){
  color: rgba(255, 255, 255, 0.50);
  font-size: 11px;
  font-weight: 400;
}
.file_companions_info .box_link_detail a{
  border: 1px solid #FFD600;
  padding: 5px 10px;
  font-size: 12px;

}
.file_companions_info .box_link_detail img{
  width: 20px;
}
.box_file_companions{
  padding-bottom: 10px;
}
.box_file_companions_item{
  margin-bottom: 10px;
}
.container_file_companions>p{
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.container_middle_info svg{
  width: 100%;
}
.featured-post-thumb {
  border-radius: 6px;
  overflow: hidden;
}
.featured-post-thumb a img {
  object-fit: cover;
  width: 100%;
}
.featured-post-item:hover .featured-post-thumb a img {
  transform: scale(1.1);
}
.rbt-feature {
  transition: transform 0.85s cubic-bezier(0.23, 1, 0.32, 1);
}
.rbt-feature:hover {
  box-shadow: 0px 20px 70px 0px rgba(0, 0, 0, 0.1);
  transform: scale(1.1);
}
.navbar ul li:hover{
  color: #FFD600 !important;
}
.active_menu {
  color: #FFD600; /* Màu sắc được chọn để làm nổi bật */
}
.footer_left ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
.footer_left ul li{
  font-size: 14px;
}

#container_feedback{
  display: none;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider_partner {
  height: 50px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}

.slider_partner .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  justify-content: center;
}

.slider_partner .slide_item{
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
}
.active_item_menu {
  color: #FFD600 !important; /* Màu sắc được chọn để làm nổi bật */
}
.active_page a {
  color: #FFD600 !important;
}

  .header {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.40) -0.39%, rgba(255, 255, 255, 0.10) -0.38%, rgba(80, 0, 159, 0.19) 101.63%);
    backdrop-filter: blur(20.450000762939453px);
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 103;
  margin-top: -60px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  /* background-color: #fff; */
}

.header li a {
  display: block;
  padding: 20px 20px;
 color: #fff ;
 font-weight: 600;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  /* background-color: #f4f4f4; */
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  /* padding: 10px 20px; */
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


.tt_option_news a:first-child{
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  border-radius: 10px;
background: rgba(199, 143, 255, 0.09);
padding: 10px 20px;
margin-right: 20px;
}

.tt_option_news a:last-child{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.box_list_project{
  margin-top: 40px;
  
}
.box_news_item{
  width: 23%;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 30px;
border: 2px solid rgba(112, 0, 255, 0.30);
background: linear-gradient(0deg, rgba(112, 0, 255, 0.20) 0%, rgba(199, 143, 255, 0.09) 100%);
}
.box_news_item img{
  width: 100%;
  height: 160px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
  margin-bottom: 20px;
}
.box_news_item .info_news1{
  font-size: 13px;
  color: #C78FFF;
}
.box_news_item .info_news2{
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box_news_item .info_news3{
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container_news_detail .link_back{
  color: #fff;
  font-size: 14px;
}
.container_news_content{
  padding: 50px 0;
}
.news_title_detail{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}
.news_date_detail{
  color:#C78FFF;
  margin-bottom: 30px;
}
.news_description_detail{
  color: #fff;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 600;
}
.news_detail_left{
  padding-right: 60px;
}
.news_detail_right{
  padding-right: 40px;
  padding-top: 20px;
}
.container_new_recomment{
  text-align: center;
}
.container_new_recomment .tt_rcm1{
  font-size: 22px;
  color: #FFD600;
  font-weight: 600;
  margin-top: 30px;
}
.container_new_recomment .tt_rcm2{
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.box_news_like{
  padding: 10px;
  border-radius: 15px;
background: linear-gradient(90deg, rgba(112, 0, 255, 0.30) 0%, rgba(66, 0, 255, 0.00) 100%);
backdrop-filter: blur(35px);
margin-bottom: 10px;
}

.box_news_like a img{
  width: 130px;
  height: 75px;
  margin-right: 20px;
  border-radius: 10px;
  aspect-ratio: 2/3!important;
  object-fit: cover !important;
}
.box_news_like p a{
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  
}
.news_content_detail{
  color: #fff;
  text-align: justify;
}
.img_new_detail{
  margin-bottom: 20px;
  width: 100%;
}