﻿.header {
  height: 64px;
  background: white;
  position: relative;
}

.header .box_header {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .box_header .header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .box_header .header-logo .right-logo {
  display: flex;
  align-items: center;
}

.header .box_header .header-logo .right-logo .company-name {
  /*font-size: 13px;
  font-weight: 700;
  margin-right: 10px;
  color: #212B36;*/
  display: block;
}

    .header .box_header .header-logo .right-logo .name-text-box {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        font-size: 13px;
        font-weight: 700;
        margin-right: 10px;
        color: #212B36;
    }

@media screen and (max-width: 568px) {
    .header .box_header .header-logo .right-logo .company-name {
        display: none !important;
    }

    .header .box_header .header-logo .right-logo .name-text-box {
        display: none !important;
    }

    .login-box .intro-login-text {
        display: none !important;
    }

    .header .box_header .header-logo img {
        width: 125px;
    }
}

.body-content {
  position: relative;
}

/*Bổ sung css form chung 23/08/2021*/
.form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    box-shadow: 0px 14px 40px rgba(33, 43, 54, 0.1);
    border-radius: 8px;
    margin: auto;
    z-index: 1;
    height: fit-content;
    padding: 35px 20px 30px;
}

.form-warning {
    padding-top: 23px;
    width: 90%;
}

    .form-warning .title {
        font-size: 16px;
        font-weight: 700;
    }

span.btn-close-modal {
    position: absolute;
    right: 17px;
    top: 20px;
}

.content-body {
    margin: 30px 0 0;
    font-size: 13px;
    line-height: 22px;
    font-weight: 700;
}
/*End bổ sung 23/08/2021*/

.body-content .form-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: black;
  z-index: 1;
  opacity: 0.3;
}

.body-content .form-dangnhap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  box-shadow: 0px 14px 40px rgba(33, 43, 54, 0.1);
  border-radius: 8px;
  margin: auto;
  z-index: 1;
  width: 322px;
  height: fit-content;
  padding: 35px 20px 30px;
}

@media screen and (max-width: 1024px) {
  .body-content .form-dangnhap {
    top: 13%;
    bottom: unset;
  }
}

@media screen and (max-width: 568px) {
    .body-content .form-dangnhap {
        top: 75px;
        width: 92%;
    }
}

.body-content .form-dangnhap span.btn-close-modal {
  position: absolute;
  right: 17px;
  top: 20px;
}

.body-content .form-dangnhap .title {
  font-size: 28px;
  font-weight: 700;
  color: #212B36;
}

.body-content .form-dangnhap .formC .form-label {
  font-weight: 600;
  color: #454F5B;
}

.body-content .form-dangnhap .captcha-box {
  margin-top: 30px;
}

.body-content .form-dangnhap .captcha-box img {
  width: 90%;
}

.body-content .form-otp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  box-shadow: 0px 14px 40px rgba(33, 43, 54, 0.1);
  border-radius: 8px;
  margin: auto;
  z-index: 1;
  width: 30%;
  height: fit-content;
  padding: 40px 30px 30px;
}

@media screen and (max-width: 1024px) {
  .body-content .form-otp {
    top: 13%;
    bottom: unset;
  }
}

@media screen and (max-width: 568px) {
  .body-content .form-otp {
    width: 92%;
  }
}

.body-content .form-otp span.btn-close-modal {
  position: absolute;
  right: 27px;
  top: 20px;
}

.body-content .form-otp .title {
  font-size: 28px;
  font-weight: 700;
  color: #212B36;
}

.body-content .form-otp .title-introduction {
  font-weight: 700;
}

.body-content .form-otp a.resend-otp-link {
  text-decoration: none;
  font-weight: 600;
}

@media screen and (max-width: 568px) {
  .body-content .form-otp a.resend-otp-link {
    display: block;
  }
}

.body-content .form-otp .otp-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.body-content .form-otp .otp-box ul li.txt-otp input {
  width: 44px;
  height: 40px;
  left: 0px;
  top: 0px;
  background: #FFFFFF;
  border: 1px solid #D3D8DE;
  box-sizing: border-box;
  border-radius: 4px;
  outline: none;
  text-align: center;
}

@media screen and (max-width: 568px) {
  .body-content .form-otp .otp-box ul li.txt-otp input {
    width: 35px;
  }
}

.body-content .form-otp .btn-confirm {
  background: #EAEEF2;
}

.body-content .form-attachment {
  position: fixed;
  top: 10%;
  right: 0;
  bottom: unset;
  left: 0;
  background: white;
  box-shadow: 0px 14px 40px rgba(33, 43, 54, 0.1);
  border-radius: 8px;
  margin: auto;
  z-index: 1;
  max-width: 824px;
  height: fit-content;
  padding: 20px;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment {
    top: unset;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.body-content .form-attachment span.btn-close-modal {
  position: absolute;
  right: 20px;
  top: 20px;
}

.body-content .form-attachment .title {
  font-size: 14px;
  font-weight: 700;
  color: #212B36;
}

.body-content .form-attachment .attacment-box {
  background: #EAEEF2;
  border: 1px dashed #B6BEC8;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

    .body-content .form-attachment .attacment-box .btn-upload {
        height: 30px;
        display: flex;
        align-items: center;
        position: relative;
        line-height: 20px;
    }

        .body-content .form-attachment .attacment-box .btn-upload img {
            margin-right: 5px;
            margin-top: -3px;
        }

.body-content .form-attachment ul.info-box {
    list-style: none;
    margin: 20px 0;
    padding: 0;
    /*max-height: 300px;*/
}

.body-content .form-attachment ul.info-box li.line-info {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
}

.body-content .form-attachment ul.info-box li.line-info .info-document {
  width: 200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment ul.info-box li.line-info .info-document {
    max-width: 120px;
  }
}

.body-content .form-attachment ul.info-box li.line-info .info-document img {
  width: 20px;
  margin-right: 5px;
}

.body-content .form-attachment ul.info-box li.line-info .info-process {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment ul.info-box li.line-info .info-process {
    justify-content: flex-end;
    max-width: calc(100% - 120px - 45px);
    padding-left: 5px;
  }
}

.body-content .form-attachment ul.info-box li.line-info .info-process .line-process {
  width: 194px;
  height: 8px;
  margin-right: 10px;
  background: #D3D8DE;
  border-radius: 18px;
  position: relative;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment ul.info-box li.line-info .info-process .line-process {
    margin-right: 0;
  }
}

.body-content .form-attachment ul.info-box li.line-info .info-process .line-process span.line-percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #FFC20E;
  border-radius: 18px;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment ul.info-box li.line-info .info-process .percent-text {
    display: none;
  }
}

.body-content .form-attachment ul.info-box li.line-info .info-status {
  width: 200px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 568px) {
  .body-content .form-attachment ul.info-box li.line-info .info-status {
    width: auto;
  }
}

.body-content .form-attachment ul.info-box li.line-info .info-status span.status-text {
  font-weight: 600;
}

.body-content .form-attachment ul.info-box li.line-info .info-status span.action {
  display: flex;
  margin-left: 10px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  padding: 4px 4px;
  width: 30px;
  background: #EAEEF2;
}

.body-content .form-attachment ul.info-box li.line-info .info-status span.action img {
  width: 20px;
}

.body-content .form-attachment .btn-box .btn-cancel {
  background: #EAEEF2;
  margin-right: 10px;
}

.banner {
    background: url(../images/Banner/banner_desktop.jpg?v=1.0);
    background-size: cover;
    background-repeat: no-repeat;
    height: 559px;
    position: relative;
}

@media screen and (min-width: 1366px) and (max-width: 1400px) {
    .banner {
        height: 400px;
        background-size: cover;
    }
}

@media screen and (max-width: 1280px) {
    .banner {
        height: 340px;
        background-size: cover;
    }
}

@media screen and (max-width: 568px) {
    .banner {
        background: url(../images/Banner/banner_mb.jpg?v=1.0);
        background-size: cover;
        background-repeat: no-repeat;
        height: 300px;
        margin-bottom: 40px;
        /*background-size: cover;*/
    }
}

@media screen and (min-width: 410px) and (max-width: 568px) {
    .banner {
        background: url(../images/Banner/banner_mb.jpg?v=1.0);
        background-size: cover;
        background-repeat: no-repeat;
        height: 342px;
        margin-bottom: 40px;
        /*background-size: cover;*/
    }
}

.banner .box-banner {
    max-width: 500px;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 165px;
    color: #58595B;
    /*height: 50%;*/
}

@media screen and (max-width: 1024px) {
  .banner .box-banner {
    top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .banner .box-banner {
    max-width: 40%;
  }
}

@media screen and (max-width: 568px) {
    .banner .box-banner {
        /*top: 15px;
        max-width: 57%;
        height: 70%;*/
        top: 72px;
        max-width: 63%;
        /*left: 28px;*/
    }
}

@media screen and (min-width: 410px) and (max-width: 568px) {
    .banner .box-banner {
        top: 86px;
    }
}

@media screen and (max-width: 320px) {
    .banner .box-banner {
        top: 65px;
    }
}

.banner .box-banner .description-text {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  /*color: white;*/
}

@media screen and (max-width: 1024px) {
  .banner .box-banner .description-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 992px) {
  .banner .box-banner .description-text {
    line-height: 40px;
  }
}

@media screen and (max-width: 568px) {
    .banner .box-banner .description-text {
        /*font-size: 17px;
    line-height: 30px;*/
        font-size: 12px;
        line-height: 22px;
    }
}

@media screen and (min-width: 410px) and (max-width: 568px) {
    .banner .box-banner .description-text {
        font-size: 13px;
        line-height: 24px;
    }
}

@media screen and (max-width: 320px) {
    .banner .box-banner .description-text {
        font-size: 10px;
        line-height: 20px;
    }
}

.banner .box-banner .sub-description-text {
  display: block;
  font-size: 16px;
  /*color: white;*/
  margin-top: 10px;
}

@media screen and (max-width: 568px) {
    .banner .box-banner .sub-description-text {
        /*font-size: 12px;
    line-height: 24px;*/
        font-size: 11px;
        line-height: 20px;
        margin-top: 5px;
    }
}

@media screen and (min-width: 410px) and (max-width: 568px) {
  .banner .box-banner .sub-description-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
    .banner .box-banner .sub-description-text {
        font-size: 9px;
        line-height: 18px;
    }
}

.content .content-top {
  margin: 50px 0;
}

/*@media screen and (max-width: 1024px) {
  .content .content-top {
    margin-top: 85px;
  }
}

@media screen and (max-width: 568px) {
  .content .content-top {
    height: 700px;
    margin-bottom: 40px;
    margin-top: 0;
  }
}*/

    .content .content-top .box-content-top {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f4e8ae;
        box-shadow: 0px 2px 16px rgba(33, 43, 54, 0.05);
        border-radius: 8px;
    }

@media screen and (max-width: 768px) {
    .content .content-top .box-content-top {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 568px) {
  .content .content-top .box-content-top {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.content .content-top .box-content-top img.img-content-1 {
  /*position: absolute;*/
  width: 300px;
}

@media screen and (max-width: 992px) {
  .content .content-top .box-content-top img.img-content-1 {
    width: 180px;
    top: 20px;
  }
}

@media screen and (max-width: 568px) {
  .content .content-top .box-content-top img.img-content-1 {
    width: 200px;
  }
}

.content .content-top .box-content-top .box-info {
    /*height: 385px;
    background: #f4e8ae;
    box-shadow: 0px 2px 16px rgba(33, 43, 54, 0.05);
    border-radius: 8px;
    padding-left: 300px;
    padding-right: 43%;*/
}

/*@media screen and (max-width: 992px) {
  .content .content-top .box-content-top .box-info {
    margin-left: 125px;
    padding-left: 125px;
    padding-right: 250px;
  }
}*/

@media screen and (min-width: 568px) and (max-width: 768px) {
    .content .content-top .box-content-top .box-info {
        padding: 0 60px !important;
    }
}

@media screen and (max-width: 568px) {
  .content .content-top .box-content-top .box-info {
    padding: 20px !important;
    width: 100%;
    margin-left: 0;
    font-size: 13px;
    text-align: center;
  }
}

.content .content-top .box-content-top .box-info span.title {
  font-weight: bold;
  font-size: 32px;
  line-height: 45px;
  display: block;
}

@media screen and (min-width: 568px) and (max-width: 768px) {
    .content .content-top .box-content-top .box-info span.title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 568px) {
  .content .content-top .box-content-top .box-info span.title {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 30px;
  }
}

.content .content-top .box-content-top .box-info span.title .text-highlight {
    display: block;
}

.content .content-top .box-content-top .box-info span.description-text {
  line-height: 20px;
  display: block;
  padding-top: 10px;
}

    .content .content-top .box-content-top .box-info span.description-text::before {
        display: block;
        content: "";
        line-height: 20px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #FFC20E;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

@media screen and (max-width: 568px) {
  .content .content-top .box-content-top .box-info span.description-text {
    text-align: left;
  }
}

.content .content-top .box-content-top .box-info .btn-detail {
  background: #FFC20E;
  color: #454F5B;
  font-weight: 600;
  margin-top: 20px;
}

.content .content-top .box-content-top img.img-content-2 {
  /*position: absolute;
  right: 0;
  top: -80px;*/
  width: 43%;
}

@media screen and (max-width: 1280px) {
    .content .content-top .box-content-top img.img-content-2 {
        width: 40%;
    }
}

@media screen and (max-width: 992px) {
  .content .content-top .box-content-top img.img-content-2 {
    width: 300px;
  }
}

@media screen and (max-width: 568px) {
    .content .content-top .box-content-top img.img-content-2 {
        top: 76%;
        width: 95%;
    }
}

.content .content-mid {
  background: #FFECB3;
}

.content .content-mid .box-content-mid {
  padding: 50px 0;
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid {
    padding: 30px 0;
  }
}

.content .content-mid .box-content-mid ul.list-promotions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: calc((100% - 30px) / 3) calc((100% - 30px) / 3) calc((100% - 30px) / 3);
  grid-gap: 15px;
}

.content .content-mid .box-content-mid ul.list-promotions .text-highlight {
  font-size: 14px;
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid ul.list-promotions {
    grid-template-columns: auto;
    grid-gap: 0;
  }
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  backdrop-filter: blur(50px);
  border-radius: 8px;
  min-height: 124px;
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid ul.list-promotions li.item-promotion {
    min-height: auto;
    margin-bottom: 15px;
  }
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion img.img-header-card {
  margin-bottom: 5px;
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid ul.list-promotions li.item-promotion img.img-header-card {
    width: 40px;
  }
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion span.title {
  font-size: 14px;
  line-height: 28px;
  font-weight: bold;
  color: #454F5B;
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion a.text-link {
  text-decoration: none;
  margin-top: 5px;
  font-weight: 600;
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion span.description-text p {
  margin-bottom: 5px !important;
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion:first-child {
  display: block;
  /* flex-direction: row; */
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  padding: 20px 20px 0 0;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  backdrop-filter: none;
  border-radius: 8px;
  font-size: 32px;
  font-weight: bold;
  color: #454F5B;
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion:first-child .text-highlight {
  font-size: 32px;
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid ul.list-promotions li.item-promotion:first-child .text-highlight {
    font-size: 30px;
  }
}

@media screen and (max-width: 568px) {
  .content .content-mid .box-content-mid ul.list-promotions li.item-promotion:first-child {
    padding: 0;
    font-size: 30px;
  }
}

.content .content-mid .box-content-mid ul.list-promotions li.item-promotion.no-background {
  background: none !important;
  border: 0 !important;
  margin: 0;
  padding: 0;
}

.content .content-bottom {
    background: #fffae6;
}

    .content .content-bottom .box-content-bottom {
        position: relative;
        padding: 50px 0;
    }

@media screen and (max-width: 568px) {
  .content .content-bottom .box-content-bottom {
    padding-top: 30px;
    min-height: 510px;
  }
}

/*.content .content-bottom .box-content-bottom img.img-content-3 {
  position: absolute;
  left: -250px;
  height: 90%;
}

@media screen and (max-width: 992px) {
  .content .content-bottom .box-content-bottom img.img-content-3 {
    height: 80%;
  }
}


}*/

@media screen and (max-width: 568px) {
    .content .content-bottom .box-content-bottom img.img-content-3 {
        position: absolute;
        top: 0px;
    }
}

    /*.content .content-bottom .box-content-bottom .box-info {
  width: 40%;
  margin-left: 60%;
  position: absolute;
}

@media screen and (max-width: 568px) {
  .content .content-bottom .box-content-bottom .box-info .text-highlight {
    display: block;
  }
}

@media screen and (max-width: 568px) {
  .content .content-bottom .box-content-bottom .box-info {
    width: 100%;
    margin-left: 0;
    align-items: center;
    text-align: center;
  }
}*/

    .content .content-bottom .box-content-bottom .box-info span.title {
        font-size: 32px;
        font-weight: 700;
        color: #454F5B;
    }

    @media screen and (max-width: 568px) {
        .content .content-bottom .box-content-bottom .box-info span.title {
            font-size: 30px;
            display: flex;
            flex-direction: column;
            text-align: center;
        }
    }

    .content .content-bottom .box-content-bottom .box-info span.title .text-highlight {
        display: block;
    }

    .content .content-bottom .box-content-bottom .box-info ul.list-conditions {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    /*@media screen and (max-width: 568px) {
        .content .content-bottom .box-content-bottom .box-info ul.list-conditions {
            margin-top: 230px;
        }
    }*/

    .content .content-bottom .box-content-bottom .box-info ul.list-conditions li.item-condition {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 15px;
    }

        .content .content-bottom .box-content-bottom .box-info ul.list-conditions li.item-condition ul.list-introductions {
            list-style: none;
            padding: 0;
            margin: 0 0 0 10px;
            /*font-size: 15px;*/
        }

            .content .content-bottom .box-content-bottom .box-info ul.list-conditions li.item-condition ul.list-introductions li.item-introduction {
                line-height: 34px;
            }

                .content .content-bottom .box-content-bottom .box-info ul.list-conditions li.item-condition ul.list-introductions li.item-introduction a.introduction-link {
                    text-decoration: none;
                    font-weight: 600;
                }

    .footer {
        color: white;
        padding-top: 20px;
        background: #BE1128;
    }

    .footer_bot {
        background: url(../images/line_footer.png);
        background-repeat: no-repeat;
        height: 30px;
        background-size: cover;
        position: relative;
    }

    .ft_right {
        background: url(../images/flower_footer.png);
        background-repeat: no-repeat;
        height: 205px;
        background-size: contain;
        background-position: bottom;
        width: 250px;
        position: absolute;
        bottom: 0;
        right: 0px;
    }

    @media screen and (max-width: 568px) {
        .ft_right {
            width: 160px;
        }
    }

    .footer-left-info {
        list-style: none;
        padding-left: 0;
    }

        .footer-left-info li {
            line-height: 24px;
        }

    .footer-right-info {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        height: 100%;
        padding-bottom: 1rem;
    }

    @media screen and (min-width: 1537px) and (max-width: 1795px) {
        .footer-right-info {
            margin-right: 10vw;
        }
    }

    @media screen and (min-width: 1366px) and (max-width: 1400px) {
        .footer-right-info {
            margin-right: 70px;
        }
    }

    @media screen and (max-width: 1280px) {
        .footer-right-info {
            margin-right: 120px;
        }
    }

    @media screen and (max-width: 768px) {
        .footer-right-info {
            float: left !important;
            padding-left: 0;
        }
    }

    .footer-right-info .icon-media {
        text-align: right;
        margin-bottom: 25px;
    }

    @media screen and (max-width: 568px) {
        .footer-right-info .icon-media {
            text-align: left;
            margin-bottom: 15px;
        }
    }

    .footer-right-info .icon-media .icon-media img {
        margin-left: 12px;
    }

    @media screen and (max-width: 568px) {
        .footer-right-info li {
            margin-left: 0 !important;
        }
    }

    ul.footer-right-info li {
        list-style: none;
        margin-left: 20px;
    }

    .menu-footer {
        display: flex;
        justify-content: flex-end;
    }

        .menu-footer li {
            list-style: none;
            margin-left: 20px;
        }

    .body-content .form-view-file {
        position: fixed;
        top: 20px;
        right: 0;
        bottom: unset;
        left: 0;
        background: white;
        box-shadow: 0px 14px 40px rgba(33, 43, 54, 0.1);
        border-radius: 3px;
        margin: auto;
        z-index: 1;
        max-width: 824px;
        height: fit-content;
        padding: 20px 30px 20px;
    }

    @media screen and (max-width: 568px) {
        .body-content .form-view-file {
            top: 5px;
            bottom: 0;
            width: 95%;
        }
    }

    .body-content .form-view-file span.btn-close-modal {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .form-header {
        border-bottom: 1px dashed #B6BEC8;
        padding-bottom: 10px;
    }

.form-view-file .form-header .btn-download {
    /*padding-bottom: 0px;*/
    /*font-size: 12px;*/
    padding: 3px 8px;
}

        .form-view-file .form-header .btn-download img {
            width: 20px;
            margin-top: -2px;
            /*transform: rotate( 180deg );*/
        }

@media screen and (max-width: 568px) {
    .form-view-file .form-header .btn-download {
        margin-top: 3px;
    }
}

    .body-content .form-view-file .title {
        font-size: 18px;
        font-weight: 700;
        color: #212B36;
        padding-bottom: 10px;
    }

    .file-box {
        overflow-y: scroll;
        height: 80vh;
        /*border: 1px dashed #B6BEC8;
    box-sizing: border-box;
    border-radius: 8px;*/
        background: #e5e2e2;
    }

    @media screen and (max-width: 568px) {
        .file-box {
            height: 50vh;
        }

        .body-content .form-view-file .title {
            font-size: 14px;
        }
    }

    .no-scroll {
        overflow: hidden;
    }

    .disabled-container {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }

    .loading-button {
        width: 82px;
        height: 35px;
        margin: auto;
        background: url(../gif/loading_button.gif);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 30px;
    }

    #btn-upload-file {
        position: absolute;
        width: 100%;
        overflow: hidden;
        left: 0;
        top: 0;
        height: 100%;
        opacity: 0;
    }

    div#loading-page {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
    }

        div#loading-page img {
            width: 100px;
            margin: auto;
            position: absolute;
            z-index: 10;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    /*Bổ sung css ngày 26/08/2021*/
    .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion {
        position: relative;
        min-height: 140px;
        background: #BE1128;
        overflow: hidden;
    }

        .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion .title {
            color: white !important;
        }

        .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion .description-text {
            margin-top: 10px;
        }

        .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion .img-special-item-promotion {
            position: absolute;
            bottom: -45px;
            right: -30px;
            height: 100%;
            border-bottom-right-radius: 8px;
        }

        .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion .btn-detail {
            width: 130px;
            height: 30px;
            background: white;
            border-radius: 8px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .content .content-mid .box-content-mid ul.list-promotions li.special-item-promotion .btn-detail span {
                width: 5px;
                height: 5px;
                border: 5px solid;
                border-color: #58595B transparent transparent transparent;
                display: block;
                margin-top: 6px;
                margin-left: 6px;
            }

    /*End css ngày 26/08/2021*/
    #company-avatar {
        border-radius: 50%;
        margin-right: 10px;
        width: 50px;
        height: 50px;
    }

    @media screen and (max-width: 320px) {
        .btn-signout {
            font-size: 10px;
        }
    }

    /*Update 30/09/2021*/
    @media screen and (min-width: 1537px) {
        .banner .box-banner {
            top: 220px;
        }

        .content .content-top {
            margin-top: 100px;
            margin-bottom: 80px;
        }
    }

.formC {
    margin-bottom: 5px;
}

.select2-container {
    width: 100% !important;
}

@media screen and (min-width: 1366px) and (max-width: 1536px) {
    .box-content-bottom .row .col-lg-8 {
        width: 58.33333333%;
    }

    .box-content-bottom .row .col-lg-4 {
        width: 41.66666667%;
    }

    .img-content-2 {
        width: 40% !important;
    }
}

/*19/07/2022*/
.form-footer {
    border-top: 1px dashed #B6BEC8;
    padding-top: 10px;
    text-align: right;
}

.btn-redirect-b2 {
    margin-right: 10px;
}

.btn-redirect-b2 img {
    width: 20px;
}

.btn-redirect-b3 img {
    width: 20px;
}

@media screen and (max-width: 568px) {
    .btn-redirect-b2 {
        margin-right: 0;
        margin-bottom: 5px;
    }
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
}

/*Hiệu ứng nhấp nháy*/
@-webkit-keyframes glowing {
    0% {
        background-color: #b08916;
        box-shadow: 0 0 3px #f8e5ad;
    }

    50% {
        background-color: #fddc7b;
        box-shadow: 0 0 10px #776223;
    }

    100% {
        background-color: #e0b536;
        box-shadow: 0 0 3px #ffc20e;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #b08916;
        box-shadow: 0 0 3px #f8e5ad;
    }

    50% {
        background-color: #fddc7b;
        box-shadow: 0 0 10px #776223;
    }

    100% {
        background-color: #e0b536;
        box-shadow: 0 0 3px #ffc20e;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #b08916;
        box-shadow: 0 0 3px #f8e5ad;
    }

    50% {
        background-color: #fddc7b;
        box-shadow: 0 0 10px #776223;
    }

    100% {
        background-color: #e0b536;
        box-shadow: 0 0 3px #ffc20e;
    }
}

@keyframes glowing {
    0% {
        background-color: #b08916;
        box-shadow: 0 0 3px #f8e5ad;
    }

    50% {
        background-color: #fddc7b;
        box-shadow: 0 0 10px #776223;
    }

    100% {
        background-color: #e0b536;
        box-shadow: 0 0 3px #ffc20e;
    }
}

.glowing-animation {
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 1000ms infinite;
}

/*binhnt14 25/08/2023*/

.box-info-extra {
    margin-top: 20px;
}

.title2 {
    font-weight: 600;
}

li.item-file {
    line-height: 25px;
    margin-top: 10px;
}

.box-info-extra .document-extra-link {
    text-decoration: none;
    font-weight: 600;
}

.box-info-extra ol.list-files {
    padding-left: 55px;
}

@media screen and (max-width: 568px) {
    .box-info-extra {
        margin-top: 200px;
    }
}
