
.e-hotspot__tooltip.e-hotspot--tooltip-position.e-hotspot--fade-in-out img {
    width: auto !important;
    height: 300px;
    max-width: unset;
}
.e-n-carousel.swiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 0px !important;
}
#xenon-hotspot-panel{display: none;}
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  .e-hotspot__tooltip {
    display: none !important;
  }
  .xenon-panel-inner {
    border-radius: 15px !important;
    overflow: hidden;
}
  #xenon-hotspot-panel {
    display: none;
    position: absolute;
    left: 5vw !important;
    width: 90vw;
    background: #fff;
    z-index: 999999;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 8px 25px rgba(0, 0, 0, .25);
  }
  .xenon-panel-close{
    position:absolute;
    top:-5px;
    right:-5px;
    width:32px;
    height:32px;
    border:none;
    border-radius:50%;
    background:#000;
    color:#fff;
    font-size:18px;
    line-height:32px;
    text-align:center;
    cursor:pointer;
    z-index:2;
    padding:0;
  }
  .xenon-panel-close{
    background:#d60000;
    box-shadow:0 2px 10px rgba(0,0,0,.2);
}
  #xenon-hotspot-panel.active {
    display: block;
            border-radius: 15px;
  }

  #xenon-hotspot-panel img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
  }

  #xenon-hotspot-panel p {
    margin: 0 !important;
  }
}
/*CONTACT_US*/
.xenon-contact{
    font-family: Arial, "Microsoft YaHei", sans-serif;
    color:#111;
}
.xenon-contact-hero{
    min-height:520px;
    background-image: url("https://xenon.seowebaz.com/wp-content/uploads/contact-hero.jpg");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    padding:80px 6%;
    color:#fff;
}
.xenon-contact-hero-content{
    max-width:720px;
}
.xenon-contact-hero .label{
    display:inline-block;
    color:#e60012;
    font-weight:700;
    letter-spacing:3px;
    margin-bottom:18px;
}
.xenon-contact-hero h1{
    font-size:58px;
    line-height:1.15;
    margin:0 0 22px;
    color:#fff;
}
.xenon-contact-hero p{
    font-size:18px;
    line-height:1.8;
    color:#eee;
    max-width:620px;
}

.xenon-contact-section{
    max-width:1200px;
    margin:auto;
    padding:30px 20px;
}
.xenon-banner-news-image img{width: 100%;height:auto;}
.xenon-contact-title{
    text-align:center;
    margin-bottom:45px;
}
.xenon-contact-title h2{
    font-size:38px;
    color:#e60012;
    margin-bottom:12px;
}
.xenon-contact-title p{
    color:#666;
    font-size:16px;
}

.xenon-contact-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
}
.xenon-contact-card{
    background:#fff;
    border:1px solid #eee;
    border-radius:20px;
    padding:34px 28px;
    box-shadow:0 12px 35px rgba(0,0,0,.07);
    transition:.3s;
}
.xenon-contact-card:hover{
    transform:translateY(-6px);
    border-color:#e60012;
}
.xenon-contact-icon{
    width:58px;
    height:58px;
    background:#730608;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    margin-bottom:20px;
}
.xenon-contact-card h3{
    font-size:22px;
    margin-bottom:12px;
}
.xenon-contact-card p,
.xenon-contact-card a{
    color:#555;
    line-height:1.8;
    text-decoration:none;
}

.xenon-contact-main{
    background:#f7f7f7;
}
.xenon-contact-wrap{
    max-width:1200px;
    margin:auto;
    padding:70px 20px;
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:40px;
    align-items:stretch;
}
.xenon-contact-info{
    background:#111;
    color:#fff;
    border-radius:24px;
    padding:42px;
}
.xenon-contact-info h2{
    color:#fff;
    font-size:34px;
    margin-bottom:18px;
}
.xenon-contact-info p{
    color:#ccc;
    line-height:1.8;
}
.xenon-contact-info ul{
    list-style:none;
    padding:0;
    margin:30px 0 0;
}
.xenon-contact-info li{
    margin-bottom:18px;
    color:#eee;
}
.xenon-contact-info strong{
    color:#e60012;
    display:block;
    margin-bottom:5px;
}

.xenon-contact-form{
    background:#fff;
    border-radius:24px;
    padding:42px;
    box-shadow:0 12px 35px rgba(0,0,0,.06);
}
.xenon-contact-form h2{
    font-size:32px;
    margin-bottom:24px;
}
.xenon-form-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}
.xenon-contact-form input,
.xenon-contact-form textarea{
    width:100%;
    padding:16px 18px;
    border:1px solid #ddd;
    border-radius:12px;
    margin-bottom:18px;
    font-size:15px;
    outline:none;
}
.xenon-contact-form input:focus,
.xenon-contact-form textarea:focus{
    border-color:#e60012;
}
.xenon-contact-form textarea{
    min-height:150px;
    resize:vertical;
}
.xenon-submit{
    display:inline-block;
    background:#e60012;
    color:#fff;
    border:none;
    padding:15px 38px;
    border-radius:999px;
    font-weight:bold;
    cursor:pointer;
}

.xenon-global{
    background:#111;
    color:#fff;
    padding:70px 20px;
    text-align:center;
}
.xenon-global h2{
    color:#fff;
    font-size:38px;
    margin-bottom:15px;
}
.xenon-global p{
    color:#ccc;
    max-width:760px;
    margin:0 auto 35px;
    line-height:1.8;
}
.xenon-global-img{
    max-width:1100px;
    margin:0 auto;
    border-radius:26px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.35);
    margin-top:25px;
}
.xenon-global-img img{
    width:100%;
    display:block;
}

@media(max-width:768px){
    .xenon-contact-hero{
        min-height:420px;
        padding:60px 24px;
        background-position: right;
    }
    .xenon-contact-hero h1{
        font-size:38px;
    }
    .xenon-contact-grid,
    .xenon-contact-wrap,
    .xenon-form-row{
        grid-template-columns:1fr;
    }
    .elementor-element.elementor-pagination-position-outside .swiper,.elementor-element.elementor-pagination-position-outside .swiper-container,.elementor-lightbox.elementor-pagination-position-outside .swiper,.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
        padding-bottom:0px !important;
    }
}
/*END CONTACT_US*/
/*CAREERS*/
.xenon-careers{font-family:Arial,"Microsoft YaHei",sans-serif;color:#111}
.xc-hero{
    min-height:560px;
    background-image:url("https://xenon.seowebaz.com/wp-content/uploads/xenon-careers-hero.jpg");
    background-size:cover;background-position:center;
    display:flex;align-items:center;padding:80px 6%;color:#fff
}
.xc-hero span{color:#e60012;font-weight:700;letter-spacing:3px}
.xc-hero h1{font-size:58px;color:#fff;margin:18px 0}
.xc-hero p{max-width:680px;font-size:18px;line-height:1.8;color:#eee}
.xc-section{max-width:1200px;margin:auto;padding:70px 20px}
.xc-title{text-align:center;margin-bottom:45px}
.xc-title h2{font-size:38px;color:#e60012;margin-bottom:10px}
.xc-title p{color:#666}
.xc-culture{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}
.xc-culture img{width:100%;border-radius:26px;box-shadow:0 18px 50px rgba(0,0,0,.18)}
.xc-culture h2{font-size:38px;color:#111}
.xc-culture p{color:#555;line-height:1.9}
.xc-values{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:30px}
.xc-value{background:#fff;border:1px solid #eee;border-radius:20px;padding:26px;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.xc-value b{color:#e60012;font-size:28px}
.xc-jobs-bg{background:#f7f7f7}
.xc-job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.xc-job{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(0,0,0,.08);transition:.3s}
.xc-job:hover{transform:translateY(-6px)}
.xc-job img{width:100%;object-fit:cover}
.xc-job-body{padding:28px}
.xc-job h3{font-size:23px;margin-bottom:10px}
.xc-meta{color:#e60012;font-weight:700;margin-bottom:14px}
.xc-job p{color:#555;line-height:1.8}
.xc-btn{display:inline-block;margin-top:16px;background:#111;color:#fff;padding:12px 26px;border-radius:999px;text-decoration:none}
.xc-btn:hover{background:#e60012;color:#fff}
.xc-faq{background:#111;color:#fff}
.xc-faq .xc-title h2,.xc-faq .xc-title p{color:#fff}
.xc-faq details{max-width:900px;margin:0 auto 14px;background:#fff;color:#111;border-radius:16px;padding:22px 26px}
.xc-faq summary{cursor:pointer;font-size:19px;font-weight:700}
.xc-faq p{color:#555;line-height:1.8;margin-top:12px}
.xc-cta{
    background-image:linear-gradient(90deg,rgba(230,0,18,.95),rgba(0,0,0,.75)),url("https://xenon.seowebaz.com/wp-content/uploads/xenon-careers-cta.jpg");
    background-size:cover;background-position:center;text-align:center;color:#fff;padding:80px 20px
}
.xc-cta h2{color:#fff;font-size:40px}
.xc-cta p{font-size:17px;margin-bottom:25px}
.xc-cta a{background:#fff;color:#e60012;padding:14px 36px;border-radius:999px;text-decoration:none;font-weight:700}
@media(max-width:768px){
    .xc-hero{min-height: 375px;background-position: right;}
    .xc-hero h1{font-size:38px}
    .xc-culture,.xc-values,.xc-job-grid{grid-template-columns:1fr}
}
/*END CAREERS*/
/*SERVICE PAGE*/
.xenon-service-page{font-family:Arial,"Microsoft YaHei",sans-serif;color:#111;background:#fff}
.xs-hero{min-height:560px;background:#0b0b0b;color:#fff}
.xs-hero-content{padding:90px 7%;display:flex;flex-direction:column;justify-content:center}
.xs-label{color:#e60012;font-weight:700;letter-spacing:3px;margin-bottom:18px}
.xs-hero h1{font-size:58px;line-height:1.15;color:#fff;margin:0 0 22px}
.xs-hero p{font-size:18px;line-height:1.8;color:#ddd;max-width:680px}
.xs-hero-img{min-height:560px;background-image:url("https://xenon.seowebaz.com/wp-content/uploads/xenon-service-hero.jpg");background-size:cover;background-position:center}
.xs-section{max-width:1200px;margin:auto;padding:75px 20px}
.xs-title{text-align:center;margin-bottom:48px}
.xs-title h2{font-size:38px;color:#e60012;margin-bottom:10px}
.xs-title p{color:#666;line-height:1.8}
.xs-service-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:-55px;position:relative;z-index:5}
.xs-strip-card{background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 14px 40px rgba(0,0,0,.13);border-top:4px solid #e60012}
.xs-strip-card span{font-size:32px}
.xs-strip-card h3{font-size:20px;margin:14px 0 8px}
.xs-strip-card p{color:#666;line-height:1.7;font-size:15px}
.xs-diagnostic{background:#f7f7f7}
.xs-diag-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:45px;align-items:center}
.xs-diag-img img{width:100%;border-radius:28px;box-shadow:0 18px 55px rgba(0,0,0,.18)}
.xs-diag-content h2{font-size:40px;margin-bottom:18px}
.xs-diag-content h2 strong{color:#e60012}
.xs-diag-content p{color:#555;line-height:1.9}
.xs-check-list{margin-top:24px;display:grid;gap:14px}
.xs-check{background:#fff;border-radius:14px;padding:16px 18px;border-left:4px solid #e60012;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.xs-packages{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.xs-package{background:#111;color:#fff;border-radius:24px;overflow:hidden;box-shadow:0 14px 45px rgba(0,0,0,.18);transition:.3s}
.xs-package:hover{transform:translateY(-6px)}
.xs-package img{width:100%;height:230px;object-fit:cover}
.xs-package-body{padding:30px}
.xs-package-body h3{font-size:24px;color:#fff;margin-bottom:12px}
.xs-package-body p{color:#ccc;line-height:1.8}
.xs-package-body ul{padding-left:18px;margin:18px 0 0;color:#eee;line-height:1.9}
.xs-flow{background:#111;color:#fff}
.xs-flow .xs-title h2,.xs-flow .xs-title p{color:#fff}
.xs-timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.xs-step{padding:28px;background:#1b1b1b;border-right:1px solid rgba(255,255,255,.08)}
.xs-step:nth-child(even){background:#242424}
.xs-step b{display:inline-flex;width:48px;height:48px;border-radius:50%;background:#e60012;color:#fff;align-items:center;justify-content:center;margin-bottom:16px}
.xs-step h3{color:#fff;font-size:21px}
.xs-step p{color:#ccc;line-height:1.8}
.xs-booking{background-image:linear-gradient(90deg,rgba(230,0,18,.92),rgba(0,0,0,.82)),url("https://xenon.seowebaz.com/wp-content/uploads/xenon-service-booking.jpg");background-size:cover;background-position:center;color:#fff}
.xs-booking-wrap{max-width:1100px;margin:auto;padding:80px 20px;display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:center}
.xs-booking h2{font-size:40px;color:#fff}
.xs-booking p{color:#eee;line-height:1.8}
.xs-form{background:#fff;border-radius:24px;padding:34px;box-shadow:0 16px 50px rgba(0,0,0,.22)}
.xs-form input,.xs-form select,.xs-form textarea{width:100%;border:1px solid #ddd;border-radius:12px;padding:15px 16px;margin-bottom:14px;font-size:15px;outline:none}
.xs-form input:focus,.xs-form select:focus,.xs-form textarea:focus{border-color:#e60012}
.xs-form textarea{min-height:110px}
.xs-submit{background:#111;color:#fff;border:none;border-radius:999px;padding:14px 34px;font-weight:700;cursor:pointer}
.xs-submit:hover{background:#e60012}
.xs-faq details{background:#fff;border:1px solid #eee;border-radius:16px;padding:22px 26px;margin-bottom:14px;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.xs-faq summary{cursor:pointer;font-size:19px;font-weight:700}
.xs-faq p{color:#555;line-height:1.8;margin-top:12px}
@media(max-width:768px){
    .xs-hero,.xs-diag-wrap,.xs-booking-wrap{grid-template-columns:1fr}
    .xs-hero h1{font-size:38px}
    .xs-service-strip,.xs-packages,.xs-timeline{grid-template-columns:1fr}
    .xs-service-strip{margin-top:0}
    .xs-hero,.xs-hero-img{min-height:375px}
}
/*END SERVICE PAGE*/
#search_container{
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-10px);
    transform-origin: top;

    transition:
        max-height .5s ease,
        opacity .3s ease,
        transform .4s ease,
        visibility .4s;
}
/* Xenon Pagination */
.elementor-pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    margin-top:40px;
}

.elementor-pagination .page-numbers{
    min-width:42px;
    height:42px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #e5e5e5;
    border-radius:999px;
    background:#fff;
    color:#111;
    font-size:15px;
    font-weight:500;
    line-height:1;
    text-decoration:none;
    transition:all .25s ease;
}

.elementor-pagination a.page-numbers:hover{
    border-color:#e60012;
    color:#e60012;
    transform:translateY(-2px);
}

.elementor-pagination .page-numbers.current{
    background:#e60012;
    border-color:#e60012;
    color:#fff;
    box-shadow:0 8px 20px rgba(230,0,18,.25);
}

.elementor-pagination .prev,
.elementor-pagination .next{
    padding:0 18px;
}
.elementor-pagination .page-numbers.current{
    background:#111;
    border-color:#111;
    color:#fff;
}

.elementor-pagination a.page-numbers:hover{
    background:#e60012;
    border-color:#e60012;
    color:#fff;
}
.news_index_item:hover h2,.news_index_item:hover h2 a{color: #B90000 !important}
#search_container.open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}
.search_box_header input,.search_box_header button{
	max-height: 40px !important;
	min-height: 40px !important;
	height: 40px !important;
}
.search_box_header button{
    padding: 0px 10px !important;
}
.slider_banner .e-n-carousel.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding-bottom: 0px !important;
}
@keyframes spin {

	0% {

		transform: rotate(0deg);

	}

	100% {

		transform: rotate(360deg);

	}

}

@keyframes spin_again {

	0% {

		transform: rotate(360deg);

	}

	100% {

		transform: rotate(0deg);

	}

}

#elementor-popup-modal-117 .dialog-close-button svg {

	animation-name: spin_again;

	animation-duration: 500ms;

	animation-timing-function: linear;

	animation-play-state: running;

}



#elementor-popup-modal-117 .dialog-close-button:hover svg {

	fill: #ff2d55;

	animation-name: spin;

	animation-duration: 500ms;

	animation-timing-function: linear;

	animation-play-state: running;

}
.box-item-product:hover .box-title-product h2{color: red !important;transition: 0.3s;padding-left: 10px;}
.box-item-product .box-title-product h2{transition: 0.3s;padding-left: 0px;}
.btn-new-icon {
    text-align: left;
    color: red;
    padding: 0px 8px;
    padding-right: 20px;
    margin-bottom: 0.5em;
    position: absolute;
    right: 0px;
    font-size: 22px;
    letter-spacing: 5px;
    font-weight: bold;
}
.button_readmore_product:hover span.elementor-button-icon {
    padding-left: 10px !important;
    transition: 0.3s;
}
.button_readmore_product span.elementor-button-icon {
    padding-left: 0px !important;
    transition: 0.3s;
}
.four-col-main-services {

	background: #f9f9f9 !important;

	filter: drop-shadow(1px 2px 3px #00000020);

	margin: 10px;

	max-width: 23%;

}

.four-col-main-services:hover {

	background: #ffffff4a;

	cursor: pointer;

	top: -5px;

	box-shadow: 0px 0 34px whitesmoke;

}

.product_acces{

	box-shadow: rgb(211, 211, 211) 0px 3px 10px 1px !important;

}

.toggle_question summary.e-n-accordion-item-title{

	justify-content: space-between;

}

.toggle_question span.e-n-accordion-item-title-icon {

	background: red;

	padding: 2px 4px;

}

.button_itemnews {

	position: relative;

	left: 0px;

	transition: 0.5s;

}

.button_itemnews:hover {

	position: relative;

	left: 10px;

	transition: 0.5s;

}

.content_first {

	color: #fff;

	overflow-wrap: break-word; /* Tự động ngắt dòng khi từ quá dài */

	word-wrap: break-word; 

	white-space: normal; /* Cho phép chữ xuống dòng tự động */

	overflow: hidden; /* Ẩn thanh scroll nếu nội dung vượt quá chiều rộng */

}

.tabs_spec .e-n-tabs-heading {

	border-bottom: 1px solid #ec1b30;

}

ul.list_color_product li {

	list-style-type: none;

	display: inline-block;

	margin: 0px 15px;

	transform: rotate(45deg);

	cursor: pointer;

}



ul.list_color_product {

	padding-left: 0px;

}

.elementor-element-4d0064c .e-con-inner {

	position: relative;

}

.acf-360-image-container {

	width: 100%;

	height: 667px;

	overflow: hidden;

	position: relative;

	cursor: ew-resize; /* Mặc định là mũi tên ngang */

}



.acf-360-image {

	width: 100%;

	height: 100%;

	position: relative;

	top: 0;

	left: 0;

	user-drag: none;

	user-select: none;

}

.slide_spec .elementor-image-carousel-caption{

	display: none;

}

.header_fix {

  width: 100%;

  position: relative;

  transition: top 0.3s ease-in-out;

  z-index: 1000; /* Đảm bảo header nằm trên các phần tử khác */

}



.header_fixed {

  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  background-color: white; /* Màu nền cho header cố định */

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Đổ bóng cho header khi cố định */

}

.slide_tomorrow .swiper-slide{opacity: 0.2}

.slide_tomorrow .swiper-slide-active{opacity: 1}

.w100-img img{width: 100%}

@media (max-width: 1024px) {

	.acf-360-image-container{height: 530px;}

}

@media (max-width: 480px) {



	.image_product {

		position: relative !important;

		top: 0;

	}

	.acf-360-image{transform: scale(1.5);position: relative;top:30px;}

	.elementor-712 .elementor-element.elementor-element-e6b2809{

		position: relative;

	}

	.slide_spec .elementor-image-carousel-caption{

		display: block

	}

	.content_product_image{

		position: relative;

	}

	.acf-360-image-container{height: 330px;}

}