@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto italic";
  src: url("../fonts/Roboto-Italic.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto thin";
  src: url("../fonts/Roboto-Thin.ttf") format("truetype");
}
body {
  min-width: 375px;
  /* Suppose you want minimum width of 1000px */
  width: auto !important;
  /* Firefox will set width as auto */
  width: 375px;
  /* As IE6 ignores !important it will set width as 1000px; */
  font-family: Roboto;
  font-size: 15px;
  background-color: #F8F8F8;
}
.red{
  color: red;
}
.hide{
  display: none;
}
.show{
  display: block!important;
}
a,a:hover{
  text-decoration: none;
  color: #00C3FF;
}
.footer-link{
  color: #00C3FF!important;
}
strong {
  font-family: Roboto bold;
}
.text-noswap{
  white-space: nowrap;
}
.text-md-noswap{
  white-space: nowrap;
}
.text-justify{
  text-align: justify;
}
.text-left{
  text-align: left!important;
}
/*icon*/
.icon-sm{
  width: 16px;
  height: 16px;
}
.icon-md{
  width: 30px;
  height: 30px;
}
.down-arrow{
  content: url("../image/DownArrow.svg");
}
.down-arrow.arrow-hover{
  content: url("../image/UpArrow.svg");
}

.programme-down-arrow {
  position: relative;
}

.programme-down-arrow::after {
  content: "\f107";
  color: #333;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome"
}

.programme-down-arrow[aria-expanded="true"]::after {
  content: "\f106";
}
.toggle-menu-icon{
  content: url("../image/Menu.svg");
}
.toggle-menu-icon:hover{
  cursor: pointer;
}

.exit-icon{
  content: url("../image/Exit.svg");
}

.div-sticky-button {
  position: fixed;
  bottom: 150px;
  left: 55px;
  z-index: 10;
}
.sticky-button{
  width: 7.5vh;
}
  /*
      *banner section
  */
  div.frame.banner {
    background-color: #000000;
    background-image: url(https://static.seamless-reg.com/comp_reg/static/ASM/img/banner_bg.png);
    background-size: cover;
}
div.frame {
    width: 100%;
}
#banner.container {
  width: 100%;
 max-width: 100%;
}
img.banner {
    width: 100%;
    vertical-align: middle;
}

.bg-000000 {
  background-color: #000000;
}
.bg-banner-cover{
  background-image: url('../image/banner/top_banner_cover.png');
  background-size: cover;
}
.bg-banner {
  background-image: url('../image/banner/top_banner.jpg');
  background-size: cover;
}

.div-banner {
  height: 360px;
  width: 1024px;
}

/*wrapper*/

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
  z-index: 99;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
  height: 1px;
  overflow-y: auto;
  flex: 1 1 auto;
}

#page-content-wrapper {
  width: 100vw;
  min-width: 375px;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
  position: fixed;
  top: 0;
  display: flex;
  flex-flow: column;
}

.toggle-item {
  display: none;
}

/*nav*/

.site-header {
  background: #c61f77;
  padding-top: 0.2rem!important;
  padding-bottom: 0.2rem!important;
}

.site-header a {
  color: #ffffff;
  transition: color .15s ease-in-out;
  width: 100%;
  z-index: 10;
}
.site-header a:hover {
  background-color: #f3a7d0;
}
.site-header a.special {
  color: white;}
.site-header a:hover .hover-text {
  color: #c61f77;
  font-family: Roboto bold;
  text-decoration: none;
}

.div-nav {
  width: 1024px;
  /* height: 110px; */
}
.div-nav-1 {
  width: 1024px;
  height: 110px;
}
.btn-login {
  background: #e7bb9e;
  /* background: transparent linear-gradient(90deg, #BC824C 0%, #E6BB9F 100%) 0% 0% no-repeat padding-box; */
  min-width: 108px;
  min-height: 36px;
  border: 1px solid #e7bb9e;
  color: #c61f77;
}

.menu-row {
  height: 38px;
}
.site-header .selected a{
  background-color: #f3a7d0!important;
  font-family: Roboto bold;
  color: #c61f77!important;
}
/*side bar*/
.list-group-item-action{
  color: #FFFFFF!important;
  background-color: #C97C34;
}
.bg-963983 {
  background-color: #C97C34;
}
.bg-6D996F{
  background-color: #6D996F;
}
.bg-C61F77{
  background-color: #c61f77;
}
.sidebar-heading {
    color: #E1DAE7;
    text-decoration: none;
}

.list-group-item {
  color: #FFFFFF!important;
  border-color: #ffffff;
  background-color: #c61f77;
}

.list-group-item:hover {
  background-color: #f3a7d0;
  color: #c61f77!important;
  font-family: Roboto bold;
  text-decoration: underline;
}

.list-group-item .hover-item:hover {
  background-color: #7f206c;
}

.sub-menu-item {
  display: none;
}

/*content*/

.div-content {
  width: 1024px;
  padding-left: 0;
  padding-right: 0;
}

/*footer*/

.footer {
  background: transparent linear-gradient(50deg, #c62177 0%, #e7bb9e 100%) 0% 0% no-repeat padding-box;
  /* background: #963983; */
  opacity: 1;
}
.footer-home {
  /* background: transparent linear-gradient(50deg, #276168 0%, #224D4D 100%) 0% 0% no-repeat padding-box; */
  background: #963983;
  opacity: 1;
}
.div-footer {
  width: 1024px;
  height: 48px;
  color: #FFFFFF;
  font-size: small;
}

.footer-reminder {
  background: #080404 0% 0% no-repeat padding-box;
  opacity: 1;
}

.div-footer-reminder {
  width: 1024px;
  height: 32px;
  color: #727171;
  font-family: Roboto;
  font-size: xx-small;
}
.color-blue{
  color: #00C3FF;
}
.color-blue:hover{
  color: #00C3FF;
}
/* rolling banner */
div.frame.rolling_banner {
  padding: 30px 0;
  background-color: white;
}

div.frame {
  width: 100%;
}
.container {
  margin: auto;
  max-width: 1024px;
  clear: both;
  padding-left: 0;
  padding-right: 0;
}
.rolling_bar {
  white-space: nowrap;
  overflow: hidden;
}
.rolling_item img {
  height: 50px;
}

img {
  border-style: none;
}
/*responsive*/

@media (max-width:1024px) {
  .div-banner {
    height: 264px;
    width: 750px;
  }
  .div-nav {
    width: 750px;
    height: 60px;
  }
  .div-nav-1 {
    width: 750px;
    height: 60px;
  }

  .toggle-item {
    display: block;
  }
  .nav-menu {
    display: none;
  }
  .div-content {
    width: 750px;
  }
  .div-footer {
    width: 750px;
  }
  .div-sticky-button{
    display: none;
  }
  .text-md-noswap{
    white-space: normal;
  }
  
}

@media (max-width:768px) {
  .div-banner {
    height: 176px;
    width: 500px;
  }
  .div-nav {
    width: 500px;
  }
  .div-nav-1 {
    width: 500px;
  }
  .div-content {
    width: 500px;
  }
  .div-footer {
    width: 500px;
  }
}

@media (max-width:500px) {
  .div-banner {
    height: 35.15vw;
    width: 100vw;
  }
  .div-nav {
    width: 95vw;
  }
  .div-nav-1 {
    width: 95vw;
  }  
  .div-content {
    width: 90vw;
  }
  .div-footer-reminder a{
    color: #D3D3D3;
  }
  .div-footer-reminder {
    height: 50px;
  }

}
