.bg-blue {
  background-color: #fff;
}

.card-info-body {
  border-top: 3px solid #fff;
  margin-bottom: 8px;
}

.outer-wrapper {
  padding: 15px;
}

.list-group-unstyled {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  text-align: justify;
}
.list-group-unstyled li:not(:last-child) {
  border-bottom: 1px dotted #000;
  padding-bottom: 7px;
  margin-bottom: 6px;
}
.list-group-unstyled li a {
  color: #000 !important;
}
.list-group-unstyled li a:hover {
  color: #31bde3 !important;
}
.list-group-unstyled li a:before {
  content: "\00bb";
  margin-right: 4px;
}

.list-group-ordered {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0 !important;
  padding: 0;
  text-align: justify;
}
.list-group-ordered li {
  border: 1px solid #85bcff;
  margin-top: -1px;
  padding: 10px;
}
.list-group-ordered li:not(:last-child) {
  border-bottom: none;
}
.list-group-ordered li:not(:first-child) {
  border-top: none;
}
.list-group-ordered li a {
  color: #030303 !important;
}
.list-group-ordered li:nth-child(2n) {
  background-color: #e0f0ff;
}

.viewer {
  color: #e10000;
  padding-top: 4px;
}
.viewer i {
  color: #999999;
}

.send-question {
  padding: 15px 10px;
  border: 1px solid #85bcff;
  margin-bottom: 15px;
}
.send-question .btncs {
  min-width: 120px;
}

.w-form-row {
  margin-bottom: 10px;
}
.w-form-row .form-label {
  color: #1f1f1f;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .w-form-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .w-form-row .form-label {
    text-align: right;
    padding: 0 10px;
    -ms-flex: 0 190px;
    flex: 0 0 190px;
    max-width: 190px;
    margin-bottom: 0;
  }
  .w-form-row .form-field {
    -ms-flex: 0 calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    max-width: calc(100% - 190px);
  }
}

.tip-star {
  color: #ff0000;
}

.inputs {
  border-radius: 5px !important;
  max-width: 490px !important;
  height: 32px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  width: 100% !important;
  box-shadow: none;
  margin-bottom: 0 !important;
}

textarea.inputs {
  height: auto !important;
}

@media (min-width: 360px) {
  .captcha {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .captcha .captcha-column:not(:last-child) {
    margin-right: 8px;
  }
}
.captcha .inputs {
  max-width: 108px !important;
  height: 37px !important;
}

.term-wrapper {
  height: 250px;
  overflow: scroll;
  text-align: left;
  border: 1px solid #85bcff;
  margin-bottom: 16px;
}
.term-wrapper > h3 {
  font-size: 18px;
}

.tip {
  margin-bottom: 10px;
}

.chk-tick {
  margin-bottom: 10px;
}
.chk-tick input {
  position: relative;
  top: -2px;
}

.btncs {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-blue {
  background-color: #008dc2;
  border-color: #008dc2;
  color: #fff;
}

.online-inquiry {
  margin-bottom: 20px;
}

.form-inquiry {
/*   border: 1px solid #85bcff;
  background: #64b2ff;
  background: -moz-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 178, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to top, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b2ff', endColorstr='#ffffff', GradientType=0 );
  padding: 20px 10px; */
  margin-top: 5px;
}
@media (min-width: 992px) {
  .form-inquiry {
    /* padding-left: 20px;
    padding-right: 20px; */
  }
}
.form-inquiry .btn-blue {
  min-width: 124px;
}

@media (min-width: 992px) {
  .row-form-inquiry {
    display: flex;
    flex-wrap: wrap;
  }
  .row-form-inquiry .form-inquiry-left {
    -ms-flex: 0 65.66347%;
    flex: 0 0 65.66347%;
    max-width: 65.66347%;
    border-right: 1px solid #94c1ec;
  }
  .row-form-inquiry .form-inquiry-right {
    -ms-flex: 0 calc(100% - 65.66347%);
    flex: 0 0 calc(100% - 65.66347%);
    max-width: calc(100% - 65.66347%);
  }
}
@media (min-width: 768px) {
  .row-form-inquiry .w-form-row .form-label {
    -ms-flex: 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
  }
  .row-form-inquiry .w-form-row .form-field {
    -ms-flex: 0 calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .row-form-inquiry .form-inquiry-left-wrapper {
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .row-form-inquiry .form-inquiry-left-wrapper {
    padding-right: 30px;
  }
}

.ico-4 {
  background-image: url(../img/front/ico-4.png);
  width: 55px;
  height: 51px;
}

.ico-5 {
  background-image: url(../img/front/ico-5.png);
  width: 12px;
  height: 12px;
}

.ico-6 {
  background-image: url(../img/front/ico-6.png);
  width: 20px;
  height: 20px;
}

.ico-7 {
  background-image: url(../img/front/ico-7.png);
  width: 23px;
  height: 13px;
}

.ico-8 {
  background-image: url(../img/front/ico-8.png);
  width: 47px;
  height: 44px;
}

.ico-9 {
  background-image: url(../img/front/ico-9.png);
  width: 26px;
  height: 26px;
}

.ico-10 {
  background-image: url(../img/front/ico-10.png);
  width: 17px;
  height: 10px;
}

.send-inquiry {
  border-top: 1px solid #94c1ec;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .send-inquiry {
    padding-left: 25% !important;
  }
}
@media only screen and (min-width: 992px) {
  .send-inquiry {
    margin-left: 30px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    flex-direction: row;
    padding-left: 0 !important;
    padding-top: 0;
    border-top: none;
  }
}
.send-inquiry .btn-blue {
  position: relative;
  margin: 14px 0 22px;
  min-width: 164px;
  text-align: left;
  padding-left: 58px;
}
.send-inquiry .btn-blue i {
  position: absolute;
  left: -5px;
  top: -13px;
}

.list-questions .title-style-1 {
  margin-bottom: 8px;
}
.list-questions .table {
    border: 1px solid #85bcff !important;
    border-left-width: 0 !important;
}
.list-questions .table thead tr {
/*   background: #64b2ff;
  background: -moz-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 178, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to top, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b2ff', endColorstr='#ffffff', GradientType=0 ); */
}
.list-questions .table thead th {
  color: #014f91;
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
  border-width: 1px;
}
.list-questions .table th, .list-questions .table td {
  border-color: #85bcff;
  border-right: none;
  border-bottom: none;
}
.list-questions .table td a:not(:hover) {
  color: #000 !important;
}
.list-questions .table tbody tr:nth-child(2n+2) {
/*   background: #64b2ff;
  background: -moz-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 178, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(bottom, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to top, rgba(100, 178, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b2ff', endColorstr='#ffffff', GradientType=0 ); */
}

.online-inquiry-detail .title-style-1 {
  margin-bottom: 10px;
}
.online-inquiry-detail .inner {
  border: 1px solid #85bcff;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .online-inquiry-detail .inner {
    padding: 30px;
  }
}

.inquiry-detail {
  margin-bottom: 45px;
}

.question {
  margin-bottom: 30px;
}
.question h2 {
  font-size: 22px;
  color: #002d64;
  font-weight: normal;
  margin: 0 0 10px;
}
.question .meta-tag {
  border-bottom: 1px solid #85bcff;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
.question .meta-tag span {
  display: block;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .question .meta-tag span {
    display: inline-block;
    margin-bottom: 0;
  }
}
.question .meta-tag span:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (min-width: 1200px) {
  .question .meta-tag span:not(:last-child) {
    margin-right: 45px;
  }
}
.question .meta-tag span i {
  margin-right: 7px;
}
.question .desc {
  font-size: 18px;
}

.anwers h2 {
  text-transform: uppercase;
  margin: 0 0 35px;
  line-height: 37px !important;
  color: #011a53;
  font-size: 22px;
  padding-left: 46px;
  margin-left: 16px;
  position: relative;
  background: url(../img/bg/line.png) repeat;
  font-weight: normal;
}
.anwers h2 i {
  position: absolute;
  top: 0;
  left: -16px;
}
.anwers p {
  margin-bottom: 20px;
}
.anwers .print a:not(:hover) {
  color: #000 !important;
}
.anwers .print a i {
  margin-right: 7px;
  vertical-align: middle;
}

.other-quetions h3 {
  margin: 0 0 23px;
  font-size: 21px;
  font-weight: normal;
  border-bottom: 1px solid #64b2ff;
  border-top: 1px solid #64b2ff;
  padding: 8px 0 6px;
}
.other-quetions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.other-quetions ul li:not(:last-child) {
  border-bottom: 1px dotted #7f7f7f;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.other-quetions ul li a {
  margin-right: 25px;
}
.other-quetions ul li a:not(:hover) {
  color: #000 !important;
}
.other-quetions ul li a:before {
  content: "\00bb";
  margin-right: 2px;
}
.other-quetions ul li span {
  color: #e10000;
  font-size: 14px;
}

.group-select-button .btncs {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .group-select-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .group-select-button select {
    border-radius: 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0;
  }
  .group-select-button .btncs {
    margin-left: 6px;
    margin-top: 0;
  }
}
.title-line{
	margin-bottom: 0 !important;
}
.list-questions{
    margin-top: 10px;
}