/* CSS shortcode bài liên quan trong bài viết */
.sc-moreInPst{
	display: block;
	background: var(--background-2);
	border: 2px solid var(--color-primary);
	border-radius: 5px;
	padding: 10px 15px;
	margin: 10px 0;
}
.moreInPst-head{
	display: inline-block;
	margin-bottom: 10px;
	border-bottom: 1px solid var(--color-primary);
	font-weight: 700;
	color: var(--color-primary);
	line-height: 1.1;
	font-size: 24px;
}
.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;
	position: absolute;
	top: 0px;
	left: -15px;
	color: #025f67;
	font-weight: 700;
}
.moreInPst-ctnt li a{
	font-weight: 500;
}


/* 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;
}



/* Shortcode đăng ký khám nhanh */
/* #scDkkham{
    background-color: #e8f3f5;
    border: 1px solid var(--color-primary    );
    border-radius: 15px;
    padding: 12px 30px;
    max-width: 700px;
}
#scDkkham-title{
    display: flex;
    flex-direction: column;
    align-content: align-content;
    margin-bottom: 10px;
}
#scDkkham-title span{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
}
#scDkkham-title em{
    color: #ff2727;
}
#scDkkham-form > div{
    padding: 0 7px;
}
#scDkkham-form input,#scDkkham-form textarea{
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
#scDkkham-form textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 110px;
}
#scDkkham-send{
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    margin-top: 10px;
}
#scDkkham-check{
    padding-left: 40px;
    position: relative;
	text-align: left;
}
#scDkkham-check:before,#scDkkham-check:after{
    content:'';
    display: block;
    position: absolute;
    
}
#scDkkham-check:before{
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    left: 10px;
    top: 2px;
}
#scDkkham-check:after{
    left: 13px;
    top: -1px;
    width: 20px;
    height: 19px;
    background: url(../img/icons/ic-check.png) no-repeat;
}
#scDkkham-send button{
    width: 130px;
    height: 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    background: rgb(26, 141, 164);
    background: linear-gradient(240deg, rgba(26, 141, 164, 1) 0%, rgba(29, 158, 133, 1) 100%);
}
#scDkkham-send button i{
    font-size: 18px;
    margin-right: 5px;
} */



#sc-dat-lich-kham-som{
    background: #d8ebe8;
}
#sc-dat-lich-kham-som img{
    margin: 0 !important;
}
#sc-dat-lich-kham-som .sc-form{
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 100%;
    max-width: 325px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#sc-dat-lich-kham-som .sc-form input{
    width: 90%;
    max-width: 285px;
    height: 46px;
    background-color: #fff;
    border-radius: 99px;
    border: 1px solid #b5dfd8;
    box-shadow: inset 0px 2px 6px rgba(0, 0, 0, .3);
    text-align: center;
}
#sc-dat-lich-kham-som .sc-form button{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 7px;
    width: 150px;
    height: 40px;
    border-radius: 99px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    animation: step-background-change 1.4s infinite;
}
#sc-dat-lich-kham-som .sc-form button i{
    margin-right: 10px;
    font-size: 20px;
}






@media screen and (max-width: 991.98px){
	#sc-dat-lich-kham-som .sc-form{
        position: relative;
        max-width: unset;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    #sc-dat-lich-kham-som .sc-form input{
        max-width: unset;
    }
}