@charset "utf-8";

.logofull {
    display: block !important;
}
.logomin {
    display: none !important;
}
.imgfull {
    display: block !important;
}
.imgmin {
    display: none !important;
}

.max1920 {
    max-width: 1920px;
}
.max1640 {
    max-width: 1640px;
}
.max1500 {
    max-width: 1500px;
}
.max1580 {
  max-width: 1580px;
}
.max1410 {
    max-width: 1410px;
}
.max1360 {
    max-width: 1360px;
}
.max1280 {
    max-width: 1280px;
}
.max1130 {
    max-width: 1130px;
}
.max1050 {
    max-width: 1050px;
}
.max980 {
    max-width: 980px;
}
.max900 {
    max-width: 900px;
}
.max780 {
    max-width: 780px;
}
.max680 {
  max-width: 680px;
}
.py_10rem {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.pt_10rem {
  padding-top: 16rem;
}
.pb_10rem {
  padding-bottom: 16rem;
}
.pb_18rem {
  padding-bottom: 18rem;
}
.tbl_line {
  border-top: 1px solid #BFBDC0 !important;
}
.spacer {
  color: #FF0004;
  font-size: 0.6rem;
  line-height: 0.6rem;
}




@media (max-width: 767px){
.btn_blue a:hover, .btn_blue a:active, .btn_blue a:focus {
    background-color: #465466;
    padding-right: 0px;
    color: #FFFFFF;
}
.logofull {
    display: none !important;
}
.logomin {
    display: block !important;
}
.py_10rem {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.pt_10rem {
  padding-top: 10rem;
}
.pb_10rem {
  padding-bottom: 10rem;
}
}



@media (max-width: 575px){
.imgfull {
    display: none !important;
}
.imgmin {
    display: block !important;
}
.btn_full_width {
  width: 100% !important;
}


}
