   @charset "UTF-8";

    * {
      margin: 0px;
      padding: 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }

    @font-face {
      font-family: "roboto-r";
      src: url(/skin/fonts/Roboto-Regular.ttf);
      font-display: swap;
    }

    :focus {
      outline: none;
    }

    @font-face {
      font-family: "Myriad_Pro_Bold";
      src: url(/skin/fonts/MYRIADPRO-BOLD.OTF) format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      font-family: "HelvetIns";
      src: url(/skin/fonts/HelvetIns.ttf) format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "UTM_Helve";
      src: url(/skin/fonts/UTM_Helve.ttf) format("truetype");
      font-weight: normal;
      font-style: normal;
      font-display: swap;
    }
   
    body {
      margin: 0 auto !important;
      width: 100%;
      font-size: 15px;
      font-family: "roboto-r";
      overflow-x: hidden !important;
      max-width: 650px;
    }
    .fix-scroll{ width:100%; top:0; position:fixed; z-index:10;max-width:650px;margin:0 auto;}
    .to-custom-blue {
      background-color: #ffffff;
      /* Màu xanh */
      background-image: linear-gradient(tto bottom, #35d5f6 55%, #01b0d4 45%);
    }

    /* Hiệu ứng hover cho mục li */
    .menu-web ul li:hover>ul {
      display: block;
    }

    .hover-benh-change:hover img.benhshow{
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(90deg) brightness(106%) contrast(101%);
    }

    .active_benh>div{
       background-color: #068513;
    }
    .custom-white{
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7447%) hue-rotate(263deg) brightness(102%) contrast(102%);
    } 
    .nenxanh {
        background: #e2f4e9;
        border: 1px #82dca5 dashed;
        padding: 10px 15px;
        margin: 20px 0;
    }

    .entry-content ol li, .entry-content ul li {
        position: relative;
        font-size: 14px;
        padding-left: 18px;
        margin: 15px 0;
        line-height: 1.3;
    }

    .nenxanh li {
        line-height: 30px;
        background: url(/skin/images/plus.png) 0 9px no-repeat !important;
        padding-left: 20px !important;
        margin: 0 !important;
        line-height: 1.8 !important;
    }

    .nenxanh span,
    .nenxanh label {
        color: #e61820;
        font-weight: 700;
    }

    .nenxanh li:last-child {
        background: 0 0 !important;
        font-weight: 700;
        text-align: center;
    }

    .nenxanh li a { 
        color: #ea0000;
        font-weight: 700;
        background: url(/upload/images/icon-muiten.gif) 0 8px no-repeat;
        display: inline-block;
        padding: 0 0 0 23px;
    }
	
	
	#icon-khuyenmai {
    position: fixed;
    top: 30%;
    right: 3%;
    z-index: 1003;
}
#icon-khuyenmai div {
    margin-bottom: 5px;
	position:relative;
}
.bunghinh{
	animation-name: callzoom;
		  animation-duration: 1.5s; 
		  animation-timing-function: ease-out; 
		  animation-delay: 0;
		  animation-direction: alternate;
		  animation-iteration-count: infinite;
		  animation-fill-mode: none;
		  animation-play-state: running;
}
@keyframes callzoom {
		  0% {
			transform: scale(1.3);
			
		  }
		 
		  100% {
			transform: scale(1);
		
		  }
	}
	
	.sofacebook{
		 -webkit-animation: anhienso 2ms infinite;
        -moz-animation: anhienso 2ms infinite;
        -o-animation: anhienso 2ms infinite;
        animation: anhienso 2s infinite;
		position: absolute !important;
		top: 5%;
		right: -10%;
		padding: 2px 5px;
		margin: 0;
		background: #F00;
		color: #fff;
		border-radius: 50%;
		color:#fff;
		font-weight:bold;
	}

	.sozalo{
		 -webkit-animation: anhienso 2ms infinite;
        -moz-animation: anhienso 2ms infinite;
        -o-animation: anhienso 2ms infinite;
        animation: anhienso 2s infinite;
		position: absolute !important;
		top: 5%;
		right: -10%;
		padding: 2px 5px;
		margin: 0;
		background: #F00;
		color: #fff;
		border-radius: 50%;
		color:#fff;
		font-weight:bold;
	}
	@-webkit-keyframes anhienso {
        25% {
            opacity: 0;
        }
        50% {
             opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }

    @keyframes anhienso {
        25% {
            opacity: 0;
        }
        50% {
             opacity: 1;
        }
        75% {
            opacity: 0;
        }
    }
.ab-a{
	position:relative;
	top:0;
	 animation: iconb002_icon 1.5s infinite;
}
@keyframes iconb002_icon {
  from {
    top: 0;
  }
  to {
    top: 7px;
  }
}
.a-tv-nhay{
	 position: relative;
	 top:0;
	 animation: iconb004 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both infinite;
	 
}
@keyframes iconb004 {
  0% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

/* Ẩn popup mặc định */
#popup-container.popup-hidden {
    display: none;
}

/* Hiển thị popup */
#popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Màu nền đen mờ */
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Nội dung popup */
.popup-content {
    position: relative;
    width: 350px; /* Độ rộng của popup */
    max-width: 90%;
}

/* Ảnh nền */
.popup-background {
    width: 100%;
    display: block;
}

/* Form */
.popup-form {
    position: absolute;
    bottom: 3%; 
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 70%;
}

/* Input */
#phone-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}

/* Nút submit là ảnh */
#submit-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

#submit-btn img {
    width: 100%; /* Chiều rộng của ảnh nút */
    height: auto;
    display: block;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}



.slick-slider{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

@charset "UTF-8";.slick-loading .slick-list{background:#fff url('/skin/images/ajax-loader.gif') center center no-repeat}@font-face{font-family:'slick';font-weight:normal;font-style:normal;src:url('/skin/fonts/slick.eot');src:url('/skin/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/skin/fonts/slick.woff') format('woff'), url('/skin/fonts/slick.ttf') format('truetype'), url('/skin/fonts/slick.svg#slick') format('svg');  font-display: swap;}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0px;font-size:0px;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%);padding:0;border:none;outline:none}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:none;background:transparent;color:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:0.25}.slick-next:before,.slick-prev:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:0.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}.slick-prev[dir=rtl]{left:auto;right:-25px}.slick-prev:before{content:"←"}.slick-prev:before[dir=rtl]{content:"→"}.slick-next{right:-25px}.slick-next[dir=rtl]{left:-25px;right:auto}.slick-next:before{content:"→"}.slick-next:before[dir=rtl]{content:"←"}.slick-dotted .slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:none;line-height:0px;font-size:0px;color:transparent;padding:5px;cursor:pointer}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:black;opacity:0.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:black;opacity:0.75}

.content_chitiet img{max-width:100% !important;height:auto !important;}
.floating-footer {
	background:url(/skin/images/footer-chat.gif) no-repeat;
	background-size:contain;
    display: grid;
    justify-content: space-around;
	grid-template-columns:1fr 2fr 2fr;
    color: white;
   height:min(115px,18vw);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
	gap:1px;
}
.floating-footer div{
	   padding: 10px 2px;
	   text-align:center;
       display:grid;
       justify-content: center;
       grid-template-columns: repeat(1,1fr);
       justify-items:center
}
.floating-footer div a{
     display:grid;
     color:#fff;
    text-align:center;
    display:grid;
       justify-content: center;
        grid-template-columns: repeat(1,1fr); justify-items:center;width:100%;
}
.floating-footer div a img{max-width:70%}
.floating-footer div:nth-child(1){
     width:min(120px,20vw);
     font-size:min(36px,6vw);
}
.tuvan {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
	max-width:min(500px,80vw);
	left:min(30px,4vw);
}
.tuvan:before {
    content: '';
    position: absolute;
    border: #006699 solid 2px ;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    z-index: -1;
}
.tuvan:before{
    -webkit-animation-name: hvr-ripple;
    animation-name: hvr-ripple;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes hvr-ripple {
        0%{
            opacity:0;
        }
        20%{
            opacity:1;
        }
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0;
          }
        }
@keyframes hvr-ripple{
        0%{
            opacity:0;
        }
        20%{
            opacity:1;
        }
        100% {
            top: -12px;
            right: -12px;
            bottom: -12px;
            left: -12px;
            opacity: 0; 
          }
        }

.content_chitiet h2,.content_chitiet h3{background:#00B2BF;color:#fff;font-size: 18px;margin:10px 0;text-align:left;padding-left:50px;min-height:40px} 
.content_chitiet h3{padding:0;}
.content_chitiet h2::before{
    position:absolute;
    height:40px;width:45px;
    content:"";
    background:url(/skin/images/h2.png) no-repeat;margin-left:-50px;margin-top:5px;
    background-size:contain;
}
#pagelist {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 10px 0;
}
#pagelist li {
    border: 1px solid #ccc; 
    min-width: 30px;
    text-align: center;
    line-height: 30px;
}
.thisclass{background:#f00;color:#fff}
.content_chitiet{overflow: hidden;}
.blur-image_hover{position:relative}
.blur-image_hover:before {
    position: absolute;
    content: "Chạm vào để xem ảnh";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    transition: all .4s ease-in-out;
    color:#fff;
    text-align:center;
}
.blur-image_hover:hover::before {
    position: absolute;
    content: "";
    top: 0;
     background:none;
    right: 0;
    bottom: 0;
    left: 0;
}
