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


}


.ortho-compare-table {
    border-radius: 25px;
    overflow: hidden;
}
.ortho-compare-table .has-fixed-layout {
    margin-bottom: 0px !important;
}
.ortho-compare-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.ortho-compare-table td {
    color: #d0c296;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0.5px;
    background: #0b6b3a;
}
.ortho-compare-table td:nth-child(1),
.ortho-compare-table td:nth-child(2) {
    border-right: 5px solid white !important;
}

/* Dòng tiêu đề */
.ortho-compare-table tr:first-child td {
    font-weight: 700;
}
/* Cột tiêu đề bên trái */
.ortho-compare-table td:first-child {
    width: 30%;
    font-weight: 600;
}





.custom-accordion .accordion-title{
	border-top:none !important;
	border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: -6px 8px 0px -20px rgb(104 190 141), 0 3px 12px rgb(104 190 141);
}
.custom-accordion .accordion-title.active {
    box-shadow: none !important;
    background-color: #25a55e;
    color: white;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px!important;
}
.custom-accordion .accordion-inner{
    border: 1px solid #25a55e;
    margin-bottom: 20px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: -6px 8px 0px -20px rgb(104 190 141), 0 3px 12px rgb(104 190 141);
}

.success {
    color:#024e27!important;
}
.img-overlay .overlay {
	background: linear-gradient(to top, #25a55e 10%, #2bd17b1c 100%);
}
.row-box-shadow-large .col-inner {
    box-shadow: 0 0px 40px 0 #25a55e2b
}
.row-rad-20-shadow-2 {
    border-radius: 20px;
    overflow:hidden;
    box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)
}
.overflow-hidden .col-inner {
    overflow: hidden;
}

.overflow-visible-img .col-inner {
    position: relative;
    height: 450px;          /* chỉnh theo layout */
    overflow: visible;          /* bắt buộc để không bị cắt */
    background: rgb(232, 249, 240);
}
.overflow-visible-img .img {
        position: absolute;
        bottom: 0;                  /* nằm sát đáy */
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
}


.wpcf7 input, .wpcf7 select {
    border-radius: 50px;
    margin-bottom: 15px;
	color: #777;
}
.wpcf7 textarea{
    border-radius: 20px;
    margin-bottom: 15px;
	color: #777;
}

.wpcf7 .wpcf7-submit {
    background-color: #0ea24b;
    color: white;
    padding: 5px;
    border-radius: 999px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
input[type=submit]{
    width: 100%;
    border-radius: 20px;
}
.wpcf7-not-valid-tip {
	font-size: 13px !important;
}
.img-top-position img {
    object-position: 100% 0% !important;
}


.icon-box-custom {
    width: 64px;
    height: 64px;
    background: #25a55e;      /* xanh lá */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;       /* bo nhẹ, nếu muốn vuông tuyệt đối thì để 0 */
}

.mb {
    margin-bottom: 0px !important;
}
.stack>.text>:first-child {
    margin-bottom: 0px !important;
}



.img-rad-10-4 .img-inner, .img-rad-10-4 .col-inner{
	border-radius:10px;
}


.img-bg-1.col-img-bg {
    position: relative;
    overflow: hidden;
}

.img-bg-1.col-img-bg::before {
    content: "";
    position: absolute;
    top:70px;
    left: 0;
    z-index: 1; 
    background-image: url('https://orthokviet.vn/wp-content/uploads/2026/04/background-ortho-k.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px; 
    height: 100%;
}


/*************** TAB HOMEPAGE ***************/
@media (min-width: 48em) {
	.tabbed-content.tab-wcu {
		gap:20px;
		display: flex;
    	flex-flow: row;
	}
}
@media (max-width: 48em) {
	.tab-wcu.tabbed-content .nav-vertical {
		width: 100% !important;
	}
}

.tab-wcu.tabbed-content .nav-vertical {
        padding-top: 0;
        width: 30%;
        background: #25a55e;
        border-radius: 15px;
        padding: 20px;
}

.tab-wcu .nav .active a {
    color: #024e27;
    background: #f6e46d !important;
    padding: 10px;
    border-radius: 5px;
}
.tab-wcu .nav .active a:hover {
    color: #25a55e;
}
.tab-wcu .nav a {
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.tab-wcu .nav a:hover {
    color: #f6e46d;
}

@media (min-width: 850px) {
    .tab-wcu .tab-panels {
        width: 70%;
        background: hsla(0,0%,100%,.95);
        border-radius: 15px;
        padding: 20px 30px;
        margin-left: 30px;
    }
}
.tabbed-content.tab-wcu {
    position: relative;
    overflow: hidden;
}
.tabbed-content.tab-wcu::after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 1;
    background-image: url('https://orthokviet.vn/wp-content/uploads/2026/04/ortho-k-viet-img.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 250px; 
    height: 100%;
    pointer-events: none; 
}
@media (max-width: 767px) {
    .tabbed-content.tab-wcu::after {
        width: 100px;
        height: 100px;
        opacity: 0.5;
    }
}
.nav-vertical.nav-line>li>a:before {
	display:none;
}
/*************** END:TAB HOMEPAGE ***************/
.flip-both {
    transform: scale(-1, -1);
}
.icon-tick-green p{
    position:relative;
    padding-left:28px; /* tạo cột text */
}

.icon-tick-green p:before{
    content:"\f058";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    left:0;
    top:0;
    color:#25a55e;
    font-size:18px;
}
.icon-tick-green {
	padding-left: 15px;
	    margin-bottom: 1.3em;
}