/* CSS shortcode bài liên quan trong bài viết */
.sc-moreInPst{
	display: block;
	background: var(--background-1);
	border: 2px solid var(--color-primary);
	border-radius: 15px;
	padding: 10px 15px;
	margin: 10px 0;
}
.moreInPst-head{
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--color-primary);
	font-weight: 700;
	color: var(--color-primary);
	line-height: 1.1;
	font-size: 20px;
}
.moreInPst-ctnt{
	padding-left: 15px !important;
}
.moreInPst-ctnt li{
	position: relative;
	list-style: none !important;
}
.moreInPst-ctnt li:before{
	content: "\f0da";
	font-family: var(--font-awesome);
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	top: 0px;
	left: -15px;
	color: var(--color-primary);
}
.moreInPst-ctnt li a{
	font-weight: 600;
}


/* CSS Shortcode ưu đãi */
.sc_boai {
    position: relative;
    margin: 1.5rem auto;
    text-align: center;
}
.sc_boai_wrap{
    display: inline-block;
    position: relative;
}
.sc_boai .sc_boai_img {
    display: block;
    margin: 0 auto;
    margin-top: 0.5rem;
    max-width: 100%;
    height: auto;
    width: auto;
}

/* shortcode tư vấn */
.sc_tuvan_btn{
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sc_tuvan_btn a{
    width: 50%;
    height: 60px;
}


/* CSS Shortcode ưu đãi Bệnh Xã Hội */
.scUudaiBXH{
	width: 100%;
	max-width: 700px;
	margin: 20px auto;
	padding: 0 15px 1px;
    background: rgb(64,95,141);
    background: linear-gradient(0deg, rgba(64,95,141,1) 0%, rgba(91,151,205,1) 100%);
}
.scUudaiBXH-title{
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
	margin-bottom: 10px;
	padding: 10px 10px;
	text-align: center;
}
.scUudaiBXH-title span{
	color: #fff200;
}
.scUudaiBXH-cntn{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 3px;
}
.scUudaiBXH-list{
    padding: 0 !important;
	margin: 0 !important;
}
.scUudaiBXH-list li{
    display: flex;
	align-items: center;
    min-height: 60px;
    position: relative;
    margin-bottom: 0 !important;
    padding: 7px 5px 7px 50px !important;
	margin: 0 !important;
	border-radius: 0 0 10px 10px;
}
.scUudaiBXH-list li:before{
    content:'' !important;
    background: url('https://dakhoacongdong.com.vn/img-scUudai/sc-uudai-pk-1_ic2.png') 0 0 no-repeat;
    width: 26px;
    height: 26px;
    font-size: 0;
    position: absolute;
    top: 50% !important;
    left: 10px !important;
    transform: translateY(-50%);
}
.scUudaiBXH-list li b{
    color: #ed1c24;
}
.scUudaiBXH-list li:first-child{
    border-radius: 10px 10px 0 0;
}
.scUudaiBXH-list li:nth-child(odd){
    background: #f2f2f2;
}
.scUudaiBXH-btn{
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
    border-radius: 99px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.scUudaiBXH-form{
    margin: 15px auto 0;
    width: 95%;
    border: 1px solid #33436d;
    border-radius: 99px;
    padding: 5px;
    display: flex;
}
.scUudaiBXH-form input{
    height: 40px;
    width: calc(100% - 70px);
    background: transparent;
    padding: 0 10px;
}
.scUudaiBXH-form button{
    height: 40px;
    width: 70px;
    background: #33436d;
    border: none;
    border-radius: 99px;
	cursor: pointer;
}
.scUudaiBXH-form button img{
    margin: 0 auto !important;
}
.scUudaiBXH-luuy{
	margin: 10px 0;
	text-align: center;
	color: #ffde17;
}
.scUudaiBXH-luuy.active{
	color: #fff;
}
@media screen and (min-width: 992px){
    .scUudaiBXH{
        background: transparent;
    }
    .scUudaiBXH-title,.scUudaiBXH-form-pc{
        background: #3d7cb3;
        min-height: 70px;
        line-height: 50px;
    }
    .scUudaiBXH-cntn{
        padding: 0;
        margin: 5px 0 20px;
        box-shadow: 0 0 6px rgba(0,0,0,.3);
    }
    .scUudaiBXH-list li{
        padding-right: 50px !important;
        padding-left: 80px !important;
    }
    .scUudaiBXH-list li:before{
        left: 45px !important;
    }
    .scUudaiBXH-form-pc{
        padding: 15px 0 0;
    }
    .scUudaiBXH-form-pc .d_contact{
        width: 90%;
        max-width: 500px;
        background-color: #fff;
        border-radius: 99px;
        margin: auto;
        display: flex;
        justify-content: center;
        border: 1px solid #fff;
        box-shadow: inset 2px 2px 4px rgba(0,0,0,.2);
        padding: 3px;
    }
    .scUudaiBXH-form-pc .d_contact button{
        width: 90px;
        height: 48px;
        background: #33436d;
        border: none;
        border-radius: 99px;
    }
    .scUudaiBXH-form-pc .d_contact button img{
        margin-bottom: 0 !important;
    }
    .scUudaiBXH-form-pc .d_contact input{
        width: calc(100% - 90px);
        height: 48px;
        background: transparent;
        padding-left: 20px;
    }
    .scUudaiBXH-luuy{
        text-transform: uppercase;
    }
}


/* Shortcode test sùi mào gà */
#sc-testSMG{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 700px;
    margin: auto;
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    background: linear-gradient(to bottom, #fff 0%, #d9f7e7 100%);
}
#scTestSMG-title{
    margin: 1rem 0;
    text-align: center;
    width: 100%;
}
#scTestSMG-cntn{
    display: flex;
}
#scTestSMG-cntn label{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    position: relative;
    padding: 5px 5px 10px;
    border-radius: 99px 99px 0 0;
    font-weight: 500;
}
#scTestSMG-cntn label::before{
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 2 / 1;
    background-color: #2fa26b;
    border-radius: 99px 99px 0 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
#scTestSMG-cntn label:nth-child(odd){
    background: linear-gradient(to bottom, #fff 65%, #d9f7e7 100%);
}
#scTestSMG-cntn label img{
    width: 100%;
    position: relative;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 50%;
    margin: 0;
}
#scTestSMG-cntn label span{
    padding: 5px 0;
}
#scTestSMG-cntn label input{
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 3px;
    margin: 0 !important;
}
#scTestSMG-cntn label input:checked{
    background: #2fa26b;
    border-color: #2fa26b;
}
.scTestSMG-text{
    width: 90%;
    max-width: 310px;
    margin:8px auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 5px 0;
    text-align: center;
    font-weight: 500;
}
.scTestSMG-text b{
    text-transform: uppercase;
    color: #ff2b2b;
}
#scTestSMG-form .d_contact{
    padding: 12px 15px;
    background: linear-gradient(to right, #08825b 0%, #33b973 100%);
}
#scTestSMG-form em{
    text-align: center;
    color: #ffff33;
}
.scTestSMG-wInput{
    position: relative;
    
}
.scTestSMG-wInput input{
    width: 100%;
    height: 46px;
    background-color: #fff;
    border-radius: 23px;
    border: 1px solid #7adcaa;
    box-shadow: inset 0 3px 3px rgba(187, 187, 187, .66);
    padding: 2px 2px 2px 10px;
    margin-bottom: 5px; 
}
.scTestSMG-wInput button{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 70px;
    height: 40px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: var(--font-default), sans-serif;
    border-radius: 20px;
    background: linear-gradient(to right, #f83600 0%, #facc22 100%);
}

/* Shortcode tư vấn triệu chứng */
.sc-testLau{
    width: 100%;
    max-width: 600px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 24px rgb(0, 0, 0, 15%);
}
.scTestLau-title{
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    font-family: var(--font-heading);
}
.scTestLau-cntn{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.scTestLau-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 15px;
}
.scTestLau-info > * {
    margin-bottom: 7px;
}
.scTestLau-info > div {
    font-family: var(--font-heading);
    text-transform: uppercase;
}
.scTestLau-info-name{
    font-size: 18px;
}
.scTestLau-info-name span{
    color: var(--color-primary);
}
.scTestLau-info > span{
    background-color: #f2f2f2;
    padding: 7px 10px;
    font-size: 15px;
    border-radius: 7px;
}
.scTestLau-form{
    background: var(--background-1);
    padding: 10px 15px;
    width: 100%;
}
.scTestLau-form-quest-heading{
    font-family: var(--font-heading);
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 7px;
}
.scTestLau-form-quest-check{
    display: flex;
    flex-direction: column;
}
.scTestLau-form-quest-check label{
    width: 100%;
    padding: 3px 0;
    text-align: left;
    font-size: 15px;
}
.scTestLau-form-quest-check label input{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    border: 1px solid #333;
    background: transparent;
    cursor: pointer;
    margin: 0;
    outline: none;
    z-index: 1;
    border-radius: 50%;
    margin-right: 5px;
}
.scTestLau-form-quest-check label input:checked{
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.scTestLau-frm-wrap{
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}
.scTestLau-frm-wrap input{
    width: calc(100% - 80px);
    height: 40px;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 7px;
    text-align: center;
    outline: unset;
}
.scTestLau-frm-wrap button{
    display: block;
    width: 70px;
    height: 40px;
    border-radius: 7px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid var(--color-primary);
    background: linear-gradient(90deg, var(--gradient-1) 0%, var(--gradient-2) 100%);
    background-position: center center;
    background-size: 150% 150%;
}
.scTestLau-frm-wrap button i {
    font-size: 18px;
}
.scTestLau-form p{
    color: #ff3521;
    font-weight: 700;
    font-size: 14px;
    text-align: center !important;
}





@media screen and (min-width: 992px){
    #sc-testSMG{
        flex-direction: row;
        flex-wrap: wrap;
    }
    #scTestSMG-cntn{
        flex: 1;
    }
    #scTestSMG-form{
        width: 325px;
        display: flex;
        flex-direction: column;
    }
    .scTestSMG-text{
        width: 100%;
        margin-top: 0;
        background-color: #fffae0;
        border: 1px solid #e2daae;
    }
    #scTestSMG-form .d_contact{
        flex: 1;
    }
    .scTestSMG-wInput button{
        position: relative;
        width: 150px;
        text-transform: uppercase;
        font-family: var(--font-heading);
        color: #464646;
        font-weight: 400;
        margin-bottom: 7px;
        box-shadow: 2px 0 8px rgba(26, 85, 71, 0.5);
        border-color: #c89d09;
        background-color: #9f7a09;
        background: radial-gradient(circle, #fdf069 0%, #bb9d26 100%);
    }

    .scTestLau-info{
        width: 240px;
    }
    .scTestLau-form{
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .scTestLau-form p {
        margin-bottom: 0;
    }
}