/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: '1FTV';
    src: url('assets/fonts/1FTV-Blushing-Rose.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Helvetica-Neue';
    src: url('assets/fonts/Inter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SVN-Helvetica-Neue';
    src: url('assets/fonts/Inter-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'SVN-Helvetica-Neue', sans-serif!important;
}
img {
    margin-bottom: 0!important;
    transition: all 0.5s ease-in-out;
}
a {
    transition: all 0.5s ease-in-out;
}
#header {
    display: none;
}
.box-count-down .countdown-description {
    margin: 0 0 15px 0;
}
.box-count-down .box-text.text-center {
    transform: none;
    left: 196px;
    background: transparent;
    margin: 0;
    box-shadow: none;
    bottom: 20px;
}
.box-count-down .countdown-title, .home-register .countdown-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin: 0 0 23px 0;
}
.box-count-down ul, .home-register ul {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.box-count-down ul li, .home-register ul li {
    list-style: none;
    margin: 0;
}
.box-count-down ul li .countdown-time, .home-register ul li .countdown-time {
    font-weight: 700;
    font-size: 48px;
    line-height: 51px;
    text-align: justify;
    color: #fff;
    padding: 27px;
    background: #000000;
    border-radius: 14px;
    margin: 0 0 7px 0;
}
.box-count-down ul li .countdown-text, .home-register ul li .countdown-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.box-count-down .register-now a {
    display: inline-block;
    background: #FEC116;
    border-radius: 25px;
    box-shadow: 0px 5px 4px -3px #00000040;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: justify;
    color: #AC0202;
    text-transform: uppercase;
    padding: 7px 40px 3px 40px;
    transition: all 0.5s ease-in-out;
}
.box-count-down .register-now a:hover {
    background: #fff;
    color: #FEC116;
}
.home-vision {
    padding: 0 0 660px 0!important;
    position: relative;
}
.home-vision .col-left {
    padding-top: 40px;
}
.home-vision .col-left h3 {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 43px;
    line-height: 55px;
    margin: 20px 0 15px 0;
    color: #831B1A;
}
.home-vision .col-left p {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
}
.home-vision .col-left ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin: 0;
}
.home-vision .col-left ul li {
    list-style: none;
    width: calc(100% / 3 - 20px);
    margin: 0;
    text-align: center;
}
.home-vision .col-right .col-inner, .home-vision .col-right .col-inner .img, .home-vision .col-right .col-inner .img-inner {
    height: 100%;
}
.home-vision .col-right .col-inner .img-inner img {
    height: 100%;
    object-fit: cover;
}
.home-vision .section-bg img {
    width: auto;
    height: auto;
}
.home-license {
    padding: 0 0 100px 0!important;
}
.home-license .col-absolute {
    margin-top: -590px;
}
.home-license h3 {
    margin: 100px 0 40px 0;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-family: '1FTV';
    max-width: 1080px;
    margin: 80px auto 40px auto;
}
.home-license .license-box img {
    width: 100%;
}
.home-license .license-box p:nth-child(2) {
    background: #000000;
    border-radius: 23px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
.home-license .interest-box {
    background: rgba(113, 7, 6, 0.6);
    border-radius: 25px;
    padding: 27px 30px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
    min-height: 415px;
}
.home-license .interest-box h4 {
    color: #fff;
    font-weight: 700;
    font-size: 29px;
    line-height: 41px;
    margin: 0 0 25px 0;
}
.home-license .interest-box p {
    margin-bottom: 5px;
}
.home-license .interest-box ul {
    margin-bottom: 5px;
}
.home-license .interest-box ul li {
    margin-bottom: 5px;
}
.home-communicate {
    padding: 80px 0 60px 0!important;
}
.home-communicate h3 {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    color: #831B1A;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}
.home-communicate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.home-communicate ul li {
    margin: 0;
    background: #FEFEFE;
    border: 1px #E8E8E8 solid;
    border-radius: 9px;
    list-style: none;
    text-align: center;
    width: calc(100% / 6 - 15px);
    padding: 2px 12px;
    min-height: 86px;
    display: flex;
    align-items: center;
}
.home-communicate ul li:hover img {
    transform: scale(1.05);
    cursor: pointer;
}
.home-register {
    padding: 60px 0 40px 0!important;
}
.countdown-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FEC116;
    text-align: center;
}
.home-register ul {
    justify-content: center;
    margin: 0;
}
.home-register .countdown-title {
    text-transform: none;
}
.home-register .countdown {
    margin: 40px 0 0 0;
}
.home-register .register-now, .absolute-footer {
    display: none;
}
.home-register .col-right .wpcf7-form {
    background: linear-gradient(180deg, #540000 0%, #B00101 100%);
    padding: 31px 80px;
    margin: 45px 0 0 0;
    text-align: left;
}
.home-register .col-right .wpcf7-form .name-phone, .home-register .col-right .wpcf7-form .role-number {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.home-register .col-right .wpcf7-form .name, .home-register .col-right .wpcf7-form .phone,
.home-register .col-right .wpcf7-form .role, .home-register .col-right .wpcf7-form .number {
    width: calc(50% - 10px);
}
.home-register .col-right .wpcf7-form label {
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    margin: 0 0 9px 0;
}
.home-register .col-right .wpcf7-form input[type="email"],
.home-register .col-right .wpcf7-form input[type="tel"],
.home-register .col-right .wpcf7-form input[type="text"],
.home-register .col-right .wpcf7-form input[type="number"] {
    margin-bottom: 24px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 13px;
    height: auto;
    color: #6F6F6F;
}
.home-register .col-right .wpcf7-form select {
    border: 1px solid #fff;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    padding: 13px;
    height: auto;
}
.home-register .col-right .wpcf7-form .btn-submit {
    margin: 20px 0 0 0;
    text-align: center;
}
.home-register .col-right .wpcf7-form .btn-submit input {
    background: #FEC116;
    border-radius: 23px;
    padding: 10px 90px;
    border-radius: 35px;
    color: #5B0000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 0px 4px 4px 0px #00000040;
    margin: 0;
    text-transform: none;
}
.home-register .col-right .wpcf7-form .btn-submit input:hover {
    background: #5B0000;
    color: #FEC116;
}
.home-register .wpcf7-spinner {
    display: block;
}
.home-register .col-right .wpcf7-form .form-title {
    font-weight: 400;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-family: '1FTV';
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
.main-footer {
    padding: 70px 0 100px 0!important;
}
.footer-title p {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-family: '1FTV';
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.footer-info p {
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #fff;
    margin: 30px 0 8px 0;
}
.footer-info ul {
    margin: 15px 0 40px 0;
}
.footer-info ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    padding: 0 0 0 27px;
    margin: 0 0 5px 0;
}
.footer-info ul li:nth-child(1), .footer-info ul li:nth-child(2) {
    background: url('assets/images/icon-location.png') no-repeat top 7px left;
}
.footer-info ul li:nth-child(3) {
    background: url('assets/images/icon-phone.png') no-repeat top 7px left;
}
.footer-info ul li:nth-child(4) {
    background: url('assets/images/icon-email.png') no-repeat top 7px left;
}
.footer-socials ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.footer-socials ul li {
    list-style: none;
    margin: 0;
    gap: 20px;
}
.footer-socials ul li a:hover img {
    transform: rotateY(180deg);
}
.footer-qr-map {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
.footer-qr-map p {
    margin: 0;
}
.footer-qr-map p:nth-child(2) {
    width: calc(100% - 211px);
    padding-left: 20px;
}
.footer-qr-map p:nth-child(2) iframe {
    height: 234px;
}
.home-global {
    padding: 90px 0 40px 0!important;
}
.home-global h3 {
    font-family: '1FTV';
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #831B1A;
    margin: 0 0 50px 0;
}
.home-global .home-news .slick-list {
    margin: 0 -22.5px;
}
.home-global .home-news .news-item {
    margin: 0 22.5px;
}
.home-news .slick-prev {
    width: 43px;
    height: 43px;
    left: -60px;
}
.home-news .slick-prev::before {
    content: url('assets/images/prev-red.png');
    opacity: 1;
}
.home-news .slick-next {
    width: 43px;
    height: 43px;
    right: -60px;
}
.home-news .slick-next::before {
    content: url('assets/images/next-red.png');
    opacity: 1;
}
.news-item .news-image:hover img {
    transform: scale(1.05);
}
.news-item .news-image {
    overflow: hidden;
}
.news-item .news-title {
    background: linear-gradient(180deg, #B00101 48.08%, #4A0000 100%);
    padding: 30px 30px 50px 30px;
    text-align: center;
}
.news-item .news-title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-family: 'SVN-Helvetica-Neue', sans-serif;
}
.news-item .news-title h3 a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.news-item .news-title h3 a:hover {
    color: #FEC116;
}
.news-item .news-title .news-location {
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    margin: 0 0 20px 0;
}
.news-item .news-title .news-view-detail a {
    display: inline-block;
    color: #8C0000;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    padding: 7px 50px;
    border-radius: 23px;
    background: #FEC116;
}
.news-item .news-title .news-view-detail a:hover {
    background: #8C0000;
    color: #FEC116;
}
.view-all {
    margin: 60px 0 0 0;
}
.view-all a {
    display: inline-block;
    background: #020202;
    border-radius: 23px;
    padding: 7px 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    color: #fff;
}
.view-all a:hover {
    background: #FEC116;
}
.breadcrumbs {
    background: #EEEEEE;
    padding: 30px 0 0 0;
}
.breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0;
    align-items: center;
}
.breadcrumbs ul li {
    list-style: none;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.breadcrumbs ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #B4B4B4;
}
.category-content {
    padding: 70px 0 90px 0;
}
.category-content h1 {
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    color: #831B1A;
    font-family: '1FTV';
    margin: 0 0 50px 0;
    text-transform: uppercase;
}
.category-content .form-search form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 0 70px 0;
}
.category-content .form-search form input, .category-content .form-search form select {
    box-shadow: 0px 0px 15px 0px #00000026;
    border: 1px solid #DFDFDF;
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #494949;
    padding: 13px 27px;
    width: 427px;
}
.view-all {
    text-align: center;
}
.logo-header {
    position: absolute;
    right: 78px;
    top: 21px;
    z-index: 99;
    width: 141px !important;
}
.main-title-site {
    position: absolute;
    right: 21px;
    top: 25px;
    z-index: 99;
    color: #fff;
    margin: 0;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
}
.main-title-site p {
    margin: 0;
}
.blog-single {
    padding: 70px 0;
}
.blog-single h1 {
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    color: #831B1A;
    font-family: '1FTV';
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.blog-single .post-date {
    color: #B4B4B4;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 2px #DADADA solid;
    margin: 0 0 40px 0;
}
.blog-single .post-date p {
    margin: 0;
}
.blog-single .post-info {
    margin: 50px 0 0 0;
    padding: 0 0 30px 0;
    border-bottom: 2px #DADADA solid;
}
.blog-single .post-info > p {
    margin: 0 0 25px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
    color: #831B1A;
}
.blog-single .post-info .location {
    background: url('assets/images/icon-location-brown.png') no-repeat top 5px left;
    padding-left: 30px;
}
.blog-single .post-info .location p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #0A0A0A;
}
.blog-single .post-info .phone-email p {
    margin: 0;
    color: #0A0A0A;
    background: url('assets/images/icon-phone-brown.png') no-repeat top 5px left;
    padding-left: 30px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.blog-single .post-info .phone-email p a {
    color: #0A0A0A;
    text-decoration: underline;
}
.blog-single .post-info .phone-email p:last-child {
    background: url('assets/images/icon-email-brown.png') no-repeat top 10px left;
}
.blog-single .post-content {
    padding: 50px 0;
    border-bottom: 2px #DADADA solid;
    text-align: justify;
}
.blog-single .post-content * {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.blog-single .post-content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 29px;
    text-align: justify;
}
.related-salon {
    padding: 60px 0 0 0;
}
.related-salon > p {
    text-align: center;
    color: #831B1A;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-family: '1FTV';
}
.post-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
/* Ảnh lớn bên trái */
.big-image {
    border-radius: 12px;
    height: 450px;
    position: relative;
}
.big-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* Nhóm ảnh nhỏ bên phải */
.small-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 12px;
}
.small-images div.img {
    border-radius: 0;
    position: relative;
    height: 219px;
}
.small-images div.img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.54);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}
.scroll-to-bullets a {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    background: none;
    box-shadow: none;
    height: auto;
    width: auto;
    padding: 20px 0;
    border: 0;
    border-left: 2px #FFFFFF80 solid;
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px #00000080;
}
.scroll-to-bullets a span {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}
.scroll-to-bullets a.active {
    background: transparent;
    border-left: 2px #fff solid;
}
.scroll-to-bullets a.active span {
    display: block;
}
.scroll-to-bullets a.active strong {
    display: none;
}
.scroll-to-bullets a:hover {
    background: none;
}
.scroll-to-bullets {
    left: 0;
    right: auto;
    top: 62px;
    transform: translateY(0);
}
#myVideo {
    width: 100%;
    height: 100%;
    display: block;
}
.wmtp-tab-tt-footer {
    position: fixed;
    margin: auto;
    z-index: 9999;
    padding: 5px 10px 5px 6px;
    border-radius: 10px 0 0 10px;
}
.wmtp-tableSize-w66 {
    width: 66px !important;
}
.wmtp-tab-tt-footer li {
    padding: 5px 0;
    float: left;
    list-style: none;
    text-align: center;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}
.wmtp-tab-tt-footer ul, .wmtp-tab-tt-footer ul li {
    margin: 0;
    width: 100%;
    display: table-row-group;
    list-style: none;
}
.wmtp-tooltip {
    position: relative;
    display: inline-block;
}
.wmtp-tab-tt-footer a {
    text-decoration: none;
}
.wmtp-alert img.wmtp-call-class {
    animation-name: alert;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    display: inherit;
}
.wmtp-alert img {
    width: 40px;
}
.wmtp-tab-tt-footer p {
    margin-bottom: 0;
    font-size: 10px !important;
    color: #000;
}
.wmtp-tooltip .wmtp-tooltiptext {
    visibility: hidden;
    min-width: 120px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    top: 5px;
    font-size: small;
    display: block ruby;
    margin: 0 8px 8px;
    position: absolute;
    z-index: 1;
    background: #fff;
    color: #000;
    left: 53px;
    display: none;
}
.wmtp-tooltip:hover .wmtp-tooltiptext {
    visibility: visible;
}
@keyframes alert {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	5% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	10% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	15% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	25% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	30% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	35% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	40% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	45% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	50% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.wmtp-blink img.wmtp-call-class {
	animation-name: blink;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: 3;
	animation-direction: normal
}

@keyframes blink {
	0% {
		opacity: 1
	}

	25% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	75% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .main-title-site, .logo-header {
        display: none;
    }
    .box-count-down .box-text.text-center {
        position: absolute;
        left: 0;
        bottom: 10px;
    }
    .box-count-down .countdown-title {
        color: #fff;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .box-count-down ul {
        margin-bottom: 5px;
    }
    .box-count-down ul, .home-register ul {
        justify-content: center;
        gap: 12px;
    }
    .box-count-down .countdown-description {
        line-height: 24px;
    }
    .box-count-down ul li {
        width: calc(100% / 4 - 12px);
    }
    .box-count-down ul li .countdown-text {
        color: #fff;
        font-size: 16px;
    }
    .box-count-down .register-now a {
        font-size: 16px;
        line-height: 24px;
    }
    .box-count-down ul li .countdown-time, .home-register ul li .countdown-time {
        font-size: 34px;
        padding: 15px;
        line-height: 40px;
    }
    .home-vision .col-left h3 {
        font-size: 25px;
        line-height: 40px;
    }
    .home-vision {
        padding: 0 0 160px 0 !important;
    }
    .home-license .col-absolute {
        margin-top: -163px;
    }
    .home-license h3 {
        margin: 30px 0 10px 0;
        font-size: 30px;
        line-height: 40px;
    }
    .home-license .license-box p:nth-child(2) {
        font-size: 15px;
        line-height: 25px;
    }
    .home-license .interest-box h4 {
        font-size: 22px;
        line-height: 31px;
        margin: 0 0 20px 0;
    }
    .home-global h3, .home-communicate h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .news-item .news-title h3, .news-item .news-title .news-view-detail a {
        font-size: 25px;
        line-height: 35px;
    }
    .news-item .news-title .news-location, .news-item .news-title .news-view-detail a {
        font-size: 20px;
        line-height: 30px;
    }
    .home-communicate ul li {
        width: calc(100% / 2 - 15px);
    }
    .home-communicate h3 {
        margin-bottom: 10px;
    }
    .home-communicate {
        padding: 80px 0 20px 0 !important;
    }
    .home-register .col-right .wpcf7-form {
        padding: 30px 15px;
    }
    .home-register .col-right .wpcf7-form .form-title {
        font-size: 23px;
        line-height: 40px;
    }
    .home-register .col-right .wpcf7-form .name-phone, .home-register .col-right .wpcf7-form .role-number {
        display: block;
    }
    .home-register .col-right .wpcf7-form .name, .home-register .col-right .wpcf7-form .phone, .home-register .col-right .wpcf7-form .role, .home-register .col-right .wpcf7-form .number {
        width: 100%;
    }
    .box-count-down .countdown-title, .home-register .countdown-title {
        font-size: 20px;
        line-height: 30px;
    }
    .home-register .countdown-description {
        font-size: 16px;
        line-height: 25px;
    }
    .footer-title p {
        font-size: 40px;
        line-height: 52px;
        margin: 0;
    }
    .main-footer .img-inner img {
        width: auto;
        max-width: 150px;
        margin: 0 auto;
        display: block;
    }
    .footer-info p {
        font-size: 18px;
        line-height: 27px;
    }
    .footer-qr-map {
        display: block;;
        margin: 0px 0 0 0;
        text-align: center;
    }
    .footer-qr-map p {
        margin: 0 0 15px 0;
    }
    .footer-qr-map p:nth-child(2) iframe {
        height: auto;
        width: 100%;
    }
    .footer-qr-map p:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .main-footer {
        padding: 70px 0 0 0 !important;
    }
    .register-now {
        margin: 0 0 0 0;
    }
    .breadcrumbs ul {
        gap: 8px;
    }
    .breadcrumbs ul li a, .breadcrumbs ul li {
        font-size: 11px;
        line-height: 22px;
    }
    .breadcrumbs ul li img {
        width: 6px;
    }
    .breadcrumbs {
        padding: 20px 0 0 0;
    }
    .breadcrumbs .col {
        padding-bottom: 20px;
    }
    .category-content {
        padding: 30px 0;
    }
    .category-content h1 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    .category-content .form-search form input, .category-content .form-search form select {
        font-size: 16px;
        height: auto;
    }
    .category-content .form-search form input {
        padding: 10px 27px;
    }
    .category-content .form-search form {
        display: block;
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .blog-single h1, .related-salon > p {
        font-size: 35px;
        line-height: 47px;
    }
    .blog-single .post-date {
        font-size: 16px;
        line-height: 26px;
    }
    .post-gallery {
        grid-template-columns: 1fr;
    }
    .big-image, .small-images div.img {
        height: auto;
    }
    .small-images div.img {
        height: 150px;
    }
    .overlay {
        font-size: 15px;
    }
    .blog-single .post-info > p {
        font-size: 18px;
        line-height: 27px;
    }
    .blog-single .post-info .location p, .blog-single .post-info .phone-email p {
        font-size: 16px;
    }
    .blog-single .post-info .col {
        padding-bottom: 5px;
    }
    .blog-single .post-content * {
        font-size: 16px;
        line-height: 25px;
    }
    .blog-single .post-content h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .wmtp-tab-mobile-horizontal {
        transform: none;
        z-index: 9999;
        left: 0;
        width: 100%!important;
        padding: 5px 10px;
        top: unset;
        bottom: 0 !important;
        border-radius: 0 !important;
    }
    .wmtp-tab-tt-footer ul {
        display: flex;
        padding: 0;
        justify-content: center;
    }
    .wmtp-tab-mobile-horizontal ul li {
        margin-bottom: 0 !important;
        width: 25%;
    }
    .wmtp-tab-mobile-horizontal p.wmtp-phonesize {
        font-size: 12px !important;
    }
    .wmtp-tooltip .wmtp-tooltiptext {
        display: none;
    }
}