 @media (min-width: 768px) {
	 .p_arr {
  max-width: 100px;
  width: 100%;
  position: absolute;
  right: 3%;
  bottom: 20%;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
	.fiximg img{
width:545px !important;
height:346px !important;
}
}


 

/* =========================
   MOBILE P_FSLIDE
========================= */
@media (max-width: 767px) {

.swiper-slide.p_fslide {
        background:
            radial-gradient(circle at 15% 20%,
                rgba(255,255,255,.8) 0,
                rgba(255,255,255,0) 18%),

            radial-gradient(circle at 85% 15%,
                rgba(100,200,255,.28) 0,
                rgba(100,200,255,0) 22%),

            radial-gradient(circle at 75% 65%,
                rgba(255,255,255,.7) 0,
                rgba(255,255,255,0) 16%),

            radial-gradient(circle at 20% 80%,
                rgba(80,180,240,.2) 0,
                rgba(80,180,240,0) 20%),

            linear-gradient(
                145deg,
                #eaf8ff,
                #dff3ff,
                #eefaff
            );
    }

    /* Quả cầu lớn */
    .swiper-slide.p_fslide::before {
        content: "";
        position: absolute;

        width: 180px;
        height: 180px;

        border-radius: 50%;

        background: radial-gradient(
            circle at 30% 30%,
            rgba(255,255,255,.95),
            rgba(120,205,255,.35) 45%,
            rgba(60,170,230,.12) 70%,
            transparent 72%
        );

        top: 8%;
        right: -60px;

        z-index: -1;

        animation: pfBall1 9s ease-in-out infinite;
    }

    /* Quả cầu thứ 2 */
    .swiper-slide.p_fslide::after {
        content: "";
        position: absolute;

        width: 110px;
        height: 110px;

        border-radius: 50%;

        background: radial-gradient(
            circle at 30% 30%,
            rgba(255,255,255,.9),
            rgba(80,190,240,.25) 50%,
            transparent 72%
        );

        left: -35px;
        bottom: 15%;

        z-index: -1;

        animation: pfBall2 7s ease-in-out infinite;
    }
.sanpham   img{
	height:auto !important;
}
.sanpham    {
	align-content: center !important;
}

    /* Nội dung nằm trên background */
    .swiper-slide.p_fslide > * {
        position: relative;
        /* z-index: 2; */
	 
    }
	
	.phoiimg {        
		margin-top: 10px !important;
    }
	.confrm {        
		margin-top: 0px !important;
		
    }
	.titleform {
  margin-bottom: 0px !important;
}
	.titleform h2 {  
	  font-size: 14px  !important;
	  line-height: 20px  !important;
	}
	#address{
		height:50px  !important;
	}
}


/* =========================
   CHUYỂN ĐỘNG QUẢ CẦU
========================= */

@keyframes pfBall1 {

    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    30% {
        transform: translate3d(-35px, 45px, 0) scale(1.08);
    }

    60% {
        transform: translate3d(-70px, 10px, 0) scale(.95);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}


@keyframes pfBall2 {

    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    40% {
        transform: translate3d(45px, -30px, 0) scale(1.12);
    }

    70% {
        transform: translate3d(80px, 10px, 0) scale(.9);
    }

    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@media (max-width: 767px) {
	.call-now-button div{
		display:none !important;
	}
	.p_arr {
  max-width: 51px;
  width: 100%;
  position: absolute;
  right: 5px;
  top: 14%;
  height: auto;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
	#myCanvas275{max-width:100% !important;}
	.fiximg img{
		max-width:100% !important;
		height:auto !important;
		margin-top:5px;
	}
	}
@media (max-width: 767px) {

    #mainSwiper {
        width: 100%;
        height: 100dvh;
        overflow: hidden;
    }

    #mainSwiper .swiper-slide {
        width: 100%;
        height: 100dvh;
        min-height: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

    #mainSwiper .p_fslide {
        height: 100%;
        min-height: 0;
        box-sizing: border-box;
    }

}	
	
 
 
#mainSwiper {
    width: 100%;
    height: 100vh;
}

#mainSwiper .swiper-wrapper {
    height: 100%;
}

#mainSwiper > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}


/* =========================
   SWIPER BANNER TRONG KHỐI 1
   ========================= */

#slidebanner {
    width: 100%;
    height: 100%;
}

#slidebanner .swiper-slide {
    width: 100%;
    height: 100%;
}


/* =========================
   5 CHẤM CỦA SWIPER CHÍNH
   ========================= */
#mainSwiper > .swiper-pagination {
    position: fixed;

    right: 30px;
    top: 50%;

    transform: translateY(-50%);

    z-index: 9999;

    width: auto;

    display: flex;
    flex-direction: column;

    gap: 12px;
}
#slidebanner {
    width: 100%;
    height: 100%;
    position: relative;
}

#slidebanner .swiper-slide {
    width: 100%;
    height: 100%;
}


/* Cụm nút góc dưới bên phải */
#slidebanner .slidebanner-nav {
    position: absolute;

    right: 40px;
    bottom: 40px;

    z-index: 20;

    display: flex;
    gap: 8px;
}


/* Nút */
#slidebanner .slidebanner-nav button {
    width: 48px;
    height: 48px;

    border: 1px solid rgba(255,255,255,.7);
    background: rgba(0,0,0,.25);

    color: #fff;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 20px;

    transition: all .3s ease;
}


/* Hover */
#slidebanner .slidebanner-nav button:hover {
    background: #fff;
    color: #000;
}

 
 /*  .p_btn_next {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  transition: all ease .3s;
  position: static;
  margin: 0 auto;
}
.p_btn_prev {
  color: #fff;
  border-radius: 100%;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
  transition: all ease .3s;
  position: static;
  margin: 10px auto 0;
} */

/* .p_btn_next:hover {
  background: #b41d47 !important;
  border: 2px solid #b41d47 !important;
}
 
.p_btn_prev:hover {
  background: #b41d47 !important;
  border: 2px solid #b41d47 !important;
}
 .p_btn_prev::after {
  font-size: 16px;
}
 .p_btn_next::after {
  font-size: 16px;
} */

 .swiper-button-next:hover {
  background: #b41d47 !important;
  border: 2px solid #b41d47 !important;
}
 
.swiper-button-prev:hover {
  background: #b41d47 !important;
  border: 2px solid #b41d47 !important;
}
 .swiper-button-next::after {
  content: "next";
  font-size:16px !important;
}
.swiper-button-prev::after {
  content: "prev";
   font-size:16px !important;
}

.swiper-button-next {
	position:static !important;
  background: rgba(0,0,0,0.3) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #fff !important;
  
  border: 2px solid #fff !important;
}

.swiper-button-prev  {
	 position: static !important;
  margin: 0 !important;
  background: rgba(0,0,0,0.3) !important;
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  color: #fff !important;
  
  border: 2px solid #fff !important;
}

#slidebanner .swiper-slide {
    overflow: hidden;
}

#slidebanner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    transform: scale(1);
}


/* Ảnh mới xuất hiện hơi phóng to */
#slidebanner .swiper-slide.banner-zoom img {
    animation: bannerZoomEffect 4.5s ease-out forwards;
}


@keyframes bannerZoomEffect {

    0% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }

}

.p_pageBullet {
  vertical-align: middle;
  margin-top: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0,0,0,0.2);
    background-color: rgba(0, 0, 0, 0.2);
  display-radio: inline-block;
  background-color: rgba(0,0,0,0.2);
}


#slidehome {
    width: 100%;
    height: 100%;
    position: relative;
}

#slidehome .swiper-wrapper {
    height: 100%;
}

#slidehome .swiper-slide {
    height: 100%;
}

/* Nút trái */
#slidehome .slidehome-prev {
    left: 30px;
    right: auto;
}

/* Nút phải */
#slidehome .slidehome-next {
    right: 30px;
    left: auto;
}

/** slide 1 bay text**/
/* =========================
   SLIDE HOME
   ========================= */

#slidehome .ssd1 {
    position: relative;
    overflow: hidden;
}


/* Các text ban đầu nằm ngoài màn hình */

#slidehome .ssd1 .ch-10,
#slidehome .ssd1 .ch-11 {
    position: absolute;
    opacity: 0;
    transform: translateX(-600px);
}

#slidehome .ssd1 .ch-12,
#slidehome .ssd1 .ch-13 {
    position: absolute;
    opacity: 0;
    transform: translateX(600px);
}


/* =========================
   KHI BẮT ĐẦU VÀO SLIDE
   ========================= */

#slidehome .ssd1.text-show .ch-10,
#slidehome .ssd1.text-show .ch-11,
#slidehome .ssd1.text-show .ch-12,
#slidehome .ssd1.text-show .ch-13 {

    opacity: 1;

    transform: translateX(0);

    transition:
        transform 1.1s cubic-bezier(.16, 1, .3, 1),
        opacity .7s ease;
}


 


/* =========================
   DELAY
   ========================= */

#slidehome .ssd1.text-show .ch-10 {
    transition-delay: 0s;
}

#slidehome .ssd1.text-show .ch-11 {
    transition-delay: .15s;
}

#slidehome .ssd1.text-show .ch-12 {
    transition-delay: .3s;
}

#slidehome .ssd1.text-show .ch-13 {
    transition-delay: .45s;
}
/** slide 1 bay text**/
 /** duong ke trong **/
 /** duong ke trong **/
 /* =========================
   SLIDE
========================= */
#slidehome .ssd1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}


/* =========================
   TEXT RESPONSIVE
========================= */

#slidehome .ssd1 .ch-10,
#slidehome .ssd1 .ch-11,
#slidehome .ssd1 .ch-12,
#slidehome .ssd1 .ch-13 {

    position: absolute;

    width: clamp(100px, 18vw, 320px);

    font-size: clamp(12px, 1.1vw, 20px);

    line-height: 1.4;

    box-sizing: border-box;

    opacity: 0;

    transition:
        transform 1.2s cubic-bezier(.16, 1, .3, 1),
        opacity .8s ease;
}


 
/* =========================
   KHI TEXT XUẤT HIỆN
========================= */

#slidehome .ssd1.text-show .ch-10,
#slidehome .ssd1.text-show .ch-11,
#slidehome .ssd1.text-show .ch-12,
#slidehome .ssd1.text-show .ch-13 {

    opacity: 1;

    transform: translateX(0);
}


/* =========================
   LINE BÊN PHẢI TEXT TRÁI
========================= */

#slidehome .ssd1 .ch-10::after,
#slidehome .ssd1 .ch-11::after {

    content: "";

    position: absolute;

    top: 50%;
    left: calc(100% + 5px);

    width: 180px;
    height: 3px;

    

    transform-origin: left center;

    transform: scaleX(0);

    transition:
        transform 1s ease .4s;
}


/* =========================
   LINE BÊN TRÁI TEXT PHẢI
========================= */

#slidehome .ssd1 .ch-12::after,
#slidehome .ssd1 .ch-13::after {

    content: "";

    position: absolute;

    top: 50%;
    right: calc(100% + 5px);

    width: 180px;
    height: 3px;

  

    transform-origin: right center;

    transform: scaleX(0);

    transition:
        transform 1s ease .4s;
}

#slidehome .ssd1 .ch-10::after,
#slidehome .ssd1 .ch-11::after {
 background-image: linear-gradient(to right, #094995 , #c76be5);
 
}
#slidehome .ssd1 .ch-12::after,
#slidehome .ssd1 .ch-13::after {
 background-image: linear-gradient(to right,   #c76be5,#094995);
}

 #slidehome .ssd1 .ch-10,
#slidehome .ssd1 .ch-11{
text-align:right;
}

/* Khi text xuất hiện thì line chạy ra */

#slidehome .ssd1.text-show .ch-10::after,
#slidehome .ssd1.text-show .ch-11::after,
#slidehome .ssd1.text-show .ch-12::after,
#slidehome .ssd1.text-show .ch-13::after {

    transform: scaleX(1);
}
 /** duong ke trong **/
 /** duong ke trong **/
 /* =========================
   CHẤM TRÒN
========================= */

#slidehome .ssd1 .ch-10::before,
#slidehome .ssd1 .ch-11::before {

    content: "";

    position: absolute;

    top: 50%;
    left: calc(100% + 195px);

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #4da3ff;

    transform: translate(-50%, -50%) scale(0);

    opacity: 0;

    box-shadow:
        0 0 8px rgba(77,163,255,.9),
        0 0 18px rgba(77,163,255,.7);

    transition:
        transform .4s ease 1.2s,
        opacity .4s ease 1.2s;
}


#slidehome .ssd1 .ch-12::before,
#slidehome .ssd1 .ch-13::before {

    content: "";

    position: absolute;

    top: 50%;
    right: calc(100% + 195px);

    width: 8px;
    height: 8px;

    border-radius: 50%;

    background: #4da3ff;

    transform: translate(50%, -50%) scale(0);

    opacity: 0;

    box-shadow:
        0 0 8px rgba(77,163,255,.9),
        0 0 18px rgba(77,163,255,.7);

    transition:
        transform .4s ease 1.2s,
        opacity .4s ease 1.2s;
}


/* Hiện chấm */

#slidehome .ssd1.text-show .ch-10::before,
#slidehome .ssd1.text-show .ch-11::before,
#slidehome .ssd1.text-show .ch-12::before,
#slidehome .ssd1.text-show .ch-13::before {

    transform: translate(-50%, -50%) scale(1);

    opacity: 1;
}
 /** duong ke trong **/
 /** duong ke trong **/
 #slidehome .ssd1.text-show .ch-10::before,
#slidehome .ssd1.text-show .ch-11::before,
#slidehome .ssd1.text-show .ch-12::before,
#slidehome .ssd1.text-show .ch-13::before {

    animation: dotPulse 2s ease-out 1.6s infinite;
}


@keyframes dotPulse {

    0% {
        box-shadow:
            0 0 0 0 rgba(77,163,255,.7),
            0 0 8px rgba(77,163,255,.9);
    }

    70% {
        box-shadow:
            0 0 0 25px rgba(77,163,255,0),
            0 0 15px rgba(77,163,255,.5);
    }

    100% {
        box-shadow:
            0 0 0 35px rgba(77,163,255,0),
            0 0 8px rgba(77,163,255,0);
    }

}
 /** duong ke trong **/
.ssd1 .s_layout p{
 font-size:23px;
 color:#3768f6;
 }
 /**********************************/
 /**********************************/
#slidehome .ssd1 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slidehome .ssd1 > img {
    position: absolute;

    left: 0;
    top: 0;

    width: 100%;
   /* height: 100%;*/

    display: block;

    object-fit: fill;
}

#slidehome .ssd1 .ch-10,
#slidehome .ssd1 .ch-11,
#slidehome .ssd1 .ch-12,
#slidehome .ssd1 .ch-13 {
    position: absolute;
    width: 18%;
    box-sizing: border-box;
}


/* trái trên */
#slidehome .ssd1 .ch-10 {
    left: 14%;
    top: 20%;
}


/* trái dưới */
#slidehome .ssd1 .ch-11 {
    left: 14%;
    top: 45%;
}


/* phải trên */
#slidehome .ssd1 .ch-12 {
    right: 14%;
    top: 20%;
}


/* phải dưới */
#slidehome .ssd1 .ch-13 {
    right: 14%;
    top: 45%;
}
 /**********************************/
 /**********************************/
 
 /* ==============================
   CONTACT SLIDE
================================ */

.bgcontact {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;

    display: flex !important;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

/* ==============================
   IMAGE
================================ */

.phoiimg {
    width: 42%;
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    transform: translateX(-180px);
}

.phoiimg img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* ==============================
   FORM CONTAINER
================================ */
/*
.confrm {
    width: 480px;
    max-width: 90%;

    padding: 35px 40px;

    background: rgba(255,255,255,0.96);

    border-radius: 20px;

    box-shadow:
        0 20px 60px rgba(0,0,0,0.15);

    opacity: 0;
    transform: translateX(180px);
}
*/
 .confrm {
    width: 480px;
    max-width: 90%;
    padding: 20px 30px;
    box-sizing: border-box;

    background: rgba(255,255,255,0.96);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);

    opacity: 0;
    transform: translateX(180px);
}

@media screen and (max-width: 1600px) {
    .confrm {
        margin-top: clamp(80px, 10vh, 120px);
    }
}
.form-group label{
display:none;
}

/* ==============================
   TITLE
================================ */

.titleform {
    margin-bottom: 25px;
}

.titleform h2 {
    margin: 0 0 12px;

    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;

    color: #183b56;
}

.titleform p {
    margin: 0;

    font-size: 15px;
    line-height: 1.7;

    color: #666;
}


/* ==============================
   FORM
================================ */

.contact-form .form-group {
    margin-bottom: 17px;
}

.contact-form label {
    display: block;

    margin-bottom: 7px;

    font-size: 14px;
    font-weight: 600;

    color: #333;
}

.contact-form .form-control {
    width: 100%;
    height: 46px;

    padding: 10px 14px;

    box-sizing: border-box;

    border: 1px solid #ddd;
    border-radius: 9px;

    background: #fff;

    font-size: 14px;

    outline: none;

    transition:
        border-color .3s ease,
        box-shadow .3s ease,
        background .3s ease;
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 85px;

    resize: vertical;
}


/* Focus */

.contact-form .form-control:focus {
    border-color: #3d8ed0;

    background: #fff;

    box-shadow:
        0 0 0 3px rgba(61,142,208,.12);
}


/* Placeholder */

.contact-form .form-control::placeholder {
    color: #aaa;
}


/* ==============================
   BUTTON
================================ */

.btn-submit {
    width: 100%;
    height: 50px;

    margin-top: 5px;

    border: 0;
    border-radius: 10px;

    background: linear-gradient(
        135deg,
        #2477b9,
        #45a6df
    );

    color: #fff;

    font-size: 15px;
    font-weight: 700;

    letter-spacing: .5px;

    cursor: pointer;

    box-shadow:
        0 8px 20px rgba(36,119,185,.25);

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.btn-submit:hover {
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(36,119,185,.35);
}


/* ==============================
   ANIMATION
================================ */

.p_fslide .phoiimg {
    opacity: 0;
    transform: translateX(-180px);
}

.p_fslide .confrm {
    opacity: 0;
    transform: translateX(180px);
}


/* Khi slide active */

.p_fslide.swiper-slide-active .phoiimg {
    animation: contactImageIn 1s cubic-bezier(.22,.61,.36,1) .2s forwards;
}

.p_fslide.swiper-slide-active .confrm {
    animation: contactFormIn 1s cubic-bezier(.22,.61,.36,1) .45s forwards;
}


@keyframes contactImageIn {

    0% {
        opacity: 0;
        transform: translateX(-180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


@keyframes contactFormIn {

    0% {
        opacity: 0;
        transform: translateX(180px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }

}


/* ==============================
   RESPONSIVE
================================ */

@media (min-width: 1200px) {
.phoiimg img{
padding-right:20px
}
}
@media (max-width: 900px) {

    .bgcontact {
        height: auto;
        min-height: 100vh;

        padding: 60px 20px;

        flex-direction: column;
        gap: 30px;
    }

    .phoiimg {
        width: 70%;
    }

    .confrm {
        width: 500px;
        max-width: 100%;
    }

}


@media (max-width: 600px) {

    .bgcontact {
        padding: 40px 15px;
    }

    .phoiimg {
        width: 85%;
    }

    .confrm {
        padding: 25px 20px;
        border-radius: 15px;
    }

    .titleform h2 {
        font-size: 20px;
    }

}
 .titleform h2 {
        color:#0241ff;
		  font-size: 20px;
    }
.btnnew {
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    margin-top: 15px;
    
    border: none;
    border-radius: 12px;
    
    background: linear-gradient(135deg, #0d75bd, #21a4e8);
    
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .8px;
    
    cursor: pointer;
    overflow: hidden;
    
    box-shadow: 
        0 8px 20px rgba(13,117,189,.30),
        0 3px 6px rgba(0,0,0,.10);
        
    transition: all .3s ease;
}

/* Hiệu ứng ánh sáng chạy */
.btnnew::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    
    width: 70%;
    height: 100%;
    
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    
    transform: skewX(-20deg);
    transition: left .7s ease;
}

.btnnew:hover::before {
    left: 150%;
}

/* Hover */
.btnnew:hover {
    transform: translateY(-3px);
    
    box-shadow:
        0 14px 28px rgba(13,117,189,.38),
        0 5px 10px rgba(0,0,0,.12);
}

/* Khi click */
.btnnew:active {
    transform: translateY(0);
    
    box-shadow:
        0 5px 12px rgba(13,117,189,.25);
}	
.p_footer {
    position: relative;
    height: 100vh !important;
    min-height: 100vh !important;
    overflow: hidden !important;

    display: flex;
    align-items: flex-end;
}


/* =====================================
   BACKGROUND
===================================== */

.p_footer .bg {
    position: absolute;
    inset: 0;
    z-index: 0;

    overflow: hidden;
    pointer-events: none;

    background:
        radial-gradient(
            circle at 15% 25%,
            rgba(44, 160, 210, .28),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 30%,
            rgba(50, 120, 210, .22),
            transparent 35%
        ),
        linear-gradient(
            135deg,
            #d8f1fb 0%,
            #b8e1f2 45%,
            #eaf8fd 100%
        );
}


/* =====================================
   QUẢ CẦU 1
===================================== */

.p_footer .bg::before {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    left: 8%;
    top: 15%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.9) 0%,
            rgba(160,225,250,.55) 20%,
            rgba(50,155,210,.25) 55%,
            rgba(50,155,210,0) 75%
        );

    filter: blur(2px);

    box-shadow:
        0 0 45px rgba(50,160,220,.35);

    animation:
        ballOne 12s ease-in-out infinite alternate;
}


/* =====================================
   QUẢ CẦU 2 + 3 + 4
===================================== */

.p_footer .bg::after {
    content: "";

    position: absolute;

    width: 120px;
    height: 120px;

    right: 13%;
    top: 12%;

    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.9) 0%,
            rgba(190,235,250,.6) 20%,
            rgba(50,135,200,.25) 55%,
            rgba(50,135,200,0) 75%
        );

    box-shadow:
        0 0 40px rgba(40,140,210,.3);

    animation:
        ballTwo 10s ease-in-out infinite alternate;
}


/* =====================================
   TẠO THÊM CẦU BẰNG HTML
===================================== */

.p_footer .bg {
    isolation: isolate;
}

.p_footer .bg .ball {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(255,255,255,.95),
            rgba(170,225,245,.55) 25%,
            rgba(50,145,205,.25) 60%,
            transparent 75%
        );

    box-shadow:
        0 0 35px rgba(50,150,210,.3);

    filter: blur(1px);
}


/* =====================================
   ANIMATION
===================================== */

@keyframes ballOne {

    0% {
        transform:
            translate(0, 0)
            scale(1);
    }

    30% {
        transform:
            translate(180px, 80px)
            scale(1.12);
    }

    60% {
        transform:
            translate(320px, -30px)
            scale(.95);
    }

    100% {
        transform:
            translate(520px, 130px)
            scale(1.08);
    }
}


@keyframes ballTwo {

    0% {
        transform:
            translate(0, 0)
            scale(1);
    }

    35% {
        transform:
            translate(-150px, 100px)
            scale(1.15);
    }

    70% {
        transform:
            translate(-300px, -20px)
            scale(.9);
    }

    100% {
        transform:
            translate(-450px, 130px)
            scale(1.1);
    }
}
.p_footer .footer-content {
    position: relative;
    z-index: 2;

    width: 100%;

    margin-top: auto;
}
@media (max-width: 768px) {

    .p_level2Box {
        display: none !important;
    }

    .p_level2Box.mobile-sub-open {
        display: block !important;
    }

}
.p_navContent {
   
  /*   transform: translateY(-15px); */

    transition: all .3s ease;
}

.p_navContent.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.p_level1Item {
    position: relative;
}

.p_menu1Item a {
    color: #111;

    font-weight: 600;
    text-decoration: none;

    /* tạo vùng sáng quanh chữ */
    text-shadow:
        0 0 2px rgba(255,255,255,.95),
        0 0 5px rgba(255,255,255,.9),
        0 1px 8px rgba(255,255,255,.75);

    transition: all .3s ease;
}

.p_menu1Item a:hover {
    color: #000;

    text-shadow:
        0 0 3px rgba(255,255,255,1),
        0 0 8px rgba(255,255,255,1);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,15px)) !important;
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,15px)) !important;
  
}


/* Ẩn tất cả submenu */
.p_level1Item > .p_level2Box {
    position: absolute;

    top: 100%;
    left: 0;

    min-width: 220px;

    margin: 0;
    padding: 10px 0;

    background: #fff;

    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility .3s ease;

    z-index: 9999;
}


/* Chỉ submenu của LI đang hover được hiện */
.p_level1Item:hover > .p_level2Box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}