* {
    font-family: 'Quicksand', sans-serif;
}



html {
    scroll-behavior: smooth !important;
}

img {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}
p , trong , span, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}
p{
  font-weight: 500;
}
ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
}

button {
    background-color: #0a3fef;
    border: none;
        cursor: pointer;
}

button:hover {
  background-color: #00259e;
  cursor: pointer;
}

input:focus,textarea:focus {
    border: none;
    outline: none;
}
select{
  max-width: 100% !important;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

:root {
    --swiper-navigation-size: 25px;
}

:root {
    --swiper-theme-color: #fff;
}

blockquote {
    position: relative;
    font-size: 1.2em;
    margin: 1.25em 0;
    font-style: italic;
    color: #333;
    border-left: 4px solid #dc3f5d!important;
    border-right: 4px solid #dc3f5d!important;
    box-shadow: 1px 2px 10px 1px #dc3f5d55!important;
    padding: 10px 20px;
    border-radius: 10px;
}

th,
td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #ececec;
    line-height: 1.3;
    font-size: .9em;
}


/* header ádasdawdwad*/

.lmh-header,
.stuck .header-main {
    border-bottom: 1px solid #0a3fef;
}

.lmh-header,
.lmh-header-wrapper {
    width: 100%;
    z-index: 30;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    -webkit-transition: background-color .3s, opacity .3s;
    -o-transition: background-color .3s, opacity .3s;
    transition: background-color .3s, opacity .3s;
}

.lmh-header-main {
    z-index: 10;
    position: relative;
}

.lmh-header .lmh-flex-row {
    height: 100%;
}

.lmh-flex-row {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.lmh-container {
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    max-width: 1250px;
}

.lmh-logo {
    width: 130px;
    line-height: 1;
}

.lmh-logo-a {
    text-decoration: none;
    display: block;
    color: #0a3fef;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bolder;
    margin: 0;
}

.lmh-logo-img-g {
    max-height: 120px;
    padding: 2px 0;
}

.lmh-none {
    display: none;
}

.lmh-flex-right {
    margin-left: auto;
}

.lmh-flex-col {
    max-height: 100%;
}

.lmh-nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.lmh-nav {
    width: 100%;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-spacing-xlarge>li {
    margin: 0 13px;
}

.lmh-nav-top-li+.lmh-nav-top-li {
    margin: 0 13px;
}

.lmh-nav-top-link {
    color: #fff;
    text-transform: none;
    font-size: 1em;
    letter-spacing: .02em;
    font-weight: bolder;
    padding: 10px 0;
    align-items: center;
}
.lmh-img-vuo{
      aspect-ratio: 1/1;
}
.lmh-botton-hd {
    font-size: .85em;
}

.lmh-button {
    color: #fff;
    border-radius: 5px;
   
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    margin-top: 0;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #0a3fef;
}

.lmh-button:hover {
    background-color: #0000cd;
    color: #fff;
}

.lmh-search {
    border-radius: 50%;
    width: 39.23px;
    display: flex;
    justify-content: center;
    align-items: center
}
.lmh-header-button-icon{
  display: flex;
    justify-content: center;
}
.lmh-nav-dropdown {
    font-size: 90%;
    border-radius: 15px;
    border: 2px solid #ddd;
    background-color: #0a3fef;
    position: absolute;
    min-width: 260px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    -webkit-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    color: white;
    text-align: left;
    display: table;
    transform: translateX(-999%);
}

.lmh-nav-dropdown-li {
    padding: 0 20px 10px;
    min-width: 260px;
}

.lmh-nav-dropdown-flex {
    display: flex;
    justify-content: center;
}

.lmh-search-header {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
}

.lmh-btn-search-header {
    height: 2.507em;
    width: 2.507em;
    border: 1px solid #af227e;
}

.lmh-nav-top-li:hover .lmh-nav-dropdown {
    opacity: 1;
    transform: translateX(-74%);
}

.lmh-nav-dropdown-text {
    color: #000;
}

.lmh-nav-top-li:hover .lmh-nav-dropdown-fix {
    transform: translateX(-33%);
}

.lmh-nav-dropdown-contabel {
    display: table-cell;
}

.lmh-nav-top-li:hover .lmh-nav-top-link {
    color: #0000cd;
}

.lmh-fix-header-botton-991 {
    display: none;
}

.lmh-mfp-wrap {
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none!important;
    width: 260px;
    animation: lmh-mobie-taptop-stat ease 1s forwards;
}
.lmh-max-container{
  max-width: 1250px;
  margin: auto;
}
.lmh-mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1250px;
}

.lmh-mfp-content {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding-top: 50px;
}

.lmh-nav-sidebar li {
    color: rgba(255, 255, 255, .8);
    border-top: 1px solid #a39e9e;
}

.lmh-nav-sidebar-fix {
    padding: 0px;
}

.lmh-menu-item-li {
    list-style: none;
    margin: 0;
    width: 100%;
}

.lmh-menu-item-li-item {
    display: flex;
    justify-content: space-between;
}

.lmh-menu-item-pad {
    color: rgba(255, 255, 255, .8);
}

.lmh-nav-top-link-fix {
    padding: 15px;
    color: #000;
}

.lmh-menu-item-li-botton {
    background-color: rgba(0, 0, 0, 0);
}

.lmh-menu-item-li-botton:hover {
    background-color: rgba(0, 0, 0, 0);
}

.lmh-menu-item-li-children {
    padding: 0;
    text-align: start;
    padding-bottom: 10px;
    display: none;
}

.lmh-menu-item-li-children-con {
    border-top: 0 !important;
    padding: 5px 25px;
}

.lmh-menu-item-icon .fab {
    font-size: 30px;
}

.lmh-menu-item-icon-div {
    margin: 15px 0;
}

.lmh-mfp-content::-webkit-scrollbar-thumb {
    background-color: #0a3fef;
    border: none;
}

.lmh-mfp-content::-webkit-scrollbar {
    width: 5px;
    background-color: #8b8b8b;
}

.lmh-mfp-close {
    position: absolute;
    right: 0;
    background: none;
    font-size: 25px;
}

.lmh-mfp-close:hover {
    background: none;
}

.main-menu-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0;
    animation: opacity-sta ease .25s forwards;
}

.lmh-text {
    text-align: center;
    color: rgb(255, 255, 255);
}

.lmh-footer-titel-text {
    color: rgb(254, 190, 20);
    text-align: center;
    margin: 1.3em 0;
    font-weight: bolder;
}

.lmh-footer-icon-box {
    display: flex;
    padding: 40px;
}

.lmh-footer-phanhoi {
    background-color: #fff;
}

.lmh-footer-contener {
    max-width: 1010px;
    margin: auto;
}

.lmh-footer-phanhoi {
    border-radius: 10px;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.lmh-icon-box-text {
    padding-left: 1em;
}

.lmh-icon-box-text h3 {
    color: #0000cd;
}

.lmh-footer-img-bottom {
    width: 50%;
    height: 50%;
    margin-left: 25%;
}

.lmh-footer-icon-bottom i {
    font-size: 28px;
}

.lmh-footer-thongtin-text+.lmh-footer-thongtin-text {
    margin-top: 10px;
}

.lmh-section-title-can {
    margin-bottom: 1em;
}

.lmh-section-title-can-2 {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
    margin: auto;
}

.lmh-section-title-main {
  text-align:center;
    margin: 0 0.5em;
    color: #0000cd;
}

.lmh-section-title-th {
    padding-top: 10px;
    border-top: 1px dashed rgb(217 213 213);
}

.lmh-conten-2 {
    padding: 50px 10px;
}

.lmh-idx-dv {
    margin: 0 30px;
    background-color: #fff;
}

.lmh-idx-dv-con {
    padding: 14%;
    box-shadow: 1em 1em 0px #ffc107;
}

.lmh-idx-dv-con img {
    width: 100%;
}

.lmh-idx-dv-con .lmh-section-title-main {
    white-space: nowrap;
    margin: 10px 0;
        font-size: 17px;
}

.lmh-idx-dv-con .lmh-button {
    background-color: #fff;
    color: #0a3fef;
    border: 1px solid #0a3fef;
    margin-right: 0;
}

.linkdownloadapp {
    margin-bottom: 10px;
}


/* dichvu */

.lmh-wp-caption-text {
    background: #0a3fef;
    color: #fff;
    padding: 0.4em;
    font-size: .9em;
    font-style: italic;
    text-align: center;
}

.lmh-ftwp-border-medium {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: 10px 0;
}

.lmh-ftwp-contents {
    border-color: rgba(51, 51, 51, .95);
    border: 2px solid #2a2a2a;
    padding: 10px 5px;
    margin: 30px 0;
}

.lmh-ftwp-border-medium>.fas {
    font-size: 20px;
}

.lmh-crp_related {
    list-style-type: disc;
    padding-left: 2rem;
}

.lmh-crp_related li {
    margin-bottom: 0.6em;
}

.lmh-widget-title {
    color: #0a3fef;
    font-size: 1em;
    font-weight: 600;
}

.lmh-textwidget a {
    color: #000;
}

.lmh-cat-item a {
    display: inline-block;
    padding: 6px 0;
    -webkit-box-flex: 1;
    flex: 1;
    color: #000;
    border-bottom: 1px solid #cdcaca;
}

.lmh-divhvu-fixed {
    position: fixed;
    top: 50%;
    left: 76%;
}

.lmh-divhvu-fixed>div {
    background: rgba(243, 243, 243, .95);
}

.lmh-divhvu-fixed-icon {
    background-color: white;
    color: #0a3fef;
    border: 1px solid #0a3fef;
    border-radius: 6px;
    border: 1px solid #0a3fef;
    border-radius: 6px;
    width: 50px;
    height: 50px;
}

.lmh-divhvu-fixed-icon:hover {
    background-color: white;
    color: #0a3fef;
}

.lmh-divhvu-fixed-icon i {
    font-size: 27px;
}

.ftwp-item a {
    color: #343a40;
}

.ftwp-item {
    margin: 5px 0;
}

.lmh-conten-h-cen {
    text-align: CENTER;
    color: #0a3fef;
}

.lmh-from_the_blog_excerpt:hover {
    color: rgb(208, 44, 139);
}

.lmh-img-fix-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 7px;
    aspect-ratio: 3/3;
}
.lmh-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.lmh-modal:target {
  display: table;
}

.lmh-modal-dialog {
  display: table-cell;
  vertical-align: middle;
}
.lmh-modal-dialog .lmh-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  border: 1px #777 solid;
  text-align: justify;
  width: 80%;
  max-width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  /* Add animation */
  -webkit-animation-name: example; /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s; /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 0.5s;
}

.closebtn {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  position: fixed;
  right: 18px;
  top: 0;
}
.closebtn:hover,
.closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.lmh-tap-logo{
  text-align: center;
  background: #d02c8b;
  margin-bottom: 40px;
}
.lmh-tap-logo-td{
  font-size: 2rem;
  text-align: center;
}
.lmh-tap-logo-td-p{
  font-size: 1.5rem;
}
.lmh-tap-logo-input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: .97em !important;
  color: #333;
  margin: 10px 0;
  box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
}
.lmh-tap-input{
  padding: 20px 20px 0 10px;
  border: 1px solid #ddd;
}
.lmh-tap-logo-input-submit{
  background-color: #d02c8b;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  vertical-align: middle;
  border-radius: 0;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  width: 110px;
  margin: 10px 0;
}
/* mobie ko bao h vuot qua day asdaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa*/

@media only screen and (max-width: 991px) {
    .lmh-fix-991 {
        display: none;
    }
    .lmh-logo-a {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center;
        margin: 0 15px;
    }
    .lmh-fix-header-botton-991 {
        display: block;
    }
    .lmh-divhvu-fixed {
        right: 0;
        left: auto;
    }
}

@media only screen and (min-width: 541px) {
    .lmh-cd-boderleft+.lmh-cd-boderleft {
        border-left: 1px solid rgb(195, 195, 195);
    }
}


/* fied */

.scroll-fixed .lmh-nav-spacing-xlarge {
    margin-bottom: 0px;
}

.scroll-fixed .lmh-logo-a>img {
    max-width: 53%;
}

.lmh-footer-button-fix {
    background-color: #fff;
    color: #666!important;
    border-radius: 15px;
    text-transform: none;
}

.lmh-footer-button-fix:hover {
    background-color: #fff;
    color: #666!important;
    opacity: 0.8;
}

.lmh-divhvu-fixed-chinh {
    top: 20%;
    max-height: 400px;
}


/* animation */

.lmh-quay180 {
    animation: quayicon-on ease 0.5s forwards;
}

@keyframes quayicon-on {
    from {
        transform: rotateZ(0deg);
    }
    to {
        transform: rotateZ(-180deg);
    }
}

.lmh-mobie-taptop {
    animation: lmh-mobie-taptop ease 0.5s forwards;
    /* animation: lmh-mobie-taptop-stat ease 1s forwards; */
}

@keyframes lmh-mobie-taptop-stat {
    from {
        transform: translateX(-260px);
    }
    to {
        transform: translateX(0px);
    }
}

@keyframes lmh-mobie-taptop {
    from {
        transform: translateX(0px);
    }
    to {
        transform: translateX(-260px);
    }
}

.lmh-mobie-taptop-fix {
    animation: lmh-mobie-taptop-fix ease 0.5s forwards;
}

@keyframes lmh-mobie-taptop-fix {
    from {
        transform: translateX(-260px);
    }
    to {
        transform: translateX(-300px);
    }
}

.lmh-opaciti-end {
    animation: lmh-opaciti-end ease 0.5s forwards;
}

@keyframes lmh-opaciti-end {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 0;
    }
}

@keyframes opacity-sta {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

.scroll-fixed {
    position: fixed;
    border-bottom: 1px solid #0a3fef;
    animation: scroll-fixed-stast ease 1s forwards;
    height: 80px;
    background-color: white;
}

@keyframes scroll-fixed-stast {
    from {
        top: -60px;
    }
    to {
        top: 0px;
    }
}

.lmh-divhvu-fixed {
    animation: scaleicon ease 1s forwards;
}

@keyframes scaleicon {
    from {
        transform: scale(0.3);
    }
    to {
        transform: scale(1);
    }
}
@-webkit-keyframes taptophd {
  from {top:-100px;opacity: 0;}
  to {top:0px;opacity:1;}
}

/* Add animation (Standard syntax) */
@keyframes taptophd {
  from {top:-100px;opacity: 0;}
  to {top:0px;opacity:1;}
}

/* su kien */

.lmh-block {
    display: block;
}

.lmh-none {
    display: none;
}

.lmh-none-ani {
    display: none;
}

.lmh-background-text {
    background-color: #d02c8b;
}

.lmh-background-text>a {
    color: #fff;
}
/*sukien*/
.owl-news {
    display: flex;
}
.lmh-nav>li>a {
    font-weight: 500;
}
@media (min-width:1200px){
  .news-ctn {
    width: 25%;
    padding: 0 12px;
}
}
@media (max-width:1199px) and (min-width:687px){
  .news-ctn {
    width: 33%;
    padding: 0 12px;
}
}
@media (max-width:686px){
  .news-ctn {
    width: 50%;
    padding: 0 12px;
}
}
.post-title a{
  color:#d02c8b;
}
.section-title.mgt-20 {
       text-align: center;
    /* color: #d02c8b; */
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
}
img.is-fullwidth.img-responsive.center-block{
      width: 200px;
    height: 112px;
}
@media (max-width: 426px){
img.is-fullwidth.img-responsive.center-block {
    width: 100%;
    height: auto;
    object-fit: cover;
}
}


.lmh-fixloiheder{
    display:none;
    width: 103px;
}
@media only screen and (max-width: 991px){
  .lmh-fixloiheder{
    display:block;
  }
}







/*fix*/


.h-mfp-wrap {
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    padding: 5%;
    display:none;
}
.h-mfp-wrap.active{
  display:block;
}

.h-containerr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.h-col-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.h-col-inner {
    padding: 20px 20px 0 10px;
}



.h-tttext {
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 1.3em
}

.h-cttext {
    text-align: left;
    margin-bottom: 1.3em
}

.input-booking,
.select-booking,textarea {
    border-radius: 10px;
    font-weight: 100;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    margin-bottom: 8px;
}

.select-booking {
    -webkit-box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    box-shadow: inset 0 -1.4em 1em 0 rgb(0 0 0 / 2%);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-position: right 0.45em top 50%;
    background-repeat: no-repeat;
    padding-right: 1.4em;
    background-size: auto 16px;
    display: block;
}

.site-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 100ms linear;
    display: none;
}

.site-overlay.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.h-mfp-close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .6;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0!important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    font-family: Arial, monospace;
    -webkit-transition: opacity .6s, -webkit-transform .6s;
    transition: opacity .6s, -webkit-transform .6s;
    -o-transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s;
    transition: opacity .6s, transform .6s, -webkit-transform .6s;
}
.submit-booking {
    position: relative;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    color: currentColor;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em;
    max-width: 100%;
    color: #fff;
    background-color: #eb288c;
}
@media screen and (min-width: 850px) {
    .h-col-inner {
        margin-right: auto;
        margin-left: 0;
    }
}
@media screen and (max-width: 445px){
  .lmh-button{
    font-size: .77em;
  }
}

.lmh-entry-title, .lmh-widget-title {
    color: #0a3fef;
}
.lmh-ychtkh-main{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgb(244,244,244);
}
.lmh-ychtkh-fill{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  padding: 0!important;
  margin: 0!important;
}
/*tuyendung*/
.title-search-CH {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.dnt-tuyendung {
    border: 2px solid #000;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}
.vitrituyendung-box {
    /* justify-content: center; */
    align-items: center;
    padding: 5px 10px;
}
.xemthem-now {
    background: #9e053a;
    color: white;
    cursor: pointer;
    padding: 5px 10px;
    /* width: 100%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 20px;
    margin-left: 10px;
}
.content3 {
    padding: 5 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: white;
}
.ungtuyen-now {
    position: absolute;
    bottom: 8px;
    right: 10px;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #fcaf17;
    color: white;
    border-radius: 20px;
    background: #9e053a;
    white-space: nowrap;
    margin-right: 10px;
}
.title-vitri {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.title-timetd {
    font-style: italic;
    padding: 5px 0px;
    display: inline-block;
}
.titile-mota {
    color: #555;
}
.wage {
    color: #888;
}
.modal4 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content4 {
  position: relative;
  background:#fafafa;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  max-width: 520px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.show-image-main .show-image-content .title-content{
  color: #0000cd !important;
}

.bgrImgIdex {
  background-image: url("https://statics.pancake.vn/web-media/b6/8b/52/9e/ee4556bda51b901b207999795fe39b8521da34be15d1fa4177a915a9.jpg");
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close4 {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: -12px
}

.close4:hover,
.close4:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header4 {
  padding: 2px 16px;
  background:#ea132c;
  color: white;
}

.modal-body4 {padding: 2px 16px;}

.modal-footer4 {
  padding: 5px 0px;
  background:white;
  color: black;
  text-align:center;
}
.modal-body4 .pad-top-dnt {
    margin-top: 5px;
    font-weight: 700;
}
.modal-body4 .input-name {
    border-radius: 14px;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: 1px solid #000;
}
.modal-body4 .custom-file-upload {
    border: 1px solid #000;
    display: block;
    padding: 6px 10px;
    cursor: pointer;
    text-align: center;
    border-radius: 14px;
}
.modal-body4 input[type=file] {
    display: block;
    opacity: 0;
    height: 10px;
    margin: auto;
}
.modal-footer4 .bnt-nopdon {
    padding: 15px;
    width: 100%;
    background: #ea132c;
    color: white;
    font-weight: 600;
    font-size: 14px;
    border: none;
    outline: none;
}

@media screen and (min-width: 1024px){
  .vitrituyendung-box {
    justify-content: space-between ;
  }
  .ungtuyen-now {
    padding: 10px;
    right: 20px ;
  }
  .title-timetd, .titile-mota, .wage {
    font-size: 20px ;
  }
  .xemthem-now {
    background: #9e053a;
    color: white;
    cursor: pointer;
    padding: 10px;
    /* width: 100%; */
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-left: 15px;
    display: inline-block !important;
    border-radius: 20px;
  }
  .title-vitri {
    font-size: 25px !important;
  }
}


@media screen and (max-width: 600px){
  h2.title-content b {
    display: none !important;
  }
  
  .title-main {
    font-size:13px;
        margin: 0 4px !important;
    text-align: center;
  }
}


.lmh-menu-item.lmh-menu-item-type-custom.lmh-menu-item-object-custom.lmh-menu-item-17876:hover a,.lmh-footer-thongtin-text:hover a {
  color:#000000;
}

.lmh-footer-thongtin-text a,.lmh-footer-thongtin-text a,.lmh-footer-thongtin-text.vn-time a {
  color:#fafaf5;
}

input.vn-input:focus, textarea:focus {
    border: 1px solid;
    outline: none;
}

  lable.forms {
    display: flex;
    flex-direction: column;
  }
  
.mt-bt-30 {
  margin-top:30px;
  margin-bottom:30px;
}

.mt-30 {
   margin-top:30px;
}

.card-demo {
    position: relative;
}

.card-demo span {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
}

span.name-card {
  top: 1%;
  left: 1%;
}

span.id-card {
  top: 5%;
  left: 5%;
}

span.name-shop {
  top: 10%;
  left: 10%;
}

span.date-time {
  top: 15%;
  left: 15%;
}

span.name-product {
      top: 20%;
    left: 20%;
}

.vn-add-card {
    width: 100%;
    text-align: center;
    background-color: #0a3fef;
    margin-top: 29px;
    padding: 10px;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
}
#infor-card-text {
  width:100%;
}

.d-none {
  display:none;
}

.title-table {
  font-weight: 800;
}


@media(max-width:426px){
  .card-demo span {
    position: absolute;
    font-size: 15px;
    font-weight: 600;
}
}