body{
	font-family: montserrat !important;
	font-size: 14px;
}
h1.banner-title{
	background-image: linear-gradient(to right,rgba(0,0,0,.4) 0,rgba(0,0,0,.4) 100%);
}

.hidden{
	display: none;
}

.btn-submit-form-custom{
	margin-top: 10px;
}
.btn-submit-form-custom br{
	display: none;
}

.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-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 > span:after {
    transform: rotate(180deg);
}
.sidebar .sidebar-cta ul a.active span:before {
  content: "";
  position: absolute;
  width: 20px;
  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: 25px;
  border-bottom: 2px solid #be1c2f;
  left: 0;
  top: 0;
  height: calc(50% + 1px);
  transition: all 0.3s ease-in-out;
}
.sidebar-cta ul.collapsed i {
    transform: rotate(180deg);
}
.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{
  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
}div#master-ability-assessment .answer-sheet-slider {    
    height: 100%;
    overflow: scroll;
}
.content-container.container-fluid{
  width: calc(80% + 15px);
	margin: 0;transition:all 0.5s ease-in-out;    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
	overflow: scroll;
	overscroll-behavior: unset;
	flex-direction: column
}.x{
	background: transparent;
    min-height: 0px;
    width: 100%;
    position: relative;
    bottom: 0;
    display: inline-block;    margin-top: 100px;
}.sidebar-address-wrapper {
  display:flex !important;
  display: -webkit-flex !important;
  padding-left: calc(calc(100vw / 1440) * 30) !important;
  justify-items: flex-end;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 30px;
}

.loader {
    margin-left: 0!important;;
    z-index: 1!important;;
    margin-top: 0!important;;
    height: 100%!important;;
    /* margin-bottom: 20vh; */
    width: calc(80% + 15px)!important;;
    height: 100vh!important;;
    background: #fff!important;;
    position: absolute!important;;
    display: flex;
    justify-content: center!important;;
    align-items: center!important;;
}
.footer {
  height: 0px;
  background: #000;
  width: 100vw;
  bottom: 0;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
}
.footer {
  position: fixed;
  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);
	width: 100%;
	flex-wrap: nowrap!important;;
}
.second-footer-row{
  height: calc(calc(100vw / 1440) * 100);
  max-height: calc(calc(100vw / 1440) * 100);
  min-height: calc(calc(100vw / 1440) * 100);
	width: 100%;
	
	flex-wrap: nowrap!important;;
}
.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-e{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  overflow: hidden;
}
.first-footer-row .col-x-1{
  padding-right: 5%;
}
.first-footer-row .col-x-1 .logo-img{
  margin-bottom: 20px;
  width: calc(calc(100vw / 1440) * 117);
  height: calc(calc(100vw / 1440) * 54);
}
.first-footer-row .col-e > 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-e > span{
  margin-bottom: 10px;
}
.first-footer-row .col-x-2{
  padding-bottom: 2.5%;
}
.first-footer-row .col-x-2 span{
  font-size: calc(calc(100vw / 1440) * 12);
  line-height: calc(calc(100vw / 1440) * 20);
  text-align: justify;
  color: #fff;
}

.footer .links{
	display: flex;
    justify-content: space-between;
    width: 100%;
}

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

.footer .col-x-3 .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;
}

div#master-ability-assessment {
    margin-top: 0%;
}
div#answer-sheet-slider {
    width: 100%;
}
#bachelor-ability-assessment{
	height: auto;
}
.zopim{
	display: none!important;;
}@media screen and (max-width: 414px){
  .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: 66;
    padding-left: 30px;
    transition: all 0.2s ease-out, transform 0.6s ease-in-out;
    padding-bottom: 100px;
  }
.content-container.container-fluid {
	width: 100vw;
    margin: 0;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: scroll;
    overscroll-behavior: unset;
    flex-direction: column;
}.loader .ring {
    transform: translate(0%, -50%)!important;;
    width: 150px;
    height: 150px;
    background: transparent;
}.loader {
    margin-left: 0!important;
    z-index: 1!important;
    margin-top: 0!important;
    height: 100%!important;
    margin-bottom: 20vh;
    width: 100vw!important;
    height: 100vh!important;
    background: #fff!important;
    position: absolute!important;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
}div#answer-sheet {
    padding: 0;
}.answer-sheet-7 .col-10{
    width: 100%!important;
}#bachelor-ability-assessment .checkboxDiv {
    margin: 2%;
    padding-right: 0;
}.x {
	display: none;
}.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;
}.first-footer-row {
  display: flex;
  flex-wrap: wrap;
  
  height: max-content;
  max-height: max-content;
  min-height: max-content;
}.first-footer-row .col-x-1 {
  padding: 0%;
  width: 100%;
  align-items: center;
}
.first-footer-row .col-x-2,
.first-footer-row .col-x-3{
  width: 100%;
  padding: 0
}
.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-e > 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-x-2 span {
  font-size: calc(calc(100vw / 375) * 12);
  line-height: calc(calc(100vw / 375) * 20);
  text-align: justify;
  color: #fff;
}.links {
  display: flex;
  width: unset !important;
}
.links a{
  padding: 0 5px;
}
.footer-contact {
	width: 41.66666667%;
    margin-left: 27%;
    text-align: center;
}
.footer .links i {
  color: #fff;
  font-size: calc(calc(100vw / 375) * 17);
  line-height: calc(calc(100vw / 375) * 35);
}.footer .col-x-3 br{
  display: none
}.first-footer-row .col-x-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;
}.first-footer-row {
    flex-wrap: wrap!important;
}
.loader {
    margin-left: 0!important;
    z-index: 1!important;
    margin-top: 0!important;
    height: 100%!important;
    margin-bottom: 20vh;
    width: 100vw!important;
    height: 100vh!important;
    background: #fff!important;
    position: absolute!important;
    display: flex;
    justify-content: center!important;
    align-items: center!important;
    z-index: 99999999 !important;
    top: 0;
}
}.logo-row{
  height: 120px;
  width: 100%; 
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 115px;
  z-index: 2;
}
.logo-row .logo-img-for-white{
  display: block;
}.logo-row .logo-img{
	display: none;
}
@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 {
    height: calc(calc(100vw / 1440) * 45);
    width: calc(calc(100vw / 1440) * 100);
}
div#master-ability-assessment {
    margin-top: 0%;
    height: auto;
}div#master-ability-assessment > .row {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 414px){
  .logo-img,
  .logo-img-for-white {
    height: 45px;
    width: 96px;
    margin-top: -15px;
}
}.logo-row {
    height: 80px;
    width: 100%;
	position: fixed;
    top: 0;
    left: 0;
    padding: 9px 115px;
    z-index: 1;background: #fff
}.content-container.container-fluid {
    margin-top: 80px !important;}

#bachelor-ability-assessment .row.answer-sheet-description {
    line-height: 50px;
    padding: 0 50px;
}@media screen and (max-width: 414px){
  #bachelor-ability-assessment .row.answer-sheet-description {
    line-height: 30px;
    padding: 0 0px;
}.content-container.container-fluid{
	margin-top: 0px !important;		
}.logo-row .logo-img-for-white{
	display: none !important;
}.logo-row .logo-img{
	display: block !important;
}.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: 5px;
    right: 20px;
    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;
}.sidebar.shown {
    transform: translateX(0);
    z-index: 66;
    padding-left: 30px;
    transition: all 0.2s ease-out, transform 0.6s ease-in-out;
    padding-bottom: 100px;
    margin-top: 60px;
    overflow: scroll;
    height: 100vh !important;
    display: block;
}
	.sidebar {
    font-family: Montserrat !important;
}div#master-ability-assessment {
    height: auto;
}div#answer-sheet-slider {
    width: 100%;
    max-width: 100vw !important;
}div#master-ability-assessment .answer-sheet-slider {
    height: auto;
    overflow: visible;
}
}

body *::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body * {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
/* 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 */


.tab-pane.tutor-info {
    padding: 0px;
}.tutor-list .nav-tabs li.active:after {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
	border-right: 20px dashed #fff !important;
    position: absolute;
    bottom: -12px !important;
    margin-left: 6% !important;
    transform: rotate(90deg);
}.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    border-color: transparent;
    background: transparent;
}
.nav-tabs>li>a img {
    transition: all 0.2s ease-in-out;
}
.nav-tabs>li.active>a img,
.nav-tabs>li>a:hover img {
    transform: translateY(-10px);
}.tutor-list .nav-tabs li.active:before {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #000;
    position: absolute;
    bottom: -11px !important;
    margin-left: 5% !important;
    transform: rotate(90deg);
}.tutor-list .nav-tabs li.active:after {
    content: "";
    display: block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px dashed #f7f7f7;
    position: absolute;
    bottom: -12px !important;
    margin-left: 5% !important;
    transform: rotate(90deg);
}.about-block {
    height: max-content !important;
    padding: 30px 0 !important;
}.vertical-tabs .nav-tabs.nav-left li a.active:after {
    content: "";
    display: block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px dashed #be1c2f;
    position: absolute;
    margin-top: -18% !important;
    margin-left: 17% !important;
}

@media only screen and (max-width: 414px){
    .nav-tabs>li.active>a img,
	.nav-tabs>li>a.active img,
    .nav-tabs>li>a:hover img {
        transform: translateY(0px) scale(1.2);
    }
}


/*BLOG*/
.blog-breadcrumb{
	margin-top: 80px;
    padding-left: 115px;   
}

.blog-breadcrumb{
	background-color: #e9ecef;	
}

.top-bog-css{
	height: 80px;
}

.blog-carousel {
    height: calc(100vh - 80px);
    overflow: hidden;
    width: calc(80% + 15px);
    padding-left: 115px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    font-family: "montserrat";
    transition: all 0.3s ease-out;
	padding-top: 10px;
}
.subscribe-col, .blog-list {
    height: calc(100vh - 60px);
    overscroll-behavior: unset;
}

.subscribe-col {
    width: 90px;
    transition: all 0.2s ease-in-out;
    background: #cccccc0a;
    padding: 0px 30px 0 0;
    border-radius: 10px;
    position: relative;
}


.blog-list {
    width: 100%;
    padding: 0 60px 50px 20px;
    transition: all 0.3s ease-out;
    overflow: scroll;
    position: relative;
}

.subscribe-col > div {
    min-height: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
	box-shadow: 4px 3px 6px 2px transparent;
    margin-bottom: 20px;
    padding: 0;
    max-height: 10px;
    transition: all 0.2s ease-in-out;
}

.block-z-title {
	border-bottom: 1px solid transparent;
    width: 100%;
    padding: 0px 20px;
    background: transparent;
    color: #000;
    font-weight: 500;
	transition: all 0.2s ease-in-out, opacity 0s ease-in-out;
}.block-z-title span{
    opacity: 0;
    visibility: hidden;
	transition: all 0.2s ease-in-out;
}
.blog-item {
    height: 250px;
    background: #ffffff0d;
    border-radius: 5px;
    box-shadow: -1px 2px 7px 2px #5655551c;
    margin-bottom: 20px;
    border: 1px solid #cccccca6;
}
.blog-item {
    display: flex;
    flex-direction: row;
    height: 200px;
}

.blog-content {
    height: 100%;
    padding: 15px 10px;
	padding-left: 20px;
    width: calc(100% - 300px);
    position: relative;
}

.blog-meta {
    display: flex;
    font-size: 14px;
    margin: 5px 0;
    color: #00000085;
}

.blog-desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000ab;
    position: relative;
}

.blog-title {
    font-size: 20px;
    text-transform: capitalize;
	transition: all 0.2s ease-in-out;
    font-weight: bold;    
	color: #000000a6;
}
.blog-item:hover .blog-title{
	color: #be1c2f;
    font-weight: bold;
}
.blog-author {
    color: #000;
    font-weight: bold;
}.blog-read-more {
    font-size: 14px;
    background: transparent;
    width: 120px;
    
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
	padding-bottom: 10px;
	
	padding-right: 20px;
}
.blog-item img.img-responsive.center-block {
    box-shadow: 3px 4px 3px 0px #00000054;
    max-height: 195px;
	height: 195px;
	width: 300px;
    object-fit: cover;
}
.blog-item:hover .blog-read-more {
    color: #be1c2f;
	font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border-radius: 10px;
	
	padding-bottom: 10px;
		padding-right: 5px;
}
.blog-item:hover {
    cursor: pointer
}
.subscribe-col.hovered,
.subscribe-col.pinned{
    width: 50%;
	overflow: scroll;
    height: calc(100vh - 80px);
    display: block;
}

.subscribe-col.hovered > div, .subscribe-col.pinned > div {
    min-height: 100px;
    border: 1px solid #cccccc82;
    box-shadow: 4px 3px 6px 2px #cccccc3d;
    height: max-content;
    max-height: max-content;
    padding-bottom: 10px;
}
.subscribe-col.hovered .block-z-title,
.subscribe-col.pinned .block-z-title{
	border-bottom: 1px solid #cccccc73;
    width: 100%;
    padding: 10px 20px;
    background: #f8f8f8;
}
.subscribe-col.hovered .block-z-title span,
.subscribe-col.pinned .block-z-title span{
    opacity: 1;
    visibility: visible;
	transition: all 0.2s ease-in-out, opacity 0.6s ease-in-out;
	padding-left: 10px;
}

.subscribe-col.hovered,
.subscribe-col.pinned{
    /* position: relative; */
}

.subscribe-col .pin-icon{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 3px;
}
.subscribe-col.pinned .pin-icon {
	transform: rotate(180deg);	
}

.pin-this {
    height: 0px !important;
    position: sticky;
    margin-right: -30px;
    top: 0;
}.blog-more {
    margin: 50px 0px 200px 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #cccccc54;
    padding-bottom: 10px;
    cursor: pointer;
	
	transition: all 0.2s ease-in-out;
}
.blog-more:hover {
	color: #be1c2f;
	padding-top: 5px;
	font-weight: 600
}

.blog-small-img {
    width: 40%;
}

.blog-small-item {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
    margin: 10px;
    display: flex;
	opacity: 0; 
	visibility: hidden;
	transition: all 0.2s ease-in-out;
	cursor: pointer
}
.subscribe-col.pinned .blog-small-item {
	opacity: 1;
	visibility: visible;
}
.blog-small-content {
    margin-left: 10px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.blog-small-meta {
    display: flex;
    font-size: 11px;
    margin: 5px 0;
    color: #00000085;    white-space: nowrap;
}

.blog-small-title {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}.blog-small-item .blog-small-title {
    
	transition: all 0.2s ease-in-out;
}.blog-small-item:hover .blog-small-title {
    color: #be1c2f;
    font-weight: bold;
}
.subscribe-col form * {
	opacity: 0 !important;
	visibility: hidden !important;
	transition: all 0.2s ease-in-out, opacity 0s ease-in-out;
}
.subscribe-col.pinned form {
    opacity: 1 !important;
    visibility: visible !important;
    padding: 10px 0 50px 10% !important;
	transition: all 0.2s ease-in-out, opacity 0s ease-in-out;
	overflow: visible
}
.subscribe-col.pinned form .form-name {
	display: none;
}
.subscribe-col.pinned form *:not(.ajax-loader) {
    opacity: 1 !important;
    visibility: visible !important;
	transition: all 0.2s ease-in-out, opacity 0s ease-in-out;
}
.subscribe-col.pinned form .btn-submit{
    font-size: 14px !important;
}
.subscribe-col.pinned form .cf7sr-g-recaptcha{
	transform: scale(0.9) !important;
}
.page-title:after {
    content: "";
    position: absolute;
    width: 50px;
    border-bottom: 2px solid #be1c2f;
    bottom: 40%;
    left: -10px;
}
.page-title {
    z-index: 1234;
    color: #000;
    position: fixed;
    top: 20px;
    left: 280px;
    font-size: 20px;
    font-weight: bold;
    /* border-bottom: 3px solid #be1c2f; */
    text-transform: capitalize;
    color: #000000a8;
    padding-left: 50px;
}.page-title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    bottom: calc(40% - 3px);
    left: -10px;
    background: #be1c2f;
}.row.logo-row {
}

.blog-details {
	overflow: scroll;
    border: none;
    box-shadow: 0px 0px 7px 3px #0000001f;
    border-radius: 10px;
    margin-top: -35px;
    padding: 0 70px;
    width: 100%;
}.to-blog-all {
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 20px; */
    font-size: 25px;
    background: #be1c2f;
    width: 60px;
    position: sticky;
    top: 70px;
    margin-left: -20px;
    border: 1px solid #cccccc52;
    border-radius: 10px;
    box-shadow: 2px 3px 3px 1px #0000001f;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.2s ease-in-out;
}.to-blog-all span{
    opacity: 0; visibility: hidden; transition: all 0.2s ease-in-out;
}.to-blog-all:hover span{
	opacity: 1; visibility: visible; 
}
.to-blog-all:hover {
    background: #fff;
    color: #be1c2f;
}.blog-details-title {
    margin-top: 40px;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
}.blog-details-content {
	text-align: justify;
}.blog-details .blog-meta {
    margin-bottom: 30px;
}.blog-title {
    font-size: 20px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    color: #000000a6;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 414px){
.blog-item img.img-responsive.center-block{
	max-height: unset;
}	
.blog-more{
	margin: 0px;
}
.top-bog-css{
	height: 0px;
}
.blog-breadcrumb{
	margin-top: 0px;
    padding-left: 0px;
}
.blog-carousel {
    height: max-content;
    overflow: hidden;
    margin-top: 0;
    width: 100%;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-family: "montserrat";
    transition: all 0.3s ease-out;
    padding: 0 20px;
}.subscribe-col.hovered, .subscribe-col.pinned {
    width: 100%;
    overflow: scroll;
    height: calc(100vh - 80px);
    display: block;
    padding-right: 0;
}
	p.pin-this {
    display: none;
}
	.subscribe-col {
    width: 100%;
    padding: 0;
}
	.subscribe-col.pinned {
    height: max-content;
}
	.subscribe-col.pinned form .cf7sr-g-recaptcha {
    transform: scale(1) !important;
}.blog-list {
    width: 100%;
    padding: 0;
    overflow: visible;
    height: max-content;
}
.blog-item {
    flex-direction: column;
    height: max-content;
}

.blog-img {
    width: 100%;
}

.blog-content {
    width: 100%;
    padding: 20px;
}.blog-carousel {
	padding: 15px;
}.blog-carousel.content-container.reversed {
    flex-direction: column-reverse;
}.blog-details {
    height: max-content;
    padding: 0;
    width: 100%;
    border: none;
    box-shadow: none;
}.to-blog-all {
    margin-bottom: 20px;
    margin-top: -20px;
    margin-left: 0;
	top: 0
}.page-title {
    display: none;
}
	}
/*END BLOG*/

/* phone icon */
.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 {
  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;
}
.contact-form-full.show {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out, background 1s ease-in-out;
}
.contact-form-full .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-form-full .contact-us-form-content .screen-reader-response{
  display: none;
}
.contact-form-full .contact-us-form-content form{
  background-color: white;
}
.contact-form-full .contact-us-form-content span.wpcf7-not-valid-tip, .contact-us-form-content .wpcf7-validation-errors{
  color: #be1c2f;
}
.contact-form-full .cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip{
	text-align: center;
}
.contact-form-full .contact-us-form-content .wpcf7-mail-sent-ok{
  color: #006d00;
}
.contact-form-full .contact-us-form-content .wpcf7-response-output{
  text-align: center;
  margin: 0px !important;
  padding: 0px !important;
}
.contact-form-full .contact-us-form-content {
  transform: translateY(200%);
}
.contact-form-full.show .contact-us-form-content {
  transform: translateX(0%);
  transition: all 0.5s ease-in-out;
}

.contact-form-full .form-name p {
  font-weight: bold;
  text-align: center;
}
.contact-form-full  form#reg-free-advice {
  height: 100%;
  padding: 5% !important;
  display: grid;
}
.contact-form-full .cf7sr-g-recaptcha > div {
  margin: auto;
}
.contact-form-full .btn-submit {
  background: #be1c2f;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.contact-form-full .popup-close {
    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;
}
.contact-form-full .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;
}
.contact-form-full .free-advice-form{
	margin: 0px !important;
}
.contact-form-full input{
	height: 35px;
}

.contact-form-full .contact-us-form-content{
	padding: 0px;
}
.contact-form-full .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-form-full textarea{
	resize: vertical;
	min-height: 35px;
}

.contact-form-full .free-advice-form .btn{
	margin-bottom: unset;
    background: #be1c2f;
    color: #fff !important;
    font-weight: bold !important;
    float: right;
    width: 150px !important;
    margin-top: 10px !important;
}

.wpcf7-response-output .wpcf7-display-none .wpcf7-validation-errors{
	display: none;
}

@media screen and (max-width: 414px){
	.contact-us-form-content{
		width: 90% !important;
	}

}

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

.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;
}
/* FB widget css */