/* download */

.header-inner .text .title-download {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.5;
}

.header-inner .text .sub-title-download {
  width: 100%;
  font-size: 22px;
  line-height: 1.8;
  margin: 0 auto 70px auto;
}

.bg-gray-bro {
  background-color: #dfdfdf;
}

.bg-gray-2-bro {
  background-color: #e9e8e6;
}

.sec-title-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sec-title-container .title {
  font-size: 32px;
  color: #b70022;
  margin-bottom: 25px;
  line-height: 1.5;
}

.sec-title-container .sub-title {
  font-size: 20px;
  color: #444444;
  width: 100%;
  line-height: 1.4;
  margin-bottom: 0;
}

.text-title-banner {
  font-size: 46px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  line-height: 1.5;
}

.text-title-banner::after {
  content: "";
  display: block;
  background-color: #b70021;
  width: 100px;
  height: 5px;
  margin: 30px 0 0;
}

.text-subtitle-banner {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 40px;
}

.btn-line-custom {
  color: #fff;
  background-color: #06c755;
}

.btn-line-custom:hover,
.btn-line-custom:active,
.btn-line-custom:focus,
.btn-line-custom:disabled {
  color: #06c755;
  background-color: transparent;
  border: 1px solid #06c755;
}

.btn-line-custom:hover img,
.btn-line-custom:active img,
.btn-line-custom:focus img,
.btn-line-custom:disabled img {
  filter: invert(58%) sepia(80%) saturate(2721%) hue-rotate(104deg)
    brightness(97%) contrast(95%);
}

.btn-sub-custom {
  background-color: #06c755;
  color: #ffffff;
  border: 1px solid #06c755;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 30px;
  margin-right: 20px;
}

.btn-sub-custom:hover,
.btn-sub-custom:active,
.btn-sub-custom:focus,
.btn-sub-custom:disabled {
  background-color: transparent;
  color: #06c755;
  border: 1px solid #06c755;
}

.btn-sub-custom:hover img,
.btn-sub-custom:active img,
.btn-sub-custom:focus img,
.btn-sub-custom:disabled img {
  filter: invert(58%) sepia(80%) saturate(2721%) hue-rotate(104deg)
    brightness(97%) contrast(95%);
}

.btn-pro-custom {
  background-color: #b80022;
  color: #ffffff;
  border: 1px solid #b80022;
  font-size: 24px;
  font-weight: 400;
  padding: 8px 30px;
}

.btn-pro-custom:hover,
.btn-pro-custom:active,
.btn-pro-custom:focus,
.btn-pro-custom:disabled {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.sec-lpadding-1 {
  padding-left: 70px;
}

.sec-rpadding-1 {
  padding-right: 70px;
}

.banner-img img {
  border-radius: 10px;
}

.responsive-tabs-content {
  margin-bottom: 0;
}

.tabstyle-7 .responsive-tabs {
  display: flex;
  background-color: transparent;
}

.tabstyle-7 .responsive-tabs li {
  flex: 1;
  width: auto;
  text-align: center;
  line-height: 50px;
  padding: 0;
}

.tabstyle-7 .responsive-tabs li a {
  display: block;
  padding: 25px 10px;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
  font-weight: 500;
  color: #666666;
  border-right: 1px solid #fff;
  background-color: #e9e8e6;
}

.tabstyle-7 .responsive-tabs li a:hover,
.tabstyle-7 .responsive-tabs li.active,
.tabstyle-7 .responsive-tabs li.active a {
  color: #fff;
  border-right: 1px solid #b80022;
  background-color: #b80022;
}

.bg2-featurebox-3 {
  margin-bottom: 50px;
  padding: 30px 10px;
  transition: all 0.3s ease-out 0s;
}

.bg2-featurebox-3 .img-box {
  display: flex;
  justify-content: center;
}

.bg2-featurebox-3 .postinfo-box-2 {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

.bg2-featurebox-3 .postinfo-box-2 .title {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  padding-top: 15px;
}

.btn-download-brochure {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  background-color: #020204;
  padding: 6px 30px;
  border-radius: 0;
}

.btn-download-brochure img {
  width: 18px;
  margin-right: 10px;
}

.bg2-featurebox-3:hover {
  border-radius: 10px;
  box-shadow: 0 0px 25px rgb(0 0 0 / 50%);
}

.bg2-featurebox-3:hover .btn-download-brochure {
  color: #ffffff;
  background-color: #b80022;
}

.pagination.style-2 {
  margin: 40px 0 0;
}

.pagination.style-2 > li:first-child > a,
.pagination.style-2 > li:last-child > a {
  background: none;
  border: none;
  color: #040404;
  font-size: 24px;
}

.pagination.style-2 > li > a {
  border-radius: 10%;
  margin-left: 5px;
  margin-right: 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #aaaaaa;
}

.pagination.style-2 > li > a:hover,
.pagination.style-2 > li > span:hover {
  background-color: #f4f2f3;
  border-color: transparent;
  color: #272727;
}

.pagination.style-2 > li > a.active {
  background-color: #b80022;
  border-color: transparent;
  color: #fff;
}

/* modal */

.bg-red-2 {
  background-color: #b70022;
}

.section-less-padding-3 {
  padding: 50px 50px;
}

.modal-body {
  position: relative;
  padding: 0;
  display: flex;
}

.modal-content {
  border-radius: 0;
}
.h-100 {
  height: 100%;
}

.panel-left {
  width: 300px;
  flex-shrink: 0;
  display: flex !important;
}

.panel-right {
  flex: 1;
  display: flex !important;
  flex-direction: column;
}

.title-form {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 60px;
}

.card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.card-footer {
  margin-top: auto;
  padding-top: 1.5rem;
}

.title-form-2 {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}

.title-form-2::after {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 55px;
  height: 2px;
  margin-top: 5px;
}

.title-form-3 {
  color: #b70022;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
}

.subtitle-form-2 {
  color: #ababab;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}

/* form */

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

.mb-30px {
  margin-bottom: 30px;
}

.lable-text-2 {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}

.input-2 {
  display: inline-block;
  background-color: #f5f3f3;
  border: 0;
  color: #bbb;
  height: 50px;
  margin-bottom: 5px;
  padding: 10px 15px;
  transition: all 0.3s ease-out 0s;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.select-box-2 select {
  display: inline-block;
  width: 100%;
  height: 50px;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #f5f3f3;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.select__arrow-2 {
  position: absolute;
  top: 48px;
  right: 25px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}

.border-bottom-input {
  border-bottom: 2px solid #dddddd;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 1px solid #999999;
}

.control--checkbox .control__indicator:after {
  left: 5px;
  top: 2px;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn-submit-form {
  width: 100%;
  height: 52px;
  background: #b70022;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: 500;
}

.btn-submit-form:hover,
.btn-submit-form:active,
.btn-submit-form:disabled {
  background: transparent;
  color: #b70022;
  border: 1px solid #b70022;
}

.form-register {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .modal-dialog {
    margin: 8% auto 8%;
  }
}

@media (max-width: 767px) {
  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 60%;
  }

  .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .modal-dialog {
    width: 70%;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .modal-dialog {
    width: 65%;
  }
}

@media (max-width: 1199px) {
  .tabstyle-7 .responsive-tabs li a {
    font-size: 16px;
    padding: 15px 10px;
  }

  .modal-body {
    display: block;
  }

  .panel-left {
    width: 100%;
  }

  .map-top-command {
    position: relative;
    left: 0;
    top: 0;
    background-color: #ffffff;
    padding: 3rem;
    margin-bottom: 15px;
    border-radius: 0.5rem;
    max-width: 100%;
  }

  .header-inner .text .title-download {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .header-inner .text .sub-title-download {
    font-size: 16px;
    line-height: 1.5;
  }

  .sec-title-container .title {
    font-size: 24px;
  }

  .sec-title-container .sub-title {
    font-size: 16px;
  }

  .text-title-banner {
    font-size: 30px;
  }

  .text-subtitle-banner {
    font-size: 16px;
  }

  .btn-sub-custom {
    font-size: 18px;
    margin-right: 0;
  }

  .btn-pro-custom {
    font-size: 18px;
  }

  .sec-lpadding-1 {
    padding-left: 15px;
  }

  .sec-rpadding-1 {
    padding-right: 15px;
  }

  .moblie-padding {
    margin-bottom: 40px;
  }

  .pagination.style-2 > li:first-child > a,
  .pagination.style-2 > li:last-child > a {
    font-size: 20px;
  }

  .pagination.style-2 > li > a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }

  .title-form-3 {
    font-size: 24px;
  }

  .subtitle-form-2 {
    font-size: 12px;
  }

  .title-form {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .responsive-tabs li {
    display: block;
  }
}
