html,
body {
    height: 100%;
    background-color: #F8F8FF;
}

/* @media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
} */

.wrap-mobile {
    min-height: 100%;
    height: auto;
    letter-spacing: 1px; 
}

.wrap-mobile > .container-fluid {
    padding: 10px 13px ;
}
.margin-bot-20{
    margin-left:15px; 
    margin-right:15px; 
    margin-top: 20px;
    margin-bottom: 20px;
}
.btn-home-mobile{
    margin:auto;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* border-top: 1px solid #ddd;  */
    /* background-color: #fff; */
}
.btn-home-mobile > div > a{
    text-decoration: none;
}
.img-header-site-left{
    margin-left:-5px; 
    margin-top:-15px;
    margin-bottom:5px;
}
.img-header-site-right{
    margin-left:0px; 
    margin-top:-5px;
    margin-bottom:5px;
}
.img-site-right{
    text-align: right;
}
.img-btn-site-mb{
    border-top: 4px solid #3C8DBC; 
    border-left: 2px solid #3C8DBC; 
    border-right: 2px solid #3C8DBC; 
    border-bottom: none; 
    padding:2px; 
    border-radius:5px 5px 0 0; 
    text-align: center;
    line-height: 180px;
}
.brd-btn-site-mb{
    border-top: none; 
    border-left: 2px solid #3C8DBC; 
    border-right: 2px solid #3C8DBC; 
    border-bottom:  2px solid #3C8DBC;
    background-color: #3C8DBC; 
    color:#fff;  
    text-align: center; 
    padding:3px;  
    border-radius: 0 0 5px 5px;
}
.margin-top-min-10{
    margin-top: -10px;
}
.margin-top-min-9{
    margin-top: -9px;
}
.margin-top-min-8{
    margin-top: -8px;
}
.margin-top-min-7{
    margin-top: -7px;
}
.margin-top-min-6{
    margin-top: -6px;
}
.margin-top-min-5{
    margin-top: -5px;
    margin-bottom: -15px;
}