body,
h1, h2, h3, h4, h5, h6,
p, a, span {
  font-family: montserrat !important;
  letter-spacing: 0px;
}
body{
  overscroll-behavior: none;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
}
.row{
  width: 100%;
}
.pdd-0{
  padding: 0;
}
.no-gap{
  margin-right: 0; 
  margin-left: 0;
}
.logo-row{
  height: 100px;
  width: 100%; 
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 115px;
  z-index: 2;
}
.logo-img-for-white{
 display: none !important;
}
@media screen and (max-width: 414px){
  .row.logo-row {
    height: 60px;
    padding: 20px;
    margin: 0;
    padding-left: 0;
    background: #BE1C2F;
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: -10px 4px 15px rgba(0, 0, 0, 0.1);
}
}
.logo-img,
.logo-img-for-white {
  margin-bottom: 20px;
  width: calc(calc(100vw / 1440) * 140);
  height: calc(calc(100vw / 1440) * 63);
  margin-left: -4px;
}

@media screen and (max-width: 414px){
  .logo-img,
  .logo-img-for-white {
    height: 45px;
    width: 86px;
    margin-top: -15px;
}
}

.x {
    background: transparent;
    min-height: 0px;
    width: 100%;
    position: relative;
    bottom: 0;
    display: inline-block;
    margin-top: 100px;
}

.column-full {
  width: calc(80% + 15px)
}

.carousel-indicators li{
	border: 1px solid;
}

.carousel-indicators{
	bottom: -45px;
}

.carousel-indicators .active{
	background-color: #000;
}


.first-banner{
  height: 100vh;
  width: 100%;
  background: #BE1C2F;
  padding-top: 100px;
  scroll-behavior: smooth;
  transition: all 0.5s ease-in-out, background 0.5s ;
  overflow: hidden;
  z-index: 9999999;
}
.first-banner.white{
  background: #fff;
  transform: translateY(-100%);
}
.first-banner-content {
  height:100vh;
  margin-top: -100px;
  display:flex;
  display: -webkit-flex;
  justify-content:center;
  align-items:flex-start;
  padding:115px;
  flex-direction:column;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  opacity: 1;
}

.first-banner.white .first-banner-content{
  opacity: 0;
}
@media screen and (min-width: 415px){
  .first-banner-content {
    padding-right: 120px;
  }
}
@media screen and (max-width: 414px){
  .first-banner-content {
    margin-top: 0;
    padding: 0;
    height: calc(60vh - 60px);
    margin-right: 30px;
    justify-content: flex-start;
  }
}
.row.first-banner-content-wrapper {
  overflow:hidden;
  min-height: 400px;
  background: #BE1C2F
}
.first-banner-title {
  font-style:normal;
  font-weight:600;
  font-size: calc(calc(100vw / 1440) * 48);
  line-height: calc(calc(100vw / 1440) * 70);
  color:#FFFFFF;
}
@media screen and (max-width: 414px){
  .first-banner-title {
    font-weight: 600;
    font-size: calc(calc(100vw / 375) * 20);
    line-height: calc(calc(100vw / 375) * 27);
    padding-right: calc(calc(100vw / 1440) * 30);
    color: #FFFFFF;
  }
}
.first-banner-content-h2 {
  font-style:normal;
  font-weight:400;
  font-size: calc(calc(100vw / 1440) * 18);
  line-height: calc(calc(100vw / 1440) * 34);
  max-width: 70%;
  color:#FFFFFF;
}
@media screen and (max-width: 414px){
  .first-banner-content-h2 {
    font-size:   calc(calc(100vw / 375) * 14);
    line-height:  calc(calc(100vw / 375) * 25);
    max-width: calc(100% - 20px);
  }
}

.first-banner-content-h3 {
  
  font-style:normal;
  font-weight: 800;
  font-size: calc(calc(100vw / 1440) * 55);
  line-height: calc(calc(100vw / 1440) * 75);
  color:#BE1C2F;
}

.first-banner-content-h3-wrapper {
  width:fit-content;
  background-color:#fff;
  padding:10px 36px;
}
@media screen and (max-width: 414px){
  .first-banner-content-h3-wrapper {
    width:fit-content;
    background-color:#fff;
    padding: 5px 20px;
  }
  .first-banner-content-h3 {
    font-size: calc(calc(100vw / 375) * 20);
    line-height: calc(calc(100vw / 375) * 27);
  }
}
.first-banner-content-divider {
  margin:30px 0;
  border-bottom:5px solid #fff;
  width:80px;
}

.first-banner-content-h3-wrapper-link:hover, .first-banner-content-h3-wrapper-link:focus {
  text-decoration:none;
}

.first-banner-asset {
  width:100vw;
  height:100vh;
  position:absolute;
  top:0;
  object-fit:cover;
  z-index:0;
  filter:brightness(0.6);
  background-color: #BE1C2F;
}
@media screen and (max-width: 414px){
  .first-banner-asset {
  height: calc(60vh - 60px);
  top: 60px;
}
}
.first-banner-bottom-arrow {
  position:sticky;
  bottom: 10%;
  left:calc(50% - 17.5px);
  width: 100px;
  height: 100px;
  padding: 35px;
  padding-bottom: 0px;
  object-fit:contain;
  transition:all 0.2s ease-in-out;
  cursor: pointer;
	z-index: 1000;
  animation: movedown 0.5s infinite, moveup 1s infinite;
}

@keyframes moveup {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 25px;
        opacity: 0;
    }
}

@keyframes movedown {
    from {
        bottom: 25px;
        opacity: 1;
    }

    to {
        bottom: 50px;
        opacity: 0.5;
    }
}

@media screen and (max-width: 414px){
  .first-banner-content .first-banner-bottom-arrow {
    animation:movedown 0.5s infinite, moveup 1s infinite;
    transform: scale(0.6);
  }
}

.first-banner-background-wrapper{
  position: absolute;
  z-index: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.first-banner-background{
  width: 100%;
  height: 150vh;
  margin-top: -10px;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-out;
}

.first-banner-background .row{
  height: calc(calc(100vw / 1440) * 170);
  border-top: 0.05px solid #c53546;
  border-bottom: 0.05px solid #c53546;
  padding-left: calc(calc(100vw / 1440) * 70);
  display:flex;
  display: -webkit-flex;
}

.first-banner-background .row .col-fl{
  width: calc(calc(100vw / 1440) * 350);
  height: 100%;
  border-right: 0.05px solid #c53546;
  border-left: 0.05px solid #c53546;
  position: relative;

  transition: border-color 0.3s ease;  
}
.first-banner-background .row .col-fl:after,
.first-banner-background .row .col-fl:before{
  color: #ffffff58;
  text-transform: uppercase;
  margin: 15px;
  font-size: 12px;
  font-weight: bold;
}

.first-banner-background .row .col-fl:nth-child(n + 3){
  border-right: none !important;
  border-left: none !important;
}
.first-banner-background.no-edge .row .col-fl:nth-child(n + 3){
  border-right: none !important;
  border-left: none !important;
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(3),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(4),
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(2){
  background: #c12537;
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3),
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(4)
{
  background: #c32e3f
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:after,
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:after,
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:after
{
  position: absolute;
  bottom: 0;
  left: 0;
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:after
{
  position: absolute;
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2):after{
  content: "mannheim"
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1):after{
  content: "hec paris"
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(3):after{
  content: "bocconi"
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(4):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(2):after{
  content: "duke"
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3):after{
  content: "stanford"
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3):before{
  content: "stanford university"
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(4):after{
  content: ""
}
.first-banner-background.no-edge .row{
  border-top: none;
  border-bottom: none;
  display:flex;
  display: -webkit-flex;
}
.first-banner-background.no-edge .row .col-fl{
  border-right: 0.05px solid #ebebeb;
  border-left: 0.05px solid #ebebeb;
}

.first-banner-background.no-edge .row .col-fl:after,
.first-banner-background.no-edge .row .col-fl:before{
  display: none;
}

.content-row {
  height: 100vh;
  width: 100%;
  margin-right: 20%;
}

.sidebar {
  font-family: Montserrat;
  height: 100vh;
  min-height: 100vh;
  width: 20%;
  background-color: #BE1C2F;
  box-shadow: -10px 4px 15px rgba(0, 0, 0, 0.1);
  position: fixed;
  /* display: flex; */
  /* display: -webkit-flex; */
  /* justify-content: space-around; */
  /* align-items: flex-start; */
  /* flex-direction: column; */
  right: 0;
  top: 0;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.2s ease-in, transform 0.6s ease-in-out;
  z-index: 12345;
}
.sidebar.white {
  font-family: Montserrat;
  background-color:#fff;
  box-shadow: none;
  border-left: 1px solid #ebebeb;
  position:fixed;
  /* display: flex; */
  /* display: -webkit-flex; */
  /* justify-content: space-around; */
  /* align-items: flex-start; */
  /* flex-direction: column; */
  right:0;
  top: 0;
  padding:0;
  transition: all 0.2s ease-out, transform 0.6s ease-in-out;
  z-index: 1;
  box-shadow:-10px 4px 15px rgba(0, 0, 0, 0);
}
.sidebar-cta {
  display:flex;
  display: -webkit-flex;
  flex-direction:column;
  width:100%;
  padding-left:0;
  padding-top: 30px
}
.sidebar-cta:first-child {
  display:flex;
  display: -webkit-flex;
  flex-direction:column;
  min-height:75%;
  width:100%;
  padding-left:0;
  padding-top: 30px
}
.sidebar-cta a{
  height: calc(calc(100vw / 1440) * 40);
  font-style:normal;
  font-weight:500;
  font-size:  calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 19);
  text-transform:uppercase;
  color:#FFFFFF;
  display:flex;
  display: -webkit-flex;
  justify-content:flex-start;
  align-items:center;
  transition:all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
  padding-left: calc(calc(100vw / 1440) * 30);
  text-decoration: none !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
}
.sidebar-cta ul{
  display:flex;
  flex-direction: column;
  display: -webkit-flex;
  justify-content:flex-start;
  font-style:normal;
  font-weight:500;
  font-size:  calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 19);
  text-transform:uppercase;
  color:#FFFFFF;
  align-items:flex-start;
  transition:all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
  padding-left: calc(calc(100vw / 1440) * 30);
  text-decoration: none !important;
  list-style-type: none;
  margin-bottom: 0;
  padding-top: 10px;
}
.sidebar-cta ul li ul{
  text-transform: capitalize;
  font-size:  calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 24);
  padding-left: calc(calc(100vw / 1440) * 25);
  padding-top: 5px;
}

.sidebar-cta ul li ul ul.collapsed {
  padding-left: calc(calc(100vw / 1440) * 25);
}
.sidebar.column-rightside a {
  cursor: pointer;
}
.sidebar-cta ul > span{
  margin-bottom: 10px;
  cursor: pointer;
  transition: margin-left 0.3s ease-in-out;
}
.sidebar.white .sidebar-cta ul > span{
  transition:all 0.3s ease-in-out, font-weight 0.15s ease-in-out;;
}
.sidebar-cta ul:hover > span{
  font-weight: bold;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.sidebar-cta ul li {
  transition: all 0.3s ease-in-out;
}
.sidebar-cta ul.collapsed li {
  transition: all 0s ease-out;
}
.sidebar-cta ul li a{
  height: calc(calc(100vw / 1440) * 30);
  font-style:normal;
  font-weight:500;
  font-size:  calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 24);
  text-transform: capitalize;
  color:#FFFFFF;
  display:flex;
  display: -webkit-flex;
  justify-content:flex-start;
  align-items:center;
  transition:all 0.3s ease-in-out, color 0s, font-weight 0.15s ease-in-out;
  padding-left: 0;
  text-decoration: none !important;
  padding-left: calc(calc(100vw / 1440) * 25);
  margin-bottom: 5px;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Edge, Opera and Firefox */
                                position: relative;
	display: block;
    height: max-content;
}
.sidebar-cta ul.collapsed li {
  transform: translateX(calc(100% + 200px));
  opacity: 0;
}
.sidebar-cta ul.collapsed {
  height: calc(calc(100vw / 1440) * 40);
}
.sidebar-cta ul.collapsed  > span{
  margin-bottom: 0;
}
.sidebar-cta ul.collapsed i {
    transform: rotate(180deg);
}
.sidebar .sidebar-cta ul a.active span:before {
  content: "";
  position: absolute;
  width: calc(calc(100vw / 1440) * 20);
  border-bottom: 2px solid #fff;
  left: 0;
  top: 0;
  height: calc(50% + 1px);
  transition: all 0.2s ease-in-out;
}
.sidebar.white .sidebar-cta ul a.active span:before {
  border-bottom: 2px solid #be1c2f;
}
.sidebar .sidebar-cta ul a:not(.active) span:before {
  content: "";
  position: absolute;
  width: calc(calc(100vw / 1440) * 20);
  border-bottom: 2px solid #be1c2f;
  left: 0;
  top: 0;
  height: calc(50% + 1px);
  transition: all 0.3s ease-in-out;
}
.sidebar.white .sidebar-cta ul a:not(.active) span:before {
  border-bottom: 2px solid #fff;
}
.sidebar-address-wrapper {
  display:flex;
  display: -webkit-flex;
  padding-left: calc(calc(100vw / 1440) * 30);
  justify-items: flex-end;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 30px;
}
.sidebar-address{
  color: #fff;
  font-size:  calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 30);
}

.sidebar.white .sidebar-cta a,
.sidebar.white .sidebar-cta ul,
.sidebar.white .sidebar-cta ul li,
.sidebar.white .sidebar-cta ul span,
.sidebar.white .sidebar-cta ul li a{
  color: #262626
}
.sidebar.white .sidebar-address{
  color: #262626
}

.sidebar.white .sidebar-cta ul li a.active,
.sidebar.white .sidebar-cta ul li a.active span,
.sidebar.white .sidebar-cta a.active span{
  font-weight: bold;
  color: #be1c2f
}
.sidebar-cta ul li a.active,
.sidebar-cta ul li a.active span{
  font-weight: bold;
  color: #fff
}
.sidebar-cta a:hover,
.sidebar-cta ul.collapsed:hover > span,
.sidebar-cta ul li a:hover span{
  font-weight: bold;
  color: #fff;
  margin-left: 5px;
}
.sidebar.white .sidebar-cta a:hover,
.sidebar.white .sidebar-cta ul.collapsed:hover > span,
.sidebar.white .sidebar-cta ul li a:hover span{
  font-weight: bold;
  color: #be1c2f;
  margin-left: 5px;
}
.sidebar-cta ul li a span{
  transition:all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
}
.sidebar.white .sidebar-cta ul li a span{
  transition:all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
}
.sidebar-cta ul:not(.collapsed):hover > span{
  font-weight: 500 !important
}
.program-section {
  z-index: 1;
  position: fixed;
  top: 0;
  width: calc(calc(100vw - 20%) + 15px);
  overflow: scroll;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.program-section::-webkit-scrollbar {
  display: none;
}
.stop-scrolling { 
  height: 100%; 
  overflow: hidden; 
}
.program-desc {
  display:flex;
  display: -webkit-flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
}
.program-desc-block {
  height:  calc(calc(100vw / 1440) * 400);
  display:flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.program-name-wrapper {
  width: 100%;
  padding-left: 100px;
  transition: opacity 0.6s ease-in-out, transform 0.3s ease-in-out;
}
.program-name-wrapper span{
    font-weight: bold;
    font-size: calc(calc(100vw / 1366) * 50);
    line-height: calc(calc(100vw / 1366) * 103);
    height: calc(calc(100vw / 1440) * 90);
    transition: all 0.6s ease-in-out;
    text-transform: capitalize;
}
.program-popup.show .program-name-wrapper span{
    font-size: calc(calc(100vw / 1366) * 50);
    line-height: calc(calc(100vw / 1366) * 60);
    height: calc(calc(100vw / 1440) * 90);
}
.program-name-wrapper span:after {
    content: "";
    width: 6%;
    border-bottom: 15px solid #be1c2f;
    position: absolute;
    left: 0;
    top: calc(calc(100vw / 1440) * 60);
    z-index: -1;
}
.first-row{
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100%);
  visibility: hidden;
  transition: all 0.3s ease-out;
}
.second-row{
  opacity: 0;
  transform: translateX(-100%);
  visibility: hidden;
}
.first-row.appear{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.second-row.appear{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.3s ease-out;
}
.program-desc-title{
  font-size:  calc(calc(100vw / 1440) * 20);
  line-height: calc(calc(100vw / 1440) * 24);
  font-weight: bold;
  transition: opacity 0s ease-in-out, transform 0.3s ease-in;
}
.program-desc-paragraph {
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 24);
  text-align: justify;
  font-weight: 400;
  margin-top: 20px;
  transition: opacity 0s ease-in-out, transform 0.3s ease-in;
  /*max-height: calc(calc(calc(100vw / 1440) * 24) * 6);*/
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  /*text-align-last: right;*/
}

.program-img{
	margin-bottom: 30px;
}

.program-img img{
  width: 100%;
}

.navigateBtn {
  position: absolute;
  height:  calc(calc(100vw / 1440) * 50);
  width:  calc(calc(100vw / 1440) * 100);
  background: #f6f6f6;
  right: 15px;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

 .next, .prev {
  height: 100%;
  width: 50%;
  display:flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.next:after, .prev:after { font-weight: bold;  font-size:  calc(calc(100vw / 1440) * 30); position: absolute; font-family: "Font Awesome 5 Free"; transition: all 0.2s ease-in-out }
.next:after {content: "→"; }

.prev:after {content: "←"; }

.next:hover, .prev:hover{
  background: #ececec;
}
.next:hover:after, .prev:hover:after { color: #be1c2f; font-weight: 800; }

.readmore {
  text-transform: uppercase;
  color: #be1c2f;
  font-weight: bold;
  font-size: calc(calc(100vw / 1440) * 18);
  line-height: calc(calc(100vw / 1440) * 24);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display:flex;
  display: -webkit-flex;
  justify-content: flex-end;  
  margin-top: calc(calc(100vw / 1440) * 20);
}
.readmore p{
  width: max-content;
  margin-bottom: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.readmore.left{
  justify-content: flex-start;
}
.readmore p:after{
  content: "→"; 
  font-family: "Font Awesome 5 Free"; 
  font-size:  calc(calc(100vw / 1440) * 25);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}
.readmore p:hover:after{
  transform: translateX(5px)
}
.readmore p:hover{
  transform: translateX(5px);
}

.upfront-banner {
  max-height: 100vh;
  overflow: hidden;
}
.logo-row.collapse{
  opacity: 0;
}

.section-title-wrapper {
  width: 100%;
  display:flex;
  display: -webkit-flex;
  justify-content: flex-end;
}
.section-title {
    font-weight: bold;
    font-size: calc(calc(100vw / 1366) * 50);
    line-height: calc(calc(100vw / 1366) * 103);
    height: calc(calc(100vw / 1440) * 90);
    padding-right: calc(calc(100vw / 1366) * 45);
    position: relative;
}
span.section-title:after {
  content: "";
  width: 5%;
  border-bottom: 15px solid #be1c2f;
  position: absolute;
  right: 0;
  top: calc(calc(100vw / 1440) * 60);
  z-index: -1;
}
.testi-img-wrapper{
  position: relative
}

.row.testi-block.type-1,
.row.testi-block.type-2,
.row.testi-block.type-3,
.row.testi-block.type-4 {
    padding-left: 10%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 65px;
}
.testi-block.type-3 .testi-img-wrapper,
.testi-block.type-1 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 1440) * 550);
  max-height: calc(calc(100vw / 1440) * 550);
  min-height: calc(calc(100vw / 1440) * 550);
}
.testi-block.type-3 .testi-img-wrapper{
  padding-right: calc(calc(100vw / 1440) * 30);
}
.testi-block.type-1 .testi-img-wrapper img,
.testi-block.type-3 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 1440) * 550);
}
.testi-block.type-1 .testi-desc,
.testi-block.type-3 .testi-desc {
  overflow: hidden;
  height: calc(calc(100vw / 1440) * 550);
  max-height: calc(calc(100vw / 1440) * 550);
  min-height: calc(calc(100vw / 1440) * 550);
  display:flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: calc(calc(100vw / 1440) * 30);
}
.testi-block.type-1 .testi-name,
.testi-block.type-3 .testi-name {
  font-size: calc(calc(100vw / 1440) * 36);
  line-height: calc(calc(100vw / 1440) * 40);
  font-weight: bold;
}
.testi-block.type-1 .testi-program,
.testi-block.type-3 .testi-program {
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  font-weight: 600;
  margin-top: 15px;
}
.testi-block.type-3 .testi-program {
  margin-left: 0px;
  margin-bottom: 10px;
  display: inline-block;
}
.testi-block.type-1 .testi-place,
.testi-block.type-3 .testi-place {
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  margin-top: 10px;
  text-align: justify;
}
.testi-text{
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 24);
}
.testi-block.type-1 .testi-text,
.testi-block.type-3 .testi-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}


.row.testi-block.type-2{
  height: calc(calc(100vw / 1440) * 550);
  max-height: calc(calc(100vw / 1440) * 550);
  min-height: calc(calc(100vw / 1440) * 550);
  flex-wrap: wrap;
}
.testi-block.type-2 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 1440) * 350);
  max-height: calc(calc(100vw / 1440) * 350);
  min-height: calc(calc(100vw / 1440) * 350);
}
.testi-block.type-2 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 1440) * 350);
}

.testi-block.type-2 .testi-desc {
  overflow: hidden;
  height: calc(calc(100vw / 1440) * 350);
  max-height: calc(calc(100vw / 1440) * 350);
  min-height: calc(calc(100vw / 1440) * 350);
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: calc(calc(100vw / 1440) * 30);
}
.testi-block.type-2 .testi-name{
  font-size: calc(calc(100vw / 1440) * 36);
  line-height: calc(calc(100vw / 1440) * 40);
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.testi-block.type-2 .testi-program{
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  font-weight: 600;
  margin-top: 15px;
}
.testi-block.type-2 .testi-place{
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  margin-top: 15px;
  display: inline-block;
  text-align: justify;
}
.testi-block.type-2 .testi-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: 15px;
}
.row.testi-block.type-4{
  flex-wrap: wrap;
}
.testi-block.type-4 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 1440) * 620);
  max-height: calc(calc(100vw / 1440) * 620);
  min-height: calc(calc(100vw / 1440) * 620);
  padding-right: calc(calc(100vw / 1440) * 30);
  padding-left: 15px;
}
.testi-block.type-4 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 1440) * 620);
}

.testi-block.type-4 .testi-desc {
    overflow: hidden;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: calc(calc(100vw / 1440) * 30);
}
.testi-block.type-4 .testi-name{
  font-size: calc(calc(100vw / 1440) * 36);
  line-height: calc(calc(100vw / 1440) * 30);
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
}
.testi-block.type-4 .testi-program{
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  font-weight: 600;
  margin-top: 10px;
}
.testi-block.type-4 .testi-place{
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 20);
  margin-top: 10px;
  text-align: end;
}
.testi-block.type-4 .testi-info{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: end;
}

.testi-block.type-4 .testi-text-wrapper {
  display: flex;
  padding-top: 30px;
  padding-left: 15px;
}
.testi-block.type-4 .testi-text {
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  padding-right: calc(calc(100vw / 1440) * 30);
  width: 50%;
}
.testi-block.type-4 .readmore {
  width: 100%;
  margin-top: 0;
  padding: 10px 30px;
}

.animated-play-btn {
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  cursor: pointer;
}

.circle {
  stroke: #f8aa28;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
  stroke-dashoffset: 0;
  opacity: 1;
  fill: rgba(255, 255, 255, 0.08);
  stroke: #fff;
}
.playBut {
  /*  border: 1px solid red;*/
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  z-index: 999;
}
.playBut .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #fff;
  transform: translateY(0);
}

.testi-img-wrapper:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #b72b3c;
  animation: nudge 0.7s ease-in-out;
}

.testi-img-wrapper:hover .playBut .circle {
    stroke-dashoffset: 650;
    opacity: 1;
    stroke: #b72b3c;
}
.testi-img-wrapper img{
  transition: all 0.7s ease-in-out;
  -webkit-transition: all 0.7s ease-in-out;
  cursor: pointer
}
.testi-img-wrapper:hover img{
  filter: brightness(0.8)
}

.footer {
  height: 0px;
  background: #000;
  width: 100vw;
  bottom: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
.footer {
  position: absolute;
  padding: 0 5%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer #map-footer{
	min-height: 180px;
	width: 100%;
	height: 100%;
}
.footer-dummy {
  height: 0px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.footer.visible {
  height: calc(calc(100vw / 1440) * 450);
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
  visibility: visible;
  opacity: 1;
}
.whole-content{
  transition: all 0.3s ease-in-out;
}

.first-footer-row{
  height: calc(calc(100vw / 1440) * 300);
  max-height: calc(calc(100vw / 1440) * 300);
  min-height: calc(calc(100vw / 1440) * 300);
  padding-top: 20px;
}

.first-footer-row .col{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
}

.second-footer-row{
  height: calc(calc(100vw / 1440) * 100);
  max-height: calc(calc(100vw / 1440) * 100);
  min-height: calc(calc(100vw / 1440) * 100);
}
.com-desc{
  font-size: calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 20);
  text-align: justify;
  color: #fff;
}
.first-footer-row .col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
}
.first-footer-row .col-1{
  padding-right: 5%;
}
.first-footer-row .col-1 .logo-img{
  margin-bottom: calc(calc(100vw / 1440) * 20);
  width: calc(calc(100vw / 1440) * 130);
  height: calc(calc(100vw / 1440) * 60);
  margin-left: -4px;
}
.first-footer-row .col > span:first-child{
  font-size: calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 20);
  text-align: justify;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.first-footer-row .col > span{
  margin-bottom: 10px;
}
.first-footer-row .col-2{
  padding-bottom: 2.5%;
}
.first-footer-row .col-2 span{
  font-size: calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 20);
  text-align: justify;
  color: #fff;
}

.footer .links{
	width: 200px;
	display: flex;
    justify-content: space-between;
	margin-top: 20px;
}

.footer .links i {
  color: #fff;
  font-size: calc(calc(100vw / 1440) * 20);
}

.footer hr {
  width: 100%;
  border-top: 1px solid #eeeeee36
}

.footer .copyright{
  color: #ffffff8c;
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 16);
}

.second-footer-row .cp-img{
  width: calc(calc(100vw / 1440) * 84);
  height: calc(calc(100vw / 1440) * 55);
  margin-right: 20px;
}
.second-footer-row .cp-wrapper{
  display: flex;
}

.program-popup,
.testi-popup,
.video-player,
.contact-us-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: transparent;
  left: 0;
  z-index: 99999;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out, background 1s ease-in-out;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
}
.program-popup.show,
.testi-popup.show,
.video-player.show,
.contact-us-form.show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out, background 1s ease-in-out;
}
.video-player.show{
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out, background 1s ease-in-out;
}
.program-popup-content,
.testi-popup-content,
.video-player-content,
.contact-us-form-content {
  width: 75vw;
  background: white;
  box-shadow: 0px 0px 14px 9px #0000001a;
  transition: all 0.5s ease-in-out;
  transform: translateX(-200%);
  height:  max-content;
  margin: auto;
  padding-bottom: 50px;
  position: relative;
}
.contact-us-form-content .screen-reader-response{
	display: none;
}
.contact-us-form-content form{
	background-color: white;
}
.contact-us-form-content span.wpcf7-not-valid-tip, .contact-us-form-content .wpcf7-validation-errors{
	color: #be1c2f;
}
.cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip{
	text-align: center;
	display: block;
}
.contact-us-form-content .wpcf7-mail-sent-ok{
	color: #006d00;
}
.contact-us-form-content .wpcf7-response-output{
	text-align: center;
}
.video-player-content {
  width: calc(calc(100vw / 1440) * 900);
  max-height: calc(calc(100vw / 1440) * 506);
  min-height: calc(calc(100vw / 1440) * 506);
  transform: translateY(200%);
}
.video-player-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.contact-us-form-content {
  width: 500px;
  max-height: 400px;
  min-height: 400px;
  transform: translateY(200%);
}
.video-player {
  padding: calc(calc(100vh - calc(calc(100vw / 1440) * 506)) / 2) calc(calc(100vw - calc(calc(100vw / 1440) * 900)) / 2) calc(calc(100vh - calc(calc(100vw / 1440) * 506)) / 2) calc(calc(100vw - calc(calc(100vw / 1440) * 900)) / 2) ;
}
.whole-content .program-introduce{
	display: flex;
}
.program-popup.show .program-popup-content,
.testi-popup.show .testi-popup-content,
.video-player.show .video-player-content,
.contact-us-form.show .contact-us-form-content {
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}
.program-popup.show .no-content{
  width: 0
}
.program-popup.show .col-md-8{
  width: 100%;
}
.program-popup.show .program-introduce{
	padding: 0 35px;
	display: flex;
    flex-direction: column-reverse;
	margin-top: 15px;
}
.program-popup.show .program-name-wrapper {
  text-align: center;
}
.program-popup.show .program-desc-paragraph {
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 24);
  text-align: justify;
  font-weight: 400;
  margin-top: 0px;
  transition: opacity 0s ease-in-out, transform 0.3s ease-in;
  max-height: max-content;
  display: block;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: visible;
  margin-bottom: 10px;
  text-align-last: left;
  padding: 0px 10%;
}
.program-popup.show .program-desc-block {
  height: max-content;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.program-popup.show .program-desc {
  width: 100%;
  margin: 35px 0;
}
.program-popup.show .no-content{
	display: none;
}
.program-popup.show .program-desc-block-content{
	width: 100%;
}
.program-popup.show .program-desc-paragraph{
	padding: 0px;
}
.program-popup.show .program-img{
	width: 100%;
	margin-top: 10px;
}
.program-popup.show .program-desc-block .col-xs-4{
  width: 0;
}
.program-popup.show .program-desc-block .col-xs-8{
  width: 100%;
}
.program-popup.show .first-row.appear  {
  height: max-content;
  flex-direction: column-reverse;
}
.program-popup.show .program-name-wrapper  {
  width: 100%;
  padding: 0px;
  margin-top: calc(calc(100vw / 1440) * 28);
  padding-top: calc(calc(100vw / 1440) * 28);
}

.testi-popup .row.testi-block.type-1, 
.testi-popup .row.testi-block.type-2, 
.testi-popup .row.testi-block.type-3, 
.testi-popup .row.testi-block.type-4{
  padding: 5%;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

.testi-popup .row.testi-block.type-1 ,
.testi-popup .row.testi-block.type-3 {
  display: block;
  width: 100%
}
.testi-popup  .testi-block.type-1 .testi-img-wrapper{
  float: left;
  padding-right: calc(calc(100vw / 1440) * 30);
  margin-bottom: 10px;
 }
 .testi-popup  .testi-block.type-3 .testi-img-wrapper{
  float: right;
  padding-right: 0px;
  padding-left: 30px;
  margin-bottom: 10px;
 }
.testi-popup .testi-block.type-1 .testi-text, 
.testi-popup .testi-block.type-3 .testi-text {
  text-align: justify;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  margin-bottom: 10px;

  text-align: justify;
  overflow: visible;
  width: 100%;
}
.testi-popup .testi-block.type-4 .testi-text {
  text-align: justify;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  margin-bottom: 30px;

  text-align: justify;
  overflow: visible;
  padding-right: calc(calc(100vw / 1440) * 30);
  width: 100%;
}
.testi-popup .testi-block.type-2 .testi-text-wrapper{
  padding: 0;
}
.testi-popup .testi-block.type-2 .testi-text {
  text-align: justify;
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  margin-top: 30px;

  text-align: justify;
  overflow: visible;
  padding-right: 0px;
  width: 100%;
}
.testi-popup .testi-block.type-1 .testi-desc, 
.testi-popup .testi-block.type-3 .testi-desc {
  overflow: visible;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;

  padding-right: 0px;
  display: block;
  float: none;
  width: 100%;
  overflow: visible;
}

.testi-popup  .testi-block.type-1 .testi-place, 
.testi-popup  .testi-block.type-3 .testi-place{
  text-align: justify;
  overflow: visible;
  width: 100%;
  display: block;
  margin-bottom: calc(calc(100vw / 1440) * 100)
}

.testi-popup.show .testi-block{
	margin-top: 0px;
}

.contact-us:after {
  content: "Đăng ký ngay";
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 24);
}
.contact-us {
  position: absolute;
  width: calc(calc(100vw / 1440) * 200);
  height: calc(calc(100vw / 1440) * 40);
  left: calc(50% - calc(calc(100vw / 1440) * 100));
  bottom: calc(50px - 20px);
  background: #be1c2f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  transition: background 0.5s ease-in-out, border-radius 1s;
}
.contact-us:before {
  content: "Đăng ký ngay";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  background: #fff;
  border: 1px solid #be1c2f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: calc(calc(100vw / 1440) * 14);
  line-height: calc(calc(100vw / 1440) * 24);
}
.contact-us:hover:before {
  opacity: 1;
}
.contact-us:hover {
  color: #be1c2f;
  background: transparent;
  border-radius: 10px;
}
.popup-close {
  z-index: 1000;
  position: absolute;
  width: calc(calc(100vw / 1440) * 25);
  height: calc(calc(100vw / 1440) * 25);
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  cursor: pointer
}
.video-player .popup-close {
  padding-top: calc(calc(calc(100vh - calc(calc(100vw / 1440) * 506)) / 2) - 30px);
  padding-right: calc(calc(calc(100vw - calc(calc(100vw / 1440) * 900)) / 2) - 30px);
  color: #fff;
}

.contact-us-form .form-name {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.contact-us-form .form-name p {
  font-size: calc(calc(100vw / 1440) * 20);
  font-weight: bold;
}
.contact-us-form  form#reg-free-advice {
  height: 100%;
  padding: 5%;
  display: grid;
}
.contact-us-form .cf7sr-g-recaptcha > div {
  margin: auto;
}
.contact-us-form .btn-submit {
  background: #be1c2f;
  color: #fff;
  font-weight: bold;
}
.contact-form-full .btn-submit {
  float: right;
  width: 150px;
}
.btn-submit-form-custom{
	margin-top: 10px;
}
.btn-submit-form-custom br{
	display: none;
}
.video-player-content{
  padding-bottom: 0
}

.loader-xx {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12345678;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: all 0.1s ease-in-out;
}
.loader-xx img{
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.loader-xx.show img{
  opacity: 1;
}
.loader-xx.hide img{
  opacity: 0;
}
.loader-xx.hide {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}


@media screen and (max-width: 414px){
	.footer-contact{
		margin-left: 27%;
		text-align: center;
	}
	
	.second-row{
		margin-top: 25px;
	}
	.row.testi-block.type-1, .row.testi-block.type-2, .row.testi-block.type-3, .row.testi-block.type-4{
		margin-top: 25px;
	}
	.second-row .testi-block:first-child{
		margin-top: 10px !important;
	}
	
  .column-full{
    width: 100%;
    overflow: scroll;
    height: 100vh;
}
  .program-section {
    z-index: 1;
    position: relative;
    top: 0;
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .content-row {
      height: 100vh;
      width: 100%;
      margin-right: 0%;
  }
  .logo-row {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 30px;
    z-index: 2;
  }.logo-img,
  .logo-img-for-white {
    height: 80px;
    width: 180px;
    margin-top: -15px;
  }
  .first-banner-background .row {
    height: calc(calc(100vw / 375) * 130);
    border-top: 0.05px solid #c53546;
    border-bottom: 0.05px solid #c53546;
    padding-left: calc(calc(100vw / 375) * 30);
    display: flex;
    display: -webkit-flex;
    width: max-content;
  }
  .first-banner-background .row .col-fl {
    width: calc(calc(100vw / 375) * 180);
    height: 100%;
    border-right: 0.05px solid #c53546;
    border-left: 0.05px solid #c53546;
    position: relative;
    transition: border-color 0.3s ease;
  }
  .content-row.first-banner.row {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .row {
      margin-right: 0;
      margin-left: 0
  }
  .sidebar {
    font-family: Montserrat;
    height:100vh;
    width: 100%;
    background-color:#BE1C2F;
    box-shadow:-10px 4px 15px rgba(0, 0, 0, 0.1);
    position: fixed;
    display:flex;
    display: -webkit-flex;
    justify-content:space-around;
    align-items:flex-start;
    flex-direction:column;
    right:0;
    top: 0;
    padding:0;
    overflow:hidden;
    transition: all 0.2s ease-in, transform 0.4s ease-in-out;
    z-index: 12345;
    transform: translateY(-120vh);
    margin-top: 0;
  }
  .sidebar.white {

    font-family: Montserrat;
    height:100vh;
    width: 100%;
    background-color:#fff;
    box-shadow: none;
    border-left: 1px solid #ebebeb;
    z-index: 1;
    box-shadow:-10px 4px 15px rgba(0, 0, 0, 0);
  }
  .sidebar.shown{
    transform: translateX(0);
    z-index: 1000;
    padding-left: 30px;
    transition: all 0.2s ease-out, transform 0.6s ease-in-out;
    padding-bottom: 100px;
	 overflow-y: scroll;
  }
  .header-row.logo-row{
    padding: 30px 15px;
    transition: all 0.2s ease-out;
  }
  .header-row.logo-row:after {
    content: "";
    background: #be1c2f;
    transition: all 0.4s ease-out;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-100px);
}.header-row.logo-row.white:after {
  content: "";
  background: #fff;
  transition: all 0.4s ease-out;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transform: translateY(-100px);
}
  .header-row.logo-row.ztop{
    position: fixed;
  }.header-row.logo-row.ztop:after{
    transform: translateX(0);
    transition: all 0s ease-out;
  }
  .header-row.logo-row.white .logo-img{
    display: none;
  }
  .header-row.logo-row.white .logo-img-for-white{
	  display: block !important;
  }
.first-banner-background .row .col-fl:after,
.first-banner-background .row .col-fl:before{
  color: #ffffff9a;
  text-transform: uppercase;
  margin: 15px;
  font-size: 12px;
  font-weight: bold;
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3):after{
  color: #ffffff9a;
}
.first-banner-background .row .col-fl:nth-child(n + 3){
  border-right: none !important;
  border-left: none !important;
}
.first-banner-background.no-edge .row .col-fl:nth-child(n + 3){
  border-right: none !important;
  border-left: none !important;
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(3),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(4),
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(2){
  background: transparent
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3),
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(4)
{
  background: transparent
}

.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:after,
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:after,
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:after,
.first-banner-background:not(.no-edge) .row:nth-child(6) .col-fl:after
{
  position: absolute;
  bottom: 0;
  left: 0;
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2),
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1),
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(2),
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(1),
.first-banner-background:not(.no-edge) .row:nth-child(6) .col-fl:nth-child(2){
  background: #c12537
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:after
{
  position: absolute;
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(3):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(4):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(2):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3):after{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(3):before{
  content: ""
}
.first-banner-background:not(.no-edge) .row:nth-child(1) .col-fl:nth-child(2):after{
  content: "bocconi"
}
.first-banner-background:not(.no-edge) .row:nth-child(2) .col-fl:nth-child(1):after{
  content: "mannheim"
}
.first-banner-background:not(.no-edge) .row:nth-child(4) .col-fl:nth-child(2):after{
  content: "stanford"
}
.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:nth-child(1):after{
  content: "duke"
}
.first-banner-background:not(.no-edge) .row:nth-child(6) .col-fl:nth-child(2):after{
  content: "hec paris"
}

.first-row {
  flex-direction: column;
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
}
.second-row{
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}
.footer {
  position: relative;
  height: max-content;
  z-index: 2;
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  transition: all 0.5s ease-in-out;
  display: block;
  padding-bottom: 50px;
}
body {
  overscroll-behavior: none;
  overflow: visible;
  -webkit-overflow-scrolling: auto;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
body.unlocked{
  opacity: 1;
}
.upfront-banner{
  position: relative;
}
.program-name-wrapper span {
  font-weight: bold;
  font-size: calc(calc(100vw / 375) * 24);
  line-height: calc(calc(100vw / 375) * 34);
  height: calc(calc(100vw / 375) * 60);
}
.program-name-wrapper span:after {
  content: "";
  width: 6%;
  border-bottom: 6px solid #be1c2f;
  position: absolute;
  left: 0;
  top: calc(calc(100vw / 375) * 35);
  z-index: -1;
}.program-name-wrapper {
  width: 100%;
  text-align: left;
  padding-left: 30px;
}.first-row {
  flex-direction: column;
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  padding: 0px 15px;
  margin-top: 10px;
}
.first-row .program-img{
  margin-top: 10px;
}	
.navigateBtn {
  display: none
}.program-desc {
  display: flex;
  display: -webkit-flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 15px;
}
.program-desc-title {
  font-size: calc(calc(100vw / 375) * 16);
  line-height: calc(calc(100vw / 375) * 24);
  font-weight: bold;
  transition: opacity 0s ease-in-out, transform 0.3s ease-in;
}
.program-desc-block .no-content{
  display: none
}.program-desc-paragraph {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 24);
  -webkit-line-clamp: 6;
}.program-desc-block {
  height: max-content;
}
.program-introduce{
    display: flex;
    flex-direction: column-reverse;
}
.readmore {
  text-transform: uppercase;
  color: #be1c2f;
  font-weight: bold;
  font-size: calc(calc(100vw / 375) * 18);
  line-height: calc(calc(100vw / 375) * 24);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  margin-top: calc(calc(100vw / 375) * 20);
}.readmore p:after {
  content: "→";
  font-family: "Font Awesome 5 Free";
  font-size: calc(calc(100vw / 375) * 25);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 10px;
}.section-title {
  font-weight: bold;
  font-size: calc(calc(100vw / 375) * 24);
  line-height: calc(calc(100vw / 375) * 65);
  height: calc(calc(100vw / 375) * 60);
  padding-right: calc(calc(100vw / 375) * 30);
  position: relative;
}span.section-title:after {
  content: "";
  width: 5%;
  border-bottom: 6px solid #be1c2f;
  position: absolute;
  right: 0;
  top: calc(calc(100vw / 375) * 35);
  z-index: -1;
}.row.testi-block.type-1, .row.testi-block.type-2, .row.testi-block.type-3, .row.testi-block.type-4{
  flex-direction: column;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  padding: 15px !important
}.testi-block.type-3 .testi-img-wrapper, .testi-block.type-1 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 375) * 300);
  max-height: calc(calc(100vw / 375) * 300);
  min-height: calc(calc(100vw / 375) * 300);
}.testi-block.type-3 .testi-img-wrapper {
  padding-right: inherit;
}.testi-block.type-1 .testi-img-wrapper img, .testi-block.type-3 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 375) * 300);
}.testi-block.type-1 .testi-desc, .testi-block.type-3 .testi-desc {
  overflow: hidden;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: calc(calc(100vw / 375) * 15);
}.testi-block.type-1 .testi-name, .testi-block.type-3 .testi-name {
  font-size: calc(calc(100vw / 375) * 24);
  line-height: calc(calc(100vw / 375) * 30);
  font-weight: bold;
}.testi-block.type-1 .testi-place, .testi-block.type-3 .testi-place {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  margin: 5px 0 40px 0;
  display: inline-block;
  text-align: justify;
}.testi-block.type-1 .testi-program,
.testi-block.type-3 .testi-program {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  font-weight: 600;
  margin: 15px 0 0px 0;
}.testi-text {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 24);
}.testi-info {
  display: flex;
  flex-direction: column;
}.testi-info br{
  display: none
}.testi-block.type-2 > .row:first-child {
  display: flex;
  flex-direction: column;
}.testi-block.type-2 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 375) * 250);
}.testi-block.type-2 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 375) * 250);
  max-height: calc(calc(100vw / 375) * 250);
  min-height: calc(calc(100vw / 375) * 250);
}.testi-block.type-2 .testi-program {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  font-weight: 600;
}.testi-block.type-2 .testi-name {
  font-size: calc(calc(100vw / 375) * 24);
  line-height: calc(calc(100vw / 375) * 30);
  font-weight: bold;
  margin: 10px 0 5px 0;
  display: inline-block;
}.testi-block.type-2 .testi-place {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  margin: 10px;
  text-align: justify;
}.testi-block.type-2 .testi-desc {
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  padding: 15px;
}.row.testi-block.type-3{
  flex-direction: column-reverse;
}.testi-block.type-3 .testi-name {
  padding: 5px 0 10px 0;
}.testi-block.type-4 .testi-desc {
  overflow: hidden;
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}.testi-block.type-4 .testi-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: start;
}.testi-block.type-4 .testi-program {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  font-weight: 600;
}.testi-block.type-4 .testi-name {
  font-size: calc(calc(100vw / 375) * 20);
  line-height: calc(calc(100vw / 375) * 26);
  font-weight: bold;
  margin: 10px 0 5px 0;
  display: inline-block;
}.testi-block.type-4 .testi-place {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 20);
  margin: 10px 0 15px 0;
  display: inline-block;
  text-align: start;
}.testi-block.type-4 .testi-text:first-child {
  width: 100%;
  padding-right: 15px;
}.testi-block.type-4 .testi-text:nth-child(2) {
  display: none;
}.testi-block.type-4 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 375) * 250);
  max-height: calc(calc(100vw / 375) * 250);
  min-height: calc(calc(100vw / 375) * 250);
  padding-right: calc(calc(100vw / 375) * 30);
  margin: 10px -15px 0 -15px;
  width: 100vw;
  padding: 0;
}.testi-block.type-4 .testi-img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: calc(calc(100vw / 375) * 250);
}.testi-block.type-2 .testi-text {
  padding-right: 0px;
}
.second-row{
  margin-bottom: 0
}.row.testi-block.type-4 {
padding-bottom: 0px !important;
}.playBut {
  transform: scale(0.5);
}.first-footer-row {
  display: flex;
  flex-wrap: wrap;
  
  height: max-content;
  max-height: max-content;
  min-height: max-content;
}.first-footer-row .col-1 {
  padding: 0%;
  width: 100%;
  align-items: center;
}
.first-footer-row .col{
  width: 100%;
  padding: 0
}
.first-footer-row .col-3{
  align-items: flex-end;
}.com-desc {
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 20);
  text-align: justify;
  color: #fff;
}.first-footer-row .col > span:first-child {
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 20);
  text-align: justify;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}.first-footer-row .col-2 span {
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 20);
  text-align: justify;
  color: #fff;
}.links {
  display: flex;
}.links a{
  padding: 0 5px;
}
.links a:last-child{
  padding-right: 0px;
}
.footer .links{
	width: unset;		
}.footer .links i {
  color: #fff;
  font-size: calc(calc(100vw / 375) * 17);
  line-height: calc(calc(100vw / 375) * 35);
}.footer .col-3 br{
  display: none
}.first-footer-row .col-1 .logo-img {
  margin: 30px 0;
  width: calc(calc(100vw / 375) * 150);
  height: calc(calc(100vw / 375) * 75);
}.second-footer-row {
  height: max-content;
  max-height: max-content;
  min-height: max-content;
  display: flex;
  flex-direction: column;
}.footer .copyright {
  color: #ffffff8c;
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 16);
  width: 100%;
  text-align: center;
  padding: 0;
}.second-footer-row .cp-wrapper {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: center;
}.second-footer-row .cp-img {
  width: calc(calc(100vw / 375) * 84);
  height: calc(calc(100vw / 375) * 55);
  margin-right: 20px;
}.program-popup-content, .testi-popup-content, .video-player-content, .contact-us-form-content {
  width: 90vw;
  background: white;
  box-shadow: 0px 0px 14px 9px #0000001a;
  transition: all 0.5s ease-in-out;
  transform: translateX(-200%);
  height: max-content;
  margin: auto;
  padding-bottom: 50px;
  position: relative;
}.program-popup, .testi-popup, .video-player, .contact-us-form {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: transparent;
  left: 0;
  z-index: 99999;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out, background 1s ease-in-out;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}.program-popup.show .first-row {
  flex-direction: column;
  opacity: 1;
  transform: translateY(0%);
  visibility: visible;
  flex-direction: column-reverse;
  height: max-content;
  padding: 10px 0px;
}.program-popup-content {
  padding: 0;
  padding-bottom: 50px;
}
.program-popup.show .program-name-wrapper {
  width: 100%;
  text-align: center;
}.popup-close {
  transform: scale(3);
  margin: 20px;
}
.program-popup.show .program-introduce{
	padding: 0px;
}
.program-popup.show .program-desc-paragraph {
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 24);
}
.program-popup.show .program-desc {
  width: 100%;
  margin-top: 20px;
}
.contact-us {
  position: absolute;
  width: calc(calc(100vw / 375) * 200);
  height: calc(calc(100vw / 375) * 40);
  left: calc(50% - calc(calc(100vw / 375) * 100));
  bottom: calc(20px);
  background: #be1c2f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0px;
  transition: background 0.5s ease-in-out, border-radius 1s;
}.contact-us:after, .contact-us:before {
  content: "Đăng ký ngay";
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 24);
}.testi-popup .row.testi-block.type-1, .testi-popup .row.testi-block.type-3 {
  display: flex;
  flex-direction: column;
  padding-right: 30px !important;
}.testi-popup  .popup-close {
  transform: scale(3);
  margin-right: 15px;
}.testi-popup .testi-block.type-2 .testi-text-wrapper {
  padding: 0px 15px;
  margin-top: -30px;
}.testi-block.type-2 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 375) * 250);
  max-height: calc(calc(100vw / 375) * 250);
  min-height: calc(calc(100vw / 375) * 250);
  padding: 0 15px;
  margin: 30px 0;
}.testi-popup .testi-block.type-3 .testi-img-wrapper {
  float: right;
  padding-right: 0px;
  padding-left: 15px;
  margin-top: 30px;
}.contact-us-form .form-name p {
  font-size: calc(calc(100vw / 375) * 20);
  margin-bottom: 30px;
  font-weight: bold;
}.testi-popup .testi-block.type-1 .testi-img-wrapper {
  float: left;
  padding-right: calc(calc(100vw / 1440) * 30);
  margin-bottom: 10px;
  margin-top: 30px;
}.testi-popup .testi-block.type-4 .testi-img-wrapper {
  overflow: hidden;
  height: calc(calc(100vw / 375) * 250);
  max-height: calc(calc(100vw / 375) * 250);
  min-height: calc(calc(100vw / 375) * 250);
  padding-right: calc(calc(100vw / 375) * 30);
  margin: 10px -15px 0 -15px;
  width: 100vw;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
}.video-player.show {
  height: 100vh !important;
}.video-player-content {
  padding-bottom: 0;
  width: 90vw !important;
  max-height: calc(calc(90vw / 16) * 9);
  min-height: calc(calc(90vw / 16) * 9);
}.video-player.show {
  padding: 0;
}.video-player-content iframe {
  width: 100%;
}.video-player .popup-close {
  padding-top: calc(45% - 70px);
  padding-right: 0;
  color: #fff;
}.sidebar, .sidebar:not(.white) {
  overflow: hidden;
	 overflow-y: hidden;
	 overflow-x: hidden;
  height: 100vh;
  display: block;
}.sidebar.shown {
  margin-top: 99px;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  z-index: 1000;
  padding-bottom: 200px;
}

.sidebar-cta a {
  height: calc(calc(100vw / 375) * 40);
  font-style: normal;
  font-weight: 500;
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 19);
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
  padding-left: calc(calc(100vw / 375) * 30);
  text-decoration: none !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}.sidebar-cta ul {
  display: flex;
  flex-direction: column;
  display: -webkit-flex;
  justify-content: flex-start;
  font-style: normal;
  font-weight: 500;
  font-size: calc(calc(100vw / 375) * 14);
  line-height: calc(calc(100vw / 375) * 19);
  text-transform: uppercase;
  color: #FFFFFF;
  align-items: flex-start;
  transition: all 0.3s ease-in-out, font-weight 0.15s ease-in-out;
  padding-left: calc(calc(100vw / 375) * 30);
  text-decoration: none !important;
  list-style-type: none;
  margin-bottom: 0;
  padding-top: 10px;
}.sidebar-cta ul.collapsed {
  height: calc(calc(100vw / 375) * 40);
}.sidebar-address {
  padding-left: 30px;
  color: #fff;
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 30);
}.sidebar-cta ul li a {
  height: calc(calc(100vw / 375) * 30);
  font-style: normal;
  font-weight: 500;
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 24);
  text-transform: capitalize;
  color: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.3s ease-in-out, color 0s, font-weight 0.15s ease-in-out;
  padding-left: 0;
  text-decoration: none !important;
  padding-left: calc(calc(100vw / 375) * 25);
  margin-bottom: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}.sidebar-cta ul li ul {
  text-transform: capitalize;
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 24);
  padding-left: calc(calc(100vw / 375) * 25);
  padding-top: 5px;
}.js-hamburger {
  position: fixed;
  height: 50px;
  width: 60px;
  top: 0px;
  right: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}.hamburger-line {
  background: #fff;
  height: 4px;
  width: 30px;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out
}
.js-hamburger.inverted .hamburger-line {
  background: #000;
  box-shadow: -1px 4px 0px 0px #ffffff;
}
.hamburger-line-1 {
  margin-top: -3px;
}

.hamburger-line-2 {
  margin-left: 10px;
  width: 20px;
}

.hamburger-line-3{
  margin-bottom: -3px;
}
.js-hamburger.shown .hamburger-line.hamburger-line-3 {
  transform: rotate(45deg);
  width: 15px;
  margin-right: 22px;
  height: 3px;
  margin-top: -4px;
}.js-hamburger.shown .hamburger-line.hamburger-line-1 {
  transform: rotate(135deg);
  width: 15px;
  margin-right: 22px;
  height: 3px;
  margin-bottom: 2px;
}.js-hamburger.shown .hamburger-line.hamburger-line-2 {
  width: 35px;
  height: 3px;
}.program-popup.show .program-name-wrapper .program-name  {
  font-size: calc(calc(100vw / 375) * 30);
  line-height: calc(calc(100vw / 375) * 30);
}
}

.first-banner-background:not(.no-edge) .row:nth-child(5) .col-fl:after{	
	top: 0;
	bottom: auto
}

/* scroll */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #bdbdbd; 
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #999999; 
}
/* end scroll */


/* [START] Hotline widget */
.hotline_slider {
	position: fixed;
        top: 45%;
        right: 15px;
        z-index: 100000;
}

.hotline_slider ul{
	padding: 0px;
}

        .hotline_slider li {
            margin-bottom: 10px;
			list-style: none;
        }

            .hotline_slider li > a {
                display: block;
                width: 62px;
                height: 62px;
                border-radius: 100%;
                line-height: 62px;
                text-align: center;
                font-size: 2.5em;
                transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -ms-transition: all 0.4s ease-in-out;
				text-decoration: none;
            }

                .hotline_slider li > a:hover {
                    -webkit-filter: brightness(120%);
                    -moz-filter: brightness(120%);
                    -o-filter: brightness(120%);
                    -ms-filter: brightness(120%);
                    filter: brightness(120%);
                }

    @media (max-width:1024px) {
        .hotline_slider {
            top: 52%;
            transform: translateY(-50%);
            right: 42px;
        }

            .hotline_slider li > a {
                width: 45px;
                height: 45px;
                line-height: 45px;
                font-size: 2.3em;
            }
    }

    @media screen and (max-width:991px) {
        .hotline_slider {
            right: 15px;
        }
    }

    @media (max-width:767px) {
        .hotline_slider {
            top: 57%;
        }
    }
/* [END] Hotline widget */
/* [START] FB widget css */
.ctrlq.fb-button{
    cursor: pointer;
}

.ctrlq.fb-button {
    z-index: 999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out;
}

    .ctrlq.fb-button:focus, .ctrlq.fb-button:hover {
        transform: scale(1.1);
        box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
    }

.number {
    width: 20px;
    height: 20px;
    background: #c00;
    color: #fff;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
	position: absolute;
    top: -2px;
    left: -5px;
    border-radius: 50%;
	line-height: initial;
    font-size: initial;
}

.hotline_slider li a.phone {
    background: #d6293d center no-repeat !important;
}

.hotline_slider li a > span {
    color: white;
}

.fone {
    position: relative;
    display: block;
    margin: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    transform: translate3d(0, 0, 0) scale(1);
}

.hotline_slider .phone:hover{
	cursor: pointer;
}

.hotline_slider .phone:focus, .hotline_slider .phone:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24);
}


/* form liên hệ */
.contact-form-full .contact-us-form-content{
	padding: 0px;
}
.contact-us-form.contact-form-full{
	padding: 0px;
}
.contact-form-full .contact-us-form-content{
	width: 600px;
	height: unset;
	max-height: unset;
	min-height: unset;
}
.contact-us-form textarea{
	resize: vertical;
	min-height: 35px;
}