
@media (min-width: 600px) {
  #reloadMobile {
      height: 700px;
  }
}

@media (max-width: 600px) {
  #reloadMobile {
      height: 500px;
  }
}

.table-container {
  display: table;
  width: 100%;
  height: 400px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.boxcard {
  border: 0px solid;
  padding: 10px;
  box-shadow: 0px 2px 20px #eee;
  padding: 30px 10px 30px 15px;
  min-height: 400px;
  margin: 10px;
}

.line-red-mar {margin:15px 0;}

.minh300 {min-height: 300px;}

.sectionabout2 {padding-bottom: 200px;background-image: url('/image/bg__purpose.png'); background-position: bottom center;}
.sectionabout3 {background-image: url('/image/bg__vision.png');}
.sectionabout3 .table-container {min-height: 300px;}

.bgF3 {background:#f3f3f3;}
.bgF6 {background:#f6f6f6;}

.padt20 {padding-top: 20px;}
.padt25 {padding-top: 25px;}
.padt30 {padding-top: 30px;}
.padt100 {padding-top: 100px;}

.padb100 {padding-bottom:100px}

.pad80 {padding:80px;}
.pad100 {padding: 100px;}

.fontw600 {font-weight: 600;}

.txtc_ff0 {color: #ff0000;}

