.from-search {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 0;
}
.from-search .form-area {
  width: 560px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  padding: 28px 32px;
}
.from-search .form-area form {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.from-search .form-area label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.87);
}
.from-search .form-area input {
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 15px;
  font-size: 14px;
  height: 46px;
}
.from-search .form-area input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.from-search .form-area input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.from-search .form-area input::placeholder {
  color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.from-search .form-area input:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(198, 0, 36, 0.6);
  border-color: #C60024;
}
.from-search .form-area .form-box {
  width: 100%;
}
.from-search .form-area .form-box.form-half {
  width: calc(50% - 8px);
}
.from-search .form-area .form-btn {
  width: 100%;
  border: none;
  outline: none;
  height: 48px;
  background: #C60024;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  grid-gap: 12px;
  text-transform: uppercase;
}

.form-coe-visa nav {
  border-bottom: 1px solid #FFFFFF;
  margin-bottom: 30px;
}
.form-coe-visa nav span {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.form-coe-visa nav .nav-tabs {
  border: none;
}
.form-coe-visa nav button {
  border: none;
  height: 48px;
  padding: 5px 40px;
  font-weight: 600;
  color: #808285;
  text-transform: uppercase;
  border: none !important;
}
.form-coe-visa nav button.active {
  color: #C60024 !important;
  border: none !important;
  border-radius: 0 !important;
}
.form-coe-visa nav button:hover {
  color: #C60024 !important;
  border: none !important;
  border-radius: 0 !important;
}
.form-coe-visa .form-area .form-box:nth-child(1) {
  width: calc(50% - 8px);
}
.form-coe-visa .form-area .form-box:last-child {
  width: 100%;
}

.block-home {
  padding: 48px 0;
}
.block-home .title-block {
  margin-bottom: 25px;
}
.block-home .title-block h2 {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: #C60024;
  margin: 0;
}
.block-home .title-block a {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  grid-gap: 5px;
}
.block-home .title-block a svg {
  transition: 0.1s ease-in-out;
}
.block-home .title-block a:hover {
  color: #C60024;
}
.block-home .title-block a:hover svg {
  fill: #C60024;
}

.block-description {
  padding: 48px 0 24px;
}
.block-description h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #C60024;
  margin-bottom: 25px;
  line-height: 140%;
}
.block-description .list-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  grid-gap: 40px;
}
.block-description .item {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  transition: 0.3s ease-in-out;
}
.block-description .item .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
}
.block-description .item .icon img {
  position: absolute;
  transition: 0.3s ease-in-out;
}
.block-description .item .icon svg {
  transition: 0.3s ease-in-out;
}
.block-description .item:hover {
  color: #C60024;
}
.block-description .item:hover .icon {
  transform: translateY(-20px);
}
.block-description .item:hover .icon img {
  filter: sepia(1) brightness(10);
}
.block-description .item:hover .icon svg {
  fill: #C60024;
}
.block-description .item:hover .icon svg g g g {
  filter: none !important;
}

.list-job .item-job {
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  transition: 0.3s ease-in-out;
}
.list-job .item-job .img {
  overflow: hidden;
}
.list-job .item-job img {
  border-radius: 4px 4px 0 0;
  transition: 0.2s ease-in-out;
}
.list-job .item-job .content-job {
  border-radius: 0 0 4px 4px;
  background: #fff;
  padding: 25px;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .name-job {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .info-job {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: 15px auto;
  grid-gap: 10px;
  align-items: center;
  line-height: normal;
  color: rgba(0, 0, 0, 0.6);
  transition: 0.3s ease-in-out;
}
.list-job .item-job .info-job svg path {
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #C60024;
  grid-gap: 8px;
  margin-bottom: 0;
  position: relative;
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job svg {
  transition: 0.3s ease-in-out;
}
.list-job .item-job .detail-job svg path {
  transition: 0.3s ease-in-out;
}
.list-job .item-job:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.list-job .item-job:hover img {
  transform: scale(1.05);
}
.list-job .item-job:hover .content-job {
  background: #C60024;
}
.list-job .item-job:hover .name-job {
  color: #fff;
}
.list-job .item-job:hover .info-job {
  color: #fff;
}
.list-job .item-job:hover .info-job svg path {
  stroke: #fff;
}
.list-job .item-job:hover .detail-job {
  color: #fff;
}
.list-job .item-job:hover .detail-job svg {
  transform: translateX(150px);
}
.list-job .item-job:hover .detail-job svg path {
  fill: #fff;
}

.list-employer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px;
}
.list-employer .item-employer {
  background: #FFFFFF;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: 0.1s ease-in-out;
}
.list-employer .item-employer img {
  width: 175px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.list-employer .item-employer:hover {
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.1);
}

.block-schedule {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.block-schedule .table-schedule {
  margin-bottom: 0;
}
.block-schedule .table-schedule > :not(:first-child) {
  border: none;
}
.block-schedule .table-schedule th {
  background: #808285;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #F8F8F9;
  height: 48px;
  vertical-align: middle;
  padding: 5px 15px;
}
.block-schedule .table-schedule th:first-child {
  border-radius: 4px 0 0 0;
}
.block-schedule .table-schedule th:last-child {
  width: 240px;
  border-radius: 4px 0 0 0;
}
.block-schedule .table-schedule td {
  height: 48px;
  padding: 5px 15px;
  vertical-align: middle;
  background: #fff;
  border: 2px solid #F8F8F9;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
}
.block-schedule .table-schedule td:nth-child(2) {
  color: #C60024;
  text-transform: uppercase;
}
.block-schedule .table-schedule tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}
.block-schedule .table-schedule tr:last-child td:last-child {
  border-radius: 0 0 4px 0;
}
.block-schedule .table-schedule .name-job {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.list-slide-home .owl-stage {
  padding: 20px 0;
}
.list-slide-home .owl-nav {
  position: absolute;
  top: 50%;
  margin: 0 !important;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
}
.list-slide-home .owl-nav button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #FFFFFF !important;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.08);
  border-radius: 100% !important;
  color: #C60024 !important;
  margin: 0 !important;
  border: none;
  transition: 0.3s ease-in-out;
}
.list-slide-home .owl-nav button.owl-next {
  right: -24px;
}
.list-slide-home .owl-nav button.owl-prev {
  left: -24px;
}
.list-slide-home .owl-nav button:hover {
  box-shadow: none;
  color: #fff !important;
  background: #C60024 !important;
}

.list-members .item-members {
  box-shadow: 10px 12px 20px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.list-members .item-members .img {
  background: linear-gradient(0deg, #A8001F 32px, #C60024 32px);
  height: 290px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.list-members .item-members .img img {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  max-height: 100%;
  transform: translateX(-50%);
}
.list-members .item-members .content-members {
  padding: 25px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
.list-members .item-members .content-members .name-members {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 8px;
  transition: 0.3s ease-in-out;
}
.list-members .item-members .content-members .class-members {
  font-size: 13px;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.38);
  transition: 0.3s ease-in-out;
}
.list-members .item-members .content-members .description-members {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 21px;
  height: 147px;
  transition: 0.3s ease-in-out;
}
.list-members .item-members:hover {
  box-shadow: none;
}
.list-members .item-members:hover .img {
  background: linear-gradient(0deg, #A8001F 32px, #A8001F 32px);
}
.list-members .item-members:hover .content-members {
  background: #C60024;
}
.list-members .item-members:hover .content-members .name-members, .list-members .item-members:hover .content-members .class-members, .list-members .item-members:hover .content-members .description-members {
  color: #fff;
}

.list-news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.list-news .item-news .img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}
.list-news .item-news img {
  transition: 0.3s ease-in-out;
}
.list-news .item-news .name-news {
  font-weight: 700;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
  transition: 0.3s ease-in-out;
}
.list-news .item-news .time-news {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.38);
}
.list-news .item-news .time-news svg {
  margin-right: 5px;
}
.list-news .item-news .summary-news {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.list-news .item-news:hover img {
  transform: scale(1.05);
}
.list-news .item-news:hover .name-news {
  color: #C60024;
}

#coeVisaModal .modal-dialog {
  max-width: 460px;
}
#coeVisaModal .modal-content {
  border: none;
  border-radius: 4px;
}
#coeVisaModal .modal-body {
  padding: 0;
  text-align: center;
}
#coeVisaModal .modal-body p {
  padding: 40px 20px;
  font-size: 16px;
  margin-bottom: 0;
}
#coeVisaModal .modal-body img {
  border-radius: 4px;
  width: 100% !important;
  height: auto;
}
#coeVisaModal .btn-close {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  z-index: 1;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
#coeVisaModal .btn-close path {
  transition: 0.3s ease-in-out;
}
#coeVisaModal .btn-close:hover {
  background: #C60024;
}
#coeVisaModal .btn-close:hover path {
  stroke: #fff;
}

@media only screen and (min-device-width: 960px) and (max-device-width: 1024px) {
  .container {
    max-width: 100% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .block-home .title-block {
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .block-schedule {
    display: flex;
    flex-wrap: wrap;
  }
  .block-schedule .item-schedule {
    width: 100%;
  }
  .block-schedule .container-table {
    width: 100%;
    overflow: auto;
  }
  .block-schedule .table-schedule th {
    font-size: 14px;
    height: 40px;
    white-space: nowrap;
  }
  .block-schedule .table-schedule .name-job {
    -webkit-line-clamp: unset;
  }
  .block-schedule .table-schedule td {
    white-space: nowrap;
    height: 40px;
  }
}
@media (max-width: 960px) {
  .block-description .list-description {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    align-items: baseline;
  }
  .block-schedule {
    display: flex;
    flex-wrap: wrap;
  }
  .block-description .item .icon svg {
    max-width: 80%;
    height: auto;
  }
  .block-description .item .icon img {
    width: 60px;
    height: auto;
  }
  .list-slide-home .owl-nav button.owl-next {
    right: 0;
  }
  .list-slide-home .owl-nav button.owl-prev {
    left: 0;
  }
  .list-news {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .block-banners {
    padding: 40px 0 !important;
  }
  .from-search {
    position: unset;
    transform: unset;
    height: auto;
  }
  .from-search .form-area {
    padding: 20px 0 0;
    box-shadow: none;
    background: none;
  }
  .block-description {
    padding: 40px 0;
  }
  .block-description h2 {
    font-size: 18px;
  }
  .block-home .title-block {
    flex-wrap: wrap;
    margin-bottom: 15px;
    grid-gap: 10px;
  }
  .block-home .title-block h2 {
    font-size: 18px;
  }
  .block-banners img {
    margin: auto;
  }
  .from-search .form-area {
    width: 100%;
  }
  .list-slide-home .owl-stage {
    padding: 0 !important;
  }
  .list-job .item-job .content-job {
    padding: 10px;
  }
  .list-job .item-job .name-job {
    font-size: 14px;
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
    font-size: 14px;
    height: 32px;
    line-height: 16px;
  }
  .list-job .item-job .info-job {
    margin-bottom: 10px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .list-employer {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .list-employer .item-employer {
    padding: 15px;
  }
  .list-employer .item-employer img {
    height: 40px;
    width: auto;
  }
  .block-schedule .item-schedule {
    width: 100%;
  }
  .block-schedule .container-table {
    width: 100%;
    overflow: auto;
  }
  .block-schedule .table-schedule th {
    font-size: 14px;
    height: 40px;
    white-space: nowrap;
  }
  .block-schedule .table-schedule .name-job {
    -webkit-line-clamp: unset;
  }
  .block-schedule .table-schedule td {
    white-space: nowrap;
    height: 40px;
  }
  .form-coe-visa nav {
    margin-bottom: 15px;
    flex-wrap: wrap;
    grid-gap: 10px;
  }
  .form-coe-visa nav .nav-tabs {
    width: 100%;
  }
  .form-coe-visa nav button {
    width: 50%;
  }
  .list-members .item-members .img {
    height: 200px;
  }
  .list-members .item-members .content-members {
    padding: 10px;
  }
  .list-members .item-members .content-members .name-members {
    font-size: 14px;
    text-transform: unset;
  }
  .list-news .item-news .name-news {
    font-size: 14px;
  }
  .list-slide-home .owl-nav button {
    width: 40px;
    height: 40px;
  }
  #coeVisaModal .btn-close {
    padding: 0;
    right: -8px;
    top: -8px;
  }
  .block-employer .title-block h2 {
    text-align: center;
    padding: 0 12%;
  }
  .block-members .title-block h2 {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 960px) {
  .from-search .form-area {
    width: 67%;
    margin: auto;
  }
}/*# sourceMappingURL=home.css.map */