

/* Breakpoint */
.hidden, .hide, .visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
  }

  body {
    padding: 0;
    margin: 0;
  }

  .body {
    font-family: "Inter", sans-serif;
    color: var(--bg-color-mono-1);
    margin: 0;
    background: var(--bg-color-mono-5);
    font-size: var(--font-body-regular-link-size);
    line-height: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-custom {
    max-width: 1110px;
    margin: 0 auto;
  }

  .bg-white-shadow {
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);
  }

  .btn-LightOrange {
    background: var(--color-light-orange);
    border-radius: 0px 2px 2px 0px;
    color: var(--bg-color-mono-1);
    font-weight: var(--font-body-semibold-weight);
    font-size: var(--font-body-regular-size);
    padding: 10px 35px;
  }

  .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .input-group input {
    flex: 1 1 auto;
  }

  .input-custom {
    padding: 10px;
    height: auto;
    border: 1px solid var(--bg-color-mono-4);
    color: var(--bg-color-mono-1);
  }
  .input-custom:focus {
    color: var(--bg-color-mono-1);
    border: 1px solid var(--bg-color-mono-4);
    box-shadow: none;
  }

  .btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
  }

  .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
  }

  [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
  }

  :focus-visible {
    outline: -webkit-focus-ring-color auto 0;
  }

  ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--bg-color-mono-2);
    opacity: 1;
    /* Firefox */
  }

  .inputCheckRadio-custom .magic-checkbox {
    position: absolute;
    display: none;
  }
  .inputCheckRadio-custom .magic-checkbox + label {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #1e1e1e;
    font-weight: 400;
  }
  .inputCheckRadio-custom .magic-checkbox + label::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: "";
    background-color: transparent;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--bg-color-mono-2);
  }
  .inputCheckRadio-custom .magic-checkbox + label::after {
    position: absolute;
    display: none;
    content: "";
    top: 3px;
    left: 7px;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 2px;
    border-style: solid;
    border-color: #fff;
    border-top: 0;
    border-left: 0;
  }
  .inputCheckRadio-custom .magic-checkbox:checked + label {
    display: block;
  }
  .inputCheckRadio-custom .magic-checkbox:checked + label:before {
    background-color: #1b1b1b !important;
    border: 2px solid #1b1b1b;
  }
  .inputCheckRadio-custom .magic-checkbox:checked + label:after {
    display: block;
  }

  .title-1 {
    font-weight: var(--font-title-1-weight) !important;
    font-size: var(--font-title-1-size) !important;
    line-height: 34px;
    color: #000 !important;
  }

  .promotion-section-view-all-bottom,
  .promotion-section-view-collapse {
    position: relative;
    font-weight: 600 !important;
    font-size: 16px;
    margin-top: 30px;
    display: inline-block;
  }
  .promotion-section-view-all-bottom::after {
    background: var(--icon-Angle_right_black) center center no-repeat;
    background-size: 24px;
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    top: 1px;
    margin-left: 5px;
    transform: rotate(90deg);
  }
  .promotion-section-view-all-bottom.show-all::after {
    transform: rotate(0deg) translateY(-50%);
    top: 50%;
  }
  .promotion-section-view-all-bottom:hover::after {
    filter: invert(58%) sepia(94%) saturate(466%) hue-rotate(344deg) brightness(97%) contrast(99%);
  }

  .vib-v2-box-txt-world-new-2 {
    padding: 20px;
    /*  box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25);*/
    height: calc(100% - 220px);
    min-height: 200px;
  }
  .vib-v2-box-txt-world-new-2 .vib-v2-txt-promotion-2 span {
    height: 85px;
    font-size: var(--font-title-3-size);
    font-weight: var(--font-title-3-weight);
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: var(--bg-color-mono-1);
    margin-bottom: 25px;
  }
  .vib-v2-box-txt-world-new-2 .promotion-card-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    display: none;
  }
  .vib-v2-box-txt-world-new-2 .promotion-time-expire, .vib-v2-box-txt-world-new-2 .promotion-title {
    font-weight: var(--font-small-body-link-weight);
    font-style: normal;
    color: var(--bg-color-mono-2);
    font-size: var(--font-body-medium-size);
    margin-top: 5px;
  }
  .vib-v2-box-txt-world-new-2 .promotion-title {
    text-decoration: none;
    padding-top: 0;
    margin-top: 5px;
  }

  .vib-v2-world-box .vib-v2-content_world-box {
    border-radius: 2px;
    height: 100%;
    overflow: inherit;
    box-shadow: 0px 1px 5px 0px rgba(188, 188, 188, 0.25);
  }
  .vib-v2-content_world-box:hover {
    color: var(--bg-color-mono-1);
  }
  .vib-v2-content_world-box:hover .vib-v2-box-txt-world-new,
  .vib-v2-content_world-box:hover .vib-v2-box-txt-world-new-2 {
    border: 0;
    border-radius: 0;
  }
  .vib-v2-content_world-box:hover .promotion-title {
    color: var(--bg-color-mono-2);
  }
  .vib-v2-content_world-box:hover .backgroundImgOnContainingDiv {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.5s;
  }
  .vib-v2-content_world-box .vib-v2-img-world-box {
    border-radius: 2px 2px 0 0;
    height: 220px;
    box-shadow: 0px 1px 1px 0px #F2F2F2 !important;
  }

  .vib-v2-list-no-product {
    width: 100%;
  }
  .vib-v2-list-no-product .vib-v2-no-product-title {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin-top: 10px;
  }

  .vib-v2-back-brand-car.new-style-link {
    font-weight: 600 !important;
    color: #000;
  }


  .vib-v2-content-promotion-detail {
    margin-top: 20px !important;
  }

  .vib-v2-filter-place-used {
    border-bottom: none;
    margin-top: 0;
  }
  .vib-v2-filter-place-used .select_ocb .select_tit {
    left: 0;
  }
  .vib-v2-filter-place-used .select_ocb .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    left: 0;
  }
  .vib-v2-filter-place-used .select_ocb .ocb.bootstrap-select > .dropdown-toggle {
    background: var(--bg-color-mono-5);
    border-bottom: 1px solid #aaaaaa;
    border-radius: 0;
  }
  .vib-v2-filter-place-used .select_ocb .form-control.open {
    border: 0 none;
  }
  .vib-v2-filter-place-used .select_ocb .form-control.open:after {
    background: #000;
    top: 59px;
    left: 0;
    width: 100%;
  }
  .vib-v2-filter-place-used .select_ocb .bootstrap-select.btn-group .dropdown-menu {
    top: 60px;
  }

  .breadcumb {
    background: transparent;
  }
  .breadcumb li,
  .breadcumb li a {
    font-size: 16px;
    color: #000000;
  }
  .breadcumb.hidden_pc .vib-v2-wrapper_new > ul li:nth-child(2):after {
    width: 15px;
    height: 15px;
    content: "";
    position: relative;
    background: url(https://www.vib.com.vn/wps/wcm/connect/797c3a20-67a7-4934-be7f-fa5870c15a79/icon_arrow_next_black.png?MOD=AJPERES&attachment=true&id=1641960374032) center center no-repeat;
    background: var(--icon-arrow-black-next) center center no-repeat;
    background-size: 22px 22px;
    display: block;
    top: 2px;
    display: inline-block;
    font-size: 16px;
    font-size: var(--font-body-semibold-size);
    font-weight: 600;
    font-weight: var(--font-body-semibold-weight);
    line-height: 22px;
    line-height: var(--font-body-semibold-height);
    text-decoration: none;
  }
  .breadcumb.hidden_pc .vib-v2-wrapper_new > ul li:nth-child(2) {
    text-indent: -9999 !important;
    color: transparent !important;
  }

  .backgroundImgOnContainingDiv {
    transition: all 0.6s;
  }

  .row.vib-v2-list-promotion-new,
  .row.vib-v2-list-world-box {
    margin-top: -30px;
  }

  section.vib-v2-promotion-list .title-1 {
    margin-bottom: 20px;
  }
  section.vib-v2-promotion-list .percent_word {
    background: #F47920; /*linear-gradient(270deg, #FF5922 0%, #FE9B25 100%);*/
    background-size: cover;
    padding: 10px;
    font-weight: 600;
    font-size: var(--font-title-3-size);
    line-height: 38px;
    width: auto;
  }


  section.vib-v2-promotion-list .vib-v2-promotion-logo-world-box .percent_word{
    height: 44px; background: #0066B3; width: 100%;
    font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
  padding: 10px 0 10px 20px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-world-box.vib-shop .percent_word::after{
    content: "";
    background: url(/static/theme/2022/promotion-vib-shop.svg) no-repeat; height: 44px; width: 69px; position: absolute; right: 0; top: 0;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-world-box.vib-dine .percent_word::after{
    content: "";
    background: url(/static/theme/2022/promotion-vib-dine.svg) no-repeat; height: 44px; width: 69px; position: absolute; right: 0; top: 0;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-world-box.vib-travel .percent_word::after{
    content: "";
    background: url(/static/theme/2022/promotion-vib-travel.svg) no-repeat; height: 44px; width: 69px; position: absolute; right: 0; top: 0;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-world-box.vib-move .percent_word::after{
    content: "";
    background: url(/static/theme/2022/promotion-vib-move.svg) no-repeat; height: 44px; width: 69px; position: absolute; right: 0; top: 0;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-world-box.vib-more .percent_word::after{
    content: "";
    background: url(/static/theme/2022/promotion-vib-more.svg) no-repeat; height: 44px; width: 69px; position: absolute; right: 0; top: 0;
  }
  .content-popover {
    font-size: 16px;
    position: absolute;
    z-index: 9;
    bottom: 120px;
    left: 35px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background: #fff;
    width: calc(100% - 70px);
    text-align: left;
    box-shadow: 0px -3.8px 10px 0px rgba(0, 0, 0, 0.04), 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
    z-index: 99;
    display: initial;
    opacity: 0;
    transition: 0.3s all;
    overflow: hidden;
    z-index: -1;
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    color:#000;
  }
  .content-popover::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #e4e4e4;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: 160px;
  }
  .content-popover::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #fff;
    display: inline-block;
    position: absolute;
    bottom: -7px;
    left: 37%;
  }
  .content-popover::before,.content-popover::after {
    left: 50%;
    right: inherit;
  }
  .vib-v2-promotion-logo-world-box .vib-v2-content_world-box .vib-v2-img-world-box{border-bottom-right-radius: 7px; box-shadow: 0px 1px 5px 0px rgb(188 188 188 / 25%);}

  @media (min-width: 1024px){
  .vib-v2-promotion-logo-world-box .vib-v2-txt-promotion-2{white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #000;font-size: var(--font-title-3-size); font-weight: var(--font-title-3-weight);}
  .vib-v2-promotion-logo-world-box .vib-v2-txt-promotion-2 span{height: auto; display: initial; overflow: visible; -webkit-line-clamp: initial; -webkit-box-orient: initial; text-overflow: initial; position: initial;}
  .vib-v2-promotion-logo-world-box .vib-v2-box-txt-world-new-2{min-height: 160px;}
  .vib-v2-promotion-logo-world-box .vib-v2-txt-promotion-2.popover:hover + .content-popover{overflow: visible;opacity: 1;z-index: 1; bottom: 145px;}

  .vib-v2-promotion-logo-world-box .promotion-card-outner{pointer-events: none;}
  .vib-v2-promotion-logo-world-box .vib-v2-world-box .vib-v2-content_world-box:hover .vib-v2-txt-promotion-2, .vib-v2-world-box .vib-v2-content_world-box:hover .vib-v2-txt-promotion-2 span{color: var(--color-dard-orange);}
  }

  @media (min-width: 768px) and (max-width: 1023px){
    .vib-v2-promotion-logo-world-box .vib-v2-box-txt-world-new-2{min-height: 190px;}
  }

  @media (max-width: 767px){
    .vib-v2-promotion-logo-world-box .vib-v2-box-txt-world-new-2 .vib-v2-txt-promotion-2 span{height: auto; margin-bottom: 20px;}
    .vib-v2-promotion-logo-world-box .vib-v2-box-txt-world-new-2{min-height: initial;}
  }

  section.vib-v2-promotion-list .vib-v2-list-world-box::after {
    clear: both;
    display: block;
    content: "";
  }

  /****  floating-Lable style start ****/
  .floating-label {
    position: relative;
    /* active state */
  }
  .floating-label .floating-input,
  .floating-label .floating-select {
    padding: 17px 0 0;
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #aaaaaa;
    border-radius: 0;
  }
  .floating-label .floating-input:hover,
  .floating-label .floating-input:focus,
  .floating-label .floating-select:focus {
    outline: none;
    border-bottom: 2px solid #000;
  }
  .floating-label label {
    color: #5e5c62;
    position: absolute;
    pointer-events: none;
    top: 14px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  .floating-label .floating-input:focus ~ label,
  .floating-label .floating-input:not(:placeholder-shown) ~ label {
    top: 0;
    font-size: 14px;
  }
  .floating-label .floating-select:focus ~ label,
  .floating-label .floating-select:not([value=""]):valid ~ label {
    top: 0;
  }
  .floating-label .floating-input:focus ~ .bar:before,
  .floating-label .floating-input:focus ~ .bar:after,
  .floating-label .floating-select:focus ~ .bar:before,
  .floating-label .floating-select:focus ~ .bar:after {
    width: 50%;
  }
  .floating-label *,
  .floating-label *:before,
  .floating-label *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .floating-label .floating-textarea {
    overflow: hidden;
    overflow-x: hidden;
  }
  .floating-label .txt_error {
    position: relative;
    top: 0;
  }
  .floating-label.field-error input, .floating-label.field-error textarea {
    border-bottom: 2px solid #FF0000;
  }
  .floating-label.field-error .txt_error {
    display: block;
  }

  .error .txt_error {
    top: 0;
    position: relative;
  }

  .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion {
    transition: 0.15s ease-in;
    position: sticky;
    background: #fff;
    height: auto;
    border: none;
    box-shadow: 0px 1px 5px rgba(188, 188, 188, 0.25) !important;
    margin-top: 0;
    top: 0;
    z-index: 999;
  }
  .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about img,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion img {
    display: none;
  }

  .promotion-search {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .promotion-search.search-top{
    margin: 0;
    padding: 0;
  }

  #popup-dropdown-list-header.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: none;
    transition: none;
  }

  section.vib-v2-promotion-list .title-1 .promotion-section-view-all-bottom.show-all {
    display: none;
  }
  .section-promotion-detail .col-tool {
    max-width: 150px;
    padding-left: 25px;
  }
  .col-tool .share_link_promotion {
    position: relative;
    float: none;
  }
  .col-tool .promotion-search.search-top {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .col-tool .promotion-search.search-top::after {
    border-left: 1px solid #E4E4E4;
    position: absolute;
    content: "";
    left: -18px;
    height: 32px;
    top: 5px;
  }
  @media only screen and (min-width: 1000px) {
    /* start - for view all button in desktop promotion */
    section.vib-v2-promotion-list .title-1 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
    }
    section.vib-v2-promotion-list .title-1 span {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
    }
    section.vib-v2-promotion-list .title-1 .promotion-section-view-all-bottom.show-all {
      display: block;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      margin-top: 0;
      padding-right: 24px;
    }
    .vib-v2-list-world-box + .promotion-section-view-all-bottom.show-all {
      display: none;
    }

    /* end - for view all button in desktop promotion */

    .tab-menu .vib-v2-box-card-header-credit {
      line-height: normal;
      padding: 0 25px !important;
    }
    .tab-menu .vib-v2-box-card-header-credit:not(.active):hover a p,.tab-menu .vib-v2-box-card-header-credit:not(.active):hover a{color: var(--color-dard-orange);}

    .tab-menu .vib-v2-box-card-header-credit:first-child {
      padding-left: 0 !important;
    }
    .tab-menu .vib-v2-box-card-header-credit::after {
      display: none;
    }
    .tab-menu .vib-v2-box-card-header-credit:hover:before {
      border-bottom: 2px solid var(--bg-color-mono-1);
      height: 2px;
    }
    .tab-menu .vib-v2-box-card-header-credit.active p {
      font-weight: var(--font-body-bold-weight);
    }
    .tab-menu .vib-v2-box-card-header-credit.active:before {
      border: none;
      height: 5px;
      background: linear-gradient(94.64deg, #ff5922 3.75%, #fe9b25 96.25%);
    }
    .tab-menu .vib-v2-box-card-header-credit.active:hover:before {
      height: 2px;
    }
    .tab-menu .vib-v2-box-card-header-credit p {
      line-height: 80px;
      color: var(--bg-color-mono-1);
      font-weight: var(--font-body-medium-weight);
    }
    .tab-menu .vib-v2-box-card-header-credit a {
      position: static;
      display: block;
      height: auto;
      line-height: normal;
    }

    .body .row > .vib-v2-world-box,
  .vib-v2-world-box {
      width: 33.3333333333% !important;
      margin-top: 30px !important;
      margin-bottom: 0;
    }

    .promotion-search {
      right: 0;
    }
    .vib-v2-content_world-box:hover .vib-v2-box-txt-world-new-2 .vib-v2-txt-promotion-2 span {
      color: var(--color-dard-orange);
    }
  }
  @media only screen and (max-width: 1000px) {
    .modal-open #popup-dropdown-list-header.modal .modal-content {
      width: 100%;
    }

    .modal-open #popup-dropdown-list-header.modal .vib-v2-popup-wrapper {
      padding: 40px 30px !important;
      width: 100%;
    }

    .modal-open #popup-dropdown-list-header.modal .vib-v2-popup-wrapper .vib-v2-box-card-header-credit {
      height: auto !important;
    }
  }
  @media screen and (max-width: 991px) {
    .body {
      padding-bottom: 0px;
    }

    .bg-white-shadow {
      padding: 40px 0;
    }
    .bg-white-shadow .row .txt-content {
      padding-left: 30px;
    }
    .bg-white-shadow.bg-white-shadow {
      background: #FFFFFF;
      box-shadow: none;
    }

    .box-shadow {
      background-color: #fff;
      box-shadow: 0px 3px 5px rgba(188, 188, 188, 0.25);
    }

    .body .row > .vib-v2-world-box,
  .vib-v2-world-box {
      width: 50% !important;
      margin-top: 30px !important;
      margin-bottom: 0 !important;
    }

    .promotion-section-view-all-bottom {
      margin-top: 20px;
      display: inline-block;
    }

    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center !important;
      align-items: center !important;
      height: 70px;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%;
      /* padding-right: 25px; */
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header .vib-v2-box-card-header-credit,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header .vib-v2-box-card-header-credit {
      height: auto !important;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header .vib-v2-box-card-header-credit p,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header .vib-v2-box-card-header-credit p {
      float: none;
      padding-left: 20px;
      margin-top: 0;
      line-height: 30px;
      font-size: 16px;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::before,
    .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::before {
      background: var(--icon-Angle_right_black) no-repeat;
      background-size: 20px;
      right: -34px;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::after,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::after {
      content: "";
      clear: both;
      display: block;
      background: none;
    }

    #popup-dropdown-list-header .vib-v2-box-card-header-credit a {
      padding: 20px 0;
    }
    #popup-dropdown-list-header .vib-v2-box-card-header-credit.active:before {
      right: 0;
      top: 25px;
    }
    #popup-dropdown-list-header .vib-v2-box-card-header-credit.active p {
      font-weight: 600 !important;
    }

    #popup-dropdown-list-header a.vib-v2-box-card-header-credit {
      padding: 20px 0;
    }
    #popup-dropdown-list-header a.vib-v2-box-card-header-credit.active:before {
      right: 0;
      top: 25px;
    }
    .vib-v2-box-card-header-credit p {
      font-weight: 600 !important;
    }
  }
  @media screen and (max-width: 767px) {
    .body {
      padding-top: 20px;
      padding-bottom: 0px;
    }

    .vib-v2-content-search-atm {
      margin-top: 10px !important;
    }

    .bg-white-shadow {
      padding: 0;
    }
    .bg-white-shadow .col-contact .title-3 {
      margin-bottom: 20px;
    }
    .bg-white-shadow .row {
      padding-top: 0;
      padding-bottom: 0px;
    }
    .bg-white-shadow .row::after {
      display: none;
    }
    .bg-white-shadow .row [class*=col-]:first-child h3 {
      margin-left: -20px;
      margin-right: -20px;
      background-color: var(--bg-color-mono-8);
      padding: 15px 20px;
    }
    .bg-white-shadow .row .col-contact {
      width: 100%;
    }
    .bg-white-shadow .row .col-contact p {
      margin-top: -20px;
      margin-left: -20px;
      margin-right: -20px;
      background-color: var(--bg-color-mono-8);
      padding: 0 20px 15px;
    }
    .bg-white-shadow .row .txt-content {
      border-left: 1px solid transparent;
      padding-left: 0;
      padding-right: 0;
    }
    .bg-white-shadow .row .txt-content .input-group {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .modal-open {
      overflow: hidden;
    }
    .section-promotion-detail .col-tool {
      position: absolute;
      right: -15px;
      top: -48px;
    }
    .col-tool .share_link_promotion {
      top: 0;
    }
    .vib-v2-header-world-detail > .row > .col > .vib-v2-title-promotion-detail.title-1 {
      margin-top: 5px;
    }
  }
  @media screen and (max-width: 576px) {
    .body .row .vib-v2-world-box,
  .vib-v2-world-box {
      width: 100% !important;
      margin-top: 20px;
    }
  }
  @media only screen and (min-width: 768px) {
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit {
      line-height: normal;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit a,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit a {
      height: auto;
      line-height: normal;
      color: black;
      position: static;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit a p,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit a p {
      line-height: 80px;
      font-size: 16px;
      font-weight: 500;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit p,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit p {
      line-height: 80px;
      font-size: 16px;
      font-weight: 500;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit::before, .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit::after,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit::before,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit::after {
      display: none;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active p,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active p {
      color: black;
      font-weight: 600;
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active:before,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active:before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 20px;
      border: none;
      height: 3px;
      background: var(--bg-gradient-orange-1);
    }
    .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active:first-child:before,
  .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-box-card-header-credit.active:first-child:before {
      left: 0;
    }

    .promotion-card-outner {
      position: absolute;
      width: calc(100% - 70px);
      bottom: 20px;
    }
  }
  .vib-v2-section-header_new_form,
  .vib-v2-section-header_new02 {
    background: #fff !important;
  }

  .select_ocb .bootstrap-select.btn-group .dropdown-menu li.active:before {
    display: none;
  }
  .select_ocb .bootstrap-select.btn-group .dropdown-menu li:not(:nth-child(1)).selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 7px;
    background: url(/static/theme/vs2018/images/arrow_check_selectbox.svg) no-repeat;
    background-size: 100%;
    height: 27px;
    width: 27px;
    z-index: 55;
    display: block;
  }

  #popup-dropdown-list-header {
    padding: 0 !important;
  }

  body#content {
    background: #fff;
  }

  @media only screen and (max-width: 768px) {
    .modal-open #popup-dropdown-list-header.modal .vib-v2-popup-wrapper {
      padding: 40px 20px !important;
    }
  }
  .vib-v2-section-tab-all-about.vib-v2-section-tab-all-about .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::before:hover,
    .vib-v2-section-tab-all-card.vib-v2-section-tab-all-promotion .vib-v2-list-card-header-mobile .vib-v2-selectbox-list-header::before:hover {
      filter: invert(58%) sepia(94%) saturate(466%) hue-rotate(344deg) brightness(97%) contrast(99%);
    }
  /*# sourceMappingURL=common.css.map */

  .vib-v2-promotion-list font[color="red"] {
      padding: 0 15px;
      display: block;
      margin-top: 30px;
  }
  .promotion-search.search-top .btn.btn-search,
  .promotion-search.search-top .btn.btn-search span.icon-search{
      width: 46px;
      height: 46px;
  }
  .col-tool .promotion-search.search-top .btn.btn-search,
  .col-tool .promotion-search.search-top .btn.btn-search span.icon-search{
      width: 40px;
      height: 40px;
  }
  .vib-v2-header-world-detail .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  /* .vib-v2-section-header_new02.cc-list, .vib-v2-section-header_new02.cc-list * {
    transition: none;
  } */
  .vib-v2-section-tab-all-card.section-fix-top,
  .vib-v2-section-tab-all-card.section-fix-top  {
    position: fixed;
    width: 100%;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    z-index: 999;
    height: auto;
    transition: .2s ease-in;
    top: 0
    /* top: 70px !important */
  }
  @media only screen and (max-width: 1024px) {
    .vib-v2-section-header_new02.cc-list {
        height: 70px;
    }
  }
  @media only screen and (min-width: 1024px) {
    /* .vib-v2-section-tab-all-card.section-fix-top {
        top: 77px !important;
    } */
    .vib-v2-section-header_new02.vib-v2-header-scroll-02 {
        height: 70px !important;
    }
  }
  .vib-v2-section-header_new02  {
      position: static;
  }

  .vib-v2-section-header_new02 > .vib-v2-wrapper_new  {
    position: relative;
    height: 100%;
  }
