@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);


/*MB*/

@media(max-width: 768px){
    .form-top{
        flex-direction: column-reverse;
    }
    .form-top .col-sm-4{
        margin-bottom: 26px;
    }
}

.site-selection .btn-close {
    height: 20px;
    width: 20px;
}
#siteSelection{
    /*max-height: 0;*/
    overflow: hidden;
    /*transition: max-height 1s ease-in-out;*/
}

@media(max-width:576px) {
    .site-selection .button-container {
        flex-wrap: nowrap;
        justify-content: center;
    }
    #siteSelection .button-container .btnn {
        width: auto !important;
        min-width: 145px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
        #siteSelection .button-container .btnn img {
            width: 40px !important;
        }
}

.site-selection {
    background-color: #585786;
}
.site-selection h2{
    font-size: 28px;
}
.site-selection .button-container{
    display: flex;
    flex-wrap: wrap;
}
#siteSelection .button-container .btnn {
    background-color: #fff;
    color: #000000;
    font-size: 14px !important;
    line-height: 16px !important;
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
#siteSelection .button-container .btnn img{
    width: 60px;
    margin-bottom: 14px;
}

.fish-ivdr {
    /*position: absolute;*/
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    color: #ff3d9e;
    margin-top: 10px;
    width: fit-content;
}
.fish-ivdr.yellow{
    color: #ffc200;
}

.banner-badge {
    position: absolute;
    right: 0;
    top: 40px;
}

.banner-badge img {
    min-height: 170px !important;
    width: 170px;
}

@media(max-width: 992px) and (min-width: 767px){
    .whiteban .banner_Itm_Txt .innbanner_Itm_Txt h1 {
        max-width: calc(100% - 200px);
    }
}

@media(max-width: 767px) {

    .banner-badge img {
        min-height: 100px !important;
        width: 100px;
    }
    .banner-badge {
        top: 5px;
        right: unset;
        left: 0;
    }
    .supportban .innbanner_Itm_Txt {
        top: 70% !important;
    }
}
@media only screen and (max-width: 480px) {
    
    .banner-badge {
        position: unset;
    }
}
/**/
/*submenu*/
.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cssmenu {
  width: 100%;
  padding-bottom: 5px;

}
.cssmenu ul ul {
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
.cssmenu ul li{ border-bottom: 1px solid #fff;}
.cssmenu ul li a{ border-right: 1px solid #fff;}
.cssmenu ul li:last-child{ border-bottom: none;}
.cssmenu > ul > li > a {
  padding: 15px;
  cursor: pointer;
  width: 89%;
  z-index: 2;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
.cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}



/*#cssmenu ul > li.has-sub > a:after {
  position: absolute;
  right: -80px;
  top: 16px;
  z-index: 5;
  display: block;
  height: 18px;
  width: 5px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: -86px;
  top: 22px;
  display: block;
  width: 18px;
  height: 5px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}*/

/*First label menu*/
.cssmenu ul > li.has-sub span{
  background: url(~/Images/plus.svg) no-repeat center center;
    cursor: pointer;
    display: block;
    /*height: 18px;
    padding: 12px 0;*/
    position: absolute;
    /*right: 10px;*/
    top: 10px;
    width: 30px;
    z-index: 5;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; /*border-left: 1px solid #fff;*/
}

.cssmenu ul > li.has-sub.open span{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url(~/Images/minus.svg) no-repeat center center;
}

/*Second label menu*/
.cssmenu ul ul > li.has-sub span{
  background: url(~/Images/menu_plus.png) no-repeat center center !important;
  padding: 9px 0;
}
.cssmenu ul ul > li.has-sub.open span{
  background: url(~/Images/menu_minus.png) no-repeat center center !important;
}
/*Third label menu*/
.cssmenu ul ul ul{
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul > li.active > ul{
  display: block;
}
.cssmenu ul ul ul > li.has-sub span{
  background: url(~/Images/menu_plus.png) no-repeat center center !important;
  padding: 21px 0;
}
.cssmenu ul ul ul > li.has-sub.open span{
  background: url(~/Images/menu_minus.png) no-repeat center center !important;
}
/*Forth label menu*/
.cssmenu ul ul ul ul{
  display: none;
  padding-left: 0px;
}
.cssmenu > ul > li.active > ul > li.active > ul > li.active > ul{
  display: block;
}
.cssmenu ul ul ul ul > li.has-sub span{
  background: url(~/Images/menu_plus.png) no-repeat center center !important;
  padding: 21px 0;
}
.cssmenu ul ul ul ul > li.has-sub.open span{
  background: url(~/Images/menu_minus.png) no-repeat center center !important;
}

/*.cssmenu ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul li{background: #2d8e83;}*/

.cssmenu ul ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul ul li{background: #2d8e83;}

.cssmenu ul ul ul ul li a { background: #2d8e83; border-right: 1px solid #fff; color: #fff; padding: 10px; text-decoration: none; width: 80%;}
.cssmenu ul ul ul ul li{background: #2d8e83;}

