header .bg-img{
    background-image: url('images/THEBLISZ_2024/header.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110vh;
    position: relative;
}
header .header-detail{
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
}
.relative{
    position: relative !important;
}
.bg-signature{
    background-color: #f2f2e8 !important;
}
header .btn-regis{
    color: white;
    background-color: #284044;
    padding: 5px 20px 5px 20px;
    border-radius: 30px;
}
header .header-signature{
    background-color: #41210a;    
    padding: 5px 20px 5px 20px;
    border-radius: 22px;
    transition: 0.5s;
}
header .header-signature h5{
    color: white !important;
}
header .header-menu{
    background-color: transparent;    
    padding: 5px 20px 5px 20px;
    border-radius: 22px;
}
header .header-menu:hover{    
    background-color: #284044;    
    padding: 5px 20px 5px 20px;
    border-radius: 22px;
    transition: 0.5s;
    color: white !important;
}
header .header-menu:hover h5 {
    transition: 0.5s;
    color: white;
}
header .img-line{
    background-image: url('images/THEBLISZ_2024/lineBG.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 3px;
}
header .detail .contact span{
    display: flex;
    align-items: flex-start;
}    
header .contact-signature{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.radius-Signature{
    border-radius: 20px 0px 0px 20px;
}
header .contact-signature .btn-line{
    padding-right: 25px;
    text-align: left;
    width: 250px;
}
header .contact-signature .btn-tell{
    text-align: left;
    padding-right: 25px;
    color: #41210a !important;
    background-color: #ddd5c8;
    border-color: #ddd5c8;
    width: 220px;
}
header .contact-signature .btn-facebook{
    text-align: left;
    color: #fff !important;
    background-color: #4e72ac;
    border-color: #4e72ac;
    width: 175px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    header .bg-img{
        height: 95vh;
    }
  }

@media only screen and (max-width: 767px) {
    header .header-detail{
        display:  none;
    }
    header .bg-img{
        height: 40vh;
    }
  }
  @media only screen and (max-width: 1231px) {
    header .header-detail{
        display:  none;
    }
    .octf-main-header,
    .header-desktop {
      display: none;
    }
  
    .header_mobile {
      display: block;
      width: 100%;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    .header_mobile.open,
    .header_mobile.is-stuck {
      background: #1a1a1a;
      -webkit-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 4px 4px 30px 0px rgba(0, 0, 0, 0.3);
    }
    .header_mobile .mobile_nav .mobile_mainmenu li a {
      color: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .header_mobile
      .mobile_nav
      .mobile_mainmenu
      > li.menu-item-has-children
      .arrow
      i {
      color: rgba(255, 255, 255, 0.7);
    }
  
    .header_mobile .mlogo_wrapper {
      position: relative;
    }
    .header_mobile .mlogo_wrapper img {
      height: 90px;
    }
  
    .header_mobile .mlogo_wrapper .mobile_logo {
      float: left;
    }
  
    #mmenu_toggle {
      position: absolute;
      cursor: pointer;
      width: 26px;
      height: 20px;
      right: 34px;
      margin-top: -10px;
      top: 50%;
    }
  
    #mmenu_toggle button {
      position: absolute;
      left: 0;
      top: 50%;
      margin: -2px 0 0;
      background: #fff;
      height: 3px;
      padding: 0;
      border: none;
      width: 100%;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      outline: none;
      border-radius: 2px;
    }
  
    #mmenu_toggle button:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      width: 26px;
      height: 3px;
      background: #fff;
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      border-radius: 2px;
    }
  
    #mmenu_toggle button:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -8px;
      width: 26px;
      height: 3px;
      background: #fff;
      -webkit-transform-origin: 1.5px center;
      transform-origin: 1.5px center;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      border-radius: 2px;
    }
  
    #mmenu_toggle.active button {
      background: none;
    }
  
    #mmenu_toggle.active button:before {
      top: 0;
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }
  
    #mmenu_toggle.active button:after {
      bottom: 0;
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg);
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
    }
  
    .mobile_nav {
      display: none;
      margin-top: 20px;
    }
  
    .mobile_nav .mobile_mainmenu {
      font-family: "Titillium Web", "Sukhumvit", sans-serif;
      margin: 0;
      padding: 0;
    }
  
    .mobile_nav .mobile_mainmenu ul {
      position: relative;
      margin: 0;
      padding: 0;
      margin-left: 15px;
    }
  
    .mobile_nav .mobile_mainmenu ul {
      display: none;
    }
  
    .mobile_nav .mobile_mainmenu li {
      position: relative;
      list-style: none;
    }
  
    .mobile_nav .mobile_mainmenu li a {
      padding: 9px 0;
      display: block;
      font-size: 16px;
    }
  
    .mobile_nav .mobile_mainmenu > li > a {
      text-transform: uppercase;
      font-size: 14px;
    }
  
    .mobile_nav .mobile_mainmenu > li:last-child > a {
      border: none;
    }
  
    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
      color: #fff;
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      cursor: pointer;
      width: 40px;
      height: auto;
      padding: 9px 12px 9px 0;
      line-height: inherit;
      text-align: right;
      box-sizing: border-box;
    }
  
    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
      color: #9397a7;
      display: inline-block;
      line-height: 1;
      -webkit-transition: transform 0.3s ease-in-out;
      -moz-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
    }
  
    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
      font-size: 10px;
      font-weight: 600;
    }
  
    .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
    }
  
    .mobile_nav ul li a:before {
      position: absolute;
      content: "";
      top: 50%;
      left: 0;
      width: 30px;
      height: 1px;
      background: #fff;
      transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      visibility: hidden;
      opacity: 0;
    }
  
    .mobile_nav ul li > a:hover:before {
      visibility: visible;
      opacity: 1;
    }
  
    .mobile_nav ul li a:hover {
      padding-left: 40px;
    }
  }
