.pack_detail{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    margin-top: 25px;
  }
.pack_detail .pack_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    padding: 0;
    margin-bottom: 42px;
    border-radius: 12px;
    background: #FFF;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
  }
  
  .pack_detail .pack_top .pack_top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .pack_detail .pack_top .pack_top_left .pack_top_left_img {
    line-height: 62px;
    /* margin: 9px 27px 9px 18px; */
    margin: 20px 27px 20px 18px;
  }
  
  .pack_detail .pack_top .pack_top_left img {
    width: 42px;
    height: 36.273px;
  }
  
  .pack_detail .pack_top .pack_top_middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 9px 0;
  }
  
  .pack_detail .pack_top .pack_top_middle .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
  
  .pack_detail .pack_top .pack_top_middle .pack_top_leff_bottom {
    /*font-family: Roboto;*/
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    color: #0052CC;
  }
  
  .pack_detail .pack_top .pack_top_middle .desc {
    color: #0A4874;
    text-align: center;
    /* Title/18/Bold */
    /*font-family: Roboto;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  
  .pack_detail .pack_top .pack_top_middle .line {
    width: 2px;
    height: 100%;
    margin: 0 42px;
  }
  
  .pack_detail .pack_top .pack_top_middle .line img {
    height: 80%;
    margin: 10px 0;
  }
  
  .pack_detail .pack_top .pack_top_right {
    position: absolute;
    right: 0px;
    padding: 16px;
  }
  
  .pack_detail .pack_top .pack_top_right button {
    width: auto;
    height: 48px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #237BD3;
    border-radius: 8px;
    background: #237BD3;
    color: var(--neutral-7, #FFF);
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
  }

  button.btn.btn-danger.cancel-data.cancel_btn {
    border: 1px solid #d32323;
    background: var(--neutral-7, #FFF);
    color: #d32323;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
  }

  .pack_detail .pack_info {
    min-height: 381px;
    margin: 0;
  }
  .pack_header{
    margin: 0;
  }

  .pack_detail .pack_info .pack_info_content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 12px;
    border: 1.5px dashed rgba(10, 72, 116, 0.5);
    background: var(--neutral-7, #FFF);
    /* Drop Shadow */
    -webkit-box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(56, 157, 251, 0.1);
    background-image: url("/images/slide/gb_large.png");
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 0 27px;
    padding-top: 18px;
    background-size: contain;
    min-height: 350px;
  }
  
  .pack_detail .pack_info .pack_info_content hr {
    background: rgba(35, 32, 32, 0.2);
  }
  
  .pack_detail .pack_info .pack_info_top {
    position: relative;
  }
  
  .pack_detail .pack_info .pack_info_top .title {
    color: #0A4874;
    /*font-family: Roboto;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-bottom: 1px solid rgba(35, 32, 32, 0.2);
    padding-bottom: 13px;
    margin-bottom: 23px;
  }
  
  .pack_detail .pack_info .pack_info_top .detail {
    position: absolute;
    top: 0;
    right: 0;
    color: #237BD3;
    overflow: hidden;
    text-overflow: ellipsis;
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
  }
  
  .pack_detail .pack_info .pack_info_desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #344A6C;
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }
  
  .pack_info_desc p {
    margin-bottom: 12px;
  }

  .pack_info_desc ul {
    margin-left: 18px;
  }
  .pack_detail .pack_info .pack_info_desc ul > li {
    list-style: outside;
    margin-bottom: 12px;
    text-align: justify;
  }
  
  .pack_detail .pack_info ul.pack_info_desc_list {
    list-style: inside;
  }
  
  .pack_detail .pack_info .pack_info_right {
    line-height: 381px;
  }
  
  .pack_detail .pack_info .pack_info_right img {
    width: 90%;
    height: auto;
    margin-left: auto;
  }
  
  .pack_detail .pack_info .pack_info_top .detail img {
    width: 16px;
    height: 16px;
    display: inline-block;
  }
  .pack_relation {
    margin-top: 36px;
    margin-bottom: 81px;
  }
  .pack_relation .lSAction{
    margin-top: 0px;
  }
  .pack_relation .pack_relation_top {
    position: relative;
  }
  .pack_relation_top .title {
    color: #0A4874;
    /* Title/18/Bold */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .pack_relation .more a {
    position: absolute;
    right: 0;
    top: 10px;

    color: #237BD3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }

  .pack_top_register {
    margin: 24px 0;
  }
  
  .pack_top_register button {
    width: 180px;
    height: 48px;
    padding: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border: 1px solid #237BD3;
    border-radius: 8px;
    background: #237BD3;
    color: var(--neutral-7, #FFF);
    /* font-family: Roboto; */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
  }

  /* .modal-dialog {
    margin-top: 100px;
  } */
  
  .modal-dialog .modal-content {
    /* width: auto; */
    margin: 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 12px;
    background: #FFF;
  }
  
  .modal-dialog .title {
    text-align: center;
    color: #0A4874;
    /* Title/18/Bold */
    /*font-family: Roboto;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
  }
  
  .modal-dialog .detail {
    color: var(--neutral-2, #344A6C);
    /*font-family: Roboto;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 24px;
  }
  
  .modal-dialog .detail li {
    list-style: inside;
  }
  
  .modal-dialog .close_btn {
    text-align: center;
    bottom: 24px;
    left: 160px;
    right: 160px;
    margin-top: 15px;
  }
  
  .modal-dialog .close_btn button {
    width: 241px;
    padding: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #237BD3;
    background: #237BD3;
  }
  
  .modal-dialog .close {
    font-size: 2rem;
  }
  
  .ussd_content {
    width: 70%;
    margin: 0 auto;
  }

  .ussd_content input.form-control {
    margin: 20px 0;
  }

  .confirm{
    margin-bottom: 15px;
  }

  .info.confirm {
    line-height: 24px;
    text-align: center;
  }
  
  .icon_report img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .pack_content a:hover {
    text-decoration: none;
  }

  #phone_input_error{
    color: red;
  }
  @media screen and (max-width: 1199.98px) {
    .pack_detail .pack_top .pack_top_middle .line {
      margin: 0 15px;
    }
    .pack_detail .pack_top .pack_top_right button {
      width: auto;
    }
  }
  
  @media screen and (max-width: 991.98px) {
    body .lSSlideOuter .lSPager.lSpg {
      margin-top: 16px !important;
    }
    .pack_detail .pack_top .pack_top_middle .line {
      margin: 0 42px;
    }
    .pack_relation {
      margin-bottom: 55px;
    }
    .footer {
      margin-top: 0px;
    }
    body .main-content.detail-charge-page{
      padding-bottom: 0;
    }
  }
  
  @media screen and (max-width: 767.98px) {
    .pack_relation {
      margin-bottom: 55px;
    }
    /* .pack_detail .pack_top{
      margin-bottom: 0px;
    } */
    body .l-main .breadcrumb-mobifone {
      display: flex;
    }
    body .modal.show .modal-dialog {
      min-width: 90%;
      max-width: 100%;
    }
    .footer {
      margin-top: 0px;
    }
    body .main-content.detail-charge-page{
      padding-bottom: 0;
    }
  }

  @media screen and (max-width: 575.98px) {
    .banner .searchbox .search-group {
      width: 80%;
    }
    .pack_content .pack_title {
      font-size: 18px;
    }
    body .l-main .breadcrumb-mobifone {
      display: none;
    }
    .pack_detail .pack_info .pack_info_top .detail{
      top: 5px;
    }
    .pack_relation {
      margin-top: 32px;
      margin-bottom: 32px;
    }
    .footer {
      margin-top: 0;
    }
    .pack_detail .pack_top .pack_top_middle .line {
      margin: 0 24px;
    }
  }

  @media screen and (max-width: 427.98px) {
    .pack_detail .pack_top .pack_top_middle .line {
      margin: 0 10px;
    }
    .pack_detail .pack_top .pack_top_middle .line {
      margin: 0 10px;
    }
    .pack_detail .pack_top .pack_top_left .pack_top_left_img {
      line-height: 62px;
      margin: 10px;
    }
    .pack_detail .pack_info .pack_info_top .title {
      font-size: 15px;
    }
    .pack_detail .pack_info .pack_info_top .detail {
      font-size: 13px;
    }
  }
  @media screen and (max-width: 625px) {
    .pack_detail .pack_top .pack_top_middle .pack_top_leff_bottom,
    .pack_detail .pack_top .pack_top_middle .desc
    {
      font-size: 16px;
      line-height: 24px;
    }
  }
  