body {
  background-image: url("../images/background.png");
  background-repeat: no-repeat;
  background-position: top;
}
.main-body {
  min-height: unset;
}
.slider-section {
  width: 100%;
  margin: 0px auto;
  background-image: url("../images/slider.png");
  background-size: 100% 440px;
  background-repeat: no-repeat;
  height: 440px;
  margin-top: -2px;
  text-align: center;
}
.search-section {
  padding-top: 145px;
}
.search-section .input-div {
  max-width: 535px;
  padding: 0px;
  position: relative;
}
.search-section .search-input {
  margin: 20px 0px 25px 0px;
  background: rgba(255, 255, 255, 0.7);
  padding-right: 60px;
  border: none;
}
.search-section .button-search {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  background-color: transparent;
  border: none;
  top: 20px;
  right: 2px;
}
.search-section .button-search:hover {
  transition: 0.3s;
  transform: scale(1.1);
}
.search-section .button-submit {
  max-width: 140px;
  height: 40px;
  font-family: "OpenSansBold";
}
.search-section .title-search {
  font-size: 18px;
  color: white;
  font-family: "OpenSansBold";
}
.cover-body {
  display: flex;
  justify-content: space-between;
}
.cover-body .left-content {
  width: 380px;
  margin-right: 10px;
  padding-bottom: 10px;
}
.cover-body .left-content .top-section {
  border: 1px solid #af7201;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  color: #333;
  padding: 40px 0px;
  background: url("../images/trongdong_temp.png") no-repeat center top #c5d6ff !important;
  background-position: center;
}
.cover-body .left-content .top-section h5 {
  font-size: 14px;
  font-family: "OpenSansSemiBold";
  text-align: center;
  text-transform: uppercase;
}
.cover-body .left-content .top-section span {
  display: block;
  text-align: center;
}
.cover-body .left-content .bottom-section {
  border: 1px solid lightgrey;
  border-radius: 10px;
  width: 100%;
  height: 350px;
  margin-top: 10px;
  background-color: #f5f5f5;
}
.cover-body .left-content .bottom-section label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  background-color: #dddddd;
  border-radius: 10px 10px 0px 0px;
  font-family: "OpenSansSemiBold";
  font-size: 13px;
  border-bottom: 1px solid var(--main-color);
}
table.top-member {
  font-size: 13px;
  width: calc(100% - 20px);
  margin: 10px;
}
table.top-member th,
table.top-member td {
  border-bottom: 1px solid lightgrey;
  padding: 10px 0px;
}
table.top-member th {
  font-family: "OpenSansSemiBold";
}
table.top-member {
}
.right-content {
  /* width: 800px; */
width: 100%;}
.thongke-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
width: 100%;}
.thongke-section .main-thongke {
  width: 19%;
  height: 130px;
  border: 1px solid #af7201;
  border-radius: 10px;
  background-color: white;
}
.thongke-section .main-thongke ul {
  margin: 0px;
  padding: 20px 0px 0px 25px;
}
.thongke-section .main-thongke ul li {
  list-style: none;
}
.thongke-section .main-thongke label {
  font-family: "OpenSansBold";
}
.thongke-section .main-thongke:first-child span {
  color: var(--main-color);
  font-size: 42px;
  font-family: "OpenSansBold";
  line-height: 1.1em;
}
.thongke-section .main-thongke:not(:first-child) ul li:first-child span {
  font-size: 28px;
  color: var(--main-color);
  font-family: "OpenSansBold";
  line-height: 1.2em;
}
.thongke-section .main-thongke p {
}

.thongke-section .extra-thongke {
  width: 260px;
  height: 130px;
  border: 1px solid #af7201;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 10px;
}
.thongke-section .extra-thongke ul {
  margin: 0px;
  padding: 20px 0px 0px 25px;
}
.thongke-section .extra-thongke ul li {
  list-style: none;
}
.thongke-section .extra-thongke ul li:first-child {
  font-size: 28px;
  color: var(--main-color);
  font-family: "OpenSansBold";
  line-height: 1.2em;
}
.thongke-section .extra-thongke label {
  font-family: "OpenSansBold";
}

.chart-section {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.chart-section .chart {
  border: 1px solid #af7201;
  height: 260px;
  margin-top: 20px;
  border-radius: 10px;
}
.chart-section .left-chart {
  width: 100%;
}
.chart-section .right-chart {
  width: 260px;
  margin-left: 10px;
  flex-shrink: 0;
}

.lienket-section {
  max-width: 860px;
  min-height: 180px;
  border: 1px solid #af7201;
  border-radius: 10px;
  margin: 0px auto;
  margin-top: 30px;
  text-align: center;
  background-color: white;
}
.lienket-section .title-lienket {
  margin-top: 20px;
  font-size: 17px;
  color: var(--main-color);
  font-family: "OpenSansBold";
}
.lienket-section .image-lienket {
  margin-top: 18px;
}
.lienket-section .image-lienket img {
  width: 240px;
  height: 70px;
  cursor: pointer;
  border: 1px solid #af7201;
}
.lienket-section .image-lienket .first-img {
  margin-left: 40px;
}
.lienket-section .image-lienket .last-img {
  margin-right: 40px;
}

@media only screen and (max-width: 1200px) {
  .cover-body {
    flex-direction: column;
  }
  .cover-body .left-content {
    width: 100%;
    margin-bottom: 10px;
  }
  .right-content {
    width: 100%;
  }
  .thongke-section .extra-thongke,
  .thongke-section .main-thongke {
    width: 32%;
    margin-left: 0px !important;
  }
  .image-lienket img {
    margin: 5px 0px;
  }
  .thongke-section .extra-thongke {
    margin-left: 10px;
  }
  .lienket-section .image-lienket .first-img {
    margin-left: 0px;
  }
  .lienket-section .image-lienket .last-img {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 992px) {
  .thongke-section .main-thongke:first-child {
    width: 100%;
    text-align: center;
  }
  .thongke-section .main-thongke {
    width: 49%;
    text-align: center;
    margin-top:10px
  }
  .thongke-section .main-thongke ul {
    padding: 20px 0px 0px 0px;
  }
  .thongke-section .extra-thongke {
    width: 49%;
    text-align: center;
    margin-left: 0px;
  }
  .thongke-section .extra-thongke ul {
    padding: 20px 0px 0px 0px;
  }
  .chart-section .left-chart {
    width: 550px;
  }
  .chart-section .right-chart {
    flex-shrink: unset;
  }
  .slider-section .input-div {
    padding-left: 20px;
  }
  .lienket-section .image-lienket .first-img {
    margin-left: 0px;
  }
  .lienket-section .image-lienket .last-img {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .chart-section {
    flex-direction: column;
  }
  .chart-section .left-chart {
    width: 100%;
  }
  .chart-section .right-chart {
    width: 100%;
    margin: 0px;
  }
  .thongke-section .main-thongke span {
    font-size: 14px;
  }
  .lienket-section .title-lienket {
    margin-top: 10px;
  }
  .lienket-section {
    margin-top: 15px;
    padding-bottom: 10px;
  }
}
