body {
  overflow-x: hidden; }

a {
  color: #2595d2;
  cursor: pointer; }
  a:hover {
    text-decoration: none; }

.f13 {
  font-size: 13px; }

.f14 {
  font-size: 14px; }
.f15 {
  font-size: 15px; }

.f16 {
  font-size: 16px; }

.f17 {
  font-size: 17px; }

.f18 {
  font-size: 18px; }

.f20 {
  font-size: 20px; }

.f21 {
  font-size: 21px; }

.f22 {
  font-size: 22px; }

.f24 {
  font-size: 24px; }

.f28 {
  font-size: 28px; }

.f30 {
  font-size: 30px; }

.f36 {
  font-size: 36px; }

.f38 {
  font-size: 38px; }

.f50 {
  font-size: 50px; }

.f52 {
  font-size: 52px; }
.fw500 {
  font-weight: 500;
}
.mtp-15 {
  margin-top: 15px;
}
.mtp-40 {
  margin-top: 40px; 
}
.mtp-20 {
  margin-top: 20px; 
}
.mtp-25 {
  margin-top: 25px; 
}
.mtp-10 {
  margin-top: 10px; 
}
.mbm-30 {
  margin-bottom: 30px; 
}
.mbm-15 {
  margin-bottom: 15px; 
}
.mbm-12 {
  margin-bottom: 12px; 
}
.bg-blue {
  background-color: #074F82; }

.top-head {
  background: url("../images/bg-title.jpg") no-repeat;
  background-size: cover; }

.blue-color {
  color: #2586bf; }

.title-left-blue {
  border-left: 2px solid #2586bf;
  padding-left: 15px; }

.list-blue li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px; }
  .list-blue li::after {
    content: "";
    position: absolute;
    left: 0px;
    width: 18px;
    height: 18px;
    background-color: #2586bf;
    border-radius: 25px;
    top: 4px;
    border: solid 3px #d2deee; }

.pickme {
  background-image: linear-gradient(to right, #228abb, #00ad8c); }
  .pickme .title {
    position: relative;
    padding-bottom: 20px; }
    .pickme .title::before {
      content: "";
      position: absolute;
      width: 10%;
      border-bottom: solid 1px #fff;
      bottom: -5px;
      left: 45%; }

.services {
  margin-top: 80px; }

.list-check .item {
  line-height: 20px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 10px;
  background: url("../images/check.png") no-repeat;
  background-color: #f1f1f2;
  background-position: 10px 10px; }

.call-now .head {
  background-image: linear-gradient(to right, #228abb, #00ad8c);
  position: relative; }
  .call-now .head .free {
    text-transform: capitalize;
    font-size: 21px;
    position: absolute;
    right: -10px;
    background: url("../images/bgfree.png") no-repeat;
    padding: 10px 30px 25px 23px; }
.call-now .body-call {
  background-color: #eaf2f6; }
  .call-now .body-call .item-call {
    background: url("../images/bgli1.png") no-repeat;
    background-position: 0px 10px;
    padding-left: 35px; }

.form-info input::placeholder {
  color: #939598;
  font-size: 14px; }
.form-info .btn-send {
  background-color: #f15a29;
  border-radius: 25px;
  padding: 8px 80px;
  border: none;
  outline: none;
  border-bottom: 3px solid #be1e2d; }

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.custom-checkbox {
  color: #939598; }
  .custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: solid 1px #ccc; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: #fff; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #2196F3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.info-dh {
  background-image: linear-gradient(to right, #228abb, #00ad8c);
  margin-top: 80px; }

.title-left-white {
  border-left: 2px solid #fff;
  padding-left: 15px; }

.list-white li {
  padding-left: 25px;
  background: url("../images/bglistwhite.png") no-repeat;
  background-position: 0px 3px;
  margin-bottom: 10px; }

.silde-member {
  background-color: #f1f1f2;
  padding-top: 80px;
  padding-bottom: 80px; }
  .silde-member .title {
    position: relative;
    padding-bottom: 20px; }
    .silde-member .title::before {
      content: "";
      position: absolute;
      width: 10%;
      border-bottom: solid 1px #228abb;
      bottom: -5px;
      left: 45%; }
  .silde-member .slider {
    margin-top: 40px; }
    .silde-member .slider .item {
      border-radius: 10px;
      padding: 30px 20px;
      margin: 0px 10px;
      width: 90% !important;
      text-align: justify;
      color: #6d6e71;
      background: url("../images/ngoackep.png") no-repeat;
      background-position: right bottom;
      background-color: #fff; }
    .silde-member .slider .slick-next {
      height: 40px;
      width: 40px;
      background-color: #f15a29;
      right: 27px; }
      .silde-member .slider .slick-next::before {
        opacity: 1;
        content: "" !important;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }
    .silde-member .slider .slick-prev {
      height: 40px;
      width: 40px;
      background-color: #f15a29;
      left: 10px;
      z-index: 99999; }
      .silde-member .slider .slick-prev::before {
        opacity: 1;
        content: "" !important;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg); }

.company-info .info {
  padding: 80px 0px;
  box-shadow: 0px 20px 15px -15px #bfc1c3; }
  .company-info .info .maps {
    box-shadow: 0px 0px 25px 0px #ccc;
    border: solid 4px #fff; }

.listbank li {
  padding: 5px 10px; }

footer {
  background-color: #2586bf; }

article footer {
  background-color: #fff !important; }

.top-head-tc {
  background: url("../images/bg-title-tc.jpg") no-repeat;
  background-size: cover; }

.title-right-tc {
  position: relative;
  border-bottom: 2px #ccc solid; }
  .title-right-tc::before {
    content: "";
    width: 25%;
    border-bottom: 2px solid #f9a984;
    bottom: -2px;
    position: absolute; }
  .title-right-tc .right-title {
    position: absolute;
    top: 16px; }

.list-checkgreen .item {
  line-height: 9px;
  padding: 8px 0px 8px 40px;
  margin-bottom: 10px;
  background: url("../images/checkgreen.png") no-repeat;
  background-position: 10px 7px; }

.product-vaythechap {
  background: url("../images/bg-tc.jpg") no-repeat;
  background-size: 100% 100%;
  padding: 80px 0px; }
  .product-vaythechap .title {
    position: relative;
    padding-bottom: 20px; }
    .product-vaythechap .title::before {
      content: "";
      position: absolute;
      width: 10%;
      border-bottom: solid 1px #fff;
      bottom: -5px;
      left: 45%; }

.ldvtc {
  padding: 80px 0px; }
  .ldvtc .box .title-box {
    position: relative; }
    .ldvtc .box .title-box::before {
      content: "";
      position: absolute;
      width: 15%;
      bottom: -10px;
      left: 42%;
      border: solid 1px #f9a984; }

.infodk {
  padding: 80px 0px;
  background-image: linear-gradient(to right, #228abb, #00ad8c); }
  .infodk .box {
    min-height: 305px; }

.contactfree {
  background-image: linear-gradient(to right, #228abb, #00ad8c); }

.list-orange .item {
  padding-left: 20px;
  background: url("../images/bglistorange.png") no-repeat;
  background-position: 0px 5px;
  margin-bottom: 10px;
  color: #6d6e71; }

.registerfree {
  color: #6d6e71;
  padding: 8px 20px;
  background-color: #fff; }

.question {
  background-color: #eaf2f6; }
  .question .list-question .ul .li {
    width: 50%;
    float: left; }
  .question .list-question .question-detail {
    border-radius: 30px; }
    .question .list-question .question-detail .title-question {
      cursor: pointer;
      font-weight: 400;
      font-size: 16px; }
    .question .list-question .question-detail .content-question {
      display: none;
      font-size: 14px;
      margin: 10px;
      font-style: italic; }

#myModal .modal-dialog {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%); }
#myModal .modal-content {
  width: 605px;
  margin: 8% auto 0px; }
  #myModal .modal-content .top {
    position: relative; }
    #myModal .modal-content .top .close {
      position: absolute;
      right: -12px;
      top: -12px;
      opacity: 1;
      outline: none;
      border: none;
      color: #fff;
      background-color: #f69321;
      border-radius: 25px;
      padding: 0px 7px 6px 7px; }
  #myModal .modal-content .bottom {
    padding: 30px 30px 40px 30px;
    background: url("../images/azwhite.png") no-repeat;
    background-color: #1e76bb;
    background-position: 100% 200px; }
    #myModal .modal-content .bottom .btn {
      background-color: #f69321; }

.hotline .item .phone {
  background-color: #8cc541; }
  .hotline .item .phone .icon {
    background-color: #79c044; }
    .hotline .item .phone .icon img {
      transform: translate(25%, -25%); }

.body-register .form-register .top-form {
  background-image: linear-gradient(to right, #228abb, #00ad8c); }
.body-register .form-register .bottom-form {
  background-color: #eaf2f6; }
  .body-register .form-register .bottom-form button {
    position: relative; }
    .body-register .form-register .bottom-form button i {
      position: absolute;
      right: 10px;
      top: 13px; }
.body-register .form-register .item-call {
  background: url("../images/bgli1.png") no-repeat;
  background-position: 0px 10px;
  padding: 10px 0px 10px 35px; }
.body-register ul li {
  margin-left: 0px; }
.body-register a:hover {
  text-decoration: none; }

.who-are-we .title {
  position: relative; }
  .who-are-we .title:before {
    content: "";
    position: absolute;
    bottom: -23px;
    border-bottom: solid 1px #ccc;
    width: 100px; }

.what-do-we-do {
  background: url("../images/intro8.jpg") no-repeat;
  background-size: cover; }
  .what-do-we-do .box {
    position: relative;
    height: 440px; }
    .what-do-we-do .box .title-box {
      background: url("../images/intro2.png") no-repeat;
      position: absolute;
      top: 10px;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 8px 0px;
      text-align: center;
      width: 275px;
      height: 45px; }
    .what-do-we-do .box .list-support li {
      background: url("../images/checkgreen.png") no-repeat;
      padding: 8px 0px 8px 30px;
      background-position: 0px 12px; }

.vision-mission .box .bottom ul li {
  background: url("../images/checkgreen.png") no-repeat;
  padding: 9px 0px 8px 30px;
  background-position: 0px 12px;
  margin-left: 0px; }

.azvay-number {
  background: url("../images/intro9.jpg") no-repeat;
  background-size: cover; }
  .azvay-number .number {
    color: #f8b339; }

.dropdown-toggle::after {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .f20-mb {
    font-size: 20px; }

  .f14-mb {
    font-size: 14px; }

  .f16-mb {
    font-size: 16px; }

  .f18-mb {
    font-size: 18px; }

  .f31-mb {
    font-size: 31px; }

  .top-head {
    background: url("../images/bg-title-mb.jpg") no-repeat;
    background-size: cover; }

  .list-blue li {
    margin-bottom: 8px; }
    .list-blue li::after {
      top: 2px; }

  .pickme {
    background-image: linear-gradient(#228abb, #00ad8c); }
    .pickme .title::before {
      width: 20%;
      left: 40%; }
    .pickme .media {
      width: 80%;
      margin: 0px auto; }

  .services {
    margin-top: 20px; }

  .call-now .head .free {
    text-transform: capitalize;
    font-size: 14px;
    position: absolute;
    right: 0px;
    padding: 5px 15px 5px 15px;
    background-color: #f15a29;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
  .call-now .body-call .item-call {
    background-position: 0px 3px; }

  .form-info .btn-send {
    width: 100%; }

  .info-dh {
    margin-top: 40px;
    background-image: linear-gradient(#228abb, #00ad8c); }

  .list-white li {
    margin-left: -5px; }

  .silde-member {
    padding: 40px 0px; }
    .silde-member .slider .item {
      width: 100% !important; }

  .slick-dots {
    margin-top: 15px;
    bottom: -40px !important; }
    .slick-dots li button:before {
      font-size: 10px; }
    .slick-dots .slick-active button:before {
      color: #f15a29 !important;
      opacity: 1 !important; }

  .company-info .info {
    padding-top: 40px;
    padding-bottom: 40px; }

  .listbank li {
    float: left;
    width: 25%;
    text-align: center;
    min-height: 30px;
    margin-bottom: 10px; }
    .listbank li img {
      max-width: 90%; }

  .title-right-tc .right-title {
    position: relative;
    float: none;
    display: block;
    top: 0px; }

  .list-checkgreen .item {
    line-height: 20px;
    background-position: 10px 12px; }

  .product-vaythechap {
    background: url("../images/bg-tc-mb.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 40px 0px; }

  #myModal {
    padding-right: 0px !important; }
    #myModal .modal-dialog {
      width: 90%;
      top: 48%;
      margin: auto; }
    #myModal .modal-content {
      width: 100%; }
      #myModal .modal-content img {
        max-width: 100%; }
      #myModal .modal-content .top .close {
        right: -5px; }
      #myModal .modal-content .bottom {
        padding: 15px 30px;
        background: unset;
        background-color: #1e76bb; }

  .who-are-we .lineheight {
    line-height: 1.5rem; }

  .what-do-we-do .box {
    height: auto; } }

/*# sourceMappingURL=style.css.map */
