@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf');
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"]{
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.detail-price{
	position: relative;
}

.detail_rate{
	color: #2c5989;
	margin-top: 10px;
}

.detail_rate>span{
	cursor: pointer;
}

.detail_rate .rate_pro_num{
	display: inline-block;
}

.detail_rate .rate_pro_num img{
	height: 16px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 2px;
}

.info-pro{
	font-family: 'SourceSansPro-Regular';
}

.optionTitle{
	display: block;
	font-family: 'SourceSansPro-Bold';
}

.bh-viewmore{
	display: block;
	margin-top: 5px;
}

.optionTitle.optionTitleInline{
	display: inline-block;
}

.code-rate > li{
	margin-bottom: 0;
}

.pro_option .btn{
	position: relative;
	padding: 6px;
}

.pro_option .btn.btn-outline-custom{
	border: 1px solid #ddd;
	padding: 10px 12px;
	margin-bottom: 4px;
}

.pro_option .btn:active,
.pro_option .btn.active{
	box-shadow: none;
}

.pro_option .btn.btn-outline-custom.active{
	background: #1d1b1b;
	color: #fff;
}

.pro_option .btn.active:after{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	width: 8px;
	height: 13px;
	display: block;
	border: solid #fff;
	border-width: 0 5px 5px 0;
	position: absolute;
	top: 14px;
	left: 18px;
}

.pro_option .btn.btn-outline-custom.active:after{
	display: none;
}

.pro_option .btn img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	box-shadow: 0 0 1px 1px #000;
}

.popover-detail-price:focus{
	outline: unset;
}

.border-detail{
	/* color: #000; */
}

.border-detail .price-current{
	color: #ff0000;
	display: inline-block;
}

.border-detail .price-current.out_of_stock_price{
	color: #bbbbbb;
}

.out_of_stock{
	display: inline-block;
	float: right;
	color: #ff0000;
}

.detail-price .fa{
	font-size: 14px;
	color: #007ff0;
	display: none;
}

.popover-detail-price{
	position: absolute;
	top: 50px;
	left: 0;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 5px;
	z-index: 99;
	padding: 5px 10px;
	font-size: 16px;
	min-width: 200px;
	display: none;
}

.detail-price.show:hover .popover-detail-price{
	display: block;
}

.popover-detail-price:after, .popover-detail-price:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popover-detail-price:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
}
.popover-detail-price:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #ddd;
	border-width: 8px;
	margin-left: -8px;
}

.popover-detail-price .detail-price-title{
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.popover-detail-price .detail-price-index p{
	margin-bottom: 3px;
}

.popover-detail-price .detail-price-index p span{
	display: inline-block;
	min-width: 140px;
}

.description{
	background: #fff;
	padding: 10px;
	margin-top: 15px;
	line-height: 1.4;
	border: 1px dashed #f81c1a;
	border-radius: 5px;
	font-family: tahoma, geneva, sans-serif;
	text-align: justify;
}

.repair_description{
	margin-top: 10px;
}

.pro-detail .tab-content{
	margin-bottom: 10px;
}


/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ff0000;
}

.slide_news_same a{
	color: #fff;
}

.slide_news_same a span{
	background: #000;
	padding: 5px;
	display: block;
	height: 65px;
	overflow: hidden;
	line-height: 1.4;
}


/****star rate****/
.starWrap{
	margin-bottom: 10px;
}

.starWrap img{
	cursor: pointer;
}

.list_rate{
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #eee;
	position: relative;
}

.list_rate_title{
	display: inline-block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.fa_checked{
	color: rgb(66, 183, 42);
}

.list_rate_title span{
	color: #f19a33;
	font-size: 16px;
}

.rate_num{
	position: absolute;
	right: 10px;
	top: 10px;
}

.list_rate .list_content{
	padding: 10px 0;
}
/****end star rate****/

/*spect*/
#spect .list-group-item{
	display: flex;
}

#spect .propertyTitle{
	color: #888888;
	width: 50%;
}

#spect .list-group-item strong{
	
}
/*end spect*/

/* tragop */
.form-tragop .modal-body{
	line-height: 1.4;
}

.form-tragop .modal-body .form-group{
	margin-bottom: 0;
}

.buy_now,
.tragop{
	display: flex;
	margin-top: 10px;
}

.buy_now a,
.tragop a{
	display: block;
	width: 50%;
	padding: 10px;
	margin: 0 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	line-height: 0.7em;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.buy_now a{
	width: 100%; 
	background: #336798;
    background: -moz-linear-gradient(top, #336798 0%, #0a5295  100%);
    background: -webkit-linear-gradient(top, #336798 0%,#0a5295  100%);
    background: linear-gradient(to bottom, #336798 0%,#0a5295  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336798', endColorstr='#0a5295 ',GradientType=0 );
}

.tragop_bank,
.tragop_book{
	background: #336798;
    background: -moz-linear-gradient(top, #336798 0%, #0a5295  100%);
    background: -webkit-linear-gradient(top, #336798 0%,#0a5295  100%);
    background: linear-gradient(to bottom, #336798 0%,#0a5295  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#336798', endColorstr='#0a5295 ',GradientType=0 );
}

.buy_now a p,
.tragop a p{
	margin: 0;
	color: #fff;
}

.buy_now a span ,
.tragop a span {
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    padding: 5px 0 0 0;
	margin-top: 5px;
    display: block;
    text-transform: none;
}

.buy_now a span.sp_top,
.tragop a span.sp_top{
	margin-top: 0;
	font-size: 15px;
}

.tragop-modal-title{
	font-family: 'Arial';
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}

.list-bank{
	padding: 0 10px;
}

.list-bank .col-out{
	padding: 0 5px;
	margin-bottom: 10px;
}

.list-bank .form-check{
	display: flex;
	align-items: center;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

.list-bank .form-check:hover{
	border: 1px solid #fa9d4d;
}

.list-bank .form-check img{
	max-height: 40px;
}

.list-bank .form-check label,
.list-bank .form-check .form-check-input{
	margin-top: 0;
	margin-bottom: 0;
}

.list-bank .form-check .form-check-input{
	margin-right: 10px;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid, .form-check-input:invalid {
    border-color: #dc3545;
}


/* end tragop */



.form-row.order-btn .btn{
	font-family: 'Arial';
	text-transform: uppercase;
    width: 100%;
    border: 0;
    margin-bottom: 10px;
	font-size: 22px;
	margin-bottom: 10px;
	color: #fff;
	padding: 10px;
}

.form-row.order-btn .btn-cart{
	background: #da0b00;
}

.form-row.order-btn .btn-catalog{
	background: #272828;
}

.noti-ad{
	background: #fffddf;
	border: 1px #bbba59 dashed;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px;
	width: 100%;
	font-size: 16px;
}

.socials-share {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.socials-share a{
	padding: 4px 20px;
	color: #fff;
	line-height: 2em;
	text-decoration: none;
	border-radius: 2px;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 4px;
	border: 1px solid transparent;
}

.socials-share span.fa {
	margin-right: 3px;
}

.socials-share a.bg-zalo {
	width: 80px !important;
	height: 38px !important;
	background: #0787ca;
	overflow: unset !important;
	padding: 4px;
}

.bg-zalo iframe{
	display: none;
}

.bg-zalo:hover, .bg-zalo:focus {
	background: #04689c;
}

.bg-facebook {
	background: #3a5899;
}

.bg-facebook:hover, .bg-facebook:focus {
	background: #1d418d;
}

.bg-twitter {
	background: #00acee;
}

.bg-twitter:hover, .bg-twitter:focus {
	background: #0b93c7;
}

.bg-google-plus {
	background: #db4437;
}

.bg-google-plus:hover, .bg-google-plus:focus {
	background: #bb2a1d;
}

.bg-pinterest {
	background: #cb1e26;
}

.bg-pinterest:hover, .bg-pinterest:focus {
	background: #ae0e15;
}

.bg-email {
	background: #dd5348;
}

.bg-email:hover, .bg-email:focus {
	background: #ce3f34;
}

.socials-share a.bg-compare{
	background: url(../images/icon/sosanh.png) no-repeat center #1ba95f;
	background-size: 80% auto;
	color: transparent;
	border: 1px solid #1ba95f;
}



/*du an*/
.project_info{
	margin-top: 15px;
}

.project_info td{
	vertical-align: middle;
}

.project_info td:first-child{
	color: #da0b00;
	font-family: 'Oswald-Regular';
	font-size: 16px;
}
/*end du an*/

/*album*/
.gallery-detail-album{
	background: #e5e5e5;
	padding: 10px;
}

.gallery-detail-album .lSSlideOuter .lSPager.lSGallery li{
	border: 5px solid #fff;
	border-radius: 5px;
}

.gallery-detail-album .lSSlideOuter .lSPager.lSGallery{
	margin-top: 10px !important;
}

.info-detail-album{
	padding: 10px 0;
}

.info-detail-album .detail-title{
	margin-bottom: 10px;
}
/*end album*/

/*video*/
.video-content{
	padding: 0 5px;
}

.video-bg{
	background: #3c3c3c;
}

.video_body{
	position: relative;
	padding-bottom: 25.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_body iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-bg .detail-title{
	color: #fff;
	padding: 10px 0;
}

.video-bg .quote{
	color: #fff;
}

.video-bg hr{
	    border-top: 1px dashed #fff;
}
/*end video*/


@media(min-width: 767px){
	.setwidth .row.row_des{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	
	#spect .propertyTitle{
		width: 20%;
	}
	
	.detail-border{
		border: 1px dashed #336798;
		border-radius: 5px;
		padding: 10px;
		margin: 5px;
	}
}

@media(max-width: 767px){
	.video_body{
		padding-bottom: 51.25%;
	}
}

@media(max-width: 576px){
	
	.list_rate_title{
		display: block;
	}
	
	.rate_num{
		display: block;
		position: unset;
		text-align: right;
		margin-top: 5px;
	}
	
	.rate_num img{
		height: 15px;
	}
	
	.socials-share{
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.socials-share a{
		padding: 0 5px;
	}
	
	.socials-share a.bg-zalo{
		width: 74px !important;
		height: 30px !important;
		padding: 0 5px;
	}
}

@media(max-width: 480px){
	.tragop{
		display: block;
	}
	
	.tragop a{
		width: auto;
		margin-bottom: 10px;
	}
	
	.tragop a span{
		font-size: 13px;
	}
	
	
	.content-detail-pro{
		padding: 0 5px;
	} 
	
	.content-detail-pro .nav-tabs{
		padding: 0;
	}
	
	.content-detail-pro>.col{
		padding: 0 10px;
	}
	
	.pro-detail .nav-tabs .nav-item{
		font-size: 12px;
	}
}















