/*
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.   ***************/


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


}

/*************** BEGIN - UX TAB IMAGE   ***************/

.hyan_tabs > .nav .tab {
    display: flex;
    margin: 0;
}

.hyan_tabs .nav {
    margin-bottom: 15px;
}

.hyan_tabs > .nav .tab a {
    text-align: center;
    display: inline-block;
    border: none;
    overflow: hidden;
    position: relative;
    padding: 12px 10px;
    font-size: 15px;
}

.hyan_tabs > .nav .tab.active a {
    border: none;
    box-shadow: none;
}

.hyan_tabs .nav-vertical > li + li {
    border-top: 0;
}

.hyan_tabs > .nav .tab a > img {
    margin: 0 auto;
}

.hyan_tabs > .nav .tab a > img:nth-child(2) {
    display: none;
}


.hyan_tabs > .nav .tab.active a > img:nth-child(2) {
    display: block;
}

.hyan_tabs > .nav .tab a:before {
    display: none;
}

.hyan_tabs .nav h3 {
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}


.hyan_tabs > .tab-panels {
    width: 100%;
}

.hyan_tabs .tab-panels .row {
    margin: 0;
}

.hyan_tabs .tab-panels .panel .row .col {
    padding: 0 5px 5px;
}

.hyan_tabs .nav.nav-vertical a {
    border-top: 1px solid #d2d2d2;
    text-align: center;
}

.hyan_tabs .nav-vertical {
    margin-bottom: 0;
}
.hyan-tabs-swiper{
	    padding-top: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px ;
    height: 40px ;
    background: #fff;
	border: 1px solid #00a65a;
    border-radius: 50% !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    color: #00a65a ;
    display: flex ;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;  /* tắt icon mặc định */
}
.swiper-pagination {
    bottom: 0px !important;
}
.hyan-tabs-swiper .swiper-wrapper {
    padding-bottom: 20px;
}

/*************** END - UX TAB IMAGE   ***************/


/*************** IMAGE   ***************/
.img-rad-10-4 img{
	border-radius:10px;
}
.img-rad-10-4 .img-inner{
	border-radius:10px;
}
.img-rad-20-4 .img-inner{
	border-radius:20px;
}
.img-frame{
	border-radius: 200px 200px 20px 200px;
    overflow: hidden;
    box-shadow: var(--shadow-float);
    border: 5px solid white;
    position: relative;
    z-index: 2;
}


/*************** Color   ***************/
.green-radient .col-inner{
	background: linear-gradient(to top, #024E27 20%, #2BD17B 100%);
}


/* Hover zoom Stack */
.col-hover-zoom .col-inner:hover .stack {
    transform: scale(1.15);   
    transition: transform 0.3s ease;
}

.col-hover-zoom .stack {
    transition: transform 0.3s ease;
    transform: scale(1);
}


/* Begin: Doctor Home */
.col-doctor .col-inner {
    position: relative;
    overflow: visible;
}
.col-doctor .img {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(1.2);
    transform-origin: bottom left;
}
.grey-gradient .col-inner {
	    background: linear-gradient(to left, #f7f7f7 20%, #ffffff 100%);
}
.tab-doctor .swiper-slide-active{
    background-color: #024e27;
	border-radius: 20px;
}
.tab-doctor .swiper-slide-active span {
    color:white !important;
	font-weight: bold;
}
.tab-doctor .hyan-tab-item span{
	color: #024e27;
    font-weight: bold;
}
.tab-doctor .hyan-tabs-swiper img {
    border: solid 3px white;
    border-radius: 99px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.tab-doctor .swiper-slide-active img {
    border: solid 4px #ffcc32;
    border-radius: 99px;
}
.tab-doctor .swiper-slide-active p {
	font-size: 12px;
    margin: 0px;
	color:#ffcc32 !important;
}
.tab-doctor .hyan-tab-item p {
	font-size: 12px;
    margin: 0px;
	color:#333;
}
.tab-doctor .swiper-slide{
    border: 1px solid #eee;
	border-radius: 20px;
}
.tab-doctor .swiper-slide:hover {
	border: 1px solid #ffcc32;
}
.tab-doctor .hyan-tab-item{
	margin-bottom:0px;
}
.tab-doctor .swiper-slide {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.tab-doctor.swiper-slide:hover {
    transform: translateY(-6px);
}
.tab-doctor .row{
	    border-radius: 30px;
    overflow: hidden;
}
.col-align .col-inner{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.tab-doctor .hyan-tabs-swiper img{
	background-color: white;
}
.doctor-circle-icon p {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.doctor-circle-icon p::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #ffcc32;
}
.button-yellow-normal{
	background-color:#ffcc32 !important;
	color:#024e27;
}

/* End: Doctor Home */


/* Review KH */

.review-banner .overlay{
	background: linear-gradient(to top, rgba(2, 78, 39, 1), transparent 60%);
	z-index: 2;
	background-color: none !important;
}
.text-review p{
    background-color: #ffffffa3;
    padding: 5px 20px !important;
    line-height:20px;
    border-radius: 99px;
    border: 2px solid #25a55e;
}
.customer-img{
	z-index: 1;
}

/* End: Review KH */

/* Home: Service */
.col-rad-lr-30 .col-inner{
	border-radius: 0px 30px;
	border: 1px solid #ededed;
    overflow: hidden;
}


.yellow-gradient {
    background: linear-gradient(to top, #FFCC32 20%, #F6E46D 100%);
	color: #333;
}
.green-yellow-gradient .section-bg-overlay{
	background: radial-gradient(circle, #f3e5ab, transparent 80%);
    left: 70%;
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}



