html {

}
html.overflow_body{
  overflow: hidden;
}
body{
  font-family: "Inter", sans-serif;
}
.basicscience_06082024 {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #231F20;
  position: relative;
  padding: 0px 0px 0px 0px;
  text-decoration: none !important;
  background: #fff;
}
@font-face {
  font-family: utm-trajan;
  src: url(../fonts/utm-trajan.ttf);
}
ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a,
a:hover {
  text-decoration: none !important;
}
a:focus {
  outline: none !important;
}
figure {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.container {
  max-width: 1330px;
  width: 100% !important;
  margin: 0px auto;
}
img {
  max-width: 100%;
  height: auto;
}
input:focus,
textarea:focus,
h2:focus,
figure:focus {
  outline: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* MENU MOBILE*/
/* END MENU SERVICE MOBILE*/
.qb_logo_mobile{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0px 68px 0px;
}
.service_icon_mobile_click {
  margin: 0px 0px 0px 20px;
  cursor: pointer;
  z-index: 99;
  display: none;
  cursor: pointer;
}
.service_icon_mobile_click svg {
  position: relative;
  top: 2px;
}
#page_wrapper {
  transition: all 0.3s;
}
#menu_mobile_full{
  position: fixed;
  top: 0;
  bottom: 0;
  left: -375px;
  width: 375px;
  background-color: #fff;
  z-index: 9999999;
  border-right: 1px solid #fff;
  overflow: auto;
  transition: opacity .35s, visibility .35s, height .35s;
  padding: 0px 16px;
  display: none;
  border-bottom: 6px solid #B82841;
  overflow-x: hidden;
}
/*  content:url(../images/before_mobile.png);
position: absolute;
bottom:0;
right: 0;*/
}
#menu_mobile_full.menu_show{
}
#menu_mobile_full .close_menu{
  margin: 0px;
}
.fixedheader {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  z-index: 9;
  width: 100% !important;
}
.bg_opacity {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.menu_hidden {
  z-index: -1;
  left: -260px;
}
.menu_show {
  z-index: 9999999;
}
#menu_mobile_full .mobile_logo {display: flex;align-items: center;justify-content: space-between;gap: 16px;}
#menu_mobile_full .mobile-menu {
  margin: 16px 0px 0px 0px;
}
#menu_mobile_full .mobile-menu .menu-menu-chinh-container {padding: 40px 0px 30px 0px;border-bottom: 1px solid rgb(24 24 24 / 15%);}
/*.menu_show nav ul.menu>li {
animation: fadeInRight .5s ease forwards;
opacity: 0;
}
.menu_show nav ul.menu>li:nth-child(1) {
animation-delay: .35s;
}
.menu_show nav ul.menu>li:nth-child(2) {
animation-delay: .40s;
}
.menu_show nav ul.menu>li:nth-child(3) {
animation-delay: .45s;
}
.menu_show nav ul.menu>li:nth-child(4) {
animation-delay: .50s;
}
.menu_show nav ul.menu>li:nth-child(5) {
animation-delay: .55s;
}
.menu_show nav ul.menu>li:nth-child(6) {
animation-delay: .60s;
}
.menu_show nav ul.menu>li:nth-child(7) {
animation-delay: .65s;
}
.menu_show nav ul.menu>li:nth-child(8) {
animation-delay: .70s;
}
.menu_show nav ul.menu>li:nth-child(9) {
animation-delay: .75s;
}
.menu_show nav ul.menu>li:nth-child(10) {
animation-delay: .80s;
}*/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
#menu_mobile_full ul li {
  display: block;
  width: 100%;
}
#menu_mobile_full .menu-menu-chinh-container ul.menu>li {
  position: relative;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 20px 0px;
  font-size: 16px;
  line-height: 24px;
}
#menu_mobile_full .menu-menu-chinh-container ul.menu>li:last-child{
  margin:0px;
}
#menu_mobile_full .menu-menu-chinh-container ul.menu li ul.sub-menu li{
  margin: 0px 0px 8px 0px;
}
#menu_mobile_full .menu-menu-chinh-container ul.menu li ul.sub-menu>li:last-child{
  margin:0px;
}
#menu_mobile_full .menu-menu-chinh-container ul li a {
  color: #181818;
  text-transform: uppercase;
  font-weight: 600;
}
#menu_mobile_full ul li a:hover {
  text-decoration: none;
  background: none;
}
#menu_mobile_full li span {
  margin: 0px 0px 0px 10px;
}
#menu_mobile_full .sub-menu {
  display: none;
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #fff;
  margin: 10px 0px 0px 0px;
}
#menu_mobile_full .menu-menu-chinh-container ul.sub-menu li a {
  font-size: 16px;
  text-transform: none;
  color: #000;
  transition: all 0.3s;
  font-weight: 400;
}
#menu_mobile_full .sub-menu li a:hover{
  color: #B82841 !important;
}
/*.editBefore_mobile::before {
content: "" !important;
}*/
#menu_mobile_full li.menu-item-has-children::before {
  content: "";
  background: url(../images/06082024-arr-menu-black.svg) no-repeat;
  width:9px;
  height: 6px;
  position: absolute;
  right: 0px;
  top: 8px;
  transform: rotate(-90deg);
}
#menu_mobile_full li.editBefore_mobile::before{
  transform: rotate(0deg);
}
#menu_mobile_full .menu>li.not-have-child {
/* padding: 0px; */
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child {
  padding: 0px;
  display: table;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child>a {
  display: table;
  width: 100%;
}
#menu_mobile_full .menu li ul.sub-menu li.not-have-child:last-child>a {
}
#menu_mobile_full .menu>li.not-have-child>a {
  display: inline-block;
}
#menu_mobile_full .mobile_menu_ot{
  padding: 25px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
}
#menu_mobile_full .mobile_menu_ot ul{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 18px;
  grid-row-gap: 14px;
}
#menu_mobile_full .mobile_menu_ot ul li a{
  color: #181818;
  transition: all 0.3s;
}
#menu_mobile_full .mobile_menu_ot ul li a:hover{
  color: #B82841;
}
/* END MENU MOBILE*/
/*CSS POPUP*/
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  overflow: auto;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 0px !important;
}
.popup .content_popup {
  position: relative;
  z-index: 9;
  transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  width: 100%;
  animation-name: animatetop;
  animation-duration: 0.4s;
  overflow: auto;
}
.popup .content_popup h2{
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin: 0px 0px 60px 0px;
}
.popup .close_popup{display: flex;justify-content: flex-end;cursor: pointer;padding: 45px 70px 0px 0px;}
.popup .close_popup img{
  max-width: 35px;
  width: 100%;
}
.popup .content_popup::-webkit-scrollbar { width: 0 !important }
.popup .content_popup { scrollbar-width: none; }
.popup .content_popup { -ms-overflow-style: none; }
.popup .content_popup::-webkit-scrollbar {
  width: 5px;
}
.popup .content_popup::-webkit-scrollbar-track {
  background: #F2F3F4;
  border-radius:15px;
}
.popup .content_popup::-webkit-scrollbar-thumb {
  background-color: #B82841;
  border-radius: 90px;
  border: 90px solid #B82841;
}
.popup_searchform .list_group{
  max-width: 1000px;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 50%);
  padding: 0px 0px 10px 0px;
  display: flex;
  gap: 16px;
  margin: 240px auto 0px auto;
} 
.popup_searchform .list_group input{
  flex-grow: 1;
  padding: 0px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.popup_searchform .list_group input::placeholder{
  color:rgb(255 255 255 / 40%);
}
.popup_searchform .list_group button{
  padding: 0px;
  background: transparent;
  border: none;
  width: 36px;
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}
/*END CSS POPUP*/
/*CSS CONTENT*/
.basicscience_06082024 .homepage_onecsreen {
  display: flex;
  flex-direction: column;
  background: #B82841;
}
.basicscience_06082024 .onecsreen_top {
  background: #fff;
  border-radius: 0px 0px 40px 40px;
  padding: 0px 0px 120px 0px;
}
.basicscience_06082024 .homepage_06082024 .onecsreen_top {
  height: 1085px;
  background: url(../images/06082024-tp-img1.jpg);
  background-repeat: no-repeat;
  border-radius: 0px 0px 40px 40px;
  background-size: cover;
  position: relative;
  box-shadow: 0px 4px 30px 0px #00000040;
  background-position: center center;
  z-index: 9;
}
.basicscience_06082024 .onecsreen_top:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 0px 0px 40px 40px;
  opacity: 0.1;
  z-index: -1;
  background: linear-gradient(116.85deg, #07080B 52.11%, #9A1818 94.03%);
}
.basicscience_06082024 .onecsreen_bottom {
  flex-grow: 1;
  position: relative;
  z-index: 8;
}
.basicscience_06082024 .header_06082024 {
  position: relative;
  z-index: 99;
}
.basicscience_06082024 .header_06082024:before{
  position: absolute;
  content: "";
  background: #B82841;
  width: 100%;
  height: 66px;
  top: 0px;
  left: 0px;
  pointer-events: none;
} 
.basicscience_06082024 .header_06082024 .container,
.basicscience_06082024 .homepage_06082024 .footer_06082024 .container{
  max-width: 1720px !important;
}
.basicscience_06082024 .homepage_06082024 .header_06082024:before{
  background: transparent;
}
.basicscience_06082024 .header_06082024 .top_hd {
  padding: 6px 0px;
}
.basicscience_06082024 .header_06082024 .top_hd .hd_general {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.basicscience_06082024 .header_06082024 .menu_sub{
  position: relative;
  padding: 0px 15px 0px 0px;
}
.basicscience_06082024 .header_06082024 .top_hd nav ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.basicscience_06082024 .header_06082024 .top_hd nav ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .header_06082024 .bottom_hd {
  position: relative;
}
.basicscience_06082024 .header_06082024 .bottom_hd:before {}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_general {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 90px;
  padding: 0px 25px;
  position: relative;
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_left,
.basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 150px;
}
.basicscience_06082024 .header_06082024 .hd_middle {
  position: relative;
  max-width: 271px;
  width: 100%;
}
.basicscience_06082024 .header_06082024 .hd_logo figure {
  display: table;
  margin: 0px auto;
  position: relative;
}
.basicscience_06082024 .header_06082024 .hd_middle:before {
  position: absolute;
  content: "";
  background: url(../images/06082024-logo-bg.png) no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 271px;
  width: 100%;
  height: 143px;
  background-size: cover;
  background-position: center center;
}
.basicscience_06082024 .header_06082024 .hd_middle figure .logo_neu {}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li {
  font-weight: 500;
  position: relative;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>a {
  color: #090909;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 16px 0px;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li:hover>a {
  color: #B82841;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li.menu-item-has-children>a:after {
  content: url(../images/06082024-arr-menu-black.svg);
  position: relative;
  top: -3px;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li.menu-item-has-children>a:hover:after {
  content: url(../images/06082024-arr-menu-red.svg);
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>ul.sub-menu {
  position: absolute;
  width: 220px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  padding: 15px 25px;
  box-shadow: 0px 2px 16px 0px #0000001A;
  /*  opacity: 0;
  visibility: hidden;*/
  display: none;
  left: -60px;
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_left nav>ul.menu>li:nth-child(2)>ul.sub-menu{
/*  top: 112px;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_left nav>ul.menu>li:nth-child(3)>ul.sub-menu{
/*  top: 113px;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom nav>ul.menu>li:nth-child(2)>ul.sub-menu{
/*  top: 98px;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom nav>ul.menu>li:nth-child(1)>ul.sub-menu{
/*  top: 124px;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom nav>ul.menu>li:nth-child(3)>ul.sub-menu{
/*  top: 113px;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li:hover>ul.sub-menu{

}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>ul.sub-menu>li {
  margin: 0px 0px 8px 0px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>ul.sub-menu>li:last-child {
  margin: 0px;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>ul.sub-menu>li>a {
  display: inline-block;
  transition: all 0.3s;
  color: #181818;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>ul.sub-menu>li>a:hover {
  color: #B82841;
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_menu_mobile .icon_mobile_click {
  position: relative;
  top: 3px;
  cursor: pointer;
/*  pointer-events: none;
  opacity: 0.1;*/
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_search .search_icon {
  position: relative;
  top: 3px;
  cursor: pointer;
}
.basicscience_06082024 .homepage_general{
  margin: 240px 0px 0px 0px;
}
.basicscience_06082024 .qoute_hp{
  color: #fff;
}
.basicscience_06082024 .qoute_hp .qoute_general{
  max-width: 70%;
  width: 100%;
  margin: 0px auto;
}
.basicscience_06082024 .qoute_hp h1{
  display: table;
  margin: 0px auto;
  text-align: center;
  font-family: utm-trajan;
  font-size: 48px;
  line-height: 56px;
}
.basicscience_06082024 .qoute_hp span{
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  display: table;
  margin: 16px auto 0px auto;
  text-align: center;
}
.basicscience_06082024 .qoute_hp .discover_btn{
  margin: 40px auto 0px auto;
  display: table;
  padding: 12px 57px;
}
.basicscience_06082024 .btn_06082024{
  background: #B82841;
  border-radius: 90px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.basicscience_06082024 .btn_06082024 span{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15,.85,.31,1);
  display: inline-block;
  margin: 0px !important;
  text-transform: inherit;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  position: relative;
}
.basicscience_06082024 .btn_06082024:hover span{
  transform: translateY(-150%);
}
.basicscience_06082024 .btn_06082024 span strong{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15,.85,.31,1);
  display: inline-block;
  font-weight: 500;
}
.basicscience_06082024 .btn_06082024 span>strong:nth-child(2){
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.basicscience_06082024 .btn_06082024:hover span>strong:nth-child(1){
  opacity: 0;
}
.basicscience_06082024 .btn_06082024:hover span>strong:nth-child(2){
  transform: translate(-50%, 100%);
  opacity: 1;
}
.basicscience_06082024 .slider_hp{
  margin: 120px 0px 0px 0px;
}
.basicscience_06082024 .slider_hp .container{
  max-width: 1150px;
}
.basicscience_06082024 .slider_hp .slider_ct{
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure{
  position: relative;
  width: 47%;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure video{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure .slider_img{
  height: 320px;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure .slider_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure .play_icon{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  z-index: 9;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure .play_icon:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-play-icon.png) no-repeat;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  z-index: 9;
}
.basicscience_06082024 .slider_hp .slider_ct .wrap_figure .play_icon:after{
  position: absolute;
  content: "";
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(10px);
}
.basicscience_06082024 .slider_hp .slider_ct .text_widget{
  width: 53%;
  padding: 30px 30px;
}
.basicscience_06082024 .slider_hp .slider_ct .text_widget h2{
  font-weight: 600; 
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
  text-transform: uppercase;
}
.basicscience_06082024 .slider_hp .slider_ct .text_widget h2 strong{
  color: #B82841;
}
.basicscience_06082024 .slider_ct .text_widget .qb_excerpt{
  margin: 16px 0px 0px 0px;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basicscience_06082024 .slider_ct .text_widget .qb_excerpt p{
  margin: 0px;
}
.basicscience_06082024 .slider_ct .text_widget .seemore_btn{
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B82841;
  margin: 30px 0px 0px 0px;
}
.basicscience_06082024 .slider_ct .text_widget .seemore_btn svg{
  transition: all 0.3s;
}
.basicscience_06082024 .slider_ct .text_widget .seemore_btn:hover svg{
  transform: translateX(5px);
}
.basicscience_06082024 .footer_06082024{
  padding: 30px 0px 30px 0px;
}
.basicscience_06082024 .footer_06082024 .container{
  max-width: 1330px;
}
.basicscience_06082024 .footer_06082024 .ft_general{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_left .ft_info li{
  margin: 0px;
  padding: 0px 0px 0px 24px;
  position: relative;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_left .ft_info li svg{
  position: absolute;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info{display: flex;align-items: center;gap: 0px;margin: 0px 0px 8px 0px;justify-content: flex-end;}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right p{
  margin: 0px;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info>li:nth-child(1):after{
  content:"-";
  padding: 0px 16px 0px 8px;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info li{
  position: relative;
  padding: 0px 0px 0px 24px;
} 
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info li svg{
  position: absolute;
  top: 1px;
  left: 0px;
}
.basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info li span{
  color: #fff;
}
.basicscience_06082024 .footer_06082024 .ft_info>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .footer_06082024 .ft_social{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 10px 0px 0px 0px;
  gap: 6px;
}
.basicscience_06082024 .footer_06082024 .ft_social li a{
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background: rgb(255 255 255 / 10%);
  border-radius: 50%;
}
.basicscience_06082024 .footer_06082024 .top_footer .ft_left figure{
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: utm-trajan;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
.basicscience_06082024 .footer_06082024 .ft_title{
  font-family: utm-trajan;
  font-size: 20px;
  line-height: 28px;
  margin: 0px;
}
.basicscience_06082024 .footer_06082024 .top_footer{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .footer_06082024 .middle_ft{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .header_06082024 .hd_logo .logo_mobile{
  display: none;
}
.basicscience_06082024 .slick-next,
.basicscience_06082024 .slick-prev{
  width: 40px;
  height: 40px;
  top: 50%;
  margin: -20px 0px 0px 0px;
}
.basicscience_06082024 .slick-next{
  right: -70px;
}
.basicscience_06082024 .slick-prev{
  left: -70px;
}
.basicscience_06082024 .slick-next:before,
.basicscience_06082024 .slick-prev:before{
}
.basicscience_06082024 .slick-prev:before{
  content: url(../images/06082024-arr-left-slider.png);
}
.basicscience_06082024 .slick-next:before{
  content: url(../images/06082024-arr-right-slider.png);
}
.basicscience_06082024 .slick-dots{
  bottom: 0px;
}
.basicscience_06082024 .slick-dots li{
  width: 6px;
  height: 6px;
  margin: 0px 4px;
}
.basicscience_06082024 .slick-dots li button{width: 6px;height: 6px;background: transparent;border: 1px solid rgb(255 255 255 / 40%);border-radius: 50%;padding: 0px;}
.basicscience_06082024 .slick-dots li.slick-active button{
  background:#fff;
}
.basicscience_06082024 .vision_06082024 .slick-dots li.slick-active button{
  border:1px solid #B82841;
}
.basicscience_06082024 .vision_06082024 .slick-dots li button{
  border:1px solid rgb(184 40 65 / 40%);
}
.basicscience_06082024 .slick-dots li button:before{
  content: "";
  width: 6px;
  height: 6px;
}
.basicscience_06082024 .slider_hp .slick-list{
  padding: 0px 0px 22px 0px;
}
.compensate-for-scrollbar{
}
.basicscience_06082024 .basic_breacrumb{
  margin: -33px 0px 0px 0px;
}
.basicscience_06082024 .basic_breacrumb{
  position: relative;
  overflow-x: hidden;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  text-align: center;
  width: 60%;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct h2{
  font-size: 44px;
  line-height: 66px;
  margin: 16px 0px 0px 0px;
  font-family: utm-trajan;
  text-transform: uppercase;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul li{
  position: relative;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 0px 0px 20px;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul li a{
  color: #fff;
  transition: all 0.3s;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul li a:hover{
  color: #B82841;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul>li:nth-child(1){
  padding: 0px;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul li:before{
  position: absolute;
  content: "";
  background: #fff;
  width: 4px;
  height: 4px;
  top: 9px;
  left: 0px;
  border-radius: 50%;
}
.basicscience_06082024 .basic_breacrumb .breadcrumb_ct ul>li:nth-child(1):before{
  display: none;
}
.basicscience_06082024 .basic_breacrumb .crumb_img{
  height: 400px;
}
.basicscience_06082024 .basic_breacrumb .crumb_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basicscience_06082024 .tg_pd120{
  padding: 120px 0px 0px 0px;
}
.basicscience_06082024 .intro_06082024 .intro_title .container{
  display: flex;
  gap: 16px;
}
.basicscience_06082024 .intro_06082024 .intro_title .intro_left{
  width: 52%;
}
.basicscience_06082024 .intro_06082024 .intro_title .intro_right{
  width: 48%;
}
.basicscience_06082024 .intro_06082024 .intro_title .intro_left span{
  color: #B82841;
  font-family: utm-trajan;
}
.basicscience_06082024 .intro_06082024 .intro_title .intro_left b{
  font-weight: 600;
  display: block;
  margin: 8px 0px 0px 0px;
  font-size: 38px;
  line-height: 46px;
}
.basicscience_06082024 .intro_06082024 .intro_title .intro_right strong{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin: 0px 0px 16px 0px;
  display: block;
}
.basicscience_06082024 .intro_06082024 .intro_avatar{
  padding: 48px 0px 0px 0px;
}
.basicscience_06082024 .intro_06082024 .intro_avatar figure{
  position: relative;
}
.basicscience_06082024 .intro_06082024 .intro_avatar figure:after{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-bg.png) no-repeat;
  max-width: 105px;
  width: 100%;
  height: 327px;
  top: 50%;
  right: -120px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .intro_06082024 .intro_avatar figure img{
  border-radius: 20px;
}
.basicscience_06082024 .basic_title{
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.basicscience_06082024 .basic_mobile{
  display: none;
}
.basicscience_06082024 .basic_title .basic_left b{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.basicscience_06082024 .basic_title .basic_left span{
  font-family: utm-trajan;
  font-size: 14px;
  line-height: 22px;
  display: block;
  margin: 0px 0px 8px 0px;
  color: #B82841;
}
.basicscience_06082024 .intro_foundation .introfou_bg{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 56px;
  margin: 48px 0px 0px 0px;
}
.basicscience_06082024 .intro_foundation .introfou_detailds figure{
  margin: 0px 0px 24px 0px;
}
.basicscience_06082024 .intro_foundation .introfou_detailds b{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.basicscience_06082024 .intro_foundation .introfou_detailds p{
  margin: 8px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .intro_outstanding .introout_general .introout_detailds{
  display: flex;
  align-items: center;
  gap: 48px;
  margin: 0px 0px 120px 0px;
}
.basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:last-child{
  margin: 0px;
}
.basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure{
  width: 57%;
}
.basicscience_06082024 .intro_outstanding .introout_detailds .text_widget{
  width: 43%;
}
.basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:nth-child(2n) .wrap_figure{
  order:2;
}
.basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure figure{
  height: 500px;
}
.basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.basicscience_06082024 .intro_outstanding .introout_ct{
  margin: 24px 0px 0px 0px;
}
.basicscience_06082024 .intro_outstanding .introout_ct p:last-child{
  margin: 0px;
}
.basicscience_06082024 .intro_outstanding .introout_ct ul li,
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct ul li{
  position: relative;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 44px;
}
.basicscience_06082024 .intro_outstanding .introout_ct ul>li:last-child,
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .intro_outstanding .introout_ct ul li:before,
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct ul li:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-check-icon.svg) no-repeat;
  width: 24px;
  height: 26px;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .basic_btn{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #B82841;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.3s;
}
.basicscience_06082024 .intro_outstanding .basic_btn{
  margin: 48px 0px 0px 0px;
}
.basicscience_06082024 .basic_btn svg{
  transition: all 0.3s;
}
.basicscience_06082024 .basic_btn:hover svg{
  transform: translateX(5px);
}
.basicscience_06082024 .vision_06082024 .tn_general .tn_detailds{
  display: flex;
  align-items: center;
  gap: 120px;
  margin: 0px 0px 120px 0px;
  position: relative;
}
.basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(1):before{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-bg.png) no-repeat;
  max-width: 105px;
  width: 100%;
  height: 327px;
  top: 50%;
  right: -120px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:last-child{
  margin: 0px;
}
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget{
  width: 50%;
}
.basicscience_06082024 .vision_06082024 .tn_detailds .wrap_figure{
  width: 50%;
}
.basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2n+1) .wrap_figure figure{
  height: 414px;
}
.basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2n) .wrap_figure figure{
  height: 435px;
}
.basicscience_06082024 .vision_06082024 .tn_detailds .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct p{
  margin: 0px 0px 16px 0px;
} 
.basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2) .text_widget{
  order: 2;
}
.basicscience_06082024 .vision_06082024 .vision_sm .sm_general{
  margin: 32px 0px 0px 0px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 35px;
}
.basicscience_06082024 .vision_06082024 .sm_detailds{
  text-align: center;
}
.basicscience_06082024 .vision_06082024 .sm_detailds figure{
  height: 280px;
  margin: 0px 0px 22px 0px;
}
.basicscience_06082024 .vision_06082024 .sm_detailds figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.basicscience_06082024 .vision_06082024 .sm_detailds strong{
  font-weight: 600;
}
.basicscience_06082024 .history_06082024 .history_detailds{
  margin: 0px -30px;
}
.basicscience_06082024 .history_06082024 .history_detailds .text_widget{
  padding: 0px 30px;
  width: 47%;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
}
.basicscience_06082024 .history_06082024 .history_detailds .wrap_figure{
  padding: 0px 30px;
  width: 53%;
  position: relative;
}
.basicscience_06082024 .history_06082024 .history_detailds .wrap_figure:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-bg.png) no-repeat;
  max-width: 105px;
  width: 100%;
  height: 327px;
  top: 40px;
  right: -100px;
}
.basicscience_06082024 .history_06082024 .history_detailds .history_ct{
  margin: 24px 0px 0px 0px;
}
.basicscience_06082024 .history_06082024 .history_detailds .history_ct strong,
.basicscience_06082024 .history_06082024 .history_detailds .history_ct b{
  font-weight: 600;
}
.basicscience_06082024 .basic_red{
  color: #B82841;
}
.basicscience_06082024 .history_06082024 .history_detailds .history_ct b {
  font-size: 20px;
  line-height: 28px;
  display: block;
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .history_06082024 .history_detailds .history_ct p{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .history_06082024 .history_detailds .wrap_figure figure{
  height: 415px;
  margin: 0px 0px 50px 0px;
}
.basicscience_06082024 .history_06082024 .history_detailds .wrap_figure>figure:last-child{
  margin: 0px;
}
.basicscience_06082024 .history_06082024 .history_detailds .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_general{
  display: flex;
  gap: 80px;
  position: relative;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_general:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-bg.png) no-repeat;
  max-width: 105px;
  width: 100%;
  height: 327px;
  top: 50%;
  right: -120px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .contact_06082024 .contact_info .text_widget{width: 43%;}
.basicscience_06082024 .contact_06082024 .contact_info .wrap_figure{width: 57%;}
.basicscience_06082024 .contact_06082024 .contact_title{
  font-family: utm-trajan;
  font-size: 32px;
  line-height: 40px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_bg{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .contact_06082024 .contact_info .wrap_figure figure{
  box-shadow: 0px 10px 40px 0px #0000001F;
  border-radius: 20px;
}
.basicscience_06082024 .contact_06082024 .contact_info .wrap_figure figure img{
  border-radius: 20px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds b{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li{
  margin: 0px 0px 10px 0px;
  gap: 16px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  padding: 0px 0px 0px 36px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li.contact_add:before{
  background: url(../images/06082024-contact-location.svg) no-repeat;
  height: 26px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li.contact_phone:before{
  background: url(../images/06082024-contact-phone.svg) no-repeat;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li.contact_email:before{
  background: url(../images/06082024-contact-email.svg) no-repeat;
  top: 1px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li svg{width: 20px;position: relative;top: 1px;}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li span,
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li strong{
  flex-grow: 1;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul li strong{
  font-weight: 500;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_flex{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 86px;
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_flex>.info_detailds{
  position:relative;
}
.basicscience_06082024 .contact_06082024 .contact_info .info_flex>.info_detailds:nth-child(1):before{
  position:absolute;
  content:"";
  width:1px;
  height:100%;
  background: rgb(33 33 33 / 11%);
  top: 0px;
  right: -34px;
}
.basicscience_06082024 .history_06082024 .basic_title .basic_left b{
  font-size: 38px;
  line-height: 46px;
}
.basicscience_06082024 .slick-slide{
  height: auto;
}
.basicscience_06082024 .slick-slider{

  margin: 0px;
}
.basicscience_06082024 .department_leader{
  background: rgb(33 33 33 / 2%);
  padding: 45px 0px 0px 0px;
}
.basicscience_06082024 .department_leader .leader_general{
  display: flex;
  gap: 140px;
  align-items: flex-end;
}
.basicscience_06082024 .department_leader .text_widget{
  width: 40%;
}
.basicscience_06082024 .department_leader .wrap_figure{
  width: 35%;
  position: relative;
}
.basicscience_06082024 .department_leader .wrap_figure:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-bg.png) no-repeat;
  max-width: 105px;
  width: 100%;
  height: 327px;
  top: 50%;
  right: -120px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .department_leader .leader_detailds{
  margin: 42px 0px 0px 0px;
}
.basicscience_06082024 .department_leader .leader_name{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}
.basicscience_06082024 .department_leader .leader_job{
  display: block;
  margin: 8px 0px 0px 0px;
  color: rgb(26 25 25 / 40%);
}
.basicscience_06082024 .department_leader .leader_ct{
  margin: 32px 0px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 53px;
  font-size: 18px;
  line-height: 26px;
}
.basicscience_06082024 .department_leader .leader_ct:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-cctc-qoute-icon.svg) no-repeat;
  max-width: 33px;
  width: 100%;
  height: 28px;
  top: 5px;
  left: 0px;
}
.basicscience_06082024 .department_leader .leader_arr{
  margin: 120px 0px 80px 0px;
}
.basicscience_06082024 .basicscience_arr{
  display: flex;
  align-items: center;
  gap: 16px;
}
.basicscience_06082024 .basicscience_arr .slick-arrow{
  cursor: pointer;
  display: block;
}
.basicscience_06082024 .basicscience_arr .slick-arrow svg circle,
.basicscience_06082024 .basicscience_arr .slick-arrow svg path,
.basicscience_06082024 .basicscience_arr .slick-arrow svg line{
  transition: all 0.3s;
}
.basicscience_06082024 .basicscience_arr .slick-arrow svg:hover circle,
.basicscience_06082024 .basicscience_arr .slick-arrow svg:hover path,
.basicscience_06082024 .basicscience_arr .slick-arrow svg:hover line{
  stroke: #B82841;
}
.basicscience_06082024 .basicscience_arr .pagingInfo{
  position: relative;
  top: -3px;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .basicscience_arr .pagingInfo .color_number{
  color: #B82841;
  font-size: 16px;
  line-height: 24px;
}
.basicscience_06082024 .faculty_council .council_general{
  display: flex;
  gap: 24px;
  padding: 0px 0px 88px 300px;
  position: relative;
}
.basicscience_06082024 .faculty_council .council_general:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-cctc-bg-line.png) no-repeat;
  height: 1px;
max-width: 1608px;
width: 100%;
  bottom: 0px;
  right: 0px;
}
.basicscience_06082024 .faculty_council .council_detailds{

}
.basicscience_06082024 .faculty_council .council_detailds figure{
  height: 280px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgb(33 33 33 / 5%);
}
.basicscience_06082024 .faculty_council li.basic_active .council_detailds figure:before{
  display: none;
}
.basicscience_06082024 .faculty_council figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.basicscience_06082024 .faculty_council .text_widget{
  width: 21%;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .faculty_council .wrap_figure{
  width: 79%;
}
.basicscience_06082024 .council_title{
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .council_title b{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  display: block;
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .council_title p{
  margin: 0px;
}
.basicscience_06082024 .faculty_council .council_arr {
  margin: 170px 0px 0px 0px;
}
.basicscience_06082024 .faculty_council .council_sli .slick-list{
  margin: 0px -16px;
  padding: 0px 18% 0px 0px;
}
.basicscience_06082024 .faculty_council .council_sli .slick-slide{
  padding: 0px 16px;
}
.basicscience_06082024 .council_name{
  display: table;
  margin: 16px auto 4px auto;
  text-align: center;
}
.basicscience_06082024 .council_job{
  color: rgb(26 25 25 / 40%);
  font-size: 14px;
  line-height: 22px;
  display: table;
  margin: 0px auto;
  text-align: center;
}
.basicscience_06082024 .structure_lecturer{
  padding: 88px 0px 0px 0px;
}
.basicscience_06082024 .structure_lecturer .lecturer_general{
  margin: 0px -12px;
}
.basicscience_06082024 .structure_lecturer .text_widget{
  width: 23%;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
  padding: 0px 12px;
}
.basicscience_06082024 .structure_lecturer .wrap_figure{
  width: 77%;
  padding: 0px 12px;
}
.basicscience_06082024 .structure_lecturer .lecturer_detailds{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 40px;
  grid-row-gap: 48px;
}
.basicscience_06082024 .structure_lecturer .lecturer_ct figure{
  height: 245px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
    margin: 0px auto;
    display: table;
    max-width: 210px;
    width: 100%;
    border:1px solid rgb(33 33 33 / 5%);
    border-radius: 10px;
}
.basicscience_06082024 .structure_lecturer .lecturer_ct figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s;
}
.basicscience_06082024 .structure_lecturer .lecturer_ct figure:hover img{
  transform: scale(1.1);
}
.basicscience_06082024 .basicscience_arr_mobile{
  display: none;
}
.basicscience_06082024 .structure_lecturer .lecturer_btn {
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 90px;
  color: #B82841;
  border:1px solid #B82841;
  padding: 11px 20px;
  display: none;
  margin: 24px auto 0px auto;
  max-width: 190px;
  width: 100%;
}
.basicscience_06082024 .structure_lecturer .lecturer_btn:hover span{
  transform: translateY(-150%);
}
.basicscience_06082024 .structure_lecturer .lecturer_btn span strong{
  font-weight: 500;
}
.basicscience_06082024 .structure_lecturer .lecturer_btn .lecturer_rg,
.basicscience_06082024 .structure_lecturer .lecturer_btn.tag_active .lecturer_xt{
  display: none;
}
.basicscience_06082024 .structure_lecturer .lecturer_btn.tag_active .lecturer_rg{
  display:block;
}
.basicscience_06082024 .instructor_06082024 .instructor_marquee ul{
  display: flex;
  align-items: center;
  gap: 50px;
}
.basicscience_06082024 .tab-content {
  display: none;
  position: relative;
}

.basicscience_06082024 .tab-content.basic_current {
  display: inherit;
  animation: tgUp 0.3s;
}

.basicscience_06082024 #basic_project-1{
  position: relative;
}

.basicscience_06082024 #basic_project-1::before{
  content:url(../images/fsf_giangday_2808.png);
  position:absolute;
  top:0;
  right:120px;
}

@keyframes tgUp {
  from {
    opacity: 0;
    top: 30px;
  }

  100% {
    opacity: 1;
    top: 0px;
  }
}

.basicscience_06082024 .instructor_06082024 .container{
  max-width: 1100px;
}
.basicscience_06082024 .instructor_06082024 .instructor_info .info_general{
  display: flex;
  gap: 130px;
}
.basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure{
  width: 45%;
  position: relative;
}
.basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-fsf-smaller-bg.png) no-repeat;
  max-width: 75px;
  width: 100%;
  height: 217px;
  top: 45px;
  left: -107px;
}
.basicscience_06082024 .instructor_06082024 .instructor_info .text_widget{
  width: 55%;
  margin: 45px 0px 0px 0px;
}
.basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.basicscience_06082024 .instructor_06082024 .info_name{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.basicscience_06082024 .instructor_06082024 .info_job{
  display: block;
  margin: 8px 0px 0px 0px;
  color: rgb(26 25 25 / 50%);
}
.basicscience_06082024 .instructor_06082024 .info_social{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .instructor_06082024 .info_social li{
  padding: 0px 0px 0px 36px;
  position: relative;
  margin: 0px 0px 8px 0px;
}
.basicscience_06082024 .instructor_06082024 .info_social>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .instructor_06082024 .info_social li:before{
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0px;
}
.basicscience_06082024 .instructor_06082024 .info_social li strong{
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.basicscience_06082024 .instructor_06082024 .info_social>li:nth-child(1):before{
  background: url(../images/06082024-contact-phone.svg) no-repeat;
}
.basicscience_06082024 .instructor_06082024 .info_social>li:nth-child(2):before{
  background: url(../images/06082024-contact-email.svg) no-repeat;
}
.basicscience_06082024 .instructor_06082024 .info_qoute{
  margin: 40px 0px 0px 0px;
  position: relative;
  padding: 0px 0px 0px 53px;
  font-size: 18px;
  line-height: 26px;
}
.basicscience_06082024 .instructor_06082024 .info_qoute:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-cctc-qoute-icon.svg) no-repeat;
  max-width: 33px;
  width: 100%;
  height: 28px;
  top: 7px;
  left: 0px;
}
.basicscience_06082024 .instructor_06082024 .instructor_marquee{
  padding: 90px 0px;
  overflow-x: hidden;
}
.basicscience_06082024 .instructor_06082024 .instructor_marquee figure img{
  max-width: inherit;
}
.basicscience_06082024 .instructor_biography .biography_detailds {
  padding: 0px 0px 60px 0px;
  margin: 0px 0px 60px 0px;
  border-bottom: 1px solid #EEEEEE;
  position: relative;
}
.basicscience_06082024 .instructor_biography .biography_detailds:before{
/*  position: absolute;
  content: "";
  background: #EEEEEE;
  width: 100%;
  height: 1px;
  padding: 0px 15px;
  top: 0px;
  left: 0px;*/
}
.basicscience_06082024 .instructor_biography .biography_general>.biography_detailds:last-child{
  padding: 0px;
  border-bottom: none;
  margin: 0px;
}
.basicscience_06082024 .instructor_06082024 .biography_title{
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  padding: 0px;
}
.basicscience_06082024 .instructor_biography .biography_left{
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
  padding: 0px 15px 0px 0px;
}
.basicscience_06082024 .instructor_biography .biography_right{padding: 0px 0px 0px 15px;}
.basicscience_06082024 .instructor_biography .biography_right ul li{
  margin: 0px 0px 24px 0px;
  position: relative;
  padding: 0px 0px 0px 22px;
}
.basicscience_06082024 .instructor_biography .biography_right ul li.biography_hiden{
  display: none;
}
.basicscience_06082024 .instructor_biography .biography_right ul>li:last-child{
}
.basicscience_06082024 .instructor_biography .biography_right ul li:before{
  position: absolute;
  content: "";
  background: #B82841;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
  left: 0px;
}
.basicscience_06082024 .instructor_biography .biography_right ul li strong{
  font-weight: 600;
}
.basicscience_06082024 .instructor_biography .biography_right ul li span{
  display: block;
  margin: 4px 0px 0px 0px;
}
.basicscience_06082024 .instructor_biography .biography_btn{
  color: #B82841;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  display: flex;
  padding: 0px 0px 0px 22px;
  gap: 10px;
}
.basicscience_06082024 .instructor_biography .biography_btn:after{
  content: url(../images/06082024-ctgv-arr.svg);
  position: relative;
  top: 2px;
}
.basicscience_06082024 .instructor_biography .biography_btn .biography_rg,
.basicscience_06082024 .instructor_biography .biography_btn.tag_active .biography_xt{
  display: none;
}
.basicscience_06082024 .instructor_biography .biography_btn.tag_active .biography_rg{
  display: block;
}
.basicscience_06082024 .instructor_biography .biography_btn.tag_active:after{
  transform: rotate(180deg);
  top: -2px;
}
.basicscience_06082024 .instructor_biography .biography_teaching{
  flex-direction: column;
  gap: 32px;
}
.basicscience_06082024 .instructor_biography .biography_grid{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 32px;
  margin: 32px 0px 0px 0px;
  padding: 0px;
}
.basicscience_06082024 .instructor_biography .biography_grid .biography_ct{
  border-radius: 20px;
  background: #F9F9F9;
  text-align: center;
  padding: 24px;
}
.basicscience_06082024 .instructor_biography .biography_grid .biography_ct figure{
  display: table;
  margin: 0px auto 16px auto;
  border-radius: 50%;
}
.basicscience_06082024 .instructor_biography .biography_grid .biography_ct figure img{
  width: 134px;
  height: 134px;
  object-fit: cover;
  border-radius: 50%;
}
.basicscience_06082024 .instructor_biography .biography_grid .biography_ct strong{
  font-weight: 600;
}
.basicscience_06082024 .instructor_biography .list_bio_tab{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .instructor_biography .list_bio_tab li{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .instructor_biography .list_bio_tab>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .instructor_biography .list_bio_tab li a{
  color: #212121;
  font-weight: 500;
  transition: all 0.3s;
}
.basicscience_06082024 .instructor_biography .list_bio_tab li.basic_current a,
.basicscience_06082024 .instructor_biography .list_bio_tab li a:hover{
  color: #B82841;
}

.basicscience_06082024 .system_06082024 .system_training .training_general{
  display: flex;
  gap: 50px;
  padding: 0px 0px 0px 300px;
  position: relative;
  overflow-x: hidden;
}
.basicscience_06082024 .system_06082024 .system_training .text_widget{
  width: 18%;
}
.basicscience_06082024 .system_06082024 .system_training .wrap_figure {
  width: 82%;
}
.basicscience_06082024 .system_06082024 .system_training .list_system ul li{
  margin: 0px 0px 16px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.basicscience_06082024 .system_06082024 .system_training .list_system ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .system_06082024 .system_training .list_system ul li a{
  display: inline-block;
  color: #212121;
}
.basicscience_06082024 .system_06082024 .system_training .list_system ul li.basic_current a{
  color: #B82841;
}
.basicscience_06082024 .system_06082024 .system_ct{
  position: relative;
  display: flex;
  align-items: center;
}
.basicscience_06082024 .system_06082024 .system_ct .ct_left figure{
  height: 450px;
  width: 360px;
}
.basicscience_06082024 .system_06082024 .system_ct .ct_left figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.basicscience_06082024 .system_06082024 .system_ct .ct_right{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0px, -50%);
  width: 48.5%;
  border-radius: 20px;
  padding: 50px 30px;
background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255 / 41%));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}
.basicscience_06082024 .system_06082024 .system_detailds .slick-list {
  margin: 0px -12px;
  padding: 0px 5% 0px 0px;
}
.basicscience_06082024 .system_06082024 .system_detailds .slick-slide{
  padding: 0px 12px;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_name,
.basicscience_06082024 .slider_ct .system_name{
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_name a,
.basicscience_06082024 .slider_ct .system_name a{
  color: #1A1919;
  transition: all 0.3s;
}
.basicscience_06082024 .system_06082024 .system_detailds:hover .system_name a,
.basicscience_06082024 .slider_ct:hover .system_name a{
  color: #B82841;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_code{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
  margin: 8px 0px 0px 0px;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_code p{
  margin: 0px;
  font-weight: 500;
  color: #B82841;
  display: inline-block;
  text-align: center;
  background: #B828411A;
  border-radius: 5px;
  padding: 3px 11px;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_excerpt{
  margin: 16px 0px 0px 0px;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .system_06082024 .system_detailds .system_excerpt p{
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basicscience_06082024 .system_06082024 .system_detailds .basic_btn{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .system_06082024 .system_arr{
  position: absolute;
  bottom: 0px;
  left: -288px;
  display: none;
}
.basicscience_06082024 .system_06082024 .system_detailds.basic_current .system_arr{
  display: flex;
}
.basicscience_06082024 .system_06082024 .system_detailds.system_grid .system_arr{
  display: none;
}
.basicscience_06082024 .system_06082024 .system_detailds.system_grid .system_sli {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 24px;
  padding: 0px 55px 0px 0px;
  display: grid;
}
.basicscience_06082024 .system_06082024 .system_sli.system_grid .system_arr{
  display: none !important;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_left {
  width: 21%;
  padding: 0px 25px 0px 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_middle{
  padding: 0px 0px 0px 25px;
  width: 45%;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right{
  width: 34%;
  padding: 0px 15px 0px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul li{
  margin: 0px 0px 16px 0px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul li a{
  display: inline-block;
  color: #212121;
  transition: all 0.3s;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul li a:hover{
  color: #B82841;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_name{
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  display: block;
  margin: 0px 0px 24px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_code{
  margin:0px 0px 8px 0px
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_code,
.basicscience_06082024 .subject_06082024 .subject_info .subject_language{
  display: flex;
  align-items: center;
  gap: 16px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_code p,
.basicscience_06082024 .subject_06082024 .subject_info .subject_language p{
  min-width: 115px;
  margin: 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_code strong{font-weight: 600;display: inline-block;text-align: center;color: #B82841;border-radius: 5px;background: #B828411A;padding: 3px 12px;}
.basicscience_06082024 .subject_06082024 .subject_info .subject_language strong{
  font-weight: 600;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct p{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct ul{
  margin: 8px 0px 0px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct ul li{
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct ul li:before{
  position: absolute;
  content: "";
  background: #B82841;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 9px;
  left: 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_ct ul li strong{
  font-weight: 500;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline{
  margin: 48px 0px 0px 0px;
  padding: 48px 0px 0px 0px;
  border-top: 1px solid #DDDDDD;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .subject_title{
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 8px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li a{
  color: #212121;
  transition: all 0.3s;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li:hover a{
  color: #B82841;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li svg{
  transition: all 0.3s;
  position: relative;
  top: 5px;
  transform: rotate(-45deg);
  width: 28px;
  height: 28px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li:hover svg{
  transform: rotate(0deg);
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn{
  position: relative;
  text-align: center;
  border-radius: 90px;
  border:1px solid #B82841;
  color: #B82841;
  padding: 5px 25px;
  transition: all 0.3s;
  overflow: hidden;
  display: inline-block;
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn span{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  display: inline-block;
  margin: 0px !important;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn:hover span{
  transform: translateY(-150%);
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn span strong{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn span>strong:nth-child(2){
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn:hover span>strong:nth-child(1){
  opacity: 0;
}
.basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn:hover span>strong:nth-child(2){
  transform: translate(-50%, 100%);
  opacity: 1;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right figure{
  display: table;
  margin: 0px auto;
  border-radius: 20px;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right figure img{
  box-shadow: 0px 10px 40px 0px #0000001F;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right figure img{
  border-radius: 20px;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right span{
  display: table;
  margin: 24px auto 0px auto;
  text-align: center;
  font-weight: 500;
}
.basicscience_06082024 .subject_06082024 .subject_info .ct_right i{
  font-size: 12px;
  line-height: 20px;
  display: table;
  margin: 8px auto 0px auto;
  text-align: center;
  width: 70%;
}
.basicscience_06082024 .instructor_06082024 .instructor_info{
  overflow: hidden;
}
.basicscience_06082024 .study_link{
  padding: 24px 0px 0px 0px;
  border-bottom: 1px solid #DDDDDD;
}
.basicscience_06082024 .study_link ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 120px;
}
.basicscience_06082024 .study_link ul li{
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
.basicscience_06082024 .study_link ul li a{
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 16px 0px;
  color: #212121;
}
.basicscience_06082024 .study_link ul li.basic_current a,
.basicscience_06082024 .study_link ul li a:hover{
  color: #B82841;
}
.basicscience_06082024 .study_link ul li a:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #B82841;
  bottom: -1px;
  left: 0px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.basicscience_06082024 .study_link ul li a:hover:before,
.basicscience_06082024 .study_link ul li.basic_current a:before{
  opacity: 1;
  visibility: visible;
}
.basicscience_06082024 .study_06082024 .list_study ul li{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .study_06082024 .list_study ul li a{
  color: #212121;
  font-weight: 500;
  transition: all 0.3s;
}
.basicscience_06082024 .study_06082024 .list_study ul li.basic_current a,
.basicscience_06082024 .study_06082024 .list_study ul li a:hover {
  color: #B82841;
}
.basicscience_06082024 .study_06082024 .study_row{
  margin: 0px -25px;
}
.basicscience_06082024 .study_left{
  width: 22%;
  padding: 0px 25px;
  position: -webkit-sticky;
  position: sticky;
  top: 16px;
  z-index: 9999;
}
.basicscience_06082024 .study_right,
.basicscience_06082024 .weeklyschedule_06082024.lectureschedule_06082024 .study_right,
.basicscience_06082024 .weeklyschedule_06082024.examschedule_06082024 .study_right{
  width: 78% !important;
  padding: 0px 25px;
}
.basicscience_06082024 .weeklyschedule_06082024 .study_right{
  width: 100% !important;
  padding: 0px;
}
.basicscience_06082024 .study_ct{
  margin: 0px 0px 32px 0px;
  padding: 0px 0px 32px 0px;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.3s;
  position: relative;
}
.basicscience_06082024 .study_ct.basic_nota:hover{
  border-bottom: 1px solid #B82841;
}
.basicscience_06082024 .study_ct.basic_nota .study_inside h3{
  width: 80%;
}
.basicscience_06082024 .study_ct.basic_nota .study_other{
  width: 80%;
}
.basicscience_06082024 .study_ct .study_inside{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.basicscience_06082024 .study_ct .study_inside h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px;
}
.basicscience_06082024 .study_ct .study_inside h3 a{
  color: #212121;
  transition: all 0.3s;
}
.basicscience_06082024 .study_ct:hover .study_inside h3 a{
  color: #B82841;
}
.basicscience_06082024 .study_ct .study_inside .study_btn svg{
  transition: all 0.3s;
  transform: rotate(-45deg);
    width: 30px;
  height: 30px;
}
.basicscience_06082024 .study_ct:hover .study_inside .study_btn svg{
  transform: rotate(0deg);
}
.basicscience_06082024 .study_ct .study_other{
  margin: 8px 0px 0px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 8px;
  font-size: 14px;
  line-height: 22px;
  color: rgb(51 51 51 / 50%);
}
.basicscience_06082024 .study_ct .study_other span{
  position: relative;
  display: inline-block;
}
.basicscience_06082024 .study_ct .study_other span:before{
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: rgb(51 51 51 / 50%);
  top: 50%;
  right: -16px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .study_ct .study_other>span:last-child:before,
.basicscience_06082024 .basic_datetime span:before{
  display: none;
}
.basicscience_06082024 .basic_pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.basicscience_06082024 .basic_pagination ul li{
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .basic_pagination ul li a{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #1A1919;
  border:1px solid #E8E8E8;
  transition: all 0.3s;
  text-align: center;
  border-radius: 50%;
}
.basicscience_06082024 .basic_pagination ul li.basic_current a,
.basicscience_06082024 .basic_pagination ul li a:hover{
  background: #B82841;
  border:1px solid #B82841;
  color: #fff;
}
.basicscience_06082024 .basic_pagination ul li.prev_all a:hover,
.basicscience_06082024 .basic_pagination ul li.next_all a:hover{
  background: #E8E8E8;
  border:1px solid #E8E8E8;
}
.basicscience_06082024 .basic_pagination ul li.prev_all a svg path,
.basicscience_06082024 .basic_pagination ul li.next_all a svg path{
  transition: all 0.3s;
}
.basicscience_06082024 .basic_pagination ul li.prev_all a:hover svg path,
.basicscience_06082024 .basic_pagination ul li.next_all a:hover svg path{
  stroke:#212121;
}
.basicscience_06082024 .study_06082024 .study_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0px 0px 24px 0px;
}
.basicscience_06082024 .study_06082024 .study_title .ct_left h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.basicscience_06082024 .study_06082024 .study_filter{
  position: relative;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_icon{
  cursor: pointer;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_general{
  position: absolute;
  background: #fff;
  width: 400px;
  padding: 24px 32px;
  border-radius: 20px 0px 20px 20px;
  z-index: 9;
  left: -380px;
  display: none;
  top: 70px;
  box-shadow: 0px 0px 30.9px 0px #0011241A;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_general:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-filter-rectangle-bg.png) no-repeat;
  max-width: 51px;
  width: 100%;
  height: 43px;
  right: 0px;
  top: -43px;
}
.basicscience_06082024 .study_06082024 .study_filter.tag_active .filter_general {
  display: block;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_title{
  font-weight: 600;
  display: block;
  margin: 0px 0px 10px 0px;
}
.basicscience_06082024 .study_06082024 .study_filter input,
.basicscience_06082024 .study_06082024 .study_filter select{
  border-radius: 90px;
  border:1px solid #DDDDDD;
  padding: 8px 24px;
  font-size: 14px;
  line-height: 22px;
  width: 100%;
}
.basicscience_06082024 .study_06082024 .study_filter select{
  background: url(../images/06082024-select-arr.svg) #fff no-repeat;
  background-position: 95% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
.basicscience_06082024 .study_06082024 .study_filter input::placeholder,
.basicscience_06082024 .study_06082024 .study_filter select::placeholder{
  color: rgb(33 33 33 / 40%);
}
.basicscience_06082024 .study_06082024 .study_filter select:focus{
  border:1px solid #DDDDDD;
  outline: none !important;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_ct{
  margin: 0px 0px 24px 0px;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_category .filter_grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 8px;
}
.basicscience_06082024 .study_06082024 #scientific-research-3 .study_filter .filter_category .filter_grid,
.basicscience_06082024 .study_06082024 #scientific-research-4 .study_filter .filter_category .filter_grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.basicscience_06082024 .study_06082024 .study_filter .filter_category label,
.basicscience_06082024 .schedule_filter .schedule_inside label {
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 30px;
  position: relative;
  cursor: pointer;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_category input,
.basicscience_06082024 .schedule_filter .schedule_inside input {
  display: none;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_category label:before,
.basicscience_06082024 .schedule_filter .schedule_inside label:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  border-radius: 4px;
  left: 0px;
  background: #fff;
  top: 3px;
  border: 1px solid #D4D4D4;
}
.basicscience_06082024 .schedule_filter .schedule_inside label:before {
  top: 2px;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_category input[type='checkbox']:checked+label:after,
.basicscience_06082024 .schedule_filter .schedule_inside input[type='checkbox']:checked+label:after{
  position: absolute;
  content: "";
  background: url(../images/06082024-filter-check-icon.svg);
  width: 20px;
  height: 21px;
  text-align: center;
  left: 0px;
  top: 3px;
}
.basicscience_06082024 .schedule_filter .schedule_inside input[type='checkbox']:checked+label:after{
  top: 2px;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a{
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  border:1px solid #B82841;
  border-radius: 90px;
  display: inline-block;
  text-align: center;
  padding: 9px;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a.filter_apply_btn{
  color: #fff;
  background: #B82841;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a.filter_refresh_btn{
  color: #B82841;
  background: #fff;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a span{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  display: inline-block;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a:hover span{
  transform: translateY(-150%);
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a span strong{
  transition: opacity .6s, transform .8s;
  transition-timing-function: cubic-bezier(.15, .85, .31, 1);
  display: inline-block;
  font-weight: 500;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a span>strong:nth-child(2){
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 80%);
  opacity: 0;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a:hover span>strong:nth-child(1){
 opacity: 0;
}
.basicscience_06082024 .study_06082024 .study_filter .filter_btn a:hover span>strong:nth-child(2){
  transform: translate(-50%, 100%);
  opacity: 1;
}
.basicscience_06082024 .study_06082024 .study_ct .study_excerpt{
  font-size: 14px;
  line-height: 22px;
  color: #212121;
  margin: 0px;
}
.basicscience_06082024 .study_06082024 .study_figure{
  position: absolute;
  top: 40%;
  right: 40px;
  transform: translateY(-50%);
  transition: all ease .3s;
  opacity: 0;
}
.basicscience_06082024 .study_06082024 .study_ct:hover .study_figure{
 opacity: 1; 
}
.basicscience_06082024 .study_06082024 .study_figure figure{
  border-radius: 10px;
  box-shadow: 0px 10px 40px 0px #0000001F;
  height: 215px;
  width: 145px;
}
.basicscience_06082024 .study_06082024 .study_figure figure img{
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.basicscience_06082024 .study_06082024 #scientific-research-4 .study_inside,
.basicscience_06082024 .study_06082024 #scientific-research-4 .study_other{
}
.basicscience_06082024 .study_06082024 .scientific_information  .study_inside h3{
  width: 70%;
}
.basicscience_06082024 .study_06082024 .scientific_information #scientific-information-2 .filter_grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.basicscience_06082024 .study_06082024 .scientific_information .study_ct .study_other span{
  padding: 0px;
  border-bottom: none;
}
.basicscience_06082024 .invitation_title{
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin: 0px;
}
.basicscience_06082024 .invitation_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 24px 0px 16px 0px;
}
.basicscience_06082024 .invitation_share{
  display: flex;
  align-items: center;
  gap: 16px;
}
.basicscience_06082024 .invitation_share ul{
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  top: 4px;
}
.basicscience_06082024 .invitation_share ul li a{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #B82841;
  display: inline-block;
  position: relative;
}
.basicscience_06082024 .invitation_share ul li a svg{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.basicscience_06082024 .basic_datetime{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 22px;
}
.basicscience_06082024 .basic_datetime span{
  position: relative;
}
.basicscience_06082024 .study_06082024 .invitation_inside{
  padding: 48px 0px 0px 0px;
  border-top: 1px solid #EEEEEE;
}
.basicscience_06082024 .invitation_inside p{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .invitation_inside figure{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .invitation_inside ul li{
  position: relative;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 20px;
}
.basicscience_06082024 .invitation_inside ul li:before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  top: 9px;
  left: 5px;
}
.basicscience_06082024 .study_06082024 .invitation_other{
  margin: 48px 0px 0px 0px;
}
.basicscience_06082024 .invitation_ottitle{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0px 0px 32px 0px;
}
.basicscience_06082024 .invitation_ottitle .invitation_left strong{
  font-size: 20px;
  line-height: 28px;
}
.basicscience_06082024 .news_slider{
  padding: 90px 0px 90px 300px;
  background: #FBFBFB;
  overflow-x: hidden;
}
.basicscience_06082024 .news_title .ct_left h2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.basicscience_06082024 .news_sli{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .news_sli .slick-list{
  margin: 0px -20px;
  padding: 0px 25% 0px 0px;
}
.basicscience_06082024 .news_sli .slick-slide{
  padding: 0px 20px;
}
.basicscience_06082024 .slider_ct {
  position: relative;
  display: flex;
  align-items: center;
}
.basicscience_06082024 .slider_ct .ct_left figure {
  height: 450px;
  width: 750px;
}
.basicscience_06082024 .slider_ct .ct_left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.basicscience_06082024 .slider_ct .ct_right {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 38%;
  border-radius: 20px;
  padding: 80px 30px;
  right: 100px;
    background: linear-gradient(135deg, rgb(255 255 255), rgb(255 255 255 / 41%));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
}
.basicscience_06082024 .slider_ct .news_excerpt{
  margin: 24px 0px 0px 0px;
}
.basicscience_06082024 .slider_ct .news_excerpt p{
  margin:0px;
}
.basicscience_06082024 .slider_ct .basic_btn{
  margin: 48px 0px 0px 0px;
}
.basicscience_06082024 .news_arr{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .news_allpost{
  padding: 90px 0px 0px 0px;
}
.basicscience_06082024 .news_allpost .allpost_general{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  margin: 32px 0px 60px 0px;
}
.basicscience_06082024 .event_06082024 .news_allpost .allpost_general{
  grid-column-gap:70px;
}
.basicscience_06082024 .allpost_detailds .wrap_figure figure{
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
.basicscience_06082024 .event_06082024 .allpost_detailds .wrap_figure figure{
  height: 230px;
}
.basicscience_06082024 .allpost_detailds .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all  0.3s
}
.basicscience_06082024 .allpost_detailds:hover .wrap_figure figure img{
  transform: scale(1.1);
}
.basicscience_06082024 .allpost_detailds .text_widget{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .allpost_detailds .text_widget h4{
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 52px;
}
.basicscience_06082024 .allpost_detailds .text_widget h4 a{
  color: #000;
  transition: all 0.3s;
}
.basicscience_06082024 .allpost_detailds:hover .text_widget h4 a{
  color: #B82841;
}
.basicscience_06082024 .allpost_detailds .text_widget .basic_datetime{
  margin: 8px 0px 0px 0px;
}
.basicscience_06082024 .newsdetailds_06082024 .newsdetailds_inside .container{
  max-width: 1100px;
}
.basicscience_06082024 .invitation_inside{
  text-align: justify;
  margin: 40px 0px 0px 0px;
}
.basicscience_06082024 .newsdetailds_06082024 .invitation_inside{
  padding: 40px 0px 0px 0px;
  margin: 0px;
  border-top: 1px solid #EEEEEE
}
.basicscience_06082024 .invitation_inside blockquote{
  font-style: italic;
  margin: 0px 0px 16px 0px;
  text-align: center;
  border-left: none;
  padding: 0px;
  font-size: 16px;
  line-height: 24px;
}
.basicscience_06082024 .invitation_relatelink{
  margin: 24px 0px 0px 0px;
}
.basicscience_06082024 .invitation_relatelink ul li{
  margin: 0px 0px 16px 0px;
  font-weight: 500;
}
.basicscience_06082024 .invitation_relatelink ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .invitation_relatelink ul li a{
  color: #B82841;
}
.basicscience_06082024 .newsdetailds_06082024 .newsdetailds_inside .invitation_inside img{
  border-radius: 10px;
}
.basicscience_06082024 .newsdetailds_06082024 .latest_news{
  padding: 60px 0px 0px 0px;
}
.basicscience_06082024 .latest_news .slick-list{
  margin: 0px -24px;
  padding: 0px 0px 38px 0px;
}
.basicscience_06082024 .latest_news .slick-slide{
  padding: 0px 24px;
}
.basicscience_06082024 .latest_news .slick-dots li.slick-active,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar li.slick-active{
  width: 25px !important;
  height: 8px !important;
}
.basicscience_06082024 .latest_news .slick-dots li.slick-active button,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar .slick-dots li.slick-active button{
  background: #B82841;
  width: 25px;
  height: 8px;
  border-radius: 90px;
}
.basicscience_06082024 .latest_news .slick-dots li button,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar .slick-dots li button{
  background: #E1E1E1;
  width: 8px;
  height: 8px;
}
.basicscience_06082024 .latest_news .slick-dots li.slick-active button:before,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar .slick-dots li.slick-active button:before{
  width: 25px;
  height: 8px;
}
.basicscience_06082024 .latest_news .slick-dots li button:before,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar .slick-dots li button:before{
  width: 8px;
  height: 8px;
}
.basicscience_06082024 .latest_news .slick-dots li,
.basicscience_06082024 .eventdetailds_06082024 .event_calendar .slick-dots li{
  width: 8px;
  height: 8px;
  margin: 0px 8px;
}
.basicscience_06082024 .slider_ct .event_info{
  margin: 24px 0px 0px 0px;
}
.basicscience_06082024 .allpost_detailds .event_info{
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .event_info{
  display: flex;
  align-items: center;
  gap: 16px;
} 
.basicscience_06082024 .event_info .datetime_left{
  width: 68px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #B828411A;
  color: #B82841;
}
.basicscience_06082024 .event_day{
  font-size: 24px;
  font-weight: 600;
}
.basicscience_06082024 .event_month{
  margin: 0px;
  line-height: 20px;
}
.basicscience_06082024 .event_info .datetime_right{
  display: flex;
  gap: 4px;
  flex-direction: column;
}
.basicscience_06082024 .event_period,
.basicscience_06082024 .event_room{
  display: flex;
  align-items: center;
  gap: 8px;
}
.basicscience_06082024 .event_period p,
.basicscience_06082024 .event_room p{
  margin: 0px;
}
.basicscience_06082024 .eventdetailds_inside .container{
  max-width: 1100px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info{
  margin: 40px 0px 0px 0px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 0px #4609091A;
  border-radius: 20px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget{
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 50px 40px;
  overflow: hidden;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget b{
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul{
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul li{
  margin: 0px 0px 16px 0px;
  position: relative;
  padding: 0px 0px 0px 33px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul li:before{
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  top: 0px;
  left: 0px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul>li:nth-child(1):before{
  background: url(../images/06082024-event-clock-icon.svg) no-repeat;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul>li:nth-child(2):before{
  background: url(../images/06082024-event-calendar-icon.svg) no-repeat;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul>li:nth-child(3):before{
  background: url(../images/06082024-event-location-icon.svg) no-repeat;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul>li:last-child{
  margin: 0px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .wrap_figure{
  width: 50%;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .wrap_figure figure{
  height: 270px;
}
.basicscience_06082024 .eventdetailds_inside .eventdetailds_info .wrap_figure figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.basicscience_06082024 .notidetailds_06082024 .event_calendar{
  padding: 0px;
}
.basicscience_06082024 .event_calendar{
  padding: 60px 0px 0px 0px;
}
.basicscience_06082024 .event_calendar .slick-list{
  margin: 0px -35px;
  padding: 0px 0px 38px 0px;
}
.basicscience_06082024 .event_calendar .slick-slide{
  padding: 0px 35px;
}
.basicscience_06082024 .event_calendar .calendar_ct{
  display: flex;
  gap: 16px;
}
.basicscience_06082024 .event_calendar .calendar_ct .calendar_left{
  width: 68px;
  height: 64px;
  border-radius: 10px;
  background: #B828411A;
  color: #B82841;
}
.basicscience_06082024 .event_calendar .calendar_ct .calendar_left .calendar_pink{
  width: 68px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basicscience_06082024 .event_calendar .calendar_right h4{
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 2px 0px 0px 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.basicscience_06082024 .event_calendar .calendar_right h4 a{
  color: #000;
  transition: all 0.3s;
}
.basicscience_06082024 .event_calendar .calendar_ct:hover .calendar_right h4 a{
  color: #B82841;
}
.basicscience_06082024 .event_calendar .calendar_info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .weeklyschedule_06082024 .container{
  max-width: 1100px;
}
.basicscience_06082024 .lectureschedule_06082024 .container {
  max-width: 1330px;
}
.basicscience_06082024 .weeklyschedule_06082024 .study_ct{
  display: flex;
  align-items: center;
  gap: 16px;
}
.basicscience_06082024 .weeklyschedule_06082024 .study_ct .study_datetime{
  width: 68px;
  height: 64px;
  border-radius: 10px;
  background: #B828411A;
  color: #B82841;
}
.basicscience_06082024 .weeklyschedule_06082024 .study_ct .study_inside{
  flex-grow: 1;
}
.basicscience_06082024 .weeklyschedule_06082024 .study_ct .study_pink{
  width: 68px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.basicscience_06082024 .schedule_filter .schedule_inside{
  margin: 0px 0px 16px 0px;
}
.basicscience_06082024 .schedule_filter>.schedule_inside:last-child{
  margin: 0px;
}
.basicscience_06082024 .weeklyschedule_06082024.notidetailds_06082024 .latest_news .container,
.basicscience_06082024 .weeklyschedule_06082024.notidetailds_06082024 .announcements_relate .container{
  max-width: 1330px;
}
.basicscience_06082024 .announcements_relate{
  padding: 90px 0px 0px 0px;
}
.basicscience_06082024 .announcements_relate .study_ct{
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 16px 0px;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news {
  padding: 90px 0px 0px 0px;
  position: relative;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul{
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #DDDDDD;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li a{
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0px 0px 16px 0px;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li.basic_current a{
  color: #B82841;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li a:before{
  position: absolute;
  content: "";
  background: #B82841;
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li.basic_current a:before{
  opacity: 1;
  visibility: visible;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .latest_seeall_btn{
  position: absolute;
  top: -73px;
  right: 0px;
}
.basicscience_06082024 .notidetailds_06082024 .latest_news .latest_bg {
  margin: 32px 0px 0px 0px;
}
.basicscience_06082024 .structure_06082024 .faculty_council {
  overflow-x: hidden;
}
.basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:nth-child(2) .text_widget .basic_left{
  position: relative;
}
.basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:nth-child(2) .text_widget .basic_left:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-intro-dot-bg.png) no-repeat;
  max-width: 150px;
  width: 100%;
  height: 83px;
  top: -35px;
  left: -30px;
}
.basicscience_06082024 .searchresuilt_06082024 .searchresuilt_form_group .searchresuilt_list_group{
  position: relative;
}
.basicscience_06082024 .searchresuilt_06082024 .searchresuilt_form_group .searchresuilt_list_group input{
  width: 100%;
  background: #F7F7F7;
  border-radius: 90px;
  padding: 20px 78px 20px 24px;
  border:none;
}
.basicscience_06082024 .searchresuilt_06082024 .searchresuilt_form_group .searchresuilt_list_group input::placeholder{
  color: #828282;
  font-style: italic;
}
.basicscience_06082024 .searchresuilt_06082024 .searchresuilt_form_group .searchresuilt_list_group button{
  position: absolute;
  background: transparent;
  padding: 0px;
  border:none;
  top: 50%;
  right: 24px;
  margin: -15px 0px 0px 0px;
}
.basicscience_06082024 .searchresuilt_06082024 .news_allpost{
  padding: 60px 0px 0px 0px;
}
.basicscience_06082024 .searchresuilt_06082024 .news_allpost .news_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.basicscience_06082024 .searchresuilt_06082024 .news_allpost .news_title .ct_left h2{
  font-size: 38px;
  line-height: 46px;
}
.basicscience_06082024 .searchresuilt_06082024 .news_allpost .searchresuilt_num{
  color: #828282;
  font-weight: 300;
}
.basicscience_06082024 .searchresuilt_06082024 .news_allpost .searchresuilt_num p{
  margin: 0px;
  display: inline-block;
}
.basicscience_06082024 .error_06082024 .error_general{
  padding: 120px 0px 0px 0px;
}
.basicscience_06082024 .error_06082024 .error_general figure{
  display: table;
  margin: 0px auto;
}
.basicscience_06082024 .error_06082024 .error_general b{
  display: table;
  margin: 40px auto 0px auto;
  text-align: center;
  font-weight: 500;
  font-size: 64px;
  line-height: 72px;
}
.basicscience_06082024 .error_06082024 .error_general span{
  display: table;
  margin: 16px auto 0px auto;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}
.basicscience_06082024 .error_06082024 .error_general .error_btn{
  display: table;
  margin: 40px auto 0px auto;
  padding: 12px 47px;
}
.basicscience_06082024 .error_06082024 .error_general .error_btn span{
  font-size: 16px;
  line-height: 24px;
}
.basicscience_06082024 .introout_photobeam .photobeam_one {

margin: 0px 0px 30px 0px;
}
.basicscience_06082024 .introout_photobeam .photobeam_one figure{
  height: 220px !important;
  position: relative;
}
.basicscience_06082024 .introout_photobeam .photobeam_one figure:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-intro-bg-pink.png) no-repeat;
  max-width: 151px;
  width: 100%;
  height: 132px;
  bottom: -160px;
  right: 0px;
}
.basicscience_06082024 .introout_photobeam .photobeam_two{
  margin: 0px 0px 30px 0px;
}
.basicscience_06082024 .introout_photobeam .photobeam_two figure{
  height: 218px !important;
}
.basicscience_06082024 .introout_photobeam .photobeam_three figure{height: 212px !important;width: 300px;position: relative;}
.basicscience_06082024 .introout_photobeam .photobeam_three figure:before{
  position: absolute;
  content: "";
  background: url(../images/06082024-intro-fsf.png) no-repeat;
  max-width: 40px;
  width: 100%;
  height: 127px;
  top: 50%;
  right: -50px;
  transform: translate(0px, -50%);
}
.basicscience_06082024 .vision_06082024 .tn_photobeam .photobeam_two{
  margin: 70px 0px 0px 0px;
}
.basicscience_06082024 .vision_06082024 .tn_photobeam figure{
  height: 370px !important;
}
.basicscience_06082024 .error_06082024 .header_06082024 .bottom_hd .hd_general{
  box-shadow: 0px 10px 40px 0px #0000001F;
}
.basicscience_06082024 .basic_scrolltop{
      position: fixed;
    right: 50px;
    bottom: 205px;
    z-index: 9999999;
    cursor: pointer;
}
/*END CSS CONTENT RAU*/
.show_test_menu{
  position: fixed;
  right: 50px;
  color: #fff;
  width: 60px;
  height: 60px;
  background: #B82841;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  top: 110px;
  font-weight: 600;
}
.qb_test_menu{
  position: fixed;
  right: 50px;
  top: 170px;
  z-index: 99999;
  margin: 0px auto;
  width: 100%;
  background: #B82841;
  max-width: 500px;
  display: none;
  padding: 0px 20px;
}
.qb_test_menu h3{
  text-align: center;
  color: #fff;
  margin: 20px 0px;
}
.qb_test_menu ul li{
  width: 50%;
  float: left;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
}
.qb_test_menu ul li a{
  color: #fff;
  font-size: 14px;
}

.tg_banld_general {}

.tg_banld_general .tg_banld_top {
  display: table;
  text-align: center;
  margin: 50px auto 105px auto;
  max-width: 610px;
  width: 100%;
}

.tg_banld_general .tg_banld_top h2 {
  font-size: 32px;
  line-height: 42px;
  font-style: italic;
  font-weight: 400;
}

.tg_banld_general .tg_banld_top img {
  opacity: 0.2;
}

.tg_banld_general .tg_wrap_list_year_bld {
  margin: 0 0 100px 0px;
  min-height: 25px;
}

.tg_banld_general .tg_list_year_bld.tg_fixed_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px #0000001F;
}

.tg_banld_general .tg_list_year_bld .tg_menu {
  display: flex;
  justify-content: center;
  gap: 75px;
  flex-direction: row-reverse;
}

.tg_banld_general .tg_list_year_bld .tg_menu li.tg_active a {
  color: #B82841;
}

.tg_banld_general .tg_list_year_bld .tg_menu li a {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #212121;
  transition: all 0.3s;
}
.tg_banld_general .tg_list_year_bld .tg_menu li a:hover{
  color: #B82841;
}
.tg_banld_general .tg_list_bld_inner {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.tg_banld_general .tg_bld_inner_item {
  display: flex;
  width: 50%;
  flex-direction: column;
  margin: 0 0 0 auto;
  padding: 0px 0px 0px 85px;
}

.tg_banld_general .tg_bld_inner_item:nth-child(2n) {
  margin: 0;
  align-items: flex-end;
  padding: 0 85px 0px 0px;
}

.tg_banld_general .tg_bld_inner_item:nth-child(2n) b::before {
  left: initial;
  right: -96px;
}

.tg_banld_general .tg_bld_inner_item:nth-child(2n) b::after {
  left: initial;
  right: -92px;
}

.tg_banld_general .tg_bld_inner_item:nth-child(2n) b span::before {
  left: initial;
  right: -78px;
}

.tg_banld_general .tg_bld_inner_item b {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  margin: 0 0 24px 0px;
  display: block;
  position: relative;
}

.tg_banld_general .tg_bld_inner_item b::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #B82841;
  left: -96px;
  top: 3px;
  border-radius: 50%;
  position: absolute;
}

.tg_banld_general .tg_bld_inner_item b::after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #B82841;
  position: absolute;
  top: 7px;
  left: -92px;
}

.tg_banld_general .tg_bld_inner_item b span::before {
  content: "";
  position: absolute;
  width: 51px;
  height: 1px;
  background: #dddddd;
  top: 14px;
  left: -76px;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list {
  display: flex;
  gap: 30px;
  justify-content: flex-start;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.tg_banld_general .tg_list_bld_item {
  position: relative;
}

.tg_banld_general .tg_list_bld_item::before{
  content:"";
  height: 0px;
  pointer-events: none;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
}

.tg_banld_general .tg_list_bld_item h3 {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  line-height: 102px;
  color: #B82841;
  opacity: 0.05;
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}


.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n+1) {
  margin: 0;
  padding: 0px 85px 0px 0px;
  align-items: flex-end;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) {
  margin: 0 0 0 auto;
  padding: 0px 0px 0px 85px;
  align-items: flex-start;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n+1) b::before {
  left: initial;
  right: -96px;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n+1) b::after {
  left: initial;
  right: -92px;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n+1) b span::before {
  left: initial;
  right: -78px;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b::before {
  left: -96px;
  right: initial;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b::after {
  left: -92px;
  right: initial;
}

.tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b span::before {
  left: -78px;
  right: initial;
}


.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher figure {
  margin: 0px 0px 15px 0px;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher figure img {
  border-radius: 10px;
  height: 211px;
  object-fit: cover;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher span {
  font-size: 14px;
  line-height: 21px;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher strong {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
}

.tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher cite {
  font-size: 14px;
  line-height: 21px;
  color: #1A1919;
  opacity: 0.5;
  font-style: normal;
}

.tg_detail_list_bld {
  max-width: 1300px;
  margin: 0 auto 110px auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.tg_detail_list_bld::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #DDDDDD;
  position: absolute;
  left: 50%;
  top: -30px;
}

.tg_detail_list_bld::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #dddddd;
  position: absolute;
  left: calc(50% - 4.5px);
  top: -38px;
}

.tg_readm_bld {
  display: table;
  margin: 0 auto;
}

.tg_readm_bld p {
  font-size: 18px;
  line-height: 27px;
  color: #212121;
  margin: 0;
}

.tg_readm_bld p a {
  color: #B82841;
  font-weight: 500;
}



/*CSS RESPONSIVE*/
@media (min-width: 1025px) and (max-width: 1599px){
  .basicscience_06082024 .slider_ct .ct_right{
    padding: 60px 30px;
  }
  .basicscience_06082024 .news_slider{
    padding: 90px 0px 90px 70px;
  }
  .basicscience_06082024 .news_sli .slick-list{
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_right figure img{
    max-width: 80%;
    width: 100%;
    display: table;
    margin: 0px auto;
  }
  .basicscience_06082024 .faculty_council .council_general:before{
    width: 1130px;
  }
  .basicscience_06082024 .introout_photobeam .photobeam_three figure{
    width: 100%;
  }

    .basicscience_06082024 .introout_photobeam .photobeam_three figure:before{
    display: none;
  }
  .basicscience_06082024 .header_06082024 .hd_logo figure img{
    max-width: 90%;
    display: table;
    margin: 0px auto;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li.menu-item-has-children>a:after{
    top: -1px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure:before{
    display: none;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(1):before{
    display: none;
  }
  .basicscience_06082024 .intro_06082024 .intro_avatar figure:after{
    display: none;
  }
  .basicscience_06082024 .system_06082024 .system_arr{
    position: relative;
    left: inherit;
    bottom: inherit;
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .system_06082024 .system_training .training_general{
    padding: 0px 0px 0px 15px;
  }
  .basicscience_06082024 .system_06082024 .system_training .text_widget{

  }
  .basicscience_06082024 .system_06082024 .system_training .wrap_figure{
  }
  .basicscience_06082024 .homepage_06082024 .onecsreen_top{
    height: 875px;
  }
  .basicscience_06082024 .faculty_council .council_general{
    padding: 0px 0px 88px 15px;
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure .slider_img{
  }
  .basicscience_06082024 .slider_hp .slider_ct .text_widget{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu{
    gap: 24px;
  }
  .basicscience_06082024 .slider_hp .slick-list{
    padding:0;
  }
  .slider_bg {
    margin:0px !important;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_left, 
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom{
    gap: 50px;
  }
  .basicscience_06082024 .qoute_hp h1{
  }
  .basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>a{
    font-size: 14px;
  }
  .basicscience_06082024 .header_06082024 .top_hd nav ul li a{
    font-size: 13px;
  }
  .basicscience_06082024 .homepage_general{
    margin: 80px 0px 0px 0px;
  }
  .basicscience_06082024 .qoute_hp{
  }
  .basicscience_06082024 .slider_hp{
    margin: 80px 0px 0px 0px;
  }
  .basicscience_06082024 .qoute_hp .qoute_general{
    max-width: 100%;
  }
  .basicscience_06082024 .slick-next{
    right: -50px;
  }
  .basicscience_06082024 .slick-prev{
    left: -50px;
  }
}
@media(min-width:1400px) and (max-width:1599px){
  .basicscience_06082024 .qoute_hp .discover_btn{
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure .slider_img{
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure{
  }
  .basicscience_06082024 .slider_hp .slider_ct .text_widget{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu{
    gap: 24px;
  }
  .basicscience_06082024 .slider_hp .slick-list{
    padding:0;
  }
  .slider_bg {
    margin:0px !important;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_left, 
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom{
    gap: 50px;
  }
  .basicscience_06082024 .qoute_hp h1{
  }
  .basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>a{
  }
  .basicscience_06082024 .qoute_hp span{
    font-size: 16px;
    line-height: 25px;
  }
  .basicscience_06082024 .header_06082024 .top_hd nav ul li a{
    font-size: 13px;
  }
  .basicscience_06082024 .homepage_general{
    flex-direction: column;
  }
  .basicscience_06082024 .qoute_hp{
    width: 100%;
  }
  .basicscience_06082024 .slider_hp{
    padding: 0px;
  }
  .basicscience_06082024 .qoute_hp .qoute_general{
    max-width: 100%;
  }
  .basicscience_06082024 .slick-next{
    right: -50px;
  }
  .basicscience_06082024 .slick-prev{
    left: -50px;
  }
}
@media (min-width:1025px) and (max-width:1280px){
  .basicscience_06082024 .news_sli .slick-list{
    padding: 0px 10% 0px 0px;
  }
    .basicscience_06082024 .slider_ct .ct_left figure{
    width: 600px;
  }
  .basicscience_06082024 .system_06082024 .system_detailds .slick-list{
    padding: 0px 25% 0px 0px;
  }
  .basicscience_06082024 .faculty_council .council_general:before{
    width: 1000px;
  }
  .basicscience_06082024 #basic_project-1::before{
    display: none;
  }
  .basicscience_06082024 .instructor_biography .biography_grid{

  }
  .basicscience_06082024 .department_leader .leader_ct br{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure figure{
    height: 300px;
  }
  .basicscience_06082024 .slider_ct .ct_right{
    padding: 30px;
    width: 50%;
  }
  .basicscience_06082024 .event_06082024 .news_allpost .allpost_general{
    grid-column-gap: 32px;
  }
  .basicscience_06082024 .news_06082024 .news_allpost .allpost_general{
    grid-column-gap:32px;
  }
  .basicscience_06082024 .news_slider{
    padding: 90px 0px 90px 15px;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_detailds {
    grid-column-gap:15px;
    grid-row-gap:30px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_flex>.info_detailds:nth-child(1):before{
   right:-24px;
 }
 .basicscience_06082024 .contact_06082024 .contact_info .info_flex{
  grid-gap: 48px;
  margin: 16px 0px 0px 0px;
}
.basicscience_06082024 .onecsreen_top{
  padding: 0px 0px 100px 0px;
}
.basicscience_06082024 .tg_pd120{
  padding: 100px 0px 0px 0px;
}
.basicscience_06082024 .intro_outstanding .introout_general .introout_detailds,
.basicscience_06082024 .vision_06082024 .tn_general .tn_detailds{
  margin: 0px 0px 100px 0px;
  gap: 60px;
}
.basicscience_06082024 .header_06082024 .hd_middle:before{
  top: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 244px;
  width: 100%;
  height: 135px;
  background-size: contain;
  background-position: center center;
}
.basicscience_06082024 .header_06082024 .bottom_hd nav>ul.menu>li>a{
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}
.basicscience_06082024 .header_06082024 .bottom_hd .hd_left, 
.basicscience_06082024 .header_06082024 .bottom_hd .hd_bottom{
  gap: 24px;
}
}
@media (min-width:768px) and (max-width:1024px){
    .basicscience_06082024 .basic_scrolltop{
    right: 15px;
    bottom: 250px;
  }
    .basicscience_06082024 .error_06082024 .header_06082024 .bottom_hd .hd_general{
    box-shadow: none;
  }
  .basicscience_06082024 .slider_hp .slider_ct .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .vision_06082024 .tn_photobeam .photobeam_two{
    margin: 24px 0px 0px 0px;
  }
    .basicscience_06082024 .vision_06082024 .tn_photobeam .col-sm-6{
      width: 100%;
    }
  .basicscience_06082024 .introout_photobeam .col-sm-6{
    width: 100%;
    margin-left:inherit;
  }
    .basicscience_06082024 .introout_photobeam .photobeam_three figure{
    width:100%;
  }
  .basicscience_06082024 .introout_photobeam .photobeam_one figure:before,
  .basicscience_06082024 .introout_photobeam .photobeam_three figure:before{
    display: none;
  }
  .basicscience_06082024 .error_06082024 .error_general{
    padding: 60px 0px 0px 0px;
  }
  .basicscience_06082024 .event_calendar{
    padding: 44px 0px 0px 0px;
  }
  .basicscience_06082024 .newsdetailds_06082024 .latest_news{
    padding: 44px 0px 0px 0px;
  }
  .basicscience_06082024 .system_06082024 .system_detailds .slick-list{
    padding: 0px 25% 0px 0px;
  }
  .basicscience_06082024 #basic_project-1::before{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure:before{
    display: none;
  }
  .basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:nth-child(2) .text_widget .basic_left:before{
    display: none;
  }
  .basicscience_06082024 .instructor_06082024 .biography_title br{
    display: none;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(1):before{
    display: none;
  }
  .basicscience_06082024 .intro_06082024 .intro_avatar figure:after{
    display: none;
  }
  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher figure img{
    height: 161px;
  }
  .tg_banld_general .tg_banld_top{
    margin: 50px auto;
  }
  .tg_banld_general .tg_bld_inner_item .tg_teacher_list{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_menu_mobile .icon_mobile_click{
    opacity: 1;
    pointer-events: inherit;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .history_ct{
    margin: 24px 0px;
  }
  .basicscience_06082024 .system_06082024 .system_arr{
    position: relative;
    left: inherit;
    bottom: inherit;
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .system_06082024 .system_training .training_general{
    padding: 0px 15px;
    flex-direction: column;
    gap: 40px;
  }
  .basicscience_06082024 .system_06082024 .list_system ul.show_hide_tab{
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .basicscience_06082024 .system_06082024 .system_training .list_system ul li{
    margin: 0px;
  }
  .basicscience_06082024 .system_06082024 .system_training .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .system_06082024 .system_training .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .study_ct.basic_nota .study_inside h3{
    width: 80%;
  }
  .basicscience_06082024 .announcements_relate,
  .basicscience_06082024 .notidetailds_06082024 .latest_news{
    padding: 60px 0px 0px 0px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget{
    padding: 20px 16px;
  }

  .basicscience_06082024 .invitation_inside{
    margin: 32px 0px 0px 0px;
  }
  .basicscience_06082024 .news_allpost .allpost_general{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap:20px;
    grid-column-gap:20px !important;
    margin: 32px 0px;
  }
  .basicscience_06082024 .news_allpost{
    padding: 60px 0px 0px 0px;
  }
  .basicscience_06082024 .slider_ct .system_name{
    font-size: 22px;
    line-height: 30px;
  }
  .basicscience_06082024 .slider_ct .news_excerpt{
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .slider_ct .basic_btn{
    margin: 20px 0px 0px 0px;
    display: none;
  }
  .basicscience_06082024 .news_arr{
    justify-content: center;
  }
  .basicscience_06082024 .slider_ct .ct_left{
    width: 100%;
  }
  .basicscience_06082024 .slider_ct .ct_right{
    position: relative;
    top: inherit;
    transform: inherit;
    width: 100%;
    padding: 0px;
    right: inherit;
    background: transparent;
  }
  .basicscience_06082024 .slider_ct{
    flex-direction: column;
    gap: 20px;
  }
  .basicscience_06082024 .slider_ct .ct_left figure{
    width: 100%;
    height: 250px;
  }
  .basicscience_06082024 .news_sli .slick-slide{
    padding: 0px 10px;
  }
  .basicscience_06082024 .news_sli .slick-list{
    padding: 0px;
    margin: 0px -10px;
  }
  .basicscience_06082024 .news_slider{
    padding: 60px 15px 0px 15px;
    background: transparent;
  }
  .basicscience_06082024 .invitation_title{
    font-size: 32px;
    line-height: 40px;
  }
  .basicscience_06082024 .study_06082024 .study_title{
    margin: 0px 0px 16px 0px;
  }
  .basicscience_06082024 .study_06082024 .study_figure{
    display: none;
  }
  .basicscience_06082024 .study_06082024 .study_ct{
    margin: 0px 0xp 24px 0px;
    padding: 0px 0px 24px 0px;
  }
  .basicscience_06082024 .study_06082024 .study_link ul{
    gap: 60px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul li{
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_left,
  .basicscience_06082024 .subject_06082024 .subject_info .ct_middle,
  .basicscience_06082024 .subject_06082024 .subject_info .ct_right{
    padding: 0px 15px;
    margin: 0px 0px 40px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_left{
    width: 100%;
    position: inherit;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_middle{
    width: 60%;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_right{
    width: 40%;
  }
  .basicscience_06082024 .instructor_biography .biography_teaching{
    padding: 0px !important;
  }
  .basicscience_06082024 .instructor_biography .biography_grid{
    grid-gap: 16px;
  }
  .basicscience_06082024 .instructor_biography .biography_grid .biography_ct figure img{
    width: 100px;
    height: 100px;
  }
  .basicscience_06082024 .instructor_biography .biography_detailds{
    padding: 0px;
    border-bottom: none;
  }
  .basicscience_06082024 .instructor_biography .biography_teaching {
    padding: 0px 0px 60px 0px !important;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_marquee{
    padding: 60px 0px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .info_general{
    gap: 50px;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_btn{
    display: table;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_detailds{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .basicscience_06082024 .structure_lecturer .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .structure_lecturer .text_widget{
    width: 100%;
    margin: 0px 0px 24px 0px;
    position: inherit;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_general{
    flex-direction: column;
  }
  .basicscience_06082024 .faculty_council .council_sli .slick-list{
    padding: 0px 32% 0px 0px;
  }
  .basicscience_06082024 .faculty_council .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .faculty_council .text_widget{ 
    width: 100%;   
    position: relative;
  }
  .basicscience_06082024 .faculty_council .council_general:before{
    display: none;
  }
  .basicscience_06082024 .faculty_council .council_arr{
    margin: 0px;
    position: absolute;
    top: 10px;
    right: 15px;
  }
  .basicscience_06082024 .faculty_council .council_general{
    padding: 0px 0px 0px 15px;
    flex-direction: column;
    gap: 24px;
  }
  .basicscience_06082024 .department_leader .leader_arr{
    margin: 24px 0px 120px 0px;
  }
  .basicscience_06082024 .department_leader .leader_ct{
    margin: 16px 0px 0px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .basicscience_06082024 .department_leader .leader_detailds{
    margin: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .department_leader .leader_ct br{
    display:none;
  }
  .basicscience_06082024 .department_leader .wrap_figure{

  }
  .basicscience_06082024 .department_leader .text_widget{
    width: 60%;
  }
  .basicscience_06082024 .department_leader .leader_general{

    gap: 36px;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_hiden{
    display: none;
  }
  .basicscience_06082024 .basic_desktop{
    display: none;
  }
  .basicscience_06082024 .basic_mobile{
    display: block;
  }
  .basicscience_06082024 .department_leader .wrap_figure:before,
  .basicscience_06082024 .contact_06082024 .contact_info .info_general:before{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .basic_title .basic_left b{
    font-size: 32px;
    line-height: 40px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul{
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_flex>.info_detailds:nth-child(1):before{
    display:none;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_flex{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 16px;
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_general{
    gap: 40px;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(1):before,
  .basicscience_06082024 .intro_06082024 .intro_avatar figure:after{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .text_widget{
    width: 100%;
    position: inherit;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure figure{
    height: 250px;
    margin: 0px
  }
  .basicscience_06082024 .vision_sm .slick-slide{
    padding: 0px 17.5px;
  }
  .basicscience_06082024 .vision_sm .slick-list{
    margin: 0px -17.5px;
  }
  .basicscience_06082024 .vision_06082024 .vision_sm .sm_general{
    display: inherit;
  }
  .basicscience_06082024 .vision_06082024 .tn_general .tn_detailds{
    gap: 24px;
    margin: 0px 0px 60px 0px;
  }
  .basicscience_06082024 .intro_outstanding .basic_btn{
    margin: 32px 0px 0px 0px;
  }
  .basicscience_06082024 .onecsreen_top{
    padding: 0px 0px 60px 0px;
    border-radius: 0px 0px 30px 30px;
  }
  .basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure figure{
    height: 400px;
  }
  .basicscience_06082024 .intro_foundation .introfou_bg{
    margin: 40px 0px 0px 0px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 24px;
  }
  .basicscience_06082024 .basic_title .basic_left b{
    font-size: 24px;
    line-height: 32px;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_left b{
    font-size: 32px;
    line-height: 40px;
  }
  .basicscience_06082024 .tg_pd120{
    padding: 60px 0px 0px 0px;
  }
  .basicscience_06082024 .intro_outstanding .introout_general .introout_detailds{
    gap: 36px;
    margin: 0px 0px 60px 0px;
  }
  .basicscience_06082024 .basic_breacrumb .crumb_img{
    height: 280px;
  }
  .basicscience_06082024 .basic_breacrumb{
    margin: 0px;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .hd_logo .logo_mobile{
    display: flex;
    justify-content: center;
  }
  .basicscience_06082024 .header_06082024 .hd_logo .logo_desktop {
    max-width: 130px;
    width: 100%;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .hd_logo .logo_desktop{
    display: none;
  }
  .basicscience_06082024 .header_06082024:before{
    height: 100%;
    display: none;
  }
  .basicscience_06082024 .basic_breacrumb .breadcrumb_ct{
    width: 100%;
    padding: 0px 15px;
  }
  .basicscience_06082024 .onecsreen_top{
    height: auto;
  }
  .basicscience_06082024 .slider_hp{
  }
  .basicscience_06082024 .qoute_hp span{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .qoute_hp h1{
    font-size: 40px;
    line-height: 48px;
  }
  .basicscience_06082024 .homepage_general{
    margin: 100px 0px 0px 0px;
  }
}
@media (max-width:1024px){
  .popup .content_popup{
    padding: 0px 16px;
  }
  .popup_searchform .list_group{
    max-width: 100%;
  }
  .popup .close_popup{
    padding: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .footer_06082024 .bottom_ft .ft_left .ft_info li span br{
    display:none;
  }
  .basicscience_06082024 .footer_06082024 .ft_title{
    font-size: 18px;
    line-height: 26px;
  }
  .basicscience_06082024 .footer_06082024 .top_footer .ft_left figure{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .footer_06082024 .bottom_ft .ft_right p{
    margin: 16px 0px 0px 0px;
    padding: 16px 0px 0px 0px;
    border-top: 1px solid rgb(255 255 255 / 20%);
  }
  .basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info{
    justify-content: inherit;
  }
  .basicscience_06082024 .header_06082024 .hd_middle:before{
    display: none;
  }
  .basicscience_06082024 .footer_06082024{
    padding: 35px 0px 25px 0px;
  }
  .basicscience_06082024 .footer_06082024 .ft_social{
    justify-content: center;
  }
  .basicscience_06082024 .footer_06082024 .ft_right{
  }
  .basicscience_06082024 .footer_06082024 .top_footer .ft_general{
    gap: 20px;
  }
  .basicscience_06082024 .footer_06082024 .top_footer .ft_right{
    display:none
  }
  .basicscience_06082024 .footer_06082024 .ft_general{
    flex-direction: column;
    align-items: inherit;
    gap: 0px;
  }
  .basicscience_06082024 .qoute_hp .qoute_general{
    max-width: 100%;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .bottom_hd .hd_search .search_icon svg circle,
  .basicscience_06082024 .homepage_06082024 .header_06082024 .bottom_hd .hd_search .search_icon svg path{
    stroke: #fff;
  }
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_general{
    background: transparent;
    padding: 15px 0px;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .bottom_hd .hd_menu_mobile .icon_mobile_click svg path{
    fill: #fff;
  }
  .basicscience_06082024 .menu_main{
    display: none;
  }
  .basicscience_06082024 .header_06082024 .top_hd{
    display: none;
  }
}
@media (max-width:767px){
  .basicscience_06082024 .basic_scrolltop{
        right: 15px;
    bottom: 315px;
  }
  .basicscience_06082024 .error_06082024 .header_06082024 .bottom_hd .hd_general{
    box-shadow: none;
  }
    .basicscience_06082024 .study_link.tg_fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 10px 40px 0px #0000001F;
}
.basicscience_06082024 .study_06082024.tg_fixed_menu .study_left{
      position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 10px 40px 0px #0000001F;
}
  .basicscience_06082024 .system_06082024 .system_training .list_system ul.show_hide_tab{
    width: 600px;
    gap: 16px;
  }
  .basicscience_06082024 .system_06082024 .system_detailds .system_name, .basicscience_06082024 .slider_ct .system_name{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .system_06082024 .system_training .list_system ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .basicscience_06082024 .system_06082024 .system_detailds.basic_current .system_arr{
    justify-content: center;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_ct figure{
    width: 100%;
  }
  .basicscience_06082024 .vision_06082024 .tn_photobeam .photobeam_two{
    margin: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .introout_photobeam .photobeam_one,
  .basicscience_06082024 .introout_photobeam .photobeam_two{
    margin: 0px 0px 24px 0px;
  }
  .basicscience_06082024 .introout_photobeam .photobeam_three figure{
    width:100%;
  }
  .basicscience_06082024 .introout_photobeam .photobeam_one figure:before,
  .basicscience_06082024 .introout_photobeam .photobeam_three figure:before{
    display: none;
  }
  .basicscience_06082024 .event_calendar{
    padding: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure:before{
    display: none;
  }
  .tg_banld_general .tg_wrap_list_year_bld{
    margin:0;
  }
  .basicscience_06082024 .study_ct.basic_nota .study_inside h3{
    width: 90%;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul{
    margin: 10px 0px 0px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_outline ul li{
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_outline .subject_title{
    font-size: 24px;
    line-height: 32px;
  }
  .subject_info .subject_bg {
    display: flex;
    flex-direction: column;
  }
  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b::before {
    left: -58px;
    right: initial;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b::after {
    left: -55px;
    right: initial;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) b span::before {
    left: -45px;
    right: initial;
  }

  .tg_banld_general {}

  .tg_banld_general .tg_banld_top {
    margin: 50px auto 30px auto;
  }

  .tg_banld_general .tg_banld_top h2 {
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0px;
  }

  .tg_banld_general .tg_banld_top img {
    width: 40px;
    height: 40px;
  }

  .tg_banld_general .tg_list_year_bld {
    margin: 0px;
  }

  .tg_banld_general .tg_list_year_bld.tg_fixed_menu {}

  .tg_banld_general .tg_list_year_bld .tg_menu {
    gap: 30px;
  }

  .tg_banld_general .tg_list_year_bld .tg_menu li.tg_active a {}

  .tg_banld_general .tg_list_year_bld .tg_menu li a {
    font-size: 16px;
    line-height: 24px;
  }

  .tg_banld_general .tg_list_bld_inner {
    gap: 22px;
  }

  .tg_banld_general .tg_bld_inner_item {
    width: 100%;
    margin: 0;
    padding: 0px 0px 0px 50px;
  }

  .tg_banld_general .tg_bld_inner_item:nth-child(2n) {
    padding: 0 0 0 50px;
    align-items: flex-start;
  }

  .tg_banld_general .tg_bld_inner_item:nth-child(2n) b::before {
    right: initial;
    left: -58px;
  }

  .tg_banld_general .tg_bld_inner_item:nth-child(2n) b::after {
    right: initial;
    left: -55px;
  }

  .tg_banld_general .tg_bld_inner_item:nth-child(2n) b span::before {
    left: -45px;
    right: initial;
  }

  .tg_banld_general .tg_bld_inner_item b {
    font-size: 14px;
    line-height: 21px;
    margin: 0px 0px 18px 0px;
  }

  .tg_banld_general .tg_bld_inner_item b::before {
    width: 16px;
    height: 16px;
    left: -58px;
  }

  .tg_banld_general .tg_bld_inner_item b::after {
    width: 10px;
    height: 10px;
    left: -55px;
    top: 6px;
  }

  .tg_banld_general .tg_bld_inner_item b span::before {
    width: 26px;
    left: -45px;
    top: 10px;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list {
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher {
    flex: 0 0 calc(50% - 8px);
  }

  .tg_banld_general .tg_list_bld_item {
    padding: 50px 0px 0px 0px;
  }

  .tg_banld_general .tg_list_bld_item h3 {
    font-size: 40px;
    line-height: 52px;
    position: relative;
    left: initial;
    transform: none;
    top: initial;
    text-align: center;
    margin: 0px 0px 22px 0px;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n + 1) {
    padding:  0 0 0 50px;
    align-items: flex-start;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n) {
    padding: 0 0 0 50px;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n + 1) b::before {
    right: initial;
    left: -58px;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n + 1) b::after {
    right: initial;
    left: -55px;
  }

  .tg_banld_general .tg_list_bld_item:nth-child(2) .tg_list_bld_inner>.tg_bld_inner_item:nth-child(2n + 1) b span::before {
    right: initial;
    left: -45px;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher figure {
    margin: 0px 0px 7px 0px;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher figure img {}

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher span {
    font-size: 12px;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher strong {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
  }

  .tg_banld_general .tg_bld_inner_item .tg_teacher_list .tg_item_teacher cite {
    font-size: 12px;
  }

  .tg_detail_list_bld {
    gap: 30px;
    margin: 0px auto 35px auto;
  }

  .tg_detail_list_bld::before {
    left: 0px;
    top: 40px;
  }

  .tg_detail_list_bld::after {
    left: -4px;
    top: 30px;
  }

  .tg_readm_bld {
    text-align: center;
    max-width: 197px;
  }

  .tg_readm_bld p {
    font-size: 14px;
    line-height: 21px;
  }

  .tg_readm_bld p a {}
  .basicscience_06082024 .error_06082024 .error_general .error_btn{
    margin: 20px auto 0px auto;
  }
  .basicscience_06082024 .error_06082024 .error_general span{
    font-size: 16px;
    line-height: 24px;
  }
  .basicscience_06082024 .error_06082024 .error_general b{
    font-size: 40px;
    line-height: 48px;
    margin: 20px auto 0px auto;
  }
  .basicscience_06082024 .error_06082024 .error_general{
    padding: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .searchresuilt_06082024 .searchresuilt_form_group .searchresuilt_list_group input{
    padding: 15px 66px 15px 16px;
  }
  .basicscience_06082024 .searchresuilt_06082024 .news_allpost .news_title{
    flex-direction: column;
    gap: 0px;
    align-items: inherit;
  }
  .basicscience_06082024 .searchresuilt_06082024 .news_allpost .news_title .ct_left h2{
    font-size: 24px;
    line-height: 32px;
  }
  .basicscience_06082024 .searchresuilt_06082024 .news_allpost{
    padding: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .weeklyschedule_06082024.lectureschedule_06082024 .study_right,
  .basicscience_06082024 .weeklyschedule_06082024.examschedule_06082024 .study_right{
    width: 100% !important;
  }
  .basicscience_06082024 .study_left{
    width: 100%;
    position: inherit;
  }
  .basicscience_06082024 #basic_project-1::before{
    display: none;
  }
  .basicscience_06082024 .intro_outstanding .introout_general>.introout_detailds:nth-child(2) .text_widget .basic_left:before{
    display: none;
  }
  .basicscience_06082024 .instructor_06082024 .biography_title br{
    display: none;
  }
  .tg_detail_list_bld>.tg_list_bld_item:nth-child(1){
  }
  .basicscience_06082024 .header_06082024 .bottom_hd .hd_menu_mobile .icon_mobile_click{
    opacity: 1;
    pointer-events: inherit;
  }
  .basicscience_06082024 .system_06082024 .system_arr{
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .system_06082024 .system_detailds .basic_btn{
    display: none;
  }
  .basicscience_06082024 .system_06082024 .system_detailds .slick-list{
    padding: 0px;
  }
  .basicscience_06082024 .system_06082024 .system_ct .ct_left{
    width: 100%;
  }
  .basicscience_06082024 .system_06082024 .system_ct .ct_right{
    position: relative;
    top: inherit;
    transform: inherit;
    width: 100%;
    padding: 0px;
    right: inherit;
    background: transparent;
  }
  .basicscience_06082024 .system_06082024 .system_ct{
    flex-direction: column;
    gap: 20px;
  }
  .basicscience_06082024 .system_06082024 .system_ct .ct_left figure{
    width: 100%;
    height: 210px;
  }
  .basicscience_06082024 .list_system::-webkit-scrollbar { width: 0 !important }
  .basicscience_06082024 .list_system { scrollbar-width: none; }
  .basicscience_06082024 .list_system { -ms-overflow-style: none; }
  .basicscience_06082024 .system_06082024 .list_system ul li{
    margin: 0px !important;
  }
  .basicscience_06082024 .system_06082024 .list_system ul.show_hide_tab{
    display: flex;
    align-items: center;
    gap: 40px;
    width: 800px;
  }
  .basicscience_06082024 .system_06082024 .list_system{
    display: block;
    overflow: auto;
  }
  .basicscience_06082024 .system_06082024 .system_training .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .system_06082024 .system_training .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .system_06082024 .system_training .training_general{
    padding: 0px 15px;
    flex-direction: column;
    gap: 20px;
  }
  .basicscience_06082024 .notidetailds_06082024 .latest_news .latest_seeall_btn{
    top: -64px;
  }
  .basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li a{
    padding: 0px 0px 8px 0px;
  }
  .basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul{
    gap: 16px;
  }
  .basicscience_06082024 .notidetailds_06082024 .latest_news .list_latestnews ul li{
    font-size: 16px;
    line-height: 24px;
  }
  .basicscience_06082024 .notidetailds_06082024 .invitation_ottitle .invitation_left strong{
    font-size: 15px;
    line-height: 23px;
  }
  .basicscience_06082024 .announcements_relate,
  .basicscience_06082024 .notidetailds_06082024 .latest_news{
    padding: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .wrap_figure figure{
    height: 180px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul li{
    margin: 0px 0px 8px 0px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget ul{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget b{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info{
    flex-direction: column;
  }
  .basicscience_06082024 .eventdetailds_inside .eventdetailds_info .text_widget{
    padding: 20px 16px;
    width: 100%;
  }
  .basicscience_06082024 .event_calendar .calendar_info{
    margin: 10px 0px 0px 0px;
  }
  .basicscience_06082024 .event_calendar .event_period, 
  .basicscience_06082024 .event_calendar .event_room{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .event_calendar .calendar_right h4{
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .invitation_inside{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .schedule_filter{
    margin: 0px 0px 24px 0px;
  }
  .basicscience_06082024{
    overflow-x: hidden;
  }
  .basicscience_06082024 .slider_ct .event_info,
  .basicscience_06082024 .allpost_detailds .event_info{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .invitation_inside blockquote{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .newsdetailds_06082024 .latest_news{
    padding: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .news_sli{
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .allpost_detailds .text_widget h4{
    min-height: inherit;
    -webkit-box-orient: inherit;
  }
  .basicscience_06082024 .allpost_detailds .wrap_figure figure{
    height: 215px;
  }
  .basicscience_06082024 .news_allpost .allpost_general{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 20px 0px 20px 0px;
    grid-row-gap: 24px;
  }
  .basicscience_06082024 .news_allpost{
    padding: 40px 0px 0px;
  }
  .basicscience_06082024 .news_arr{
    margin: 20px 0px 0px 0px;
    justify-content: center;
  }
  .basicscience_06082024 .slider_ct .basic_btn{
    margin: 8px 0px 0px 0px;
    display: none;
  }
  .basicscience_06082024 .slider_ct .news_excerpt{
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .slider_ct .system_name{
    font-size: 18px;
    line-height: 26px;
  }
  .basicscience_06082024 .slider_ct{
    flex-direction: column;
    gap: 24px;
  }
  .basicscience_06082024 .slider_ct .ct_left{
    width: 100%;
  }
  .basicscience_06082024 .slider_ct .ct_right{
    position: relative;
    top: inherit;
    transform: inherit;
    width: 100%;
    padding: 0px;
    right: inherit;
    background: transparent;
  }
  .basicscience_06082024 .slider_ct .ct_left figure{
    width: 100%;
    height: 210px;
  }
  .basicscience_06082024 .news_sli .slick-list{
    padding: 0px;
  }
  .basicscience_06082024 .news_slider{
    padding: 40px 15px 0px 15px;
    background: transparent;
  }
  .basicscience_06082024 .invitation_ottitle{
    margin: 0px 0px 24px 0px;
  }
  .basicscience_06082024 .study_06082024 .invitation_other{
    margin: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .invitation_inside{
    padding: 24px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .newsdetailds_06082024 .invitation_inside{
    padding: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .invitation_info{
    margin: 16px 0px 8px 0px;
  }
  .basicscience_06082024 .invitation_title{
    font-size: 24px;
    line-height: 32px;
  }
  .basicscience_06082024 .study_06082024 .scientific_information .study_inside h3{
    width: inherit;
  }
  .basicscience_06082024 .study_06082024 .study_figure{
    right: 40px;
  }
  .basicscience_06082024 .study_06082024 #scientific-research-4 .study_inside, 
  .basicscience_06082024 .study_06082024 #scientific-research-4 .study_other{
    width: 100%;
  }
  .basicscience_06082024 .study_06082024 .study_ct .study_inside{
    align-items: inherit;
  }
  .basicscience_06082024 .study_06082024 .study_filter .filter_ct{
    margin: 0px 0px 16px 0px;
  }
  .basicscience_06082024 .study_06082024 .study_filter .filter_general{
    width: 375px;
    padding: 16px 24px;
    left: -355px;
  }
  .basicscience_06082024 .study_06082024 .study_title .ct_left h2{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .study_06082024 .study_title{
    margin: 0px 0px 16px 0px;
  }
  .basicscience_06082024 .study_06082024 .list_study ul{
    width: 600px;
  }
  .basicscience_06082024 .study_06082024 .list_study::-webkit-scrollbar { 
    width: 0 !important 
  }
  .basicscience_06082024 .study_06082024 .list_study { 
    scrollbar-width: none; 
  }
  .basicscience_06082024 .study_06082024 .list_study { 
    -ms-overflow-style: none; 
  }
  .basicscience_06082024 .study_06082024 .list_study {
    display: block;
    overflow: auto;
  }
  .basicscience_06082024 .study_06082024 .study_figure{
    display: none;
  }
  .basicscience_06082024 .basic_pagination ul{
    gap: 8px;
  }
  .basicscience_06082024 .basic_pagination{
    padding: 0px 15px;
  }
  .basicscience_06082024 .study_ct{
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
  }
  .basicscience_06082024 .study_06082024 .study_ct .study_other span:before{
    right: -5px;
    opacity: 0;
  }
  .basicscience_06082024 .study_06082024 .study_ct .study_other{
    column-gap:8px;
    row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .basicscience_06082024 .study_ct .study_inside h3{
    font-size: 18px;
    line-height: 26px;
  }
  .basicscience_06082024 .study_06082024 .study_right{
    width: 100% !important;
  }
  .basicscience_06082024 .study_06082024 .list_study ul {
    display: flex;
    align-items: center;
    gap: 30px;
    width: 690px;
  }
  .basicscience_06082024 .study_06082024 .study_left{
    width: 100%;
  }
  .basicscience_06082024 .study_06082024 .discussion_seminar,
  .basicscience_06082024 .study_06082024 .scientific_research,
  .basicscience_06082024 .study_06082024 .scientific_information,
  .basicscience_06082024 .study_06082024 .invitation_details  {
    padding: 20px 0px 0px 0px !important;
  }
  .basicscience_06082024 .study_06082024 .study_link ul li.basic_current a{
    border-bottom: 1px solid #B82841;
  }
  .basicscience_06082024 .study_link::-webkit-scrollbar { width: 0 !important }
  .basicscience_06082024 .study_link { scrollbar-width: none; }
  .basicscience_06082024 .study_link { -ms-overflow-style: none; 
  }
  .basicscience_06082024 .study_link{
    display: block;
    overflow: auto;
  }
  .basicscience_06082024 .study_06082024 .study_link ul{
    gap: 40px;
    width: 700px;
    justify-content: inherit;
  }
  .basicscience_06082024 .weeklyschedule_06082024 .study_link ul{
    gap: 40px;
    width: 350px;
    justify-content: inherit;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_outline .outline_btn{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_menu::-webkit-scrollbar { width: 0 !important }
  .basicscience_06082024 .subject_06082024 .subject_menu { scrollbar-width: none; }
  .basicscience_06082024 .subject_06082024 .subject_menu { -ms-overflow-style: none; }
  .basicscience_06082024 .subject_06082024 .subject_menu{
    display: block;
    overflow: auto;
  }
  .basicscience_06082024 .subject_06082024 .subject_menu ul{
    width: 600px;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_right i{
    width: 100%;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_right{
    width: 100%;
    padding: 0px 15px;
    order: 2;
    margin: 0px 0px 20px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_outline{
    margin: 24px 0px 0px 0px;
    padding: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_ct p{
    margin: 0px 0px 8px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_ct{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_name{
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0px 16px 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_middle{
    padding: 0px 15px;
    width: 100%;
    margin: 0px 0px 24px 0px;
    order: 3;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .subject_menu ul li{
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
  }
  .basicscience_06082024 .subject_06082024 .subject_info .ct_left{
    width: 100%;
    position: inherit;
    margin: 0px 0px 24px 0px;
    order: 1;
  }
  .basicscience_06082024 .instructor_biography .biography_btn{
    padding: 0px 0px 0px 14px;
  }
  .basicscience_06082024 .instructor_biography .list_bio_tab ul li{
    margin: 0px;
  }
  .basicscience_06082024 .instructor_biography .biography_curriculum .list_bio_tab ul{
    width: 400px;
  }
  .basicscience_06082024 .instructor_biography .biography_project .list_bio_tab ul{
    width: 1110px;
  }
  .basicscience_06082024 .instructor_biography .list_bio_tab ul{
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .basicscience_06082024 .instructor_biography .list_bio_tab::-webkit-scrollbar { width: 0 !important }
  .basicscience_06082024 .instructor_biography .list_bio_tab { scrollbar-width: none; }
  .basicscience_06082024 .instructor_biography .list_bio_tab { -ms-overflow-style: none; }
  .basicscience_06082024 .instructor_biography .list_bio_tab{
    margin: 16px 0px 0px 0px;
    display: block;
    overflow: auto;
  }
  .basicscience_06082024 .instructor_biography .biography_grid .biography_ct strong{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .instructor_biography .biography_grid .biography_ct{
    padding: 16px;
  }
  .basicscience_06082024 .instructor_biography .biography_grid .biography_ct figure img{
    width: 100px;
    height: 100px;
  }
  .basicscience_06082024 .instructor_biography .biography_grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 16px;
    padding: 0px 15px;
  }
  .basicscience_06082024 .instructor_biography .biography_teaching{
    padding: 0px 0px 40px 0px !important;
  }
  .basicscience_06082024 .instructor_biography .biography_detailds{
    padding: 0px 0px 40px 0px;
    margin: 0px -15px;
    border-bottom: none;
  }
  .basicscience_06082024 .instructor_biography .biography_right ul li{
    font-size: 14px;
    line-height: 22px;
    margin: 0px 0px 16px 0px;
    padding: 0px 0px 0px 14px;
  }
  .basicscience_06082024 .instructor_06082024 .biography_title{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .instructor_biography .biography_left{
    margin: 0px 0px 16px 0px;
    padding: 0px 15px;
  }
  .basicscience_06082024 .instructor_06082024 .col-sm-12{
    padding: 0px 15px;
  }
  .basicscience_06082024 .instructor_biography .biography_right{
    padding: 0px 15px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_marquee{
    padding: 40px 0px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure:before{
    max-width: 60px;
    height: 115px;
    background-size: contain;
    left: 0px;
    top: 50%;
    margin: -57.5px 0px 0px 0px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure figure{
    max-width: 70%;
    display: table;
    margin: 0px auto;
  }
  .basicscience_06082024 .instructor_06082024 .info_social li strong{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .instructor_06082024 .info_social li span{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .instructor_06082024 .info_qoute i br{
    display: none;
  }
  .basicscience_06082024 .instructor_06082024 .info_qoute{
    margin: 8px 0px 0px 0px;
    font-size: 14px;
    line-height: 22px;
  }
  html,body{
    overflow-x: hidden;
  }
  .basicscience_06082024 .instructor_06082024 .info_job{
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
  }
  .basicscience_06082024 .instructor_06082024 .info_name{
    font-size: 22px;
    line-height: 30px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .text_widget{
    width: 100%;
    margin: 0px;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .wrap_figure{
    width: 100%;
    order: 2;
  }
  .basicscience_06082024 .instructor_06082024 .instructor_info .info_general{

    flex-direction: column;

    gap: 16px;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_btn{
    display: table;
  }
  .basicscience_06082024 .department_leader .slick-slide{
    padding: 0px 8px;
  }
  .basicscience_06082024 .department_leader .slick-list{
    margin: 0px -8px;
  }
  .basicscience_06082024 .structure_lecturer{
    padding: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .faculty_council .council_general:before{
    display:none;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_hiden{
    display: none;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_detailds{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 33px;
  }
  .basicscience_06082024 .structure_lecturer .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .structure_lecturer .text_widget{
    width: 100%;
    margin: 0px 0px 24px 0px;
    position: inherit;
  }
  .basicscience_06082024 .structure_lecturer .lecturer_general{
    flex-direction: column;
    gap: 24px;
  }
  .basicscience_06082024 .faculty_council .council_sli .slick-slide{
    padding: 0px 8px;
  }
  .basicscience_06082024 .faculty_council .council_sli .slick-list{
    margin: 0px -8px;
    padding: 0px 32% 0px 0px;
  }
  .basicscience_06082024 .council_job{
    font-size: 12px;
    line-height: 20px;
  }
  .basicscience_06082024 .council_name strong{
    font-size: 14px;
    line-height: 22px;
    display: table;
  }
  .basicscience_06082024 .council_name{
    font-size: 12px;
    line-height: 20px;
    margin: 17px auto 0px auto;
  }
  .basicscience_06082024 .basicscience_arr_mobile{
    display: flex;
    justify-content: center;
  }
  .basicscience_06082024 .basicscience_arr_desktop{
    display: none;
  }
  .basicscience_06082024 .faculty_council .council_arr{
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .faculty_council .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .faculty_council .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .faculty_council .council_general{
    padding: 0px 0px 0px 15px;
    flex-direction: column;
  }
  .basicscience_06082024 .department_leader{
    padding: 40px 0px;
  }
  .basicscience_06082024 .department_leader .leader_arr{
    margin: 16px auto 0px auto;
    justify-content: center;
  }
  .basicscience_06082024 .department_leader .leader_ct:before{
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -33px;
  }
  .basicscience_06082024 .department_leader .leader_ct br{
    display:none;
  }
  .basicscience_06082024 .department_leader .leader_ct{
    font-size: 14px;
    line-height: 22px;
    padding: 0px;
    margin: 50px 0px 0px 0px;
  }
  .basicscience_06082024 .department_leader .leader_job{
    font-size: 14px;
    line-height: 22px;
    margin: 4px 0px 0px 0px;
  }
  .basicscience_06082024 .department_leader .leader_name{
    font-size: 18px;
    line-height: 26px;
  }
  .basicscience_06082024 .department_leader .leader_detailds{
    margin: 0px;
    text-align: center;
  }
  .basicscience_06082024 .department_leader .wrap_figure:before{
    right: -10px;
    max-width: 77px;
    height: 156px;
    background-size: contain;
  }
  .basicscience_06082024 .department_leader .wrap_figure figure{
    max-width: 65%;
    margin: 0px auto;
  }
  .basicscience_06082024 .basic_desktop{
    display: none;
  }
  .basicscience_06082024 .basic_mobile{
    display: block;
  }
  .basicscience_06082024 .department_leader .wrap_figure{
    width: 100%;
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .department_leader .text_widget{
    width: 100%;
    order: 2;
  }
  .basicscience_06082024 .department_leader .leader_general{
    flex-direction: column;
    gap: 12px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_general:before{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .basic_title .basic_left b{
    font-size: 32px;
    line-height: 40px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_flex>.info_detailds:nth-child(1):before{
    display: none;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_flex{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
    margin: 24px 0px 0px 0px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_detailds ul{
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_bg{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .contact_06082024 .contact_title{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .contact_06082024 .contact_info .info_general{
    flex-direction: column;
    gap: 40px;
  }
  .basicscience_06082024 .basic_breacrumb .breadcrumb_ct h2 br{
    display: none;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(1):before,
  .basicscience_06082024 .intro_06082024 .intro_avatar figure:after{
    display: none;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure figure{
    height: 220px;
    margin: 0px 0px 20px 0px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .history_ct b{
    font-size: 18px;
    line-height: 26px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .history_ct{
    margin: 0px;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .history_06082024 .history_detailds .text_widget{
    width: 100%;
    margin: 0px 0px 40px 0px;
  }
  .basicscience_06082024 .header_06082024 .hd_logo .logo_desktop{
    max-width: 130px;
    width: 100%;
  }
  .basicscience_06082024 .vision_sm .slick-slide{
    padding: 0px 17.5px;
  }
  .basicscience_06082024 .vision_sm .slick-list{
    margin: 0px -17.5px;
    padding: 0px 0px 26px 0px;
  }
  .basicscience_06082024 .vision_06082024 .vision_sm .sm_general{
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .vision_06082024 .vision_sm .sm_general{
    display: inherit;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2) .text_widget{
    order: inherit;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2n+1) .wrap_figure figure{
    height: 240px;
  }
  .basicscience_06082024 .vision_06082024 .tn_general>.tn_detailds:nth-child(2n) .wrap_figure figure{
    height: 255px;
  }
  .basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct{
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .vision_06082024 .tn_detailds .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .vision_06082024 .tn_detailds .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .vision_06082024 .tn_general .tn_detailds{
    flex-direction: column;
    gap: 24px;
    margin: 0px 0px 40px 0px;
  }
  .basicscience_06082024 .basic_breacrumb .breadcrumb_ct h2{
    font-size: 24px;
    line-height: 32px;
    margin: 8px 0px 0px 0px;
  }
  .basicscience_06082024 .onecsreen_top{
    padding: 0px 0px 40px 0px;
    border-radius: 0px 0px 20px 20px;

  }
  .homepage_06082024 .onecsreen_top{
    height: 640px !important;
  }
  .basicscience_06082024 .intro_outstanding .introout_ct ul li,
  .basicscience_06082024 .vision_06082024 .tn_detailds .text_widget .tn_ct ul li{
    padding: 0px 0px 0px 38px;
  }
  .basicscience_06082024 .intro_outstanding .basic_btn{
    margin: 16px 0px 0px 0px;
  }
  .basicscience_06082024 .intro_outstanding .introout_ct{
    margin: 0px;
  }
  .basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure figure{
    height: 250px;
  }
  .basicscience_06082024 .intro_outstanding .introout_detailds .text_widget{
    width: 100%;
  }
  .basicscience_06082024 .intro_outstanding .introout_detailds .wrap_figure{
    width: 100%;
    order: 2;
  }
  .basicscience_06082024 .intro_foundation .introfou_detailds figure{
    margin: 0px 0px 8px 0px;
  }
  .basicscience_06082024 .intro_foundation .introfou_bg{
    margin: 20px 0px 0px 0px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
  .basicscience_06082024 .basic_title .basic_left b br{
    display: none;
  }
  .basicscience_06082024 .vision_06082024 .basic_title .basic_left b{
    font-size: 32px;
    line-height: 40px;
  }
  .basicscience_06082024 .basic_title .basic_left b{
    font-size: 24px;
    line-height: 32px;
  }
  .basicscience_06082024 .basic_title .basic_left{
    margin: 0px 0px 12px 0px;
  }
  .basicscience_06082024 .intro_avatar{
    padding: 0px !important;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_right strong{
    font-size: 16px;
    line-height: 24px;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_left span{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_right{
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0px 0px 0px;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_left{
    width: 100%;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .container{
    flex-direction: column;
    gap: 0px;
  }
  .basicscience_06082024 .intro_06082024 .intro_title .intro_left b{
    font-size: 32px;
    line-height: 40px;
    margin: 4px 0px 0px 0px;
  }
  .basicscience_06082024 .intro_outstanding .introout_general .introout_detailds{
    gap: 24px;
    flex-direction: column;
    margin: 0px 0px 40px 0px;
  }
  .basicscience_06082024 .tg_pd120{
    padding: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .header_06082024:before{
    height: 100%;
    display: none;
  }
  .basicscience_06082024 .basic_breacrumb .breadcrumb_ct{
    width: 100%;
    padding: 0px 15px;
  }
  .basicscience_06082024 .basic_breacrumb .crumb_img{
    height: 140px;
  }
  .basicscience_06082024 .basic_breacrumb{
    margin: 0px;
  }
  .basicscience_06082024 .footer_06082024 .bottom_ft .ft_right .ft_info>li:nth-child(1):after{
    padding: 0px 4px;
  }
  .basicscience_06082024 .homepage_06082024 .footer_06082024{
    padding: 240px 0px 25px 0px;
  }
  .basicscience_06082024 .onecsreen_top{
    height: auto;
  }
  .basicscience_06082024 .slider_ct .text_widget .seemore_btn{
    margin: 20px 0px 0px 0px;
    justify-content: center;
  }
  .basicscience_06082024 .slider_ct .text_widget .qb_excerpt{
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0px 0px 0px;
  }
  .basicscience_06082024 .slider_hp .slider_ct .text_widget h2{
    font-size: 20px;
    line-height: 28px;
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure .slider_img{
    height: 205px;
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure{
    height: 205px;
  }
  .basicscience_06082024 .slider_hp .slider_ct .text_widget{
    width: 100%;
    padding: 30px 16px;
    text-align: center;
  }
  .basicscience_06082024 .slider_hp .slider_ct .wrap_figure{
    width: 100%;
  }
  .basicscience_06082024 .slider_hp .slider_ct{
    flex-direction: column;
  }
  .basicscience_06082024 .slider_hp{
    margin: 61px 0px 0px 0px;
  }
  .basicscience_06082024 .qoute_hp .discover_btn{
    margin: 30px auto 0px auto;
    padding: 8px 62px;
  }
  .basicscience_06082024 .qoute_hp span{
    font-size: 14px;
    line-height: 22px;
  }
  .basicscience_06082024 .qoute_hp h1{
    font-size: 32px;
    line-height: 48px;
  }
  .basicscience_06082024 .homepage_general{
    margin: 40px 0px 0px 0px;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .hd_logo .logo_mobile{
    display: flex;
    justify-content: center;
  }
  .basicscience_06082024 .homepage_06082024 .header_06082024 .hd_logo .logo_desktop{
    display: none;
  }
}
  /*END CSS RESPONSIVE*/