* {
    /* font-family: "Georgia, serif"; */
    /* --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    /* --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; */
    /* font-family: "proxima-nova", Helvetica, "Arial Unicode", sans-serif; */
}


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
}

.container-fluid {
    align-items: center;
}

/* css --- header */

.navbar-nav {
    background-color: #c0c0c0;
}

#basic-navbar-nav a.nav-link, a.dropdown-item {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 300 !important;
    padding-right: 31px !important; 
    margin-right: 20px;
}

.nav-link {
    text-align: center;
}

a.nav-link:hover {
    color: #727272;
    text-decoration: none;
    /* background-color: transparent !important; */
}

a.nav-link:hover {
    background-color: black;
    text-decoration: none !important;
}

.logo {
    height: 60px;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
  }

  .navbar-nav {
    background-color: #c0c0c0;
    width: 100%;
    justify-content: center;
}

.navbar{
    padding: 0px !important;
}

.logo-under{
    margin-top: -30px;
    margin-left: 140px;
    padding-bottom: 50px;
}

/* css buton page index*/

a.new-read {
    font-size: 10px;
    background: black !important;
    color: white !important;
    padding: 12px 30px 12px 30px !important;
}

a.new-read2 {
    font-size: 10px;
    background: white;
    color: black;
    border: 1px solid black;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    border-radius: 5px;
}

a.new-read2:hover {
    font-size: 10px;
    background: black;
    color: white;
    /* border: 1px solid black; */
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    border-radius: 5px;
}

.btn-read-more {
    text-align: end;
}

.btn-read-more2 {
    text-align: center;
}

a.new-read:hover {
    /* font-size: 10px;
    background: rgb(66, 66, 66) !important;
    color: white;
    padding: 12px 30px 12px 30px; */
}

/* footer */

iframe {
    width: 100%;
    height: 250px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

._2lqg {
    background: #f5f6f7;
    border: 1px solid #ebedf0;
    border-top: 0;
    overflow-y: auto;
    width: 247px !important;
}

.mtm {
    width: 150px;
}

.menu-soc img {
    width: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
}

/* .main-footer {
    margin-left: 10px;
} */

.form-check a {
    text-decoration: none;
    color: #9ea717;
}

.btn-subc {
    width: 150px;
    padding: 5px;
}

.dropdown-menu {
    background-color: #c0c0c0 !important;
    color: white;
}

.tr a {
    color: #fff !important;
}

.dropdown-menu :hover {
    background-color: #000 !important;
    color: white;
}

.brand-logo {
    width: 200px;
}

@media only screen and (min-width: 1440px) {
    .brand-logo {
        padding-left: 60px;
    }
    .main-footer {
        margin-left: -10px !important;
    }
    .input-sub {
        width: 50%;
        margin-left: 250px;
        padding-left: 30px !important;
    }
    .form-check {
        width: 50%;
        margin-left: 280px;
        text-align: left;
    }
    .lang-in-nav {
        display: none;
    }
    .lang-in {
        display: none;
    }
}

/* cardItem */



.card-item-meeting {
    height: auto;
    border-bottom-left-radius: 0.95rem !important;
    border-bottom-right-radius: 0.95rem !important;
    background: #ffff;
    /* padding: 20px 20px 25px 20px; */
    /* border: 1px solid red; */
    /* box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px; */
}

.card-item2 {
    width: 80%;
    max-width: 600px;
    color: black;
}

/* banner */

.img-banner img {
    width: 100%;
    /* margin-top: 65px; */
}

@media only screen and (max-width: 1440px) {
    .tr {
        display: block;
    }
    .img-fluid {
        margin-top: 0px !important;
    }
    .lang-in {
        display: none;
    }
}

.view-all {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.view-all:hover {
    font-size: 14px;
    color: #9ea717;
    font-weight: 300;
}

/* new detail */

.main-detai {
    padding-top: 40px !important;
    padding-bottom: 10px;
}

.block-img {
    padding-top: 30px;
    width: 1130px;
    align-items: center;
}

.img-new-detail {
    width: 100%;
}

/* index size ipad*/

@media only screen and (max-width: 768px) {
    .tr {
        display: none !;
    }
    #basic-navbar-nav a.nav-link, a.dropdown-item {
        padding-right: 0px !important;
    }
    .lang-in {
        display: flex !important;
    }
    .btn-nav-respon {
        height: 50px;
        max-width: 100px;
        margin-top: 25px;
        left: 50px !important;
    }
    .head-content {
        margin-top: 0px !important;
    }
}


@media only screen and (max-width: 1024px) {
    .tr {
        display: none;
    }
    #basic-navbar-nav a.nav-link, a.dropdown-item {
        padding-right: 0px !important;
    }
    .lang-in {
        display: flex !important;
    }
    .btn-nav-respon {
        height: 50px;
        max-width: 100px;
        margin-top: 25px;
        left: 100px
    }
    .head-content {
        margin-top: 0px !important;
        padding-top: 100px !important;
    }
}

@media  (min-width: 1200px) and (max-width: 1300px) {
    #basic-navbar-nav a.nav-link, a.dropdown-item {
        padding-right: 20px !important; 
    }
}

@media only screen and (max-width: 920px) {
    .logo-under{
        margin-top: -30px;
        margin-bottom: -10px;
        margin-left: 85px;
    }
}

@media only screen and (max-width: 820px) {
    .logo-under{
        margin-top: -30px;
    margin-bottom: -10px;
    margin-left: 40px;
    }
    .bb{
        margin-left: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-under{
        margin-top: -60px;
        margin-bottom: -10px;
        margin-left: 20px;
    }
    .bb{
        margin-left: 55px;
    }
}

@media only screen and (max-width: 428px) {
    .logo-under{
        margin-top: -60px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
    .bb{
        margin-left: 10px;
    }
}

@media only screen and (max-width: 390px) {
    .logo-under{
        margin-top: -60px;
        margin-bottom: -40px;
        margin-left: 0px;
    }
    .bb{
        margin-left: 10px;
    }
}

/* headr size iphonex*/

@media only screen and (max-width: 375px) {
    .photo-img2 {
        display: block !important;
    }
    .photo-img3 {
        display: block !important;
    }
    .banner-mobile-abou {
        margin-top: 200px;
    }
    .tr {
        display: none;
    }
    #basic-navbar-nav a.nav-link, a.dropdown-item {
        padding-right: 0px !important;
    }
    /* .img-fluid {
        margin-top: 125px !important;
    } */
    .lang-in {
        display: flex !important;
    }
    .logo {
        /* width: 170px; */
    }
    .btn-nav-respon {
        height: 40px;
        max-width: 60px;
        margin-top: 25px;
        left: 10px !important;
    }
    /* .head-content {
        margin-top: -10px !important;
    } */
    .ttss {
        margin-top: -130px;
    }
    .bbts {
        margin-bottom: -80px !important;
    }
    .wedding-mo {
        margin-top: -100px !important;
    }
    .head-content-allitem {
        margin-top: -70px;
    }
    .head-content-index {
        margin-top: 40px !important;
    }
    .item-about-mobile {
        margin-left: 0px !important;
    }
    .img-about-item{
        margin-top: 0px !important;
    }
    .logo-under{
        margin-top: -40px;
        margin-bottom: -80px;
        margin-left: 0px;
    }
}

/* btn number scoll */

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #9ea717 !important;
    border-color: #9ea717 !important;
}

.page-link:hover {
    color: #9ea717;
}

.page-link {
    color: #727272;
}

.nav-link:hover {
    color: #fff !important;
}

.nav:hover {
    color: #9ea717 !important;
}

.nav-link {
    padding-right: 15px !important;
}

@media only screen and (min-width: 1440px) {
    .menu-grand-ballroom {
        padding-left: 300px;
    }
    .table-shopdi {
        padding-left: 70px;
    }
    .table-shopdi td {
        padding-left: 20px;
    }
    .table-shopdi th {
        padding-left: 20px;
    }
    .table-cat-search {
        margin-right: 65px;
    }
    .contact-1 {
        width: 83%;
        font-size: 16px;
        margin-left: 75px;
    }
    .cds {
        width: 50%;
    }
    .contact-add-1 {
        margin-left: 39px;
        margin-top: -15px;
    }
    .sos {
        font-size: 16px;
        margin-left: 82px;
        align-items: center;
        justify-content: center;
        width: 80%;
        color: #235344;
    }
    .head-cdc-ball {
        font-weight: 300;
    }
    .content-cdc-grand-ball {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        text-align: left;
        line-height: 20pt;
        color: #666666;
    }
    .img-cdc-grand img {
        width: 600px;
    }
    .img-cdc-service img {
        width: 200px;
    }
}

.photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-img2 {
    display: inline-block;
}

.photo-img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-img3 {
    display: flex;
}

.card-item-grand {
    width: 90%;
    height: auto;
    /* background-color: #9ea717; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px;
    color: #fff;
    margin-top: -15px;
    border: none;
    border-radius: 5px;
}

/* Crystal Design */

.content-designer {
    display: block;
    justify-content: center;
    width: 60%;
    word-wrap: break-word;
    margin: auto;
    padding: 10px;
    /* font-size: 16px; */
    font-weight: 300;
    letter-spacing: 2px;
}

.content-designer2 {
    display: block;
    width: 60%;
    word-wrap: break-word;
    margin: auto;
    padding: 10px;
    font-weight: 200;
    letter-spacing: 2px;
}

.under-content-designer {
    display: block;
    width: 60%;
    margin: auto;
    padding: 10px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-size: 16px;
}

.content-cantact-form {
    margin-top: -50px !important;
}

.btn-submit {
    width: 100%;
    height: 50px;
    background-color: #282828;
    color: #fff;
    border: none;
    cursor: pointer;
}

.btn-submit:hover {
    width: 100%;
    height: 50px;
    background-color: #235349;
    color: #fff;
}

.line-contact {
    width: 5%;
    border: 2px solid #235344;
}

.address-icon {
    color: #235344;
    font-size: 16px;
}

.contact-1 {
    font-size: 16px;
}

.contact-add-1 {
    margin-left: 39px;
    margin-top: -15px;
}

.form-control {
    border-radius: 0px;
    font-size: 14px;
}

.content-cdc-grand-ball {
    color: #666666;
}

.center-wedding-1 {
    color: #666;
    margin-top: 30px;
    font-size: 16px;
}

.line-hr {
    display: inline-block;
    width: 100%;
    /* color: black; */
    border: 1px solid black;
}

.search-box input {
    border: none;
    background-color: #E5E9EC;
}

.btn-booking {
    background-color: black;
    color: white;
    text-decoration: none;
    width: 100px;
    text-align: right;
}

.btn-read {
    position: absolute;
    bottom: 0;
}

.img-club {
    width: 610px;
}

.img-club img {
    width: 100%;
    object-fit: cover;
}

.lang-in {
    display: none;
}

.select-gender {
    width: 100%;
    padding: 8px;
    text-decoration: none;
    border: 1px solid#D8D8D8;
    color: #7C7C7C;
}

.dateP {
    width: 100%;
    padding: 8px;
    text-decoration: none;
    border: 1px solid#D8D8D8;
    color: #7C7C7C;
}

.select-occupation {
    width: 100%;
    padding: 8px;
    text-decoration: none;
    border: 1px solid#D8D8D8;
    color: #7C7C7C;
}

.img-detail{
    max-width: 100%;
}

* {
    /* font-family: "Georgia, serif"; */
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, 'Segoe UI',
      Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif,
      'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      'Liberation Mono', 'Courier New', monospace;
  }
  body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: #fff;
  }
  
  /* footer */
  iframe {
    width: 249px;
    height: 250px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  }
  
  ._2lqg {
    background: #f5f6f7;
    border: 1px solid #ebedf0;
    border-top: 0;
    overflow-y: auto;
    width: 247px !important;
  }
  
  .mtm {
    width: 150px;
  }
  
  .menu-soc img {
    width: 40px;
    margin-right: 20px;
    margin-bottom: 30px;
  }
  
  /* .main-footer {
    margin-left: 10px;
  } */
  
  .form-check a {
    text-decoration: none;
    color: #9ea717;
  }
  
  .btn-subc {
    width: 150px;
    padding: 5px;
  }
  
  @media only screen and (min-width: 1440px) {
    .main-footer {
      margin-left: -10px !important;
    }
    .input-sub {
      width: 50%;
      display: inline-flex;
      margin-left: 10%;
      margin-right: 10%;
      /* padding-left: 30px !important; */
    }
    .form-check {
      text-align: center;
    }
  }
  
  /* headr size ipad pro */
  .img-fluid {
    max-width: 100%;
    height: auto;
    margin-top: 90px;
  }
  
  @media only screen and (min-width: 1440px) {
    .menu-grand-ballroom {
      padding-left: 300px;
    }
    .table-shopdi {
      padding-left: 70px;
    }
    .table-shopdi td {
      padding-left: 20px;
    }
    .table-shopdi th {
      padding-left: 20px;
    }
    .table-cat-search {
      margin-right: 65px;
    }
    .contact-1 {
      width: 83%;
      font-size: 16px;
      margin-left: 75px;
    }
    .cds {
      width: 50%;
    }
    .contact-add-1 {
      margin-left: 39px;
      margin-top: -15px;
    }
    .sos {
      font-size: 16px;
      margin-left: 82px;
      align-items: center;
      justify-content: center;
      width: 80%;
      color: #235344;
    }
    .head-cdc-ball {
      font-weight: 300;
    }
    .content-cdc-grand-ball {
      width: 55%;
      font-size: 14px;
      font-weight: 200;
      text-align: left;
      margin-left: 300px;
      line-height: 20pt;
      margin-top: 15px;
      color: #666666;
    }
    .img-cdc-grand img {
      width: 600px;
    }
  }
  
  .photo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .card-item-grand {
    width: 90%;
    height: auto;
    /* background-color: #9ea717; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 30px;
    color: #fff;
    margin-top: -15px;
    border: none;
    border-radius: 5px;
  }
  
  /* Crystal Design */
  .content-designer {
    display: block;
    justify-content: center;
    width: 60%;
    word-wrap: break-word;
    margin: auto;
    padding: 10px;
    /* font-size: 16px; */
    font-weight: 300;
    letter-spacing: 2px;
  }
  .content-designer2 {
    display: block;
    width: 60%;
    word-wrap: break-word;
    margin: auto;
    padding: 10px;
    font-weight: 200;
    letter-spacing: 2px;
  }
  .under-content-designer {
    display: block;
    width: 60%;
    margin: auto;
    padding: 10px;
    letter-spacing: 2px;
    margin-top: 15px;
    font-size: 16px;
  }
  .content-cantact-form {
    margin-top: -50px !important;
  }
  .btn-submit {
    width: 170px;
    height: 50px;
    background-color: #282828;
    color: #fff;
    border: none;
    cursor: pointer;
  }
  .btn-submit:hover {
    width: 170px;
    height: 50px;
    background-color: #235349;
    color: #fff;
  }
  .line-contact {
    width: 5%;
    border: 2px solid #235344;
  }
  .address-icon {
    color: #235344;
    font-size: 16px;
  }
  .contact-1 {
    font-size: 16px;
  }
  .contact-add-1 {
    margin-left: 39px;
    margin-top: -15px;
  }
  .form-control {
    border-radius: 0px;
    font-size: 14px;
  }
  .content-cdc-grand-ball {
    color: #666666;
  }
  .center-wedding-1 {
    color: #666;
    margin-top: 30px;
    font-size: 16px;
  }
  @media only screen and (min-width: 375px) {
    .img-fluid {
      max-width: 100%;
      height: auto;
      margin-top: 90px;
    }
  }
  

