@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
#cpr_container   {
  background-color: #eaf0f4 !important;
}
#cpr_container #inner_container{
  max-width: 100% !important;
  margin-left: 0;
}
.wrapper{
  background-color: #eaf0f4 !important;
  max-width: 1082px;
  margin: auto;
}
.about-page {
  text-align: center;
  padding-top: 50px;
}
.head-page {
  font-weight: bold;
  font-size: 32px;
  color: #191a22;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.sub-head {
  font-size: 16px;
  color: #083651;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin: 15px 0;
}

.content-head {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 40px;
}
.content-head strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.content-head a,
.sub-head a {
  text-decoration: underline !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.form-search {
  background-color: #083651;
  border-radius: 5px;
  text-align: center;
  padding: 40px 0;
}
.title-form {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}
.wclear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.item-form {
  margin-top: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  max-width: 550px;
  margin: auto;
}
.item-form input {
  float: left;
  margin-right: 20px;
  width: 68%;
  border: 1px solid #395e74 !important;
  border-radius: 5px;
  background: none;
  color: #fff;
  padding: 20px 0 20px 10px;
  box-sizing: border-box;
}
.item-form input::placeholder {
  color: #ffff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.item-form button {
  float: left;
  width: calc(30% - 20px);
  background: #b51d1a !important;
  color: #fff !important;
  padding: 20px 0;
  font-family: "Inter", sans-serif;
  font-weight: 500 !important;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  border: none !important;
  border-radius: 10px !important;
}
.video-tutorial {
  text-align: center;
  margin-top: 40px;
}
.mt-20 {
  margin-top: 20px;
}
.iframe-video {
  position: relative;
  margin: 0 auto;
  padding-top: 39%;
  max-width: 750px;
}
.iframe-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box-question {
  margin-top: 50px;
}
.text-center {
  text-align: center;
}
.list-ques ul {
  list-style: none;
  padding: 0 !important;
}
.list-ques ul li {
  background: #fff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.tab-ques {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}
.tab-ques:before {
  position: absolute;
  content: "";
  background: url("../img/icon-show.png");
  width: 23px;
  height: 23px;
  right: 0;
  transform: rotate(180deg);
}
.tab-content {
  display: none;
}
.tab-content p {
  padding-top: 10px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 27px;
}
.list-ques ul li.active {
  border-bottom: 2px solid #98c241;
}
.list-ques ul li.active .tab-ques {
  color: #11557e;
}
.active .tab-ques:before {
  transform: rotate(0deg);
}
.icon-partner {
  margin-top: 40px;
}
.trusted-by {
  text-align: center;
  position: relative;
}
.trusted-by::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  border: 1px solid #dee5eb;
  z-index: 1;
}
.trusted-by span {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  background: #eaf0f4;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}
.fix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}
.wrap-trus {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.item-trus {
  width: calc(100% / 5);
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: center;
}
.item-middle {
  margin-top: 10px;
}
.box-contact {
  max-width: 960px;
  margin: 70px auto 0 auto;
}
.box-info {
  float: left;
  width: 40%;
}
.form-contact {
  float: right;
  width: 55%;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.title-info {
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.item-info {
  border-bottom: 1px solid #999;
}
.item-info:last-child {
  border-bottom: none;
}
.item-info img {
  vertical-align: middle;
  margin-right: 10px;
}
.item-info h5 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 32px;
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 500;
}
.item-info span {
  display: block;
  color: #6c7a83;
  font-weight: 300;
  text-transform: uppercase;
}
.item-info a {
  color: #000;
}
.header-form {
  text-align: center;
  background: #10577e;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 10px 0;
}
.header-form h3 {
  font-size: 30px;
  font-weight: 700;
}
.header-form span {
  font-size: 18px;
}
.main-form {
  padding: 20px 15px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
}
.main-form input {
  border: 1px solid #e3e9eb !important;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.main-form input::placeholder, .once-input textarea {
  font-weight: 300;
}
.item-input {
  width: calc(100% + 10px);
  margin: 0 -5px 5px -5px;
}
.col-input {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}
.col-input {
  margin-bottom: 15px;
}

.once-input textarea {
  border: 1px solid #e3e9eb;
  margin: 15px 0;
  width: 100%;
  padding: 5px 0 0 14px;
}

.button-submit button {
  color: #fff !important;
  background-color: #b51d1a !important;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border: none;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700 !important;
  cursor: pointer;
}
.table-reponsive{
  overflow:  auto;
}
.table-show-result {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin: 60px 0;
}
.table-result {
  width: 100%;
  text-align: center;
  background: #fff;
  border-spacing: unset;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 0.5px solid #dbdddf;
  box-sizing: border-box;
  border-radius: 5px;
  border-right: none;
}
.table-result thead tr {
  background: #083651;
  color: #ffff;
}
.table-result thead th {
  padding: 15px 5px;
  font-weight: 500;
}

.table-result th {
  border-right: 1px solid #dbdddf;
  padding: 5px;
}
.table-result td {
  border-right: 1px solid #dbdddf;
  padding: 12px 5px;
  border-top: 1px solid #dbdddf;
  vertical-align: middle !important;
  font-weight: 500;
}
.font-thin {
  font-weight: 400;
  font-size: 14px;
}
.a-card {
  background: #b51d1a;
  color: #fff !important;
  padding: 7px 17px;
  border-radius: 5px;
}
.duration-active ,.duration-expired {
  position: relative;
  margin-left: 5px;
  padding-left: 10px;
  text-transform: capitalize;
}
.duration-active::before , .duration-expired:before {
  position: absolute;
  content: "";
  background: #a4cf43;
  width: 7px;
  height: 7px;
  top: 6px;
  left: 0;
}
.duration-expired:before{
    background: #b51d1a;
}
.button-back{
    text-align: center;
    margin-top: 30px;
}
.button-back a{
    color: #fff !important;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    padding: 10px 27px;
    display: inline-block;
    background-color: #b51d1a;
    text-transform: uppercase;
    border-radius: 5px;
}
.no-result{
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #b51d1a;
    margin: 30px 0;

}
.d-none{
    display: none !important;
}

/* // UI MOBI */
@media (max-width: 1024px) {
  .wrapper{
    padding: 0 10px;
    box-sizing: border-box;
  }
  .item-form button{
    width: 100%;
  }
  .item-form input{
    width: 100%;
  }
  .item-form{
    padding: 0 10px;
  }
  .box-info{
    width: 100%;
    margin-bottom: 30px;
  }
  .form-contact{
    width: 100%;
  }
  .item-trus{
    width: 50%;
    padding: 0 10px;
    margin: 20px 0;
  }
  .wrap-trus{
    width: calc( 100% + 20px );
    margin: 0 -10px;
  }
  .head-page{
    font-size: 28px;
  }
  .title-info{
    font-size: 28px;
  }
  .col-input{
    width: 100%;
  }
  .ui-page-theme-a .ui-body-inherit{
    border: none !important;
  }
  .title-form{
    font-size: 19px;
  }
  .button-submit button{
    background-image: none !important;
  }
  .once-input textarea{
    min-height: 80px;
  }
  .tab-ques{
    padding-right: 20px;
  }
  .ui-link img{
    display: inline !important;
  }
  .a-card {
    display: block;
    margin-bottom: 5px;

  }
}
@media only screen and (max-width : 1023px) {
  .table-result thead th{
    font-size: 13px;
  }
  .table-result td{
    font-size: 13px;
  }
  .tab-content p {
    font-size: 14px;
  }
}
footer{
  background-color: #125586;
  padding: 40px 0 10px 0;
  width: 100%;
  margin-top: 40px;
}
.wrap-footer{
  max-width: 1082px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  margin: auto;
  box-sizing: border-box;
}
.item-footer{
  float: left;
  box-sizing: border-box;
}
.w30{
  width: 30%;
  padding-right: 42px;
}
.w25{
  width: 25%;
}
.w20{
  width: 20%;
}
.logo-footer{
  max-width: 100%;
  height: auto;
}
.desc-footer{
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    font-weight: 400;
}
.item-footer h3{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 35px;
}
.foot-contact {
  list-style: none;
  padding: 0 !important;
}
.foot-contact  li a{
  display: block;
  color: #fff;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #fff !important;
}
.foot-contact  li a:hover{
  color: #000;
}
.social-foo{
  text-align: center;
}
.coppy-right{
  background-color: #125586;
  text-align: center;
  padding: 40px 0;
  box-sizing: border-box;
  border-top: 1px solid #ffffff10;
}
.coppy-right span{
  font-size: 16px;
  color: #fff;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  display: inline-block;
}
@media only screen and (max-width : 1023px) {
  .item-footer{
    margin-bottom: 15px;
    text-align: center;
  }
  .item-footer.w30{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .item-footer.w25{
    width: 100%;
  }
  .item-footer.w20{
    width: 100%;
  }
  .foot-contact li a{
    font-size: 15px;
  }
  .item-footer h3{
    font-size: 18px;
  }
  .item-footer h3{
    margin-bottom: 10px;
  }
  .desc-footer{
    margin-top: 10px;
  }
  .coppy-right span{
    font-size: 15px;
    margin-bottom: 55px;
    line-height: 23px;
  }
  .wrap-footer{
    padding: 0 10px ;
    box-sizing: border-box;
  }
}