.vib-promotion-search {
    margin: 40px 0;
  }
  
  .search-top {
    margin: 30px auto 0;
    background: #fff;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
    border-radius: 200px;
    padding: 10px 10px 10px 30px;
  }
  .search-top .col {
    padding: 0;
  }
  .search-top .col-auto {
    width: 50px;
    max-width: 50px;
    margin-left: 0;
    padding: 0;
  }
  .search-top .form-group {
    height: 50px;
    display: inline-flex;
    width: calc(100% - 50px);
    /* Chrome <=56, Safari < 10 */
    /* FF 4-18 */
    /* FF 19-50 */
    /* IE 10+ */
    /* Modern Browsers */
  }
  .search-top .form-group input[type=text]:not(.unformat) {
    border: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: var(--bg-color-mono-1);
  }
  .search-top .form-group input[type=text]::-webkit-input-placeholder { /* Edge */
    color: #5E5C62;
  }
  
  .search-top .form-group input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #5E5C62;
  }
  
  .search-top .form-group input[type=text]::placeholder {
    color: #5E5C62;
  }
  .search-top .form-group *:focus::-webkit-input-placeholder {
    opacity: 0;
  }
  .search-top .form-group *:focus:-moz-placeholder {
    opacity: 0;
  }
  .search-top .form-group *:focus::-moz-placeholder {
    opacity: 0;
  }
  .search-top .form-group *:focus:-ms-input-placeholder {
    opacity: 0;
  }
  .search-top .form-group *:focus::placeholder {
    opacity: 0;
  }
  .search-top .form-group .formTop,
  .search-top .form-group input[type=text]:focus + .formLabel,
  .search-top .form-group .formLabel {
    font-size: 14px;
    top: 7px !important;
  }
  .search-top .form-group ::-webkit-input-placeholder {
    /* Edge */
    font-weight: 600;
    font-size: 16px;
    color: #5E5C62;
  }
  .search-top .form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 600;
    font-size: 16px;
    color: #5E5C62;
  }
  .search-top .form-group ::placeholder {
    font-weight: 600;
    font-size: 16px;
    color: #5E5C62;
  }
  .search-top .btn {
    font-size: 16px;
  }
  .search-top .btn.btn-search {
    width: 50px;
    height: 50px;
    background: var(--bg-gradient-orange-1);
    min-width: auto !important;
    border-radius: 50%;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease;
    border: none;
  }
  .search-top .btn.btn-search:not(:disabled):not(.disabled) {
    background: var(--bg-gradient-orange-1);
  }
  .search-top .btn.btn-search::after {
    background: var(--bg-color-mono-1);
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
  }
  .search-top .btn.btn-search span.icon-search {
    width: 50px;
    height: 50px;
    background: var(--icon-Search_audit) center center no-repeat;
    background-size: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    z-index: 2;
    transition: all 0.5s ease;
  }
  .search-top .btn.btn-search span.bg {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease-in-out;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
  }
  
  .search-top .btn.btn-search:disabled {
    opacity: 1;
  }
  .search-top .btn.btn-search:hover span.bg {
    transition: all 0.3s ease-in-out;
    transform: translateX(0);
  }
  .search-top .btn span {
    position: relative;
    z-index: 1;
    color: #000;
    font-weight: 600;
  }
  .search-top .btn:active {
    transform: scale(0.95);
  }
  .search-top .icon-popup-exit {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .search-top .icon-popup-exit:hover {
    cursor: pointer;
  }
  
  #search-error {
    display: none;
    margin-top: 10px;
    color: #ff0000;
  }
  
  .title-4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  
  .col-item-promotion.vib-v2-world-box {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
  }
  
  .promotion-search-result {
    margin: 40px 0;
  }
  .promotion-search-result .key-strong {
    color: #000;
    font-weight: 600;
  }
  .promotion-search-result .col-item-search {
    cursor: pointer;
  }
  .promotion-search-result .col-item-search + .col-item-search {
    margin-top: 20px;
  }
  .promotion-search-result .col-item-content {
    color: #5E5C62;
  }
  .promotion-search-result .search-content {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
  }
  .promotion-search-result .search-title-5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .promotion-search-result .col-item-img {
    max-width: 100px;
    width: 100px;
    padding-right: 5px;
    min-height: 50px;
  }
  
  .promotion-search-result .col-item-img img {
    max-width: 100%;
    z-index: 1;
    position: relative;
    min-height: 50px;
  }
  .promotion-search-result .col-item-img::before {
    content: "";
    width: calc(100% - 20px);
    background: url(/static/theme/2022/noImage.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  
  .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-left: 0;
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
  }
  .pagination .col-auto:first-child {
    margin-right: 10px;
    border: 1px solid #E4E4E4;
    height: 42px;
  }
  .pagination .col-auto:not(:first-child) {
    padding: 0;
  }
  .pagination .input-pag {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    color: #000;
    border: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-color: transparent;
    padding-top: 11px;
  }
  .pagination .btn-left,
  .pagination .btn-right {
    width: 50px;
    height: 35px;
    min-width: auto;
    padding: 0;
    position: relative;
    background: transparent;
    border: 1px solid #E4E4E4;
  }
  .pagination .btn-left::after,
  .pagination .btn-right::after {
    transform: translateX(-50%) translateY(-51%) rotate(180deg);
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    background: var(--icon-Angle_right_black) center center no-repeat;
    cursor: pointer; 
    display: inline-block;
  }
  .pagination .btn-left:not([disabled]):hover::after{background: var(--icon-Angle_right_orange) center center no-repeat}
  .pagination .btn-right:not([disabled]):hover::after{ background: var(--icon-Angle_right_orange) center center no-repeat;}
  
  .pagination .btn-left:disabled::after,
  .pagination .btn-right:disabled::after {
    opacity: 0.3;
  }
  .pagination .btn-right {
    margin-left: -1px;
  }
  .pagination .btn-right::after {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  .pagination .edit-page {
    padding: 0;
  }
  .pagination .edit-page #txtPage {
    display: none;
  }
  .pagination .edit-page .current-page {
    position: relative;
    min-width: 5px;
    width: auto;
    display: inline-block;
    margin-left: 10px;
    height: 100%;
    float: left;
  }
  .pagination .edit-page span {
    line-height: 42px;
    height: 100%;
    display: inline-block;
    float: left;
  }
  .pagination .edit-page .pending-totalpage {
    padding-right: 10px;
  }
  .pagination .edit-page.focus {
    border: 1px solid #000;
  }
  .pagination .edit-page.focus span {
    color: #AAAAAA;
  }
  .pagination .edit-page.focus #txtPage {
    display: inline-block;
  }
  .pagination .edit-page.focus #size-txtPage {
    opacity: 0;
  }
  
  #pop-error-search .modal-content {
    padding: 40px 30px 60px;
  }
  #pop-error-search .modal-content p.fail {
    margin-bottom: 20px;
  }
  #pop-error-search .modal-content p.fz-20 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  #recent-deals .vib-v2-content_world-box .vib-v2-img-world-box::before,
  #popular-deals .vib-v2-content_world-box .vib-v2-img-world-box::before {
    content: "";
    width: 100%;
    background: url(/static/theme/2022/noImage.png) no-repeat;
    background-position: top center;
    background-size: 100% auto;
    height: 100%;
    position: absolute;
    z-index: 0;
  }
  #recent-deals .vib-v2-content_world-box .vib-v2-img-world-box .backgroundImgOnContainingDiv,
  #popular-deals .vib-v2-content_world-box .vib-v2-img-world-box .backgroundImgOnContainingDiv {
    z-index: 0;
    position: relative;
  }
  
  @media only screen and (min-width: 1000px) {
    .search-top .btn.btn-search:hover span.icon-search {
      background: var(--icon-Search_audit_white) center center no-repeat;
      background-size: 30px;
    }
  }
  @media only screen and (min-width: 992px) {
    .search-top .btn.btn-search:hover::after, .search-top .btn.btn-search:not(:disabled):not(.disabled):hover::after {
      opacity: 1;
    }
    .promotion-search-result {
      min-height: calc(100vh - 787px);
    }  
  }
  @media only screen and (min-width: 768px) {
    .promotion-search-result .col-item-img {
      width: 180px;
      max-width: 180px;
      padding-right: 15px;
      min-height: 94px;
    }
    .promotion-search-result .col-item-img img {
      min-height: 94px;
    }
    .promotion-search-result .col-item-img::before {
      content: "";
      width: calc(100% - 30px);
      background: url(/static/theme/2022/noImage.png) no-repeat;
      background-position: top center;
      background-size: 100% auto;
      height: 100%;
      position: absolute;
      z-index: 0;
    }
  }
  @media only screen and (max-width: 992px) {
    #popular-deals .row-item-promotion .col-item-promotion:nth-child(3),
    #recent-deals .row-item-promotion .col-item-promotion:nth-child(3) {
      display: none;
    }
  
    #pop-error-search .modal-content {
      padding: 60px 20px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 992px) {
    .promotion-search-result .col-item-search + .col-item-search {
      margin-top: 30px;
    }
    .promotion-search-result .col-item-img {
      width: 185px;
      max-width: 185px;
      min-height: 94px;
    }  
    .promotion-search-result .col-item-img img {
      min-height: 98px;
    }
  }
  @media only screen and (max-width: 767px) {
    .promotion-search-result .col-item-content {
      width: calc(100% - 100px);
    }
  }
  .blue {
    color: #000 !important;
  }
  
  /*# sourceMappingURL=promotion-search.css.map */
  