:root {
  --black: #000000;
  --white: #ffffff;
  --theme: #01bbaf;

  --border: #ddd;

  --bg1: #f5f5f5;
  --bg2: #446084;
  --bg3: #c0c0c0;
  --transition: all 0.2s linear;
}

.congaf-contact {
  padding: 0px 0 30px;
}

.congaf-title {
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px;
  font-weight: 600;
}

.congaf-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.congaf-item img {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: auto;
}

.congaf-item .citem-text h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 5px;
}

.congaf-item .citem-text a {
  font-size: 14px;
  color: var(--black);
  transition: var(--transition);
}

.congaf-item .citem-text a:hover {
  color: var(--theme);
}

.congaf-row2 iframe {
  width: 100% !important;
  height: 400px;
}

.congaf-row3 h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.form-box {
  margin-bottom: 20px;
}

.form-box input {
  width: 100%;
  height: 40px;
  border: 1px solid var(--black);
  padding: 0 12px;
}

.form-box textarea {
  height: 148px;
  padding: 10px 12px;
  width: 100%;
  resize: none;
}

.form-box input:hover,
.form-box input:focus {
  outline: none;
}

.form-submit button {
  width: 100%;
  height: 40px;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 5px;
  border: none;
  font-weight: 600;
}

.congaf-faq {
  padding: 30px 0;
}

.panel-head a {
  padding: 10px 15px;
  display: block;
  width: 100%;
  font-size: 18px;
  position: relative;
  border-radius: 4px;
  line-height: 22px;
  background: var(--bg1);
  border: 1px solid var(--border);
}

.panel-head button {
  font-size: 22px;
  font-weight: 600;
  border: none;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  padding: 0;
}

.panel-bodyy {
  padding: 15px;
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 4px 4px;
}

.panel {
  border: none !important;
}

.panel-head a .minus {
  display: block;
}

.panel-head a .plus {
  display: none;
}

.panel-head a.collapsed .minus {
  display: none;
}

.panel-head a.collapsed .plus {
  display: block;
}

.congaf-breadcrumb {
  padding: 5px 0;
}

.congaf-breadcrumb-box {
  padding: 9px 0 0;
}

.congaf-breadcrumb-box li {
  display: inline-block;
  position: relative;
}

.congaf-breadcrumb-box li:not(:last-child) {
  margin-right: 15px;
}

.congaf-breadcrumb-box li:not(:last-child)::after {
  content: "/";
  position: absolute;
  right: -12px;
  top: 0;
  opacity: 0.5;
}

.congaf-breadcrumb-box li:last-child {
  pointer-events: none;
}

.congaf-breadcrumb-box li a {
  font-size: 13px;
  color: var(--black);
  opacity: 0.5;
  transition: var(--transition);
}

.congaf-breadcrumb-box li a:hover {
  opacity: 1;
}

.congaf-breadcrumb-box li:last-child a {
  opacity: 1;
}

.congaf-sort {
  text-align: right;
}

.congaf-sort p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 10px;
}

.congaf-sort select {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 20px;
  border: 1px solid var(--border);
}

.sp-sidebar-item:not(:last-child) {
  margin-bottom: 30px;
}

.itemmm {
  position: relative;
  min-height: 70px;
  padding-left: 75px;
}

.itemmm:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border);
}

.itemmm img {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}

.itemmm .itemmm-text a {
  display: block;
  color: var(--black);
  transition: var(--transition);
}

.itemmm .itemmm-text a:hover {
  color: var(--theme);
}

/* pagination  */
.congaf-pagination-box {
  text-align: center;
  margin-top: 30px;
}

.congaf-pagination-box li {
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid var(--black);
  background-color: transparent;
  color: var(--bg2);
  transition: all 0.3s linear;
  vertical-align: middle;
  padding-top: 7px;
  text-align: center;
  overflow: hidden;
}

.congaf-pagination-box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  font-weight: 600;
}

.congaf-pagination-box .active {
  background-color: var(--bg2);
}

.congaf-pagination-box .active a {
  color: var(--white);
}

.congaf-pagination-box li:hover {
  background-color: var(--bg2);
  color: var(--white);
}

.congaf-pagination-box li:hover a {
  color: var(--white);
}

/* pagination end */
.congaf-sp {
  padding-bottom: 60px;
}

.filter-mb {
  position: fixed;
  left: 0;
  width: 260px;
  max-width: 100%;
  height: 100vh;
  z-index: 999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  transform: translateX(-100%);
}

.filter-mb.open {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 998;
}

.shadow.open {
  opacity: 0.5;
  visibility: visible;
}

.close_filter {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  color: var(--border);
  transform: scale(0.8);
}

.filter-mb-in {
  background: var(--white);
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  padding: 20px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .congaf-title {
    font-size: 22px;
  }

  .congaf-row2 {
    margin-bottom: 30px;
  }

  .congaf-breadcrumb {
    text-align: center;
  }

  .congaf-sort p {
    display: none;
  }

  .congaf-sort {
    text-align: center;
    /* margin-top: 20px; */
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .congaf-sp-list .row-xs-custom {
    margin-left: -7px;
    margin-right: -7px;
  }

  .congaf-sp-list .col-xs-custom {
    padding-left: 7px;
    padding-right: 7px;
  }

  .congaf-breadcrumb-box {
    margin-bottom: 15px;
  }

  .filter_menu {
    width: fit-content;
    margin: 0 auto;
  }

  .filter_menu svg {
    display: inline-block;
    vertical-align: middle;
  }

  .filter_menu span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
  }
}
