body{
    font-family: 'promptregular';
}
h1{
    font-family: 'promptbold';
}
p{
    font-size: 18px;
}
a{
    text-decoration: none;
    color: #242424;
}
a:hover{
    text-decoration: none;
    color: #242424;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: #152429;
}
.no-display{
  display: none;
}
.mr-20{
    color: #FFFFFF;
    padding-top: 15px;
    margin-right: 20px;
}
.footer-color{
    background-color: #152429 !important;
}
.footer-contact{
  background-color: #FFFFFF !important;
}
.copy-right{
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: #000000;
    color: #FFFFFF;
}
.text-white{
    color: #FFFFFF;
}
.cp{
    cursor: pointer;
}
/* ----------------- Font ----------------- */
@font-face {
    font-family: 'promptbold';
    src: url('../fonts/prompt-bold-webfont.woff2') format('woff2'),
         url('../fonts/prompt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'promptregular';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'),
         url('../fonts/prompt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.color-text-sec{
    color: #d8c680;
}
.font-bold{
    font-family: 'promptbold';
}
.font-regular{
    font-family: 'promptregular';
}
.font-32{
    font-size: 32px;
}
.font-24{
    font-size: 24px;
}
.font-18{
    font-size: 18px;
}
.ls-1{
    letter-spacing: 1px;
}
.lh-24{
    line-height: 24px;
}
.lh-30{
    line-height: 30px;
}
.lh-80{
    line-height: 80px;
}
/* ----------------- End Font ----------------- */

/* ----------------- Other Config ----------------- */
.more-detail{
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 100%;
    height: 50px;
    background-color: #242424;
    color: #D8C680;
}
.footer-box{
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #152429;
}
.logo-box{
    width: 100%;
    height: 100px;
    background-color: #152429;
    padding-top: 15px;
}
.logo-bg{
    width: 250px;
    height: 70px;
    background-image: url("../imgs/hiphuahin.png");
    background-size: cover;
    margin: 0 auto;
}
.logo-bg-footer{
    width: 250px;
    height: 70px;
    background-image: url("../imgs/hiphuahin.png");
    background-size: cover;
}
.nav-custom{
    padding: 10px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 #A2B6C9;
}
.shadow-custom{
    border: none;
    box-shadow: 0 0 10px 0 #A2B6C9;
}
.navbar{
    font-family: 'promptbold';
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
}
.ml-20{
    margin-left: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-40{
    margin-bottom: 40px;
}
.p-50{
    padding: 50px;
}
.pt-14{
    padding-top: 14px !important;
}
.pt-17{
    padding-top: 17px !important;
}
.pt-20{
    padding-top: 20px;
}
.pb-8{
    padding-bottom: 8px;
}
.npl{
    padding-left: 0px;
}
.npr{
    padding-right: 0px;
}
.container-custom{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.row-custom{
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #A2B6C9;
}
.row-custom-2{
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 #A2B6C9;
}
.col-custom{
    padding-left: 30px;
    padding-right: 30px;
}
.col-custom-l{
    padding-left: 40px;
}
.col-custom-r{
    padding-right: 40px;
}
.t-custom{
    color: #152429;
    margin-left: 5px;
    padding: 5px;
    float: right;
}
.detail-custom{
    background: #152429;
    color: #FFF;
}
.br-solid{
    border-right: 1px solid #FFFFFF ;
}
.card-custom {
    padding-top: 40px;
    background-color: #152429;
    color: #FFF;
}
.card-text-1 {
    letter-spacing: 1px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
}
.card-text-2 {
    padding-top: 20px;
    letter-spacing: 1px;
    font-size: 24px;
    color: #D6C580;
    text-align: center;
    margin-top: -20px;
}
.card-text-3 {
    padding-top: 20px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: -20px;
}
.card-image {
    width: 40%;
    margin: 0 auto;
}
/* ----------------- End Other Config ----------------- */

/* ----------------- Font Awesome Config ----------------- */
.fa-map-marker-alt{
    color: #96161A;
}
.fa-phone-square-alt{
    color: #3B5998;
    font-size: 24px;
}
.fa-line{
    color: #00B900;
    font-size: 24px;
}
/* ----------------- End Font Awesome Config ----------------- */


/* ----------------- Button Config ----------------- */
.btn-home{
    float: left;
    width: 50px;
    padding: 12px 15px 15px 16px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #A2B6C9;
    color: #96161A;
}
.btn-bus{
    float: left;
    width: 50px;
    padding: 12px 15px 15px 17px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #A2B6C9;
    color: #96161A;
    margin-left: 20px;
}
.btn-food{
    float: left;
    width: 50px;
    padding: 12px 15px 15px 18px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #A2B6C9;
    color: #96161A;
    margin-left: 20px;
}
/* ----------------- End Button Config ----------------- */

#myImg01 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg02 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg03 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg04 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg05 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg06 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg07 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
#myImg08 {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
  
  
  #myImg01:hover {opacity: 0.7;}
  #myImg02:hover {opacity: 0.7;}
  #myImg03:hover {opacity: 0.7;}
  #myImg04:hover {opacity: 0.7;}
  #myImg05:hover {opacity: 0.7;}
  #myImg06:hover {opacity: 0.7;}
  #myImg07:hover {opacity: 0.7;}
  #myImg08:hover {opacity: 0.7;}
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  
  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
  }
  
  /* Add Animation */
  .modal-content, #caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }
  
  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .feature-custom{
    padding-top: 15px !important;
    padding-bottom: 10px !important;
  }
  .btn-facebook{
      font-size: 20px;
      cursor: pointer;
      color: #FFFFFF;
      border-radius: 20px;
      padding-left: 50px;
      padding-right: 50px;
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: #3B5998;
  }
  .t-color-red{
      color: #FE0101;
  }
  .color-menu{
    color: rgba(0, 0, 0, .5);
  }
  .h-260{
    height: 260px !important;
  }
  
@media (max-width: 1100px) {
    .mb-npl{
        padding-left: 0;
    }
    .mb-nml{
        margin-left: 0;
    }
    .mb-mt-20{
        margin-top: 20px;
    }
    .mb-mt-40{
        margin-top: 40px;
    }
    .mb-w-30{
        width: 50%;
    }
    .no-mb{
        display: none;
    }
    .show-mb{
        display: block !important;
    }
    .mb-npl-npr{
        margin-right: 0px;
        margin-left: 0px;
    }
    .mb-nml-nmr{
        padding-right: 0px;
        padding-left: 0px;
    }
    .mb-npr{
        padding-right: 15px;
    }
    .mb-npl{
        padding-left: 30px;
        padding-right: 30px;
    }
    .mb-pr-30{
        padding-right: 30px !important;
    }
    .no-b{
        border: none;
    }
    .mb-text-center{
        text-align: center;
    }
    .mb-pt-40{
        padding-top: 40px;
    }
    .mb-fs-20{
        padding-left: 30px;
        padding-right: 30px;
        font-size: 48px;
    }
    .mb-pt-15{
        padding-top: 15px;
    }
    .mb-pt-30{
        padding-top: 30px !important;
    }
    .mb-pt-45{
        padding-top: 45px !important;
    }
    h1{
        font-size: 72px;
    }
    p{
        font-size: 48px;
    }
    span{
        font-size: 48px !important; 
    }
    .mb-pt-30{
        padding-top: 30px;
    }
    .mb-mb-20{
        padding-bottom: 40px;
    }
    .mb-fs-62{
        font-size: 72px !important;
    }
    .btn-facebook{
        font-size: 48px;
    }
    a{
        font-size: 48px;
    }
    .h-260 {
        height: 600px !important;
    }
    .fa-phone-square-alt{
        font-size: 45px;
    }
    .mb-bg-white{
        color: #242424;
        background-color: #FFFFFF !important;
    }
    .fa-line{
        font-size: 45px;
    }
    .logo-bg-footer {
        width: 400px;
        height: 120px;
        background-image: url("../imgs/hiphuahin.png");
        background-size: cover;
    }
    .logo-bg {
        width: 400px;
        height: 120px;
        background-image: url("../imgs/hiphuahin.png");
        background-size: cover;
    }
    .logo-box {
        width: 100%;
        height: 155px;
        background-color: #152429;
        padding-top: 15px;
    }
    .copy-right{
        font-size: 24px;
    }
    .card-text-1{
        font-size: 62px;
    }
    .card-text-2{
        font-size: 48px;
    }
    .container{
    max-width: 890px !important;
    }
    .mb-pb-30{
        padding-bottom: 30px;
    }
    .more-detail{
        padding-top: 40px;
        padding-bottom: 100px;
    }
}
  