.contact_list .box {
  margin-top: 0;
}

.table-border {
  border-top: 1px solid #777777;
  display: flex;
}

#contentBody .table-border:nth-child(1) {
  border-bottom: 1px solid #777777;
}

.table-border .table_left {
  padding: 16px 10px 14px;
  min-width: 100px;
}

.table-border .table_right {
  padding: 16px 10px 14px;
}

.colorRed {
  color: red;
}

.accordion__head {
  display: flex;
  justify-content: space-between;
}
.faq .faq__item:first-child {
  border-top: 1px solid #dad8d6;
}
.faq .faq__item {
  border-bottom: 1px solid #dad8d6;
}
.faq .faq__item__q {
  position: relative;
  padding: 22px 10px 10px 55px;
  cursor: pointer;
}

.faq .faq__item__q .item__q__body:before {
  content: "Q.";
  position: absolute;
  top: 16px;
  left: 11px;
  display: inline-block;
  font-size: 200%;
  line-height: 100%;
  color: #00549f;
}

.faq .faq__item__a .item__a__body {
  position: relative;
  padding: 5px 10px 10px 55px;
}

.faq .faq__item__a .item__a__body:before {
  content: "A.";
  position: absolute;
  top: 6px;
  left: 11px;
  display: inline-block;
  font-size: 200%;
  line-height: 100%;
  color: #d13f43;
}
#overviewOne {
  display: none;
}

.faq__item__a {
  display: none;
}

.step {
  display: block;
}
.faq #txt img {
  top: 0px;
  left: 0;
}
#txt {
  position: absolute;
  top: 29px;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
}

.faq #txt2 img {
  top: 0px;
  left: 0;
}
#txt2 {
  position: absolute;
  top: 29px;
  right: 10px;
  display: block;
  width: 14px;
  height: 14px;
}

.border_top {
  border-top: 1px solid #777777;
  margin: 0;
  padding: 50px 0 20px 0;
}

.visit_material .mt-50 {
  margin: 50px 0 20px 0;
}

.list_pdf {
  width: 100%;
  border-bottom: 1px solid #dad8d6;
}

.list_pdf_item {
  display: flex;
  gap: 50px;
  width: 100%;
  padding: 20px 10px;
  border-top: 1px solid #dad8d6;
}

.list_pdf_item a {
  width: 30%;
}

@media (max-width: 720px) {
  .table-border {
    display: block;
  }
}

.selectDonate h3 {
  margin-top: 0;
}
.selectDonate .tabPanel .box {
  margin: 40px 0;
}

body .w300 {
  max-width: 300px;
}

.mt-20 {
  margin-top: 20px;
}

.text_right {
  text-align: right;
}

.tabContent {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .tabContent {
    margin-top: 54px;
  }
}

.menuBox {
  padding: 0 16px;
}
.overviewOne {
  display: flex;
}
.menuBoxResult {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menuBoxResult img {
  width: 15px;
  height: 15px;
}

.menuBoxIconRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuBoxItem img {
  width: 15px;
  height: 15px;
}

.component .menuBoxItem hr.line {
  border: 1px solid #d9d9d6;
  margin: 16px 0;
}

#localNav .menuBox .menuBoxResult,
#localNavMobile .menuBox .menuBoxResult {
  border: none;
}

#localNav .menuBox .menuBoxResult p,
#localNavMobile .menuBox .menuBoxResult p {
  border: none;
}

#localNav .menuBox .menuBoxItem a,
#localNavMobile .menuBox .menuBoxItem a {
  padding: 0;
  border: none;
  background: none;
}

.menuAlignCenter {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menuAlignCenter img {
  width: 15px;
  height: 15px;
}

#show2 {
  display: none;
}
#overview {
  display: none;
}
#show1,
#show2_1 {
  display: block;
}

#show2,
#show2_2 {
  display: none;
}
#overview,
#overview2,
#overviewOne {
  display: none;
}
.menuBoxIconRight:nth-child(1) {
  margin-bottom: 16px;
  margin-top: 0;
}
.menuBoxIconRight {
  margin: 16px 0;
}

.menuBoxIconRight:nth-last-child(1) {
  margin: 16px 0 24px 0;
}
#localNav .backgoundImgNone a,
#localNavMobile .backgoundImgNone a {
  background: none;
  padding: 24px 16px;
}

.backgoundImgNone {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #localNav p.login,
  #localNav p.logout,
  #localNavMobile p.login,
  #localNavMobile p.logout{
    margin-bottom: 14px;
  }
  .menuListSuport {
    display: none;
  }
}
