/*--------------------------------------------------------------
## Font-face
--------------------------------------------------------------*/
@font-face {
    font-display: swap;
    font-family: Microgramma Extended;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Medium.ttf) format("truetype"),url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Medium.otf) format("opentype"),url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Microgramma Extended;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Bold.ttf) format("truetype"),url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Bold.otf) format("opentype"),url(../fonts/Microgramma-Extended/SVN-MicrogrammaExtended-Bold.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Gilroy/SVN-Gilroy-Regular.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-Regular.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Gilroy/SVN-Gilroy-Italic.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-Italic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Gilroy/SVN-Gilroy-Medium.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-Medium.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 500;
    src: url(../fonts/Gilroy/SVN-Gilroy-Medium-Italic.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-Medium-Italic.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Gilroy/SVN-Gilroy-SemiBold.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-SemiBold.otf) format("opentype")
}

@font-face {
    font-display: swap;
    font-family: Gilroy;
    font-style: italic;
    font-weight: 600;
    src: url(../fonts/Gilroy/SVN-Gilroy-SemiBold-Italic.woff2) format("woff2"),url(../fonts/Gilroy/SVN-Gilroy-SemiBold-Italic.otf) format("opentype")
}

.banner-hero__controller {
	width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    background-color: transparent;
    background-image: url(../images/icons/icon-mute.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
    cursor: pointer;
}
.banner-hero__controller.active {
    background-image: url(../images/icons/icon-unmute.svg);
}
.voucher-lucky-wheel {
    z-index: 100;
    right: 15px;
    bottom: 75px;
    position: fixed;
    border: 2px dashed #C65A18;
    border-radius: 4px;
    overflow: hidden;
}
.voucher-lucky-wheel a {
	color: #C65A18;
	font-weight: 700;
	padding: 2px 5px 5px;
	display: flex;
	width: 90px;
	text-align: center;
	line-height: 1;
	font-family: Microgramma Extended,sans-serif;
	font-size: 14px;
}
.arcontactus-widget.arcontactus-message {
	bottom: 140px;
}
.header-menu .menu-primary li.blink a {
	color: #C65A18;
}
.header-menu .menu-primary li.blink {
    animation: blink-animation 1s infinite;
}
.header-menu .menu-primary li.blink:hover {
	animation: unset;
}
@keyframes blink-animation {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.widget-for-newbie .custom-nav-dots {
    position: relative;
    z-index: 1;
}
.list-gallery-kol a:hover {
    color: #fff;
}
.entry-content-page ol {
    padding-left: 15px;
}
.entry-content-page ol li:not(:last-child) {
    margin-bottom: 24px;
}
.toc-single a {
    color: #737373;
}
.toc-single a.active {
    color: #fff;
    display: block;
}
.banner-post-detail {
    aspect-ratio: 16/6;
}
.entry blockquote {
    background: transparent;
    color: #fff;
    margin: 0 0 16px;
    background: #333;
    border-radius: 10px;
}
.entry blockquote::before {
    color: #fff;
    font-size: 50px;
    font-family: Microgramma Extended;
}
.entry blockquote ul {
    padding-left: 15px;
}
.entry a {
    color: #C65A18;
}
.widget-package .package {
    height: 100%;
}
.wp-caption {
    border: 0;
    color: #fff;
    border-radius: 0;
}
.wp-caption img {
    border-radius: 10px;
}
.list-customer .owl-stage {
    display: flex;
}
.list-customer .owl-stage .item {
    height: 100%;
}
.list-customer .owl-stage .inner-item {
    height: 100%;
}
.widget-banner .slide-banner ~ .progress-bar ~ .widget-body {
    pointer-events: none;
}
.widget-btn {
    gap: 30px;
    justify-content: center;
}
.widget-calendar-service .tab-header .tab-title {
    font-size: 18px;
    padding-bottom: 18px;
}
.page-header.show ~ :not(.modal) {
    filter: blur(10px);
}
.page-header {
    background: rgba(0,0,0,.7);
}
.slide-only-mb.row.owl-carousel {
  margin: auto;
}
.slide-only-mb.row.owl-carousel [class*=col] {
  padding: 0;
}
.slide-only-mb.row.owl-carousel >* {
  padding: 0;
}
.banner-hero .banner-img iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    -o-object-position: 50% 50%;
}
.widget-calendar .tab-header .tab-title {
    text-transform: uppercase;
}
.widget-banner .list-dots .item {
    text-transform: uppercase;
}
.list-service-run .item {
    text-transform: uppercase;
}
.widget-customer .customer-name {
    text-transform: uppercase;
}
.pagination .page-numbers {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pagination .current, .pagination a:hover {
    color: #000;
    background: #fff;
}
.error-404 img {
    max-width: 500px;
    margin-bottom: 30px;
}
.error-404 .btn-home {
    background: #4a47bd;
    color: #fff;
    margin-top: 25px;
}
.coach-entry h2 {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    font-family: Microgramma Extended,sans-serif;
    margin-bottom: 16px;
}
.toc-single .list-toc ul {
    font-size: 14px;
    padding-left: 18px;
    list-style: none;
}
.toc-single .list-toc a:hover {
    color: #fff;
}
.page-content-404 {
    min-height: 500px;
    display: flex;
    align-items: center;
    margin-top: 60px;
}
.page-content-404 .text-1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 6px;
}
.page-content-404 .text-2 {
    font-size: 32px;
    margin-bottom: 12px;
}
.page-content-404 .btn.btn-home {
    padding: 8px 16px;
    background: #fff;
    color: #000;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    margin-top: 40px;
}
.page-content-404 .btn.btn-home:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.page-content-404 img {
    margin-bottom: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    filter: grayscale(100%) contrast(120%) brightness(80%);
}
.list-post-cat {
    row-gap: 40px;
}
.header-menu .menu-primary li.dropdown .dropdown-menu li.active a {
    color: #737373;
}
.banner-hero__content:not(.align-items-center) .btn-viewmore {
    margin-left: 0;
}
.slide-only-mb.owl-carousel button.owl-prev,.slide-only-mb.owl-carousel button.owl-next {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
}
.header-menu .menu-search-mb .form-control {
    color: #fff;
}
.slide-only-mb.owl-carousel .owl-nav {
    display: flex;
    width: 100%;
    justify-content: center;
    column-gap: 12px;
}
.widget-package .package-name {
    text-transform: uppercase;
}
.banner-hero-no-post {
    padding-top: 90px;
}
@media (min-width: 768px) {
    #modal-register .widget-title {
        font-size: 35px;
    }
    .banner-hero__content.align-items-md-start .btn-viewmore {
        margin-left: 0;
    }
    body:not(.home):not(.blog) .banner-hero {
        height: 100vh;
    }
}
@media (max-width: 1199px) {
    .page-header.show #bs-navbar-collapse {
        background: hsla(0, 0%, 0%, 0.7);
    }
}
@media (max-width: 767px) {
    .banner-hero-no-post {
        padding-top: 80px;
    }
    .home-register-now .container {
        margin-top: 138px;
        margin-bottom: 138px;
    }
    #modal-register .widget-title {
        text-align: center;
    }
    .list-post-cat {
        row-gap: 24px;
    }
    .widget-title br {
        display: none;
    }
    .widget-banner .list-dots {
        padding-left: 15px;
        padding-right: 15px;
        justify-content: start;
        display: inline-flex;
        max-width: 100%;
    }
    .widget-package .widget-body::-webkit-scrollbar {
        display: none;
    }
    .widget-package .widget-body {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .widget-package .package-tag {
        font-size: 12px;
    }
}
@media (max-width: 575px) {
    .banner-post-detail.banner-hero:not(.banner-search) .banner-img {
        aspect-ratio: 8/3;
    }
    .banner-post-detail.banner-hero:not(.banner-search) {
        margin-top: 66px;
    }
    .widget-search-hlv .container {
        margin-top: 0;
        margin-bottom: 0;
    }
    .widget-search-hlv {
        padding-top: 0;
    }
    .widget-banner .banner_img {
        aspect-ratio: 3/4;
    }
    #modal-register .inner-form .form-control {
        font-size: 14px;
        padding: 10px;
    }
    .widget-form-cta .inner-form .form-control {
        font-size: 14px;
        padding: 10px 10px;
    }
    .header-menu .menu-search-mb .form-control {
        font-size: 14px;
        height: 40px;
    }
    .page-footer__logo {
        width: 115px;
        margin-bottom: 28px;
    }
    .widget-banner-noinpic .widget-body {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 24px;
    }
    .widget-calendar-service .tab-header .tab-title {
        font-size: 14px;
        padding-bottom: 16px;
    }
    .banner-hero:not(.banner-search) {
/*        margin-top: 0;*/
    }
    .widget-btn {
        gap: 16px;
    }
    .banner-post-detail.banner-hero:not(.banner-search) {
        height: auto;
    }
    .widget-gallery-bongro .custom-nav-dots {
        width: 100%;
        justify-content: center;
    }
    .banner-hero__img .banner-img {
        height: calc(100vh - 60px);
    }
}
@media (max-width: 428px) {
    .widget-benefit .item-title {
        font-size: 14px;
    }
    .banner-hero:not(.banner-search) {
        height: calc(100vh - 60px);
    }

    .entry-content-page ol li:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media (max-width: 374px) {
    .banner-hero .subtitle,
    .widget-title,
    .widget-desc,
    .btn-viewmore,
    .widget-customer .widget-title,
    .widget-post-trangan .post-title,
    .widget-banner-boiloi .widget-title,
    .widget-for-newbie .widget-desc strong,
    .widget-culture .list-tab-slide .item-title,
    .widget-calendar-service .tab-header .tab-title,
    .post .post-desc,
    .widget-benefit .item-title {
        font-size: 3.5vw
    }
    .widget-procedure .accordion-button,
    .list-gallery-kol .item-content .item-name {
        font-size: 4.267vw;
    }
    .post .post-title {
        font-size: 4.8vw;
    }
    .widget-service-info .widget-title {
        font-size: 5.333vw;
    }
}