h2 {
  font-weight: 700;
  font-size: 42px;
  line-height: 132%;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}

.block-1 {
  margin-top: 40px;
}

.block-1 .grid-list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.block-1 .grid-list .item-pro {
  display: block;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
          box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
  border-radius: 20px;
  background-color: #fff;
}

.block-1 .grid-list .item-pro .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.block-1 .grid-list .item-pro .img-box img {
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.block-1 .grid-list .item-pro .info {
  padding: 30px;
}

.block-1 .grid-list .item-pro .info .name {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 20px;
}

.block-1 .grid-list .item-pro .info .address,
.block-1 .grid-list .item-pro .info .area {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}

.block-1 .grid-list .item-pro .detail {
  font-weight: 700;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
  color: #304498;
  text-align: right;
  background-color: unset;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  grid-gap: 20px;
}

.block-1 .grid-list .item-pro .detail:focus {
  outline: none;
}

.block-1 .grid-list .item-pro:hover {
  background: #304498;
  border-radius: 16px;
}

.block-1 .grid-list .item-pro:hover .info .name, .block-1 .grid-list .item-pro:hover .info .address, .block-1 .grid-list .item-pro:hover .info .area, .block-1 .grid-list .item-pro:hover .info .detail {
  color: #fff !important;
}

.block-1 .grid-list .item-pro:hover .info .name svg, .block-1 .grid-list .item-pro:hover .info .address svg, .block-1 .grid-list .item-pro:hover .info .area svg, .block-1 .grid-list .item-pro:hover .info .detail svg {
  -webkit-filter: sepia(1) brightness(10);
          filter: sepia(1) brightness(10);
}

.block-1 .grid-list .item-pro:hover .info .name svg path, .block-1 .grid-list .item-pro:hover .info .address svg path, .block-1 .grid-list .item-pro:hover .info .area svg path, .block-1 .grid-list .item-pro:hover .info .detail svg path {
  stroke: #fff;
}

.block-1 a:hover {
  text-decoration: none;
}

.modal {
  z-index: 10000 !important;
}

.modal .modal-dialog {
  width: 40%;
  max-width: 100% !important;
  position: relative;
  z-index: 10000;
}

.modal .modal-dialog .modal-content {
  border-radius: 20px;
  border: none !important;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
  border-radius: 20px;
}

.modal .modal-dialog .modal-content .modal-body button {
  position: absolute;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  right: 0;
}

.modal .modal-dialog .modal-content .modal-body .img-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 500px;
  border-radius: 20px 20px 0px 0px;
}

.modal .modal-dialog .modal-content .modal-body .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0px 0px;
}

.modal .modal-dialog .modal-content .modal-body .info {
  padding: 20px 30px;
}

.modal .modal-dialog .modal-content .modal-body .info .description,
.modal .modal-dialog .modal-content .modal-body .info .address,
.modal .modal-dialog .modal-content .modal-body .info .area {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.6);
}

.modal .modal-dialog .modal-content .modal-body .info .address,
.modal .modal-dialog .modal-content .modal-body .info .area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 20px;
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .info .address p,
.modal .modal-dialog .modal-content .modal-body .info .area p {
  margin-bottom: 0 !important;
}

.block-2 {
  margin-top: 60px;
}

.block-2 .slide {
  margin-top: 20px !important;
}

.block-2 .slide .owl-dots {
  display: none !important;
}

.block-2 .slide .item {
  display: block;
  border-radius: 20px;
}

.block-2 .slide .item .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.block-2 .slide .item .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}

.block-2 .slide .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block-2 .slide a:hover {
  text-decoration: none;
}

h2 {
  font-weight: 700 !important;
  font-size: 42px !important;
  line-height: 132% !important;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87) !important;
  margin-bottom: 30px !important;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-gap: 40px;
  margin-top: 30px;
}

.download .download-btn {
  background: #4158b8;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
          box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 18px 30px;
  width: calc(100% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.download .download-btn a {
  color: #fff !important;
}

.download:hover {
  cursor: pointer;
}

.download-1 {
  margin: 40px 0px;
}

.download-1 .download-btn {
  background: #4158b8;
  -webkit-box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
          box-shadow: 10px 10px 40px rgba(21, 33, 86, 0.16);
  border-radius: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  color: #ffffff !important;
  padding: 18px 30px;
  display: table;
  margin: auto;
}

.download-1 .download-btn a {
  color: #fff !important;
}

.download-1 .download-btn svg {
  margin-left: 30px;
}

.dau-tu-bl1 {
  margin-top: 40px;
}

.dau-tu-bl1 .image {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.dau-tu-bl1 .image img {
  width: 100%;
  height: 100%;
}

.dau-tu-bl2 {
  margin-top: 40px;
}

.dau-tu-bl2 .btgrid {
  margin-bottom: 115px;
}

.dau-tu-bl2 .btgrid .col .content {
  background: #ffffff;
  -webkit-box-shadow: 10px 10px 40px #152156;
          box-shadow: 10px 10px 40px #152156;
  border-radius: 40px;
  position: relative;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dau-tu-bl2 .btgrid .col .content .img-box-1 {
  position: absolute;
  left: -50px;
}

.dau-tu-bl2 .btgrid .col .content .text-1 {
  padding: 0px 60px 0px 150px;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #304498;
}

.dau-tu-bl2 .btgrid .col .content .img-box-2 {
  position: absolute;
  right: -50px;
}

.dau-tu-bl2 .btgrid .col .content .text-2 {
  padding: 0px 150px 0px 60px;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #304498;
}

.xddd-bl1 {
  margin-top: 40px;
}

.xddd-bl1 img {
  width: 100%;
  height: auto;
}

.xddd-bl2 {
  margin-top: 40px;
}

.xddd-bl2 .slide {
  margin-top: 20px !important;
}

.xddd-bl2 .slide .owl-dots {
  display: none !important;
}

.xddd-bl2 .slide .item {
  display: block;
  border-radius: 20px;
}

.xddd-bl2 .slide .item .img-box {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}

.xddd-bl2 .slide .item .img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
}

.xddd-bl2 .slide .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.xddd-bl2 .slide a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

@media all and (max-width: 1000px) {
  .block-1 .grid-list {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 767px) {
  .tien-ich {
    width: 100% !important;
  }
  .block-1 .grid-list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .modal .modal-dialog {
    width: 90%;
    margin: 35px auto;
  }
  .download {
    grid-gap: 20px;
  }
  .download .download-btn {
    font-size: 14px;
    text-align: center;
    padding: 10px !important;
  }
  .download .download-btn svg {
    display: none;
  }
  .dau-tu-bl2 .btgrid .row-1 {
    grid-gap: 100px;
  }
  .dau-tu-bl2 .btgrid .col .content .img-box-1 {
    width: 150px;
    height: auto;
    left: -30px;
  }
  .dau-tu-bl2 .btgrid .col .content .img-box-1 img {
    width: 100%;
    height: 100%;
  }
  .dau-tu-bl2 .btgrid .col .content .img-box-2 {
    width: 150px;
    height: auto;
    right: -30px;
  }
  .dau-tu-bl2 .btgrid .col .content .img-box-2 img {
    width: 100%;
    height: 100%;
  }
  .dau-tu-bl2 .btgrid .col .content .text-1 {
    padding: 0px 10px 0px 120px;
    font-size: 14px;
    line-height: normal;
  }
  .dau-tu-bl2 .btgrid .col .content .text-2 {
    font-size: 14px;
    line-height: normal;
    padding: 0px 120px 0px 10px;
  }
}
/*# sourceMappingURL=detail.css.map */