/*
Theme Name: BNIX THEME - THAM MY
Theme URI: https://bnix.vn
Template: kadence
Author: BNIX
Author URI: https://bnix.vn
Description: Theme tham my BNIX
Version: 1.1.32.1678935272
Updated: 2023-03-16 02:54:32

*/
/* css menu */
@media screen and (min-width: 1200px) {
	ul.sub-menu {
		display: flex !important;
		flex-direction: row !important;
		justify-content: flex-end;
		right: 0;
		background: white !important;
	}
	.header-navigation .header-menu-container ul ul li.menu-item > a span {
		position: absolute;
		bottom: 10px;
		display: block;
		width: calc(100% - 20px);
		margin-left: 10px;
		background: rgba(228,20,104,.5);
		padding: 5px;
		font-size: 14px;
		line-height: 34px;
		font-weight: 300;
		text-align: center;
		text-transform: uppercase;
	}
	.header-navigation .header-menu-container ul ul li.menu-item > a {
		position: relative;
		padding: 0;
		width: 280px;
	}
	.header-navigation .header-menu-container ul ul li.menu-item > a img {
		padding: 10px;
	}
	ul.sub-menu li:hover a span {
		background: #f4c63fcf !important;
	}
}

/* end menu */
/* css popup */
.bnix-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.bnix-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background-color: white;
  padding: 0;
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -20px;
}
button.close-btn svg path {
    fill: orange;
}

button.close-btn svg {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 99px;
    padding: 5px;
}

button.close-btn {
    height: 40px;
    width: 40px;
    background: transparent;
}
.bnix-popup.hidden {
	display: none !important;
}
.pop-form {
    position: absolute;
    bottom: 35px;
    width: 100%;
    max-width: calc(100% - 60px);
    left: 30px;
    text-align: center;
    background: white;
    border: 2px solid #a46d21;
    border-radius: 20px;
    padding: 7px;
    height: 120px;
}
.pop-form input {
    height: 25px;
    margin-bottom: 1px;
    border-color: #a46d21;
    border-radius: 7px;
    padding: 0 10px 3px 10px;
    line-height: 30px;
}
.pop-form input::placeholder {
    font-size: 14px;
}
.pop-form input[type="submit"] {
    font-size: 14px;
    padding: 5px 25px;
    border-radius: 20px;
    line-height: 1;
    bottom: -5px !important;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin: auto;
    height: 35px;
}
.pop-form .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: calc(50% - 40px);
}
.pop-form p {
    margin: 0;
}
/* end popup */
/* css sidebar */
.sidebar-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
}

.services-sidebar, .recent-post-sidebar {
    background: #fafafa;
    padding: 25px;
}
.services-sidebar .feature, .recent-post-sidebar .feature {position: relative;overflow: hidden;}
.services-sidebar .feature::before, .recent-post-sidebar .feature::before {content: "";display: block;padding-top: 75%;}
.services-sidebar .feature .image, .recent-post-sidebar .feature .image {position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;background-size: cover;background-position: center;}
.services-sidebar .service-box, .recent-post-sidebar .service-box  {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.services-sidebar .service-box > a, .recent-post-sidebar .service-box > a {
    flex: 0 0 30%;
}
.services-sidebar .service-box > a .feature, .recent-post-sidebar .service-box > a .feature {
    border-radius: 7px;
}
.services-sidebar .service-content-box, .recent-post-sidebar .service-content-box {
    padding-left: 10px;
}
.services-sidebar .service-box a, .recent-post-sidebar .service-box a  {
    text-decoration: none;
    display: block;
    line-height: 1.3;
    font-size: 16px;
}
/* end sidebar */
@media screen and (min-width: 540px) {
	.mobile-contact-popup {
		max-width: 480px;
	}
}
.mobile-contact-popup {
    width: 95%;
    background-color: white;
    border-radius: 6px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.1);
    padding: 0;
    z-index: 99999;
    visibility: hidden;
    transition: transform 0.4s, bottom 0.4s;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    box-shadow: 6px 5px 30px rgb(0 0 0 / 12%);
    position: fixed;
}
.open-popup, .enable-popup {
    visibility: visible;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.mobile-contact-popup button {
    position: absolute;
    top: -15px;
    right: -15px;
    margin: 0;
    border-radius: 99px;
}
.mb-contact-popup-inner svg path {
    fill: white !important;
}
.mb-contact-popup-inner  svg {
    position: absolute;
    top: 5px;
    right: 9px;
    width: 15px;
}
.mobile-contact-popup button {
    height: 36px;
    background: #e0b559;
}
.mobile-contact-popup form {
    margin-bottom: 0;
}
.mobile-contact-popup form.wpcf7-form label {
    text-transform: uppercase;
    color: #a0691e;
}
.mobile-contact-popup form.wpcf7-form input {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    border-width: 0 0 1px 0;
    border-color: #e0b559;
}
.mobile-contact-popup h3 {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: black;
    text-align: center;
    padding: 15px 0;
    background: #ececec;
}
.mobile-contact-popup h3::after {
    /* content: ''; */
    width: 50px;
    height: 1px;
    background: #7d7d7d;
    display: block;
    left: 0;
    bottom: 0;
    margin-top: 10px;
}
.mobile-contact-popup form.wpcf7-form input.wpcf7-submit {
    padding: 0;
    margin-bottom: 0 !important;
}
.mobile-contact-popup textarea {
    height: 100px;
    margin-bottom: 8px;
    border-width: 0 0 1px 0;
    border-radius: 0;
    border-color: #e0b559;
    background: #f7f7f7;
}
.wpcf7-submit {
    background-image: linear-gradient(90deg, #a3782e,#e0b54a, #a3782e) !important;
}

div#wpcf7-f344-p172-o1 {}

.mb-contact-popup-inner .wpcf7 {
    padding: 20px 30px 0 30px;
}

.mobile-contact-popup form.wpcf7-form input::placeholder, .mobile-contact-popup textarea::placeholder {
    color: #dbdbdb;
    font-weight: 300 !important;
}
.booking-group {
    display: flex;
    justify-content: center;
    margin: 15px 0;
}

.booking-group a {
    background-image: linear-gradient(90deg, #a3782e,#e0b54a, #a3782e);
    color: white;
    margin: 0 10px;
    border-radius: 5px;
    padding: 10px 30px;
    text-decoration: none;
}

.booking-group a i {
    margin-right: 5px;
}
.tag-title {
    font-size: 24px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
header#masthead {
    border-bottom: 1px dotted rgba(43,26,70,.15);
}
h2.entry-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 0;
}
h1.page-title.archive-title {
    color: #172345;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/* css post */
figure.wp-block-image {
    margin-bottom: 15px !important;
}
.entry-content.single-content p, .entry-content.single-content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

.entry-content.single-content ul {
    margin-bottom: 10px;
    padding-left: 0;
}
.entry-content.single-content li {
        list-style: none;
    background: url(https://thammy.web.bnix.one/wp-content/uploads/2023/03/ico_check.png) no-repeat 0 1px;
    font-size: 16px;
    padding: 0 0 10px 35px;
    text-align: justify;
}
span.kadence-bread-current {font-weight: 700;}
.kadence-breadcrumb-container a {
    text-decoration: none;
}
.content-container.site-container {padding-top: 30px;padding-bottom: 30px;}
.entry-content.single-content pre, .entry-content blockquote {
    display: block;
    background: #fff;
    padding: 15px 20px 15px 40px;
    margin: 0 0 20px;
    position: relative;
    font-size: 14px;
    color: #e41468;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
    border-right: 5px solid #e41468;
    font-family: 'Roboto';
    overflow: hidden;
	border-left: none;
}

.entry-content.single-content pre:before,.entry-content blockquote:before {
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: 0px;
}
.entry-content.single-content pre em, .entry-content blockquote p {
    text-align: justify;
    font-size: 16px;
    color: black !important;
}
/* end css post */
/* css fixed contact */
.fixed-contact {
    position: fixed;
    bottom: 15px;
    left: 1%;
    z-index: 99999;
}
.fixed-contact a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    height: 40px;
    background-size: 100%;
    border-radius: 20px;
    line-height: 40px;
    display: block;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    z-index: 9;
}
.fixed-contact a.call-now {
    width: 170px;
    bottom: 16px;
    left: 16px;
    background-image: linear-gradient(90deg, #a3782e,#e0b54a, #a3782e);
    font-size: 17px;
    padding-left: 55px;
}

.fixed-contact a.chat-now {
    width: 170px;
    position: fixed;
    bottom: 16px;
    left: 200px;
    background-image: linear-gradient(90deg, #a3782e,#e0b54a, #a3782e);
    z-index: 999;
    font-size: 17px;
    padding-left: 60px;
}
.fixed-contact .buttonMess__icon__ring {
    position: absolute;
    left: -17px;
    top: -10px;
    z-index: 1;
}

.fixed-contact span.icon {
    left: 16px;
    position: absolute;
}
.fixed-contact .ring {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    border: 1px solid #fff600;
    -webkit-animation-name: ani;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    -webkit-animation-direction: normal;
    top: 5px;
}
#r2 {
    -webkit-animation-delay: -1s;
}
#r3 {
    -webkit-animation-delay: -2s;
}
#r4 {
    -webkit-animation-delay: -3s;
}
#r5 {
    -webkit-animation-delay: -4s;
}
#r6 {
    -webkit-animation-delay: -5s;
}
@keyframes ani {
    0% {
    -webkit-transform: scale(.01);
    opacity: 0;
}
1% {
    -webkit-transform: scale(.01);
    opacity: 1;
}
95% {
    -webkit-transform: scale(1);
    opacity: 1;
}

100% {
    -webkit-transform: scale(1);
    opacity: 0;
}
}
@media screen and (max-width: 540px) {
	.fixed-contact {
		width: 100%;
		display: flex;
		flex-direction: row;
		left: 0;
		padding: 0 10px;
		justify-content: space-between;
	}
	.fixed-contact a {
		width: 48% !important;
		display: inline-flex;
	}
	.fixed-contact a.chat-now {
		left: 49%;
		margin-right: 10px !important;
	}
	.call-now span.icon {
		left: 20px;
	}
}
/* css footer */
.c-footer-3 {
    order: 3;
}
section.custom-footer {
    background: #0e1c36;
    padding: 50px 0;
    color: white;
}
section.custom-footer a {
    color: white;
}
.custom-footer > div {
    display: flex;
}
.c-footer-1, .c-footer-3 {
    flex: 0 0 25%;
}
.c-footer-2 {
    flex: 0 0 50%;
    padding: 0 30px;
}
.footer-social {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}
.footer-social a {
    padding: 0 10px;
}
.footer-social i {
    font-size: 24px;
}
.c-footer-2 .footer-title {
    text-align: center;
    /* font-weight: bold; */
}
.work-info {
    display: flex;
    width: 100%;
    /* margin-top: 30px; */
}
.work-info .working-time {
    flex: 0 0 30%;
    border-right: 1px solid white;
}
section.custom-footer p {
    margin: 0;
    margin-bottom: 5px;
    line-height: 1.5;
}
.work-office {
    padding-left: 20px;
}
.work-office p:last-child {
    line-height: 1.75;
}
.work-info>div>p:first-child {
    margin-bottom: 15px;
}
.work-info p i {
    margin-right: 10px;
}
.footer-title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.c-footer-3 a {
    display: block;
    text-decoration: none;
    background: #17181a;
    margin: 15px 0;
    padding: 10px 15px;
    border-radius: 7px;
    max-width: 100%;
    font-size: 16px;
}
.c-footer-3 a i {
    margin-right: 10px;
}
.uu-dai-form input {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    height: 45px;
}
.uu-dai-form input[type="text"], .uu-dai-form input[type="tel"] {background-color: #2c3033;color: white !important;}
.uu-dai-form input::placeholder {
    color: white;
}
.uu-dai-form input[type="submit"] {
    background: #e0b559;
}
img.footer-logo {
    height: 175px;
}
@media screen and (max-width: 1024px) {
	.drawer-inner {
		background-image: linear-gradient(180deg, #a3782e,#e0b54a, #a3782e) !important;
	}
	.footer-content {
		display: block;
	}
	.c-footer-3 {
		width: 40%;
		float: left;
	}
	.c-footer-2 {
		width: 100%;
		clear: both !important;
		padding: 0;
	}
	.c-footer-1 {
		width: 60%;
		float: left;
	}

	img.footer-logo {
		height: 135px;
	}
	.c-footer-2 .footer-title {
		margin-top: 15px;
		display: block;
	}
	.work-info .working-time {
		flex: 0 0 20%;
	}
}
@media screen and (max-width: 540px) {
	.custom-footer > div {
		flex-direction: column;
		display: flex;
	}

	.c-footer-1,.c-footer-2, .c-footer-3 {
		flex: 0 0 100%;
		width: 100%;
	}
	.work-info {
	    flex-direction: column;
	}
	.work-info .working-time {
	    border-right: none;
	}
	.work-office {padding-left: 0;margin-top: 20px;}
	.footer-title {
	    margin-top: 20px;
	}
	figure.wp-block-image.is-style-rounded {
		width: 30%;
		float: left;
		margin-right: 15px;
	}
	.wp-block-columns {
		margin-bottom: 0 !important;
	}
	.is-layout-flow.wp-block-column p {
		text-align: left;
	}
	.booking-group a {
		padding: 10px 25px;
	}
	img.footer-logo {
		margin: auto;
	}
	.footer-social {
		display: flex;
		justify-content: center;
	}
	.c-footer-1 > a > img {
		margin: auto;
	}
}