/* 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: 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 trĩ - Ưu đãi đăng kí khám online */
#scTri-uudai .sc_tuvan_form{
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 320px;
	background-color: #e8f3f5;
	padding: 10px;
	border-radius: 10px;
}
#scTri-uudai .sc_tuvan_form .d_contact{
	display: flex;
	align-items: center;
	width: 100%;
	height: 46px;
	padding: 3px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid #b6d7d3;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
}
#scTri-uudai .sc_tuvan_form input{
	width: calc(100% - 70px);
	height: 40px;
	background-color: transparent;
	outline: none;
	padding: 0 10px;
}
#scTri-uudai .sc_tuvan_form button{
	font-size: 16px;
	width: 70px;
	height: 40px;
	border-radius: 8px;
	color: #fff;
	font-family: var(--font-heading);
	background: rgb(26, 141, 164);
    background: linear-gradient(240deg, rgba(26, 141, 164, 1) 0%, rgba(29, 158, 133, 1) 100%);
}
#scTri-uudai .sc_tuvan_form button i{
	font-size: 14px;
	margin-right: 3px;
}
#scTri-uudai .sc_tuvan_form .sc_tuvan_form_luuy{
	font-weight: 500;
	line-height: 20px;
	color: #f43b30;
}

/* 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;
}










@media screen and (max-width: 991.98px){
	#scTri-uudai .sc_tuvan_form{
		position: inherit;
		width: 100%;
		margin-top: 5px;
	}
	#scDkkham{
		padding-left: 15px;
		padding-right: 15px;
	}
	#scDkkham-send{
		flex-direction: column;
	}
	#scDkkham-check,#scDkkham-title em{
		font-size: 14px;
	}
	#scDkkham-send button{
		margin-left: auto;
	}
}