body {
  font: 400 16px "Nunito", sans-serif;
  color: #000000; }

a:focus,
a:link,
a:active {
  outline: none;
  text-decoration: underline; }

ul,
li {
  list-style: none; }

*:focus {
  outline: none;
  box-shadow: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s; }

.txt_r_xxs, .form-group .formTop,
.form-group input[type=text]:focus + .formLabel,
.form-group input[type=tel]:focus + .formLabel {
  font-weight: 400;
  font-size: 14px; }

.txt_s_xxs {
  font-weight: 600;
  font-size: 14px; }

.txt_b_xxs {
  font-weight: 700;
  font-size: 14px; }

.txt_r_xs, .form-group {
  font-weight: 400;
  font-size: 16px; }

.txt_s_xs, .btn {
  font-weight: 600;
  font-size: 16px; }

.txt_b_xs, .dropdown .list .item1.selected {
  font-weight: 700;
  font-size: 16px; }

.txt_r_s {
  font-weight: 400;
  font-size: 20px; }

.txt_s_s {
  font-weight: 600;
  font-size: 20px; }

.txt_b_s {
  font-weight: 700;
  font-size: 20px; }

.txt_r_m {
  font-weight: 400;
  font-size: 24px; }

.txt_s_m {
  font-weight: 600;
  font-size: 24px; }

.txt_b_m {
  font-weight: 700;
  font-size: 24px; }

.txt_r_l {
  font-weight: 400;
  font-size: 26px; }

.txt_s_l {
  font-weight: 600;
  font-size: 26px; }

.txt_b_l {
  font-weight: 700;
  font-size: 26px; }

.txt_r_xl {
  font-weight: 400;
  font-size: 32px; }

.txt_s_xl {
  font-weight: 600;
  font-size: 32px; }

.txt_b_xl {
  font-weight: 700;
  font-size: 32px; }

.txt_error {
  font-weight: 400;
  font-size: 12px;
  color: #FF0000;
  margin: 5px 0 0; }

.clr:before, .clr:after {
  display: table;
  content: " ";
  clear: both;
  font-size: 0; }

.spa_xxs {
  margin-top: 5px; }

.spa_xs {
  margin-top: 10px; }

.spa_s {
  margin-top: 20px; }

.spa_m {
  margin-top: 30px; }

.spa_l {
  margin-top: 40px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-20px {
  margin-bottom: 20px; }

.pl-5px {
  padding-left: 5px; }

.bg_Mono1 {
  background-color: #000000; }

.bg_Mono2 {
  background-color: #5E5C62; }

.bg_Mono1 {
  background-color: #000000; }

.bg_Mono3 {
  background-color: #AAAAAA; }

.bg_Mono4 {
  background-color: #E4E4E4; }

.bg_Blue {
  background-color: #0066b3; }

.bg_DrakOrange {
  background-color: #f47920; }

.bg_Orange {
  background-color: #F7941D; }

.bg_LightOrange {
  background-color: #FAA61A; }

.bg_Red {
  background-color: #FF0000; }

.bg_Green {
  background-color: #00B366; }

.txt_Mono1 {
  color: #000000; }

.txt_Mono2 {
  color: #5E5C62; }

.txt_Mono3 {
  color: #AAAAAA; }

.txt_Mono4 {
  color: #E4E4E4; }

.txt_Mono5 {
  color: #E4E4E4; }

.txt_Blue {
  color: #0066b3; }

.txt_DrakOrange {
  color: #f47920; }

.txt_Orange {
  color: #F7941D; }

.txt_LightOrange {
  color: #FAA61A; }

.txt_Red {
  color: #FF0000; }

.txt_Green {
  color: #00B366; }

.boxShadow, .dropdown .list, .tooltip-parent .tooltip-normal {
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); }

hr {
  border-top: 1px solid #E4E4E4;
  margin: 0; }
  hr.hr3 {
    border-top: 3px solid #E4E4E4; }
  hr.hr-7-full-mobile {
    border-top: 5px solid #E4E4E4;
    margin-left: -20px;
    margin-right: -20px; }
  hr.hr-7 {
    border-top: 5px solid #E4E4E4; }

.display-block {
  display: block; }

.display-none {
  display: none; }

.d-mobile {
  display: none; }

.align-item {
  align-items: center; }

.form-group {
  margin: 0;
  position: relative; }
  .form-group + .form-group {
    margin-top: 20px; }
  .form-group.field-error input[type=text]:not(.unformat),
  .form-group.field-error input[type=tel]:not(.unformat),
  .form-group.field-error input[type=password]:not(.unformat), .form-group.field-error:hover input[type=text]:not(.unformat),
  .form-group.field-error:hover input[type=tel]:not(.unformat),
  .form-group.field-error:hover input[type=password]:not(.unformat) {
    border-bottom: 2px solid #FF0000; }
  .form-group.field-error .caption, .form-group.field-error:hover .caption {
    border-bottom: 2px solid #FF0000; }
  .form-group.field-error .radio-custom + .label-custom:before, .form-group.field-error .checkbox-custom + .label-custom:before, .form-group.field-error:hover .radio-custom + .label-custom:before, .form-group.field-error:hover .checkbox-custom + .label-custom:before {
    border: 2px solid #FF0000; }
  .form-group.field-error .radio-custom:checked + .label-custom:before, .form-group.field-error .checkbox-custom:checked + .label-custom:before, .form-group.field-error:hover .radio-custom:checked + .label-custom:before, .form-group.field-error:hover .checkbox-custom:checked + .label-custom:before {
    background-color: #000000;
    border: 2px solid #000000; }
  .form-group.disabled label {
    color: #AAAAAA; }
  .form-group.disabled .dropdown .caption, .form-group.disabled.dropdown:hover .caption {
    color: #AAAAAA;
    border-bottom: 1px solid #E4E4E4; }
    .form-group.disabled .dropdown .caption::after, .form-group.disabled.dropdown:hover .caption::after {
      border: solid #E4E4E4;
      border-width: 0 1px 1px 0; }
  .form-group.disabled .radio-custom + .label-custom:before, .form-group.disabled .checkbox-custom + .label-custom:before {
    border: 2px solid #E4E4E4; }
  .form-group.disabled .radio-custom + .label-custom:hover, .form-group.disabled .checkbox-custom + .label-custom:hover {
    cursor: default;
    color: #AAAAAA; }
  .form-group.disabled .radio-custom:checked + .label-custom, .form-group.disabled .checkbox-custom:checked + .label-custom {
    color: #AAAAAA; }
    .form-group.disabled .radio-custom:checked + .label-custom:before, .form-group.disabled .checkbox-custom:checked + .label-custom:before {
      background-color: #AAAAAA;
      border: 2px solid #AAAAAA; }
  .form-group.form-group-inline {
    display: inline-block; }
    .form-group.form-group-inline + .form-group {
      margin-left: 20px; }
  .form-group .formLabel {
    position: absolute;
    left: 0;
    transition: all .4s ease;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    color: #5E5C62; }
    .form-group .formLabel:hover + input[type=text],
    .form-group .formLabel:hover + input[type=tel],
    .form-group .formLabel:hover + input[type=password],
    .form-group .formLabel:hover + input[type=text]:not(.unformat),
    .form-group .formLabel:hover + input[type=tel]:not(.unformat),
    .form-group .formLabel:hover + input[type=password]:not(.unformat) {
      border-bottom: 2px solid #000000; }
    .form-group .formLabel:hover + input[type=text]:disabled,
    .form-group .formLabel:hover + input[type=tel]:disabled,
    .form-group .formLabel:hover + textarea:disabled,
    .form-group .formLabel:hover + input[type=text]:not(.unformat):disabled,
    .form-group .formLabel:hover + input[type=tel]:not(.unformat):disabled {
      border: 0; }
  .form-group .formTop,
  .form-group input[type=text]:focus + .formLabel,
  .form-group input[type=tel]:focus + .formLabel {
    top: 5px !important;
    transform: translateY(0); }
  .form-group input[type=text]:not(.unformat),
  .form-group input[type=tel]:not(.unformat),
  .form-group input[type=password]:not(.unformat) {
    background: transparent;
    width: 100%;
    padding: 25px 0 0;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #AAAAAA;
    border-radius: 0;
    color: #000000; }
    .form-group input[type=text]:not(.unformat).field-error,
    .form-group input[type=tel]:not(.unformat).field-error,
    .form-group input[type=password]:not(.unformat).field-error {
      border-bottom: 2px solid #FF0000; }
  .form-group input[type=text]:focus,
  .form-group input[type=text]:not(.unformat):focus,
  .form-group input[type=text]:hover,
  .form-group input[type=text]:not(.unformat):hover,
  .form-group input[type=tel]:focus,
  .form-group input[type=tel]:not(.unformat):focus,
  .form-group input[type=tel]:hover,
  .form-group input[type=tel]:not(.unformat):hover {
    border-bottom: 2px solid #5E5C62;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-group input[type=text]:disabled,
  .form-group input[type=tel]:disabled,
  .form-group textarea:disabled,
  .form-group input[type=text]:not(.unformat):disabled,
  .form-group input[type=text]:disabled:hover,
  .form-group input[type=tel]:not(.unformat):disabled,
  .form-group input[type=tel]:disabled:hover,
  .form-group textarea:disabled:hover,
  .form-group input[type=text]:not(.unformat):disabled:hover,
  .form-group input[type=tel]:not(.unformat):disabled:hover {
    color: #AAAAAA !important;
    border-bottom: 1px solid #E4E4E4;
    -webkit-text-fill-color: #AAAAAA; }
  .form-group .datepicker-bt3 {
    background-size: 14px 16px !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 0px) 20px !important;
    background-image: url(data:image/svg+xml;base64,PCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluICAtLT4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzEuM3B4IgoJIGhlaWdodD0iMzUuOHB4IiB2aWV3Qm94PSIwIDAgMzEuMyAzNS44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMS4zIDM1Ljg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGRlZnM+CjwvZGVmcz4KPGc+Cgk8cGF0aCBkPSJNMjcuOSw0LjVjMC45LDAsMS43LDAuMywyLjQsMXMxLDEuNCwxLDIuNHYyNC42YzAsMC45LTAuMywxLjctMSwyLjRzLTEuNCwxLTIuNCwxSDMuNGMtMC45LDAtMS43LTAuMy0yLjQtMXMtMS0xLjQtMS0yLjQKCQlWNy44YzAtMC45LDAuMy0xLjcsMS0yLjRzMS40LTEsMi40LTFoMy40VjAuOGMwLTAuMiwwLjEtMC40LDAuMi0wLjZDNy4xLDAuMSw3LjMsMCw3LjUsMGgwLjZjMC4yLDAsMC40LDAuMSwwLjYsMC4yCgkJYzAuMiwwLjIsMC4yLDAuNCwwLjIsMC42djMuNmgxMy40VjAuOGMwLTAuMiwwLjEtMC40LDAuMi0wLjZDMjIuOCwwLjEsMjMsMCwyMy4yLDBoMC42YzAuMiwwLDAuNCwwLjEsMC42LDAuMgoJCWMwLjIsMC4yLDAuMiwwLjQsMC4yLDAuNnYzLjZIMjcuOXogTTMuNCw2LjdDMyw2LjcsMi44LDYuOCwyLjUsN1MyLjIsNy41LDIuMiw3Ljh2My40aDI2LjhWNy44YzAtMC4zLTAuMS0wLjYtMC4zLTAuOAoJCXMtMC41LTAuMy0wLjgtMC4zSDMuNHogTTI3LjksMzMuNWMwLjMsMCwwLjYtMC4xLDAuOC0wLjNzMC4zLTAuNSwwLjMtMC44di0xOUgyLjJ2MTljMCwwLjMsMC4xLDAuNiwwLjMsMC44czAuNSwwLjMsMC44LDAuM0gyNy45egoJCSBNMTAuMywyMi4zYzAuMiwwLDAuNC0wLjEsMC42LTAuMmMwLjItMC4yLDAuMi0wLjQsMC4yLTAuNnYtMi44YzAtMC4yLTAuMS0wLjQtMC4yLTAuNmMtMC4yLTAuMi0wLjQtMC4yLTAuNi0wLjJINy41CgkJYy0wLjIsMC0wLjQsMC4xLTAuNiwwLjJjLTAuMiwwLjItMC4yLDAuNC0wLjIsMC42djIuOGMwLDAuMiwwLjEsMC40LDAuMiwwLjZjMC4yLDAuMiwwLjQsMC4yLDAuNiwwLjJIMTAuM3ogTTEwLjMsMjkuMQoJCWMwLjIsMCwwLjQtMC4xLDAuNi0wLjJjMC4yLTAuMiwwLjItMC40LDAuMi0wLjZ2LTIuOGMwLTAuMi0wLjEtMC40LTAuMi0wLjZjLTAuMi0wLjItMC40LTAuMi0wLjYtMC4ySDcuNWMtMC4yLDAtMC40LDAuMS0wLjYsMC4yCgkJYy0wLjIsMC4yLTAuMiwwLjQtMC4yLDAuNnYyLjhjMCwwLjIsMC4xLDAuNCwwLjIsMC42YzAuMiwwLjIsMC40LDAuMiwwLjYsMC4ySDEwLjN6IE0xNywyMi4zYzAuMiwwLDAuNC0wLjEsMC42LTAuMgoJCWMwLjItMC4yLDAuMi0wLjQsMC4yLTAuNnYtMi44YzAtMC4yLTAuMS0wLjQtMC4yLTAuNmMtMC4yLTAuMi0wLjQtMC4yLTAuNi0wLjJoLTIuOGMtMC4yLDAtMC40LDAuMS0wLjYsMC4yCgkJYy0wLjIsMC4yLTAuMiwwLjQtMC4yLDAuNnYyLjhjMCwwLjIsMC4xLDAuNCwwLjIsMC42YzAuMiwwLjIsMC40LDAuMiwwLjYsMC4ySDE3eiBNMTcsMjkuMWMwLjIsMCwwLjQtMC4xLDAuNi0wLjIKCQljMC4yLTAuMiwwLjItMC40LDAuMi0wLjZ2LTIuOGMwLTAuMi0wLjEtMC40LTAuMi0wLjZjLTAuMi0wLjItMC40LTAuMi0wLjYtMC4yaC0yLjhjLTAuMiwwLTAuNCwwLjEtMC42LDAuMgoJCWMtMC4yLDAuMi0wLjIsMC40LTAuMiwwLjZ2Mi44YzAsMC4yLDAuMSwwLjQsMC4yLDAuNmMwLjIsMC4yLDAuNCwwLjIsMC42LDAuMkgxN3ogTTIzLjcsMjIuM2MwLjIsMCwwLjQtMC4xLDAuNi0wLjIKCQljMC4yLTAuMiwwLjItMC40LDAuMi0wLjZ2LTIuOGMwLTAuMi0wLjEtMC40LTAuMi0wLjZjLTAuMi0wLjItMC40LTAuMi0wLjYtMC4ySDIxYy0wLjIsMC0wLjQsMC4xLTAuNiwwLjIKCQljLTAuMiwwLjItMC4yLDAuNC0wLjIsMC42djIuOGMwLDAuMiwwLjEsMC40LDAuMiwwLjZjMC4yLDAuMiwwLjQsMC4yLDAuNiwwLjJIMjMuN3ogTTIzLjcsMjkuMWMwLjIsMCwwLjQtMC4xLDAuNi0wLjIKCQljMC4yLTAuMiwwLjItMC40LDAuMi0wLjZ2LTIuOGMwLTAuMi0wLjEtMC40LTAuMi0wLjZjLTAuMi0wLjItMC40LTAuMi0wLjYtMC4ySDIxYy0wLjIsMC0wLjQsMC4xLTAuNiwwLjIKCQljLTAuMiwwLjItMC4yLDAuNC0wLjIsMC42djIuOGMwLDAuMiwwLjEsMC40LDAuMiwwLjZjMC4yLDAuMiwwLjQsMC4yLDAuNiwwLjJIMjMuN3oiLz4KPC9nPgo8L3N2Zz4K) !important; }

.dropdown {
  position: relative;
  background-color: #fff; }
  .dropdown .list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: calc(100% + 2px);
    left: 0;
    top: 50px;
    border-radius: 5px;
    z-index: 5;
    color: #5E5C62; }
    .dropdown .list.scroller {
      max-height: 250px; }
    .dropdown .list .item1 {
      padding: 9px 30px 9px 20px;
      cursor: pointer;
      position: relative; }
      .dropdown .list .item1:hover {
        background: #F2F2F2; }
      .dropdown .list .item1.selected {
        color: #000000; }
        .dropdown .list .item1.selected::after {
          content: '';
          position: absolute;
          display: block;
          border: solid #000000;
          border-width: 0 2px 2px 0;
          width: 9px;
          height: 18px;
          top: 50%;
          right: 10px;
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
          -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .dropdown .caption {
    height: 50px;
    padding: 25px 20px 0 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    border-bottom: 1px solid #AAAAAA;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .dropdown .caption::after {
      content: '';
      position: absolute;
      display: block;
      border: solid #5E5C62;
      border-width: 0 1px 1px 0;
      padding: 7px 5px;
      top: 15px;
      right: 0;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
  .dropdown.open .list {
    display: block; }
  .dropdown.open .caption::after {
    top: 28px;
    padding: 5px 6px;
    transform: rotate(-136deg);
    -webkit-transform: rotate(-136deg); }
  .dropdown:hover .caption {
    border-bottom: 2px solid #000000; }

.radio-custom, .checkbox-custom {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
  z-index: 2; }
  .radio-custom + .label-custom, .checkbox-custom + .label-custom {
    padding-left: 30px;
    margin: 0;
    min-height: 20px;
    padding-top: 2px;
    color: #5E5C62; }
    .radio-custom + .label-custom:hover, .checkbox-custom + .label-custom:hover {
      cursor: pointer;
      color: #000000; }
      .radio-custom + .label-custom:hover .txt_Orange, .checkbox-custom + .label-custom:hover .txt_Orange {
        color: #000000; }
    .radio-custom + .label-custom:before, .checkbox-custom + .label-custom:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 20px;
      padding: 0px;
      text-align: center;
      color: #fff;
      position: absolute;
      left: 0;
      top: 2px;
      border-radius: 50%;
      border: 2px solid #AAAAAA;
      background-color: #fff; }
    .radio-custom + .label-custom .txt_Orange, .checkbox-custom + .label-custom .txt_Orange {
      color: #5E5C62; }
  .radio-custom:checked + .label-custom, .checkbox-custom:checked + .label-custom {
    color: #000000; }
    .radio-custom:checked + .label-custom:before, .checkbox-custom:checked + .label-custom:before {
      background-color: #000000;
      border: 2px solid #000000; }
    .radio-custom:checked + .label-custom:after, .checkbox-custom:checked + .label-custom:after {
      top: 9px;
      left: 7px;
      width: 6px;
      height: 6px;
      background-color: #fff;
      position: absolute;
      content: "";
      border-radius: 50%; }
    .radio-custom:checked + .label-custom .txt_Orange, .checkbox-custom:checked + .label-custom .txt_Orange {
      color: #F7941D; }
  .radio-custom:hover + .label-custom:before, .checkbox-custom:hover + .label-custom:before, .radio-custom:checked:hover + .label-custom:before, .checkbox-custom:checked:hover + .label-custom:before {
    border: 2px solid #000000; }

.checkbox-custom + .label-custom:before {
  border-radius: 5px; }
.checkbox-custom:checked + .label-custom:after {
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 13px;
  top: 4px;
  left: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-radius: 0;
  background-color: transparent; }

/*end radio button and checkbox */
.btn {
  border: none;
  border-radius: 5px;
  padding: 0 20px;
  height: 45px;
  position: relative;
  overflow: hidden; }
  .btn span {
    position: relative;
    z-index: 1; }
  .btn + .btn {
    margin-left: 10px; }
  .btn:focus {
    outline: none;
    box-shadow: none; }
  .btn.btn_s, .btn.btn_m, .btn.btn_m_light {
    background-color: #F7941D;
    min-width: 125px; }
    .btn.btn_s::after, .btn.btn_m::after, .btn.btn_m_light::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 45px;
      left: -100%;
      top: 0;
      border-radius: 5px;
      transition: all .4s ease;
      background-color: #000000; }
    .btn.btn_s:hover, .btn.btn_m:hover, .btn.btn_m_light:hover {
      color: #fff; }
      .btn.btn_s:hover::after, .btn.btn_m:hover::after, .btn.btn_m_light:hover::after {
        left: 0; }
  .btn.btn-txt-next {
    background-color: #fff;
    padding-left: 0;
    padding-right: 30px;
    min-width: auto !important;
    text-decoration: underline;
    font-weight: 400; }
    .btn.btn-txt-next:not(:disabled):not(.disabled)::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow-right-black.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px 15px;
      background-size: 15px 10px; }
    .btn.btn-txt-next:hover, .btn.btn-txt-next:not(:disabled):not(.disabled):hover {
      color: #F7941D; }
      .btn.btn-txt-next:hover::after, .btn.btn-txt-next:not(:disabled):not(.disabled):hover::after {
        background-image: url(../images/arrow-right-orange.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 10px 15px;
        background-size: 15px 10px; }
    .btn.btn-txt-next::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      width: 15px;
      height: 15px;
      background-image: url(../images/arrow-right-black.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 10px 15px;
      background-size: 15px 10px; }
  .btn.btn_m {
    min-width: 158px; }
  .btn:disabled, .btn:disabled:hover {
    background-color: #E4E4E4;
    color: #AAAAAA; }
    .btn:disabled::after, .btn:disabled:hover::after {
      display: none; }
  .btn.btn_m_light {
    background-color: #FAA61A; }

i {
  display: inline-block; }
  i.arrow-down {
    background-image: url(../images/arrow-down-white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 18px;
    width: 30px;
    height: 18px; }

.item-100vh {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100vh - 50px); }

.bounce {
  animation-name: bounce;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

@keyframes bounce {
  0%, 100% {
    transform: translateY(-50%); }
  50% {
    transform: translateY(25%); } }
.max-720 {
  max-width: 720px; }

.img-60 {
  max-width: 60px; }



@media only screen and (min-width: 1025px) {
  a {
  color: #000000; }
  a:hover {
    color: #F7941D; }
}

.tooltip-parent {
  position: relative;
  display: inline-block;
  margin-bottom: 0; }
  .tooltip-parent .tooltip-normal {
    position: absolute;
    transform: translateX(-50%) translateY(10px);
    padding: 7px 10px;
    border-radius: 5px;
    top: 100%;
    left: 50%;
    z-index: 5;
    display: none;
    background: #fff;
    border: 1px solid #E4E4E4; }
    .tooltip-parent .tooltip-normal.tooltip--left {
      left: auto;
      right: 100%;
      transform: translateX(-10px) translateY(-50%);
      top: 50%; }
    .tooltip-parent .tooltip-normal.tooltip--right {
      left: 100%;
      transform: translateX(20px) translateY(-25px);
      top: 50%; }
      .tooltip-parent .tooltip-normal.tooltip--right:after {
        content: "";
        position: absolute;
        left: -7px;
        top: 15px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px #AAAAAA, 5px 6px 9px -9px #AAAAAA;
        background: #fff;
        transform: rotate(130deg); }
    .tooltip-parent .tooltip-normal .logo-item {
      width: 300px;
      position: relative;
      z-index: 1; }
      .tooltip-parent .tooltip-normal .logo-item .col img,
      .tooltip-parent .tooltip-normal .logo-item [class*="col-"] img {
        max-width: 100%; }
  .tooltip-parent:hover {
    cursor: pointer; }
    .tooltip-parent:hover .tooltip-normal {
      display: inline-block; }
  .tooltip-parent .close-tootltip {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px; }
    .tooltip-parent .close-tootltip:before, .tooltip-parent .close-tootltip:after {
      position: absolute;
      left: 15px;
      content: ' ';
      height: 22px;
      width: 2px;
      background-color: #000000;
      transform: rotate(45deg); }
    .tooltip-parent .close-tootltip:after {
      transform: rotate(-45deg); }

.wrapper .content {
  margin: 0 auto;
  max-width: 1100px; }

#header {
  padding: 0;
  width: 100%;
  position: fixed;
  z-index: 6;
  top: 0; }
  #header .header-content {
    max-width: 1100px;
    margin: 0 auto;
    height: 85px;
    padding: 15px 0 0; }
    #header .header-content .title {
      padding-left: 5px;
      padding-top: 9px; }
      #header .header-content .title h1 {
        color: #fff;
        font-size: 16px;
        line-height: normal;
        padding-top: 3px;
        margin-bottom: 0; }
        #header .header-content .title h1 a {
          padding-right: 10px;
          padding-left: 10px;
          color: #fff;
          text-decoration: none; }
          #header .header-content .title h1 a:hover {
            color: #FAA61A; }
          #header .header-content .title h1 a:first-child {
            padding-left: 0; }
    #header .header-content .avatar-col {
      max-width: 30px;
      padding: 10px 0 0;
      margin-left: 20px; }
      #header .header-content .avatar-col .avatar {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        overflow: hidden;
        background: #fff;
        position: relative;
        width: 30px;
        height: 30px; }
        #header .header-content .avatar-col .avatar:hover {
          cursor: pointer;
          background: #FAA61A; }
        #header .header-content .avatar-col .avatar img {
          max-width: 100%;
          height: auto;
          width: 18px;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
    #header .header-content .vib-v2-hamburger-menu {
      display: inline-block;
      position: absolute;
      top: 15px;
      left: 0;
      width: 20px;
      height: 15px;
      cursor: pointer;
      transition: all .5s; }
      #header .header-content .vib-v2-hamburger-menu i {
        width: 20px;
        height: 2px;
        position: absolute;
        top: 6px;
        left: 0;
        background-color: #fff;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0); }
        #header .header-content .vib-v2-hamburger-menu i:before {
          position: absolute;
          top: -.375em;
          left: 0;
          content: ' ';
          background-color: #fff;
          width: 20px;
          height: 2px;
          top: -6px; }
        #header .header-content .vib-v2-hamburger-menu i:after {
          position: absolute;
          top: .375em;
          left: 0;
          content: ' ';
          background-color: #fff;
          width: 20px;
          height: 2px;
          top: 6px; }
  #header .logo-l {
    width: 82px;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%); }
  #header .vib-v2-logoVIB {
    text-align: center;
    padding-top: 9px;
    transition: 2s; }
  #header .vib-v2-ico_logoVIB {
    background: url(../images/logoVIB.png) no-repeat;
    width: 105px;
    height: 48px;
    display: inline-block;
    position: relative;
    z-index: 5; }
  #header .box_logo_vib {
    width: 82px;
    height: 40px;
    position: relative;
    display: inline-block; }
  #header .txt_logo_vib {
    background: url(../images/VIB_Logo_Text.svg) no-repeat;
    background-size: 100%;
    width: 56px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 1.5s; }
  #header .symbol_logo_vib {
    background: url(../images/VIB_Logo_Symbol.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 1.5s; }
  #header .main-header {
    background: url(../images/bg-header.svg) left top repeat-x; }
  #header .sub-header {
    background: #ffffff;
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
    transition: 1s; }
    #header .sub-header .header-content {
      height: 75px; }
      #header .sub-header .header-content .title h1 {
        color: #000; }
        #header .sub-header .header-content .title h1 a {
          color: #000; }
          #header .sub-header .header-content .title h1 a:hover {
            color: #FAA61A; }
      #header .sub-header .header-content .vib-v2-hamburger-menu i {
        background-color: #000; }
        #header .sub-header .header-content .vib-v2-hamburger-menu i:before {
          background-color: #000; }
        #header .sub-header .header-content .vib-v2-hamburger-menu i:after {
          background-color: #000; }
      #header .sub-header .header-content .col-btn {
        display: block !important; }
      #header .sub-header .header-content .avatar-col {
        display: none; }
    #header .sub-header .logo-scroll {
      padding-top: 15px; }
      #header .sub-header .logo-scroll .txt_logo_vib {
        opacity: 0; }
      #header .sub-header .logo-scroll .symbol_logo_vib {
        width: 47px;
        height: 40px;
        right: 15px;
        top: -10px; }

html,
body,
.full-page {
  height: 100%;
  width: 100%; }

.pages {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .pages .page {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: -100%;
    transition: bottom .7s; }
    .pages .page:first-child {
      bottom: 0; }
    .pages .page .slide-conts {
      max-width: 1100px;
      margin: 0 auto;
      height: 100%;
      position: relative; }
    .pages .page .big-img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      .pages .page .big-img img {
        width: 100vw;
        height: 100vh;
        object-fit: cover; }
    .pages .page .box-conts {
      width: 530px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateX(0) translateY(-50%);
      padding: 50px 25px;
      border-left: 5px solid #F7941D;
      background: #fff;
      font-size: 16px; }
      .pages .page .box-conts h2 {
        margin-bottom: 0; }
      .pages .page .box-conts h3 {
        margin-top: 5px;
        margin-bottom: 0; }
      .pages .page .box-conts p {
        margin-top: 10px;
        margin-bottom: 0; }
      .pages .page .box-conts .thumb-img img {
        max-width: 90px;
        height: auto;
        margin-bottom: 20px; }

.pages-conts .row {
  margin-right: 0;
  margin-left: 0; }
  .pages-conts .row > .col,
  .pages-conts .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
.pages-conts .page-detail-banner {
  height: 330px;
  position: relative;
  overflow: hidden; }
  .pages-conts .page-detail-banner .slide-conts {
    max-width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative; }
  .pages-conts .page-detail-banner .big-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0; }
    .pages-conts .page-detail-banner .big-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .pages-conts .page-detail-banner .box-conts {
    width: 530px;
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
    padding: 50px 25px;
    border-left: 4px solid #F7941D;
    background: #fff;
    font-size: 16px; }
    .pages-conts .page-detail-banner .box-conts h2 {
      margin-bottom: 0; }
    .pages-conts .page-detail-banner .box-conts h3 {
      margin-top: 5px;
      margin-bottom: 0; }
    .pages-conts .page-detail-banner .box-conts p {
      margin-top: 10px;
      margin-bottom: 0; }
    .pages-conts .page-detail-banner .box-conts .thumb-img img {
      max-width: 90px;
      height: auto;
      margin-bottom: 20px; }

.slide-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  .slide-pagination > li {
    list-style: none;
    height: 8px;
    width: 8px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin-top: 10px;
    transition: background .7s; }
    .slide-pagination > li.active {
      background: white; }
    .slide-pagination > li:hover {
      cursor: pointer; }

.tit_spa_m {
  margin-top: 30px; }

.tit_spa_l {
  margin-top: 40px; }

.list-item .row {
  margin-right: 0;
  margin-left: 0; }
  .list-item .row > .col,
  .list-item .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0; }
.list-item ul {
  padding: 0;
  margin: 0; }
  .list-item ul li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 40px;
    margin-bottom: 20px; }
    .list-item ul li:last-child {
      border: 0;
      margin-bottom: 0; }
.list-item .list-item-row {
  padding-top: 20px; }
  .list-item .list-item-row .txt_r_s {
    margin-top: 10px;
    margin-bottom: 20px; }
.list-item .row .col-img {
  max-width: 330px;
  padding-left: 20px; }
  .list-item .row .col-img img {
    width: 100%; }
.list-item table td {
  vertical-align: top;
  padding: 0 0 20px; }
  .list-item table td.bullet-icon {
    width: 1%;
    padding-right: 10px; }
  .list-item table td .box-circle-grey {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    background: #E4E4E4;
    width: 70px;
    height: 70px;
    position: relative; }
    .list-item table td .box-circle-grey span {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-weight: 700;
      text-align: center;
      width: 100%; }
.list-item table tr:last-child td {
  padding-bottom: 0; }

.page-banner-footer {
  height: 290px;
  background-image: url(../images/bg_blue.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  color: #fff; }
  .page-banner-footer .row {
    margin-right: 0;
    margin-left: 0; }
    .page-banner-footer .row > .col,
    .page-banner-footer .row [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }
  .page-banner-footer .page-banner-footer-detail {
    max-width: 1100px;
    margin: 0 auto; }
    .page-banner-footer .page-banner-footer-detail input {
      border: 0;
      height: 45px;
      border-radius: 5px 0 0 5px; }
    .page-banner-footer .page-banner-footer-detail .btn.btn_m_light {
      border-radius: 0 5px 5px 0;
      min-width: 100px; }
      .page-banner-footer .page-banner-footer-detail .btn.btn_m_light::after {
        border-radius: 0 5px 5px 0; }
    .page-banner-footer .page-banner-footer-detail > .row {
      height: 290px; }
    .page-banner-footer .page-banner-footer-detail .left-conts {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%; }
    .page-banner-footer .page-banner-footer-detail .right-conts {
      width: 260px;
      height: 330px;
      background-image: url(../images/Mobile.png);
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-top: -40px;
      padding: 85px 30px 0; }
      .page-banner-footer .page-banner-footer-detail .right-conts img {
        max-width: 100%; }
      .page-banner-footer .page-banner-footer-detail .right-conts .col {
        padding-right: 5px; }
        .page-banner-footer .page-banner-footer-detail .right-conts .col:last-child {
          padding-left: 5px; }
      .page-banner-footer .page-banner-footer-detail .right-conts p {
        background: #ffffff; }

/*
.vib-v2-footer {
  background: #F2F2F2;
  font-size: 14px; }
  .vib-v2-footer .vib-v2-wrapper_new {
    max-width: 1100px;
    margin: 0 auto; }
    .vib-v2-footer .vib-v2-wrapper_new a {
      text-decoration: none; }
      .vib-v2-footer .vib-v2-wrapper_new a:hover {
        color: #FAA61A; }
    .vib-v2-footer .vib-v2-wrapper_new .row {
      margin-right: 0;
      margin-left: 0; }
      .vib-v2-footer .vib-v2-wrapper_new .row > .col,
      .vib-v2-footer .vib-v2-wrapper_new .row [class*="col-"] {
        padding-left: 0;
        padding-right: 0; }
    .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer {
      padding-top: 40px; }
      .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer {
        margin-left: 45px; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer:first-child {
          margin-left: 0; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul {
          margin: 15px 0 0;
          padding: 0; }
          .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul li {
            padding: 0; }
            .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul li .view-more {
              display: none !important; }
            .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul li a {
              line-height: 28px;
              color: #5E5C62; }
              .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul li a:hover {
                color: #FAA61A; }
    .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer {
      margin-top: 20px;
      border-top: 1px solid #E4E4E4;
      position: relative; }
      .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer {
        position: relative;
        left: 0;
        padding-top: 20px;
        padding-bottom: 20px; }
        .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul {
          margin: 0;
          padding: 0; }
          .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li {
            list-style: none;
            display: inline-block;
            padding: 0 5px; }
            .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li.vib-v2-other-link-footer-line {
              text-indent: -9999px; }
            .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li a {
              color: #5E5C62; }
              .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li a:hover {
                color: #FAA61A; }
        .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer .vib-v2-appstore-footer {
          position: absolute;
          right: 0;
          top: 18px; }
          .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer .vib-v2-appstore-footer .img_txt_app_footer {
            height: 27px;
            margin-right: 10px; }
          .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer .vib-v2-appstore-footer .icon_store_box {
            background: url(../images/logo-ung-dung-myvib.png) no-repeat;
            background-size: 100%;
            height: 27px;
            width: 27px;
            display: inline-block; }
          .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer .vib-v2-appstore-footer #footer-open-store-link-text:hover {
            color: #FAA61A;
            cursor: pointer; }
    .vib-v2-footer .vib-v2-wrapper_new .vib-v2-copyright {
      border-top: 1px solid #E4E4E4;
      font-weight: 300;
      line-height: 24px;
      font-size: 14px;
      padding: 30px 0; }
    .vib-v2-footer .vib-v2-wrapper_new a.vib-v2-langugle_footer {
      position: absolute;
      right: 0;
      top: 92px; }
      .vib-v2-footer .vib-v2-wrapper_new a.vib-v2-langugle_footer .langugeEN, .vib-v2-footer .vib-v2-wrapper_new a.vib-v2-langugle_footer .langugeVN {
        width: 27px;
        height: 27px; }
      .vib-v2-footer .vib-v2-wrapper_new a.vib-v2-langugle_footer .langugeEN {
        background: url(../images/langugeEN.png) no-repeat;
        background-size: 100%;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px; }
*/

/* -----------------------------------------------------
  scroll bar
----------------------------------------------------- */
::-webkit-input-placeholder {
  /* Edge */
  color: #AAAAAA; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA; }

::placeholder {
  color: #AAAAAA; }

/*
@media only screen and (max-width: 1100px) {
  .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer {
    margin-left: 25px; }

  .vib-v2-footer .vib-v2-wrapper_new {
    padding: 0 20px; }
    .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer {
      padding-top: 0; }
      .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer {
        margin-left: 0;
        width: 100%;
        border-bottom: 1px solid #E4E4E4; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer ul {
          display: none;
          margin-top: -5px;
          padding-left: 10px; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer a {
          padding: 15px 0;
          display: inline-block;
          position: relative;
          z-index: 4; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer::after {
          position: absolute;
          content: "";
          background: url(../images/icon_add_footer.svg) 0 0 no-repeat;
          width: 13px;
          height: 13px;
          background-size: 100%;
          right: 0;
          top: 22px;
          filter: invert(0%) sepia(96%) saturate(2948%) hue-rotate(88deg) brightness(20%) contrast(58%); }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer.act_footer_link ul {
          display: block; }
        .vib-v2-footer .vib-v2-wrapper_new .list-menu-footer .box_menu_footer.act_footer_link::after {
          background: url(../images/icon_add_footer2.svg) 0 0 no-repeat;
          width: 13px;
          height: 13px;
          background-size: 100%;
          background-position: center;
          filter: invert(0%) sepia(96%) saturate(2948%) hue-rotate(88deg) brightness(20%) contrast(58%); }
    .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer {
      border-top: none !important;
      margin-top: 0 !important; }
      .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer {
        position: relative;
        left: 0;
        top: 0;
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px; }
        .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li {
          line-height: 36px; }
          .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer ul li.vib-v2-other-link-footer-line {
            text-indent: inherit;
            padding: 0 10px; }
        .vib-v2-footer .vib-v2-wrapper_new .vib-v2-address-footer .vib-v2-other-link-footer .vib-v2-appstore-footer {
          right: 0 !important;
          top: 0 !important;
          border-bottom: 1px solid #e4e4e4 !important;
          padding-bottom: 15px !important;
          margin-bottom: 15px !important;
          margin-top: 15px !important;
          position: relative; }
    .vib-v2-footer .vib-v2-wrapper_new a.vib-v2-langugle_footer {
      top: auto;
      bottom: 45px; } }
*/
@media only screen and (min-width: 769px) {
  .pages-conts .page-detail-banner .big-img {
    height: 400px !important; }

  .pages-conts .page-detail-banner {
    height: 400px !important; }

  .hr-7-full-mobile {
    display: none; }

  .d-tablet {
    display: none; } }
/* phone + tab width ----------- */
@media only screen and (max-width: 768px) {
  .wrapper .content {
    padding: 0 20px; }

  #header .header-content {
    padding: 12.5px 20px;
    height: 90px; }
    #header .header-content .title {
      display: none; }
    #header .header-content .logo-l {
      width: 70px;
      padding: 0; }
      #header .header-content .logo-l img {
        max-width: 70px;
        height: 42px; }
    #header .header-content .avatar-col {
      display: none; }
  #header .sub-header .header-content {
    padding: 14.5px 20px 0; }
    #header .sub-header .header-content .col-btn {
      width: calc(100% - 30px); }

  .pages .page .big-img {
    position: relative; }
    .pages .page .big-img img {
      width: 100vw;
      height: 100%;
      object-fit: cover; }
  .pages .page .slide-conts {
    max-width: 1100px;
    margin: 0 auto;
    height: auto;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .pages .page .box-conts {
    padding: 30px 25px 50px;
    top: auto;
    bottom: 0;
    transform: translateX(0) translateY(0%);
    border-left: none;
    width: 100%; }

  .pages-conts .page-detail-banner .big-img img {
    width: 100%;
    height: 330px;
    object-fit: cover; }
  .pages-conts .page-detail-banner .box-conts {
    left: 20px;
    padding: 30px 20px;
    width: 380px; }
    .pages-conts .page-detail-banner .box-conts h2 {
      font-size: 26px; }
    .pages-conts .page-detail-banner .box-conts h3 {
      margin-top: 10px; }

  .item-100vh {
    top: calc(100vh - 30px); }
    .item-100vh i.arrow-down {
      background-image: url(../images/arrow-down-black.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 17px 10px;
      width: 17px;
      height: 10px; }

  .tit_spa_m {
    margin-top: 40px; }

  .page-banner-footer {
    height: auto; }
    .page-banner-footer .page-banner-footer-detail {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px; }
      .page-banner-footer .page-banner-footer-detail > .row {
        height: auto; }
      .page-banner-footer .page-banner-footer-detail .left-conts {
        top: auto;
        transform: translateY(0px);
        position: relative;
        margin-top: 40px;
        margin-bottom: 40px; }
      .page-banner-footer .page-banner-footer-detail .right-conts {
        float: right;
        width: 300px;
        height: 100%;
        background-image: none;
        margin-top: 0;
        padding: 102px 11.5px 0; }
        .page-banner-footer .page-banner-footer-detail .right-conts img {
          height: 45px; }

  .d-pc {
    display: none; } }
@media only screen and (max-width: 576px) {
  .tooltip-parent .tooltip-normal {
    position: fixed;
    border: 0; }
    .tooltip-parent .tooltip-normal.tooltip--right {
      left: 0;
      transform: translateX(0) translateY(0);
      top: 0;
      right: 0;
      height: 100%; }
      .tooltip-parent .tooltip-normal.tooltip--right:after {
        display: none; }
  .tooltip-parent:hover .tooltip-normal {
    display: none; }

  .d-mobile {
    display: block; }

  .row .col-12 + .col-12 .form-group {
    margin-top: 20px; }

  .list-item ul li {
    padding-bottom: 30px; }
  .list-item .list-item-row {
    padding-top: 20px; }
    .list-item .list-item-row .txt_r_s {
      margin-top: 0; }
  .list-item .row .col-img {
    width: 100%;
    max-width: 100%;
    padding-top: 20px; }
    .list-item .row .col-img img {
      max-width: 260px; }
  .list-item table td {
    padding: 5px 0 15px; }

  .pages-conts {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .pages-conts .page-detail-banner {
      height: 100%;
      width: 100%;
      position: absolute;
      bottom: 0; }
      .pages-conts .page-detail-banner .big-img {
        position: relative; }
        .pages-conts .page-detail-banner .big-img img {
          width: 100vw;
          height: 100%;
          object-fit: cover; }
      .pages-conts .page-detail-banner .slide-conts {
        max-width: 1100px;
        margin: 0 auto;
        height: auto;
        position: absolute;
        bottom: 0;
        width: 100%; }
      .pages-conts .page-detail-banner .box-conts {
        left: 0;
        padding: 30px 25px 50px;
        top: auto;
        bottom: 0;
        transform: translateX(0) translateY(0%);
        width: 100%;
        border-left: none;
        border-top: 5px solid #F7941D; }

  .page-banner-footer .page-banner-footer-detail .left-conts {
    margin-top: 30px;
    margin-bottom: 30px; }
  .page-banner-footer .page-banner-footer-detail .right-conts {
    float: none;
    padding: 0;
    margin-bottom: 40px; }

  .vib-v2-copyright p {
    width: 62%; }

  #header .sub-header .header-content .col-btn {
    display: none !important; } }
/*# sourceMappingURL=styleWeb.css.map */

/*# sourceMappingURL=styleWeb.css.map */
