.menu_main_pc {
  padding: 0;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 27px 0;
}
.btn_show_support {
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
  font-size: 15px;
  padding: 10px 20px;
}
.btn_show_support:hover{
    background-color: #9E0000;
}
.dropdown-item{
    padding: 8px 30px !important;
}
.btn_show_support a{
    font-size: 15px;
}
.dropdown-menu {
  top: 100%;
  background: #fff;
  border-radius: 0;
  padding: 10px 0px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  transition: all ease-in-out 0.3s;
  border-radius: 8px;
  transform: translateY(20px);
  display: block;
  visibility: hidden;
  opacity: 0;
  border-bottom: 4px solid #EBEBEB;
}
.dropdown-menu.show {
  transform: translateY(-8px);
  visibility: visible;
  opacity: 1;
}
/* .jaxtina-scene{
    display: none;
} */
@media(max-width: 992px){
    .navbar-collapse{
        position: absolute !important;
        top: 100%;
        left: -15px;
        z-index: 100;
        background: #fff;
        width: calc(100% + 30px);
        height: auto ;
        transition: all ease-in-out .1s;

    }
	.navbar-collapse ul{
				padding: 15px 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding: 10px 0 !important;
	}
    .navbar-nav.left_menu{
      padding: 0 15px;
      margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
      margin: 0 !important;
      padding: 8px 0;
      display: inline-block;
    }
    .navbar .nav-item:hover .dropdown-menu{
        box-shadow: none  !important;
        border-top: none !important;
                display: flex;
;
        flex-direction: column;
    }

.dropdown-item{
    font-size: 15px;    
}
}

/* aboutUs banner */
#aboutUs-banner{
    padding: clamp(40px, 10vh, 100px) 0;
}
.aboutUs-banner{
    border-radius: 12px;
    overflow: hidden;
    position:relative;
}
.btn_show_video{
    position: absolute;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #E51733;
    color: #fff;
    line-height: 40px;
    top: calc(50% - 22px);
    left: calc( 50% - 22px);
    z-index: 1;
}
@keyframes ping-focus {
    0% {
        transform: scale(.2);
        opacity: 0
    }

    80% {
        transform: scale(1);
        opacity: .5
    }

    to {
        transform: scale(1.25);
        opacity: 0
    }
}
.btn_show_video:after{
    content: '';
        background-color: #E51733;
        opacity: .2;
            animation: ping-focus 2s cubic-bezier(0,0,.2,1) infinite;
            height: 62px;
            width: 62px;
            border-radius: 50%;
             position: absolute;
             top: calc(50% - 31px);
    left: calc( 50% - 31px);
    z-index: -1;
}
#videoModal .modal-body{
    padding: 0;
}
#videoModal .modal-body iframe{
    width: 100%;
    aspect-ratio: 7/5;
}
.aboutUs-inner {
}
.aboutUs-banner-video iframe {
  width: 100%;
  aspect-ratio: 7/5;
  border-radius: 20px;
}

.aboutUs-banner-content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}

.aboutUs-banner-content h2 {
  font-size: 36px;
  color: #cd2028;
  margin: 0 0 24px 0;
  font-weight: 700;
}
.aboutUs-banner-content p.des {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2e2e2e;
  margin-bottom: 8px;
}
.aboutUs-banner-content p.content {
    font-size: 15px;
}
.banner-action {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
  justify-content: start;
  gap: 20px;
}
.banner-action a {
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid rgba(154, 160, 166, 0.2);
  transition: all ease-in-out .2s;
  /*font-weight: 600;*/
}
.banner-action a:first-child {
  background-color: #3889ff;
  color: #fff;
}
.banner-action a:first-child:hover{
    background-color: #314CE1;
    border-color: #314CE1;
}
.banner-action a:last-child:hover{
    color: #cd2028;
    border-color: #cd2028;
}
@media (max-width: 769px) {
  .aboutUs-banner-content {
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .aboutUs-banner-video iframe {
    margin-top: 20px;
  }
}





.parameterList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 0 !important;
  padding: 24px;
  border-radius: 16px;
  border-bottom: 6px solid #EBEBEB;
  background-color: #FCFCFD;
}
.parameterItem {
  width: 16.6666%;
  text-align: center;
}
.parameterItem h3 {
  font-size: 20px;
    line-height: 24px;
  font-weight: 700;
  margin: 0 !important;
}
.parameterItem span {
         font-size: 12px;
        line-height: 18px;
        letter-spacing: .15px;
        color: #8c8c8c;
}
@media (max-width: 769px) {
    #aboutUs-banner{
    padding: 40px 0;
}
  .parameterItem {
     width: 33.333%;
     margin-bottom: 20px;
  }
  .banner-action{
      justify-content: center;
	  margin-top: 20px;
  }
}

@media (max-width: 500px) {
    .aboutUs-banner-content h2{
        font-size: 28px;
        margin-bottom:18px;
    }
  .parameterItem {
    width: 50%;
  }
	.banner-action{
		gap: 16px;
	}
  .banner-action a{
      font-size: 14px;
	  padding: 10px 16px;
  }
}



.slide_student{
    border-bottom: 6px solid #EBEBEB;
}


.banner-section {
  padding: 30px 0 40px;
}
.banner-middle {
  border-radius: 30px;
  overflow: hidden;
}

.student {
  padding: 60px 0;
}
.say_what {
  padding: 50px 0;
}

/* teacher */
#teacher-section{
    padding: 100px 0;
    background-color: #fbe9e9;
}
.tit_teacher{
    margin-bottom: 40px;
}
.tit_teacher h2{
    margin: 0 0 36px;
}

.tit_teacher p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  max-width: 600px;
  margin: auto;
}
.teacherList {
  margin-top: 20px;
  position:relative;
}
.teacherList:before,
.teacherList:after{
        content: "";
    position: absolute;
    top: 0px;
    width: 140px;
    height: 100%;
    z-index: 1;
    transition: 400ms;
    pointer-events: none;
}
.teacherList:before{
        left: 0px;
    background: linear-gradient(to right, #fbe9e9 0%, rgba(255, 255, 255, 0) 100%);
}
.teacherList:after{
    right: 0px;
    background: linear-gradient(to left, #fbe9e9 0%, rgba(255, 255, 255, 0) 100%);
}
.teacherItem {
  padding: 0 5px;
}
.image-box a {
  height: 100%;
}
.teacherItem .image-box {
  aspect-ratio: 251 / 314;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}
.teacherItem .image-box a{
    width: 100%;
}
.teacherItem .image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.teacherItem .image-box > span {
 background-color: rgba(33, 38, 45, 0.4);
    backdrop-filter: blur(32px);
    font-size: 12px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 12px;
    position: absolute;
    left: 12px;
    bottom: 12px;
    color: #fff;
    transition: all ease-in-out .3s;
    display: flex
;
    align-items: center;
    gap: 2px;
}
.name_certi {
      font-size: 14px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
    color: #fff !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    padding: 0px 12px !important;
    background-color: initial !important;
    display: flex
;
    align-items: center;
    gap: 4px !important;
}
.name_certi svg{
    height: 16px;
    width: 16px;
    fill: #fff;
}
.certi_teacher_home {
  position: absolute;
  left: 0px;
  /* top: 0px; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  padding: 12px;
  background: linear-gradient(
    rgba(33, 38, 45, 0) 0%,
    rgba(33, 38, 45, 0.8) 74.41%,
    rgb(33, 38, 45) 100%
  );
  transition: all ease-in-out .3s;
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.teacherItem:hover .certi_teacher_home{
    top: 0;
    visibility: visible;
    opacity: 1;
}
.teacherItem:hover .image-box > span{
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
}
.content-box h3 {
  color: #000;
    font-weight: 700;
    display: flex
;
    gap: 5px;
        margin: 16px 0 8px !important;
}
.content-box h3 span {
  font-size: 14px;
}
.tit_box_procedure {
  font-size: 36px;
}
.tit_home{
    text-align: center;
}
.procedure .card .img-box{
	background-color: #fff;
	padding: 20px;
}
@media (max-width: 993px) {
  .tit_home {
    text-align: center;
    font-size: 28px !important;
  }
}
@media (max-width: 769px) {
  .tit_box_procedure {
    font-size: 24px !important;
  }
  .tit_teacher p{
      width: 100%;
      text-align: center;
      max-width: unset;
  }
  .tit_home,
  .tit_home h2 {
    font-size: 26px !important;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .teacherItem .image-box span {
    font-size: 9px;
  }
}

/* COURSE */
.courses-section {
  padding: 0 0 60px;
}
.courses-section-inner {
  background-color: #fff;
  padding: 24px 32px;
  border-radius: 20px;
  display: flex;
  align-items: start;
  gap: 32px;
      border-bottom: 6px solid #EBEBEB;
}
.courses-header {
  width: 320px;
  min-width: 320px;
}
.courses-title {
}
.courses-title h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
}
.courses-title p {
}
.courses-header .nav {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 32px;
  gap: 8px;
}
.courses-header .nav .title {
  font-weight: 600;
}
.courses-header .nav .nav-item {
  width: 100%;
}
.courses-header .nav .nav-item .nav-link,
.course-item-nav{
  width: 100%;
  text-align: left;
  padding: 9px 16px 9px 32px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.courses-header .nav .nav-item .nav-link:before,
.course-item-nav:before{
        display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 12px;
}

.courses-header .nav .nav-item:nth-child(1) .nav-link:before , .slick-track .course-item-nav:nth-child(1):before{ background-color: #c62828; } /* đỏ */
.courses-header .nav .nav-item:nth-child(2) .nav-link:before , .slick-track .course-item-nav:nth-child(2):before{ background-color: #2e7d32; } /* xanh lá */
.courses-header .nav .nav-item:nth-child(3) .nav-link:before , .slick-track .course-item-nav:nth-child(3):before{ background-color: #1565c0; } /* xanh dương */
.courses-header .nav .nav-item:nth-child(4) .nav-link:before , .slick-track .course-item-nav:nth-child(4):before{ background-color: #f9a825; } /* vàng */
.courses-header .nav .nav-item:nth-child(5) .nav-link:before , .slick-track .course-item-nav:nth-child(5):before{ background-color: #283593; } /* xanh tím */
.courses-header .nav .nav-item:nth-child(6) .nav-link:before , .slick-track .course-item-nav:nth-child(6):before{ background-color: #8e24aa; } /* tím */
.courses-header .nav .nav-item:nth-child(7) .nav-link:before , .slick-track .course-item-nav:nth-child(7):before{ background-color: #ef6c00; } /* cam */
.courses-header .nav .nav-item:nth-child(8) .nav-link:before , .slick-track .course-item-nav:nth-child(8):before { background-color: #ad1457; } /* hồng đậm */
.courses-header .nav .nav-item:nth-child(9) .nav-link:before  , .slick-track .course-item-nav:nth-child(9):before{ background-color: #00897b; } /* xanh ngọc */
.courses-header .nav .nav-item:nth-child(10) .nav-link:before , .slick-track .course-item-nav:nth-child(10):before{ background-color: #607d8b; } /* xanh xám */
.courses-header .nav .nav-item:nth-child(11) .nav-link:before , .slick-track .course-item-nav:nth-child(11):before{ background-color: #f44336; } /* đỏ tươi */
.courses-header .nav .nav-item:nth-child(12) .nav-link:before , .slick-track .course-item-nav:nth-child(12):before{ background-color: #4caf50; } /* xanh lá sáng */
.courses-header .nav .nav-item:nth-child(13) .nav-link:before , .slick-track .course-item-nav:nth-child(13):before{ background-color: #2196f3; } /* xanh dương sáng */
.courses-header .nav .nav-item:nth-child(14) .nav-link:before , .slick-track .course-item-nav:nth-child(14):before{ background-color: #ff9800; } /* cam sáng */

.courses-header .nav .nav-item .nav-link.active {
  background-color: #ffebeb;
  color: #cd2028;
  border: 1px solid #cd2028;
}
.courses-header .nav .nav-item:hover .nav-link {
  color: #cd2028;
}

.course-item-inner {
  display: flex;
}
.course-item-image {
  width: 436px;
  border-radius: 10px;
  overflow: hidden;
}
/* .course-item-image .mobile{
    display: none;
} */
.course-item-content {
  flex: 1;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.course-item-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 24px;
}
.course-item-content h4 {
  font-weight: 700;
  margin-bottom: 16px;
}
.course-item-content ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.course-item-content ul li {
  font-size: 16px;
  line-height: 24px;
  padding: 6px 12px;
  border-left: 2px solid #2b61dd;
  background-color: #edf2ff;
  border-radius: 0 8px 8px 0;
}
.course-item-content ul li p{
    margin-bottom:8px;
    font-size: 15px;
}
.course-item-content ul li p:last-child{
    margin-bottom:0px;
}
.course-item-content ul li br{
    margin-bottom: 5px;
}
.course-item-content > a {
      border-radius: 50px;
    background-color:  #cd2028;
    border: none;
    margin-top: 20px;
    height: 46px;
    line-height: 34px;
}
.course-item-content > a:hover {
  background-color: #a61b24;
}
 .courses-section-mobile{
      display: none;
  }

@media (max-width: 1200px) {
  /* .course-item-image .desktop{
        display: none;
    }
    .course-item-image .mobile{
        display: block;
    } */
  .course-item-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  .courses-section-inner {
    flex-direction: column;
  }
  .courses-header {
    width: 100%;
    min-width: unset;
  }
  .courses-title {
    text-align: center;
  }
  .courses-header .nav .title {
    display: none;
  }
  .courses-header .nav {
    margin-top: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .courses-header .nav .nav-item {
    width: fit-content;
  }
  .courses-header .nav .nav-item .nav-link {
    white-space: nowrap;
  }
  .course-item-inner {
    flex-direction: column;
  }
  .course-item-content {
    padding-left: 0;
  }
  .course-item-image {
    width: 100%;
  }
  .courses-section-inner {
    gap: 10px;
  }
  .course-item-content {
    margin-top: 20px;
  }
  .course-ittem-conentt-top {
    margin-bottom: 30px;
  }
  .courses-section-inner {
    padding: 16px;
  }
  
  .courses-section-desktop{
      display: none;
  }
  
  .courses-section-mobile{
      display: block;
  }
  
  
  .courses-content{
      width: 100%;
  }
  
  .courses-header .nav{
      padding: 6px;
      margin: 16px 0 16px;
      background: #f5f7f9;
      border-radius: 12px;
      gap:0;
  }
  
      .courses-header .nav .nav-item {
        width: 50%;
    }
   .courses-header .nav .nav-item .nav-link:before{
       display: none;
   }
   .courses-header .nav .nav-item .nav-link{
       border: none;
       background: initial;
       text-align: center;
   }
   .courses-header .nav .nav-item .nav-link.active {
       background: #fff;
       border-color: #fff;
       color: #2b61dd;
   }
   .course-item-nav {
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 9px 16px 9px 32px;
  border: 1px solid #ededed;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
.course-item-nav:before {
        display: block;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 12px;
}
.course-nav-box{
    margin-bottom: 24px;
}
.course-item-nav h4{
    margin: 0 !important;
    font-size: 14px;
}
.slick-track .course-item-nav{
    margin-right: 5px;
}
  .course-item-nav:before{
      top: 14px;
  }
}


.banner-middle-action{
   display: flex;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
}
.banner-middle-action a{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-radius: 50px;
    background-color: #fff;
    position: relative;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: all ease-in-out .3s;
}
.banner-middle-action a:hover{
    transform: translateY(-5px);
}
    
.banner-middle-action a svg{
    height: 20px;
    width: 20px;
}

@media(max-width: 769px){
	.banner-middle-action{
		bottom: 40px;
	}
    .banner-middle-action a{
            padding: 12px 20px;
    }
	.aboutUs-banner-content p.content{
		margin-bottom: 20px !important;
	}
}
@media(max-width: 500px){
	.banner-middle-action{
		flex-direction: column;
		justify-content: center;
		bottom:0;
		gap: 10px;
	}
	.banner-middle-action a{
		        margin: 0 45px;
        font-size: 14px;
        justify-content: center;
        padding: 8px 20px;
	}
    .course-item-nav h4{
    margin: 0 !important;
    font-size: 12px;
}
}
.mission-button .btn-blue{
    padding: 15px 25px;
}
.procedure .slick-list .box_procedure {
    overflow-y: auto;
}

.mission-inner{
	margin-top: 30px;
}
.mission-inner img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 20px;
}
@media (max-width: 820px) {
    .aboutUs-banner {
        padding-top: 0px;
		margin-top: 20px;
    }
}
.jaxtina-scene:after{
	display: none !important;
}
.jaxtina-scene{
	background-image: none !important;
}
.jaxtina-scene img{
	width: 100%;
}
    .banner-lo-trinh {
        display: block !important;
    }
.teacherItem-inner a{
	width: 100%;
}
.procedure-section {
      padding: 72px 0;
/*       background: #EC2229; */
	    background: radial-gradient(circle, rgba(74, 83, 178, 1) 0%, rgba(45, 55, 144, 1) 100%);
    }

    .procedure-inner iframe{
      border-radius: 16px;
      overflow: hidden;
    }
    .procedure-inner .title {
      color: #fff;
      text-align: center;
      font-size: 32px;
      margin: 0 auto 48px;
      max-width: 50%;
    }


    #wheel-tabContent {
      position: relative;
          padding: 40px 30px;
      border-radius: 10px;
      background-color: #fff;
    }

    #wheel-tabContent:before {
     content: '';
    position: absolute;
    left: -14px;
    bottom: 50%;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 0.625rem;
    margin-bottom: -1.5625rem;
    transform: rotate(45deg);
    background-color: #fff;
    }

    .procedure-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
    }

    .procedure-content h3 {
      font-size: 20px;
      font-weight: 700;
    }

    @media (max-width: 1025px) {
      #wheel-tabContent {
        padding: 48px;
      }
    }

    @media (max-width: 500px) {
      #wheel-tabContent {
        padding: 48px 16px;
		 margin-top: 20px;
      }
    }

    .procedure-image img {
      width: 100%;
    }


    #wheel-tab {
      max-width: 360px;
      transition: transform 0.6s ease-in-out;
		margin-left: 0;
    }

    #nav-wheel {
      position: relative;
      display: flex;
      justify-content: center;
      transition: transform 0.6s ease-in-out;
    }

    .nav-wheel .nav {
      justify-content: center;
    }

    #wheel-tab .nav-link {
      /* max-width: 400px; */
      border: none;
      background-color: initial;
      padding: 0;
      transition: all ease-in-out .6s;
		cursor: pointer;
    }
/* 
#wheel-tab .nav-link :hover{
	 transform: scale(1.05);
} */

/*     #wheel-tab .nav-link.active {
      display: none;
    } */
#wheel-tab{
	position: relative;

}
#wheel-procedure-1-tab{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
	
}
#wheel-tab .nav-link{
	border-radius: 100%;
	overflow: hidden;
	transition: all ease-in-out .3s;
}
#wheel-tab .nav-link.active,
#wheel-tab .nav-link:hover{
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.7);
}
#wheel-tab .nav-item:first-child{
	z-index: 20;
}
#wheel-tab .nav-item:last-child {
	z-index: 5;
  transition: transform 10s linear; /* smooth 1s spin */
}

#wheel-tab .nav-item:last-child:hover {
  transform: rotate(360deg);
}
    #wheel-tab .nav-link img,
    .nav-wheel-center img {
      width: 100%;
    }

    .nav-wheel-center {
      width: 42%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    @media(max-width:1025px) {
      .procedure-inner .title {
        max-width: 70%;
      }
      #wheel-tab {
      max-width: 300px;
    }
    .nav-wheel-center{
      width: 47%;
    }
    #wheel-tabContent:before{
      right: 20%;
    }
  }

    @media(max-width:769px) {
          .procedure-inner .title {
        max-width: 80%;
    }
		.procedure-content{
			margin-bottom: 16px;
		}
    #wheel-tab {
      max-width: 260px;
    }
        .nav-wheel-center {
        width: 54%;
    }
        #wheel-tabContent:before {
        right: 18%;
    }

    }

    @media(max-width:500px) {
      #nav-wheel{
        margin-top: 0px;
		  margin-bottom: 20px;
      }
      .procedure-inner .title{
        max-width: unset;
        font-size: 26px;
      }
            #wheel-tab {
        max-width: 320px;
    }
        .nav-wheel-center {
        width: 46%;
    }
        #wheel-tabContent:before {
        top: -13px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);;
    }

    }
.ratio-16x9 {
    aspect-ratio: 16 / 9;
	
}
.ratio-16x9 iframe{
	height: 100%;
	width: 100%;
}

@media only screen and (max-width: 1024px) {
    .navbar {
        min-height: unset !important;
    }
	}
	@media (max-width: 993px){
		/* Xóa height mặc định */
.navbar-collapse {
  overflow: hidden;
}

/* Đang collapse (chuẩn bootstrap) */
.collapsing {
  height: 0 !important;
  overflow: hidden;
  transition: height 0.35s ease;
}

/* Khi đã mở */
.navbar-collapse.show {
  height: calc(100vh - 45px) !important;
}
	
}

.content-mobile{
	display: none;
}
@media (max-width: 769px){
	.content-mobile{
	display: block;
}
	.content-desktop{
	display: none;
}
}