@charset "utf-8";

/* CSS Default */


/*------------------------------------*

SETUP Color Default

*------------------------------------*/


/*------------------------------------*

MainHeader

*------------------------------------*/

#MainHeader .boxLogo {
    display: block;
    margin: 0.15rem auto;
    text-align: left;
}

#MainHeader #FormLogin .btn-sm {
    padding: .35rem 1.5rem;
    border: none !important;
}

#MainHeader #FormLogin .btn.btn-sm.login {
    border: none;
    border-radius: 32px;
    background: #155f43;
}

.btn.btn-sm.btngreen {
    border: none;
    width: 100%;
    border-radius: 32px;
    background: #00b900;
}

.btn.btn-sm.btnred {
    border: none;
    width: 100%;
    border-radius: 32px;
    background: #ff0003;
}

.btn.btn-sm.btnyellow {
    /* width: 90%; */
    border-radius: 32px;
    background-color: #FED703;
    color: black;
    font-weight: 500;
}


/*#MainHeader #FormLogin input:first-child {

  width: 180px;

  border: none;

}

#MainHeader #FormLogin input:last-child {

  width: 240px;

  border: none;

}

#MainHeader #FormLogin .input-group-append {

  background-color: #efefef;

  cursor: pointer !important;

  border-top-right-radius: 0.5rem;

  border-bottom-right-radius: 0.5rem;

  border-left: solid 2px #cedcec;

  padding: 0 8px;

}

#MainHeader #FormLogin .input-group-append label {

  font-size: 0.5rem !important;

}

#MainHeader #PanelBottom .textTime {

  text-align: right;

  padding:0.25rem 0.5rem;

  font-weight: 400;

}*/


/*------------------------------------*

NavMenu

*------------------------------------*/

#NavMenu a sup {
    background: red;
    padding: 0rem 0.25rem;
    font-size: 0.25rem;
    position: relative;
    height: 10px;
    line-height: 10px;
    margin-left: 2px;
    float: none !important;
    left: 0 !important;
}


/*------------------------------------*

MainContent

*------------------------------------*/

#MainContent .box3homebanner {
    margin: 1rem auto;
}

#MainContent .box3homebanner .boximg {
    display: block;
    background-color: #184973;
    width: 100%;
    border-radius: 15px;
    border: 1px dashed #e5ebf5;
    margin: 0.5rem auto;
}

#MainContent .box3homebanner .boximg img {
    border-radius: 15px;
    width: 100%;
}


/*------------------------------------*

MainFooter

*------------------------------------*/

#MainFooter {
    background-color: transparent;
}

#MainFooter a {
    text-decoration: none;
    color: #d9e2e6 !important;
    font-weight: 300;
}

#MainFooter a:hover {
    color: #fff !important;
}

#MainFooter .linecolor {
    height: 2px;
}

#MainFooter .textpc {
    font-weight: 400;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 0.5rem;
}

#MainFooter .copyright {
    background-color: transparent;
    text-align: center;
    padding: 0.25rem;
}

#MainFooter .copyright div {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    font-weight: 400;
}


/*----------------------------------

Footer Menu Mobile

-----------------------------------*/


/*------------ Rich Menu ---------*/

#richmenu {
    position: fixed;
    bottom: -100%;
    width: 100%;
    height: auto;
    padding: 2px;
    background-color: #9a0000;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
}

#richmenu .grid-container {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-gap: 0px;
    padding: 2px;
}

#richmenu .grid-container>a {
    text-align: center;
    color: #fff;
    border: solid 1px #fff;
}

#richmenu .grid-container>a:nth-child(2) {
    border-left: none;
    border-right: none;
}

#richmenu .grid-icon {
    padding: 0.8rem;
}

#richmenu .grid-icon img {
    width: 88%;
    max-width: 120px;
}

#richmenu .grid-text {
    font-size: 90%;
    font-weight: 300;
}

#richmenu_contect {
    position: fixed;
    z-index: 9999;
    bottom: 56px;
    width: 100%;
    height: auto;
    padding: 2px;
    background-color: #292828;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    display: none;
}

#richmenu_contect.active {
    display: block;
}

#richmenu_contect .grid-container {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 0px;
    padding: 2px;
}

#richmenu_contect .grid-container>a {
    text-align: center;
    color: #fff;
    border: solid 1px #8a8a8a;
}

#richmenu_contect .grid-container>a:nth-child(2) {
    border-top: none;
    border-bottom: none;
}

#richmenu_contect .grid-icon {
    padding: 0.8rem;
}

#richmenu_contect .grid-icon img {
    width: 88%;
    max-width: 120px;
}

#richmenu_contect .grid-text {
    font-size: 2rem;
    font-weight: 300;
}

#MobileFooter {
    position: fixed;
    bottom: 0rem;
    width: 100%;
    height: 60px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    z-index: 10000;
    -webkit-transition: bottom 0.5s;
    transition: bottom 0.5s;
    background-image: linear-gradient(to top, #0e2c53, #0a3669, #053f7f, #004996, #0053ae);
}

#MobileFooter .grid-container {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    /*grid-gap: 2px;

  padding: 2px;*/
}

#MobileFooter .grid-container>a {
    text-align: center;
    color: #fff;
}

#MobileFooter .grid-icon img {
    height: 35px;
}

#MobileFooter .grid-icon i {
    font-size: 5.5vw;
}

#MobileFooter .grid-text {
    padding-top: 0rem;
    font-size: 80%;
    font-weight: 200;
}


/*---------- END Footer Menu Mobile -----------*/