.btn_contact{
	background-color: #aaaaaa;
	color: #743065;
	border-radius: 5px;
	text-align: center;
}

.btn_contact:hover{
	 background-color: #743065;
	 color: #aaaaaa;
 }

.solid-button {
	font-size: 15px;
	line-height: 26px;
	padding: 11px 29px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	text-align: center;
}
.solid-button:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.solid-button.purple {
	background: #0035fc;
	color: #fff;
}
.solid-button.white {
	background: #fff;
	color: #3c3c3c;
}
.solid-button.dark {
	background: #3c3c3c;
	color: #fff;
}
.solid-button.white-purple {
	background: #fff;
	color: #3c3c3c;
}
.solid-button.white-purple:hover {
	background: #3c3c3c;
	color: #fff;
}
.solid-button.small {
	font-size: 12px;
	padding: 2px 20px;
}
/*==========  Link Button  ==========*/
.link-button {
	font-size: 13px;
	line-height: 32px;
}
.link-button:hover {
	opacity: .75;
}
.link-button.white {
	color: #fff;
}
/*==========  Action Button  ==========*/
.action-button {
	color: #fff;
	font-size: 24px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	background-color: #ac8abf;
	/*box-shadow: 0 4px 12px rgba(0,0,0,.13), 0 6px 10px rgba(0,0,0,.3);*/
}
.action-button:hover {
	background-color: #743065;
	/*box-shadow: 0 6px 18px rgba(0,0,0,.13), 0 9px 15px rgba(0,0,0,.3);*/
}

/* ==========================================================================
   03. Forms
   ========================================================================== */
input:not([type=submit]):not([type=file]), select, textarea {
	border: none;
	border-bottom: 1px solid #d7d7d7;
	background: none;
	width: 100%;
	padding: 2px 6px;
	outline: none !important;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
input:not([type=submit]):not([type=file]):focus, select:focus, textarea:focus {
	border-color: #7c4dff;
}
.input-group {
	margin-bottom: 28px;
}
.form-horizontal .control-label {
	text-align: right;
}

/* ==========================================================================
   04. Alerts
   ========================================================================== */
.alert {
	box-shadow: 0 2px 2px rgba(0,0,0,.3);
	border: none;
	margin: 0;
	display: none;
	font-size: 13px;
	line-height: 20px;
	border-radius: 3px;
	font-weight: 500;
	text-transform: uppercase;

}
.alert-info {
	background: #2196F3;
	color: #fff;
}
.alert-success {
	background: #4CAF50;
	color: #fff;
	font-size: 12px;
}
.alert-danger {
	background: #F44336;
	color: #fff;
	font-size: 12px;
}

/* ==========================================================================
   05. Progress Bar
   ========================================================================== */
.progress {
	height: 8px;
	margin-bottom: 36px;
	background-color: #e8e8e8;
	border-radius: 0;
	box-shadow: none;
	overflow: visible;
}
.progress-bar {
	line-height: 8px;
	background-color: #3c3c3c;
	box-shadow: none;
	position: relative;
}
.progress-bar span {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	background: #fff;
	font-weight: 400;
	position: absolute;
	top: -16px;
	left: -20px;
	box-shadow: 0 3px 6px rgba(0,0,0,.3);
}
.progress-bar-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	margin-bottom: 12px;
	color: #3c3c3c;
}
.circle-progress-wrapper {
	margin-bottom: 24px;
}
.circle-progress {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	float: right;
}
.circle-progress input {
	font-size: 20px !important;
	display: inline-block !important;
	width: 78px !important;
	height: 78px !important;
	line-height: 78px !important;
	border-radius: 100% !important;
	background: #fff !important;
	margin-top: 61px !important;
	margin-right: 61px !important;
	box-shadow: 0 3px 6px rgba(0,0,0,.3) !important;
	font-weight: 500 !important;
	top: 0;
	right: 0;
}
.circle-progress-label-wrapper {
	margin-right: 240px;
	height: 200px;
}
.circle-progress-label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 0;
	color: #3c3c3c;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media all and (max-width: 768px) {
	.circle-progress {
		float: none;
	}
	.circle-progress-label-wrapper {
		margin-right: 0;
		height: auto;
		margin-top: 12px;
	}
	.circle-progress-label {
		top: auto;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

/* ==========================================================================
   06. Header
   ========================================================================== */
.header {
	box-shadow: 0 1px 6px rgba(0,0,0,.3);
	text-transform: uppercase;
}
.header .top {
	line-height: 38px;
	color: #fff;
	padding: 0 200px;
	background-color: #000;
}
.header .top a {
	color: #fff;
}
.header .top a:hover {
	text-decoration: none;
}

.header .bottom {
	background: #fff;
	line-height: 35px;
	padding: 0 60px;
	color: #3c3c3c;
	font-weight: 500;
	position: relative;
}
.header .bottom a {
	color: #3c3c3c;
}
.header .bottom .logo {
	padding-left: 3%;
	padding-top: 1%;
	font-size: 28px;
	text-align: center;
	float: right;
	width: 12%;
}
.header .bottom .logo a:hover {
	opacity: .75;
	text-decoration: none;
}

.header-action-button-wrapper {
	float: left;
	width: 120px;
	height: 70px;
	display: inline-block;
}
.header-action-button {
	position: fixed;
	bottom: 20px;
	left: 50px;
	z-index: 99;
}
.header .bottom .action-button {
	color: #fff;
}
.responsive-menu-open {
	display: none;
	float: left;
	text-transform: uppercase;
	line-height: 70px;
	height: 70px;
	text-decoration: none;
}
.responsive-menu-open:hover {
	text-decoration: none;
}
.responsive-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 100%;
	min-width: 100%;
	background: #fff;
	z-index: 999;
	padding: 24px;
	overflow-y: scroll;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.responsive-menu.open {
	right: 0;
}
.responsive-menu-close {
	position: absolute;
	top: 24px;
	left: 24px;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-menu-close:hover {
	text-decoration: none;
}
.responsive-nav ul>li a {
	color: #222;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}
.responsive-nav ul>li.active a {
	color: #3c3c3c;
}
.no-scroll {
	overflow: hidden;
}
.logo img{
	width: 100%;
	height: 100%;
}

@media all and (max-width: 1024px) {
	.header .top {
		padding: 0 12px;
	}
	.header .top .available span {
		display: none;
	}
	.header .bottom {
		padding: 0 12px;
	}
	.main-nav {
		display: none;
	}
	.responsive-menu-open {
		display: inline-block;
	}
	.header-action-button-wrapper {
		width: 84px;
	}
	.header-action-button {
		left: 12px;
	}
	.header .bottom .logo {
		padding-left: 3%;
		padding-top: 1%;
		font-size: 28px;
		text-align: center;
		float: right;
	}
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
#fix_menu{
	box-shadow: 0 3px 6px #aaaaaa;
}
.icon_menu{
	transform: rotate(90deg);
	margin-top: 7px;
	text-align: left;
	float: left;

}
.drop-icon{
	font-size: 19px;
	margin-top: 7px;
}
#menu ul {
	margin: 0;
	padding: 0;
}

#menu .main-menu {
	display: none;
	direction: rtl;
}

#tm:checked + .main-menu {
	display: block;
}

#menu input[type="checkbox"],
#menu ul span.drop-icon {
	display: none;
}

.sub-menu li,
#toggle-menu,
#menu .sub-menu {
	border-style: solid;
	border-color: rgba(0, 0, 0, .05);
}

#menu li,
#toggle-menu {
	border-width: 0 0 1px;
}

#menu .sub-menu {
	background-color: #fff;
	border-width: 1px 1px 0;
	margin: 0 1em;
}

#menu .sub-menu li:last-child {
	border-width: 0;
}

#menu li,
#toggle-menu,
#menu a {
	position: relative;
	display: block;
	color: #000;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);*/
}

#menu,
#toggle-menu {
	background-color: #fff;
}

#toggle-menu,
#menu a {
	font-size: 14px;
	padding: 1.75em 0.75em;
    font-weight: 400;
}

#menu a {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
}

#menu a:hover , #menu a:focus{
	color: #743065;
	text-decoration: none;
}

#menu .sub-menu {
	display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
	display: block;
}
#menu .sub-menu a{
	font-size: 13px;
	padding: 0 1.5em;
	background-color: #f0f0f0;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}
#menu .sub-menu a:hover {
	color: #743065;
}

#toggle-menu .drop-icon,
#menu li label.drop-icon {
	position: absolute;
	left: 2em;
	/*bottom: 1.25em;*/
}

#menu label.drop-icon, #toggle-menu span.drop-icon {

	padding: 0.5em;
	font-size: 1em;
	text-align: center;
	background-color: #eee;
	text-shadow: 0 0 0 transparent;
	color: #000;
}

#menu .drop-icon {
	line-height: 1;
}

/*  (max-width: 64em) and (min-width: 40em)*/
@media only screen and  (max-width: 15em) and (min-width: 5em){

	#menu li {
		width: 33.333%;
	}

	#menu .sub-menu li {
		width: auto;
	}
}

@media only screen and (min-width: 52em) {
	#menu .main-menu {
		display: block;
	}

	#toggle-menu,
	#menu label.drop-icon {
		display: none;
	}

	#menu ul span.drop-icon {
		display: inline-block;
	}

	#menu li {
		float: right;
	}

	#menu .sub-menu li {
		float: none;
	}

	#menu .sub-menu {
		border-width: 0;
		margin: 0;
		position: absolute;
		top: 100%;
		right: 0;
		width: 18em;
		z-index: 3000;
	}

	#menu .sub-menu,
	#menu input[type="checkbox"]:checked + .sub-menu {
		display: none;
	}

	#menu .sub-menu li {
		border-width: 0 0 1px;
	}

	#menu .sub-menu .sub-menu {
		top: 0;
		right: 100%;
	}

	#menu li:hover > input[type="checkbox"] + .sub-menu {
		display: block;
	}
}












/*==========  Popup  ==========*/
.popup, .slide-out-popup {
	background: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.3);
	position: absolute;
	top: 47px;
	left: 35px;
	z-index: 999;
	min-width: 118px;
	display: none;
}
.slide-out-popup {
	top: 54px;
	left: 41px;
}
.popup:before, .slide-out-popup:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -10px;
	left: 30px;
}
.popup .social-nav ul, .slide-out-popup .social-nav ul {
	margin-bottom: 0;
}
.popup .social-nav ul li, .slide-out-popup .social-nav ul li {
	line-height: 30px;
	margin-bottom: 0;
}
.popup .social-nav ul li a, .slide-out-popup .social-nav ul li a {
	color: #3c3c3c;
	font-size: 12px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 0 20px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.popup .social-nav ul li a:hover, .slide-out-popup .social-nav ul li a:hover {
	color: #fff;
	background: #3c3c3c;
	font-weight: 700;
	text-decoration: none;
}
@media all and (max-width: 1024px) {
	.popup {
		left: 2px;
	}
	.popup:before {
		left: 15px;
	}
}

/*==========  Slide Out  ==========*/
.slide-out-overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 99;
	display: none;
}
.slide-out {
	width: 380px;
	height: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -400px;
	background: #fff;
	z-index: 100;
	box-shadow: -2px 0 10px rgba(0,0,0,.4);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.slide-out.open {
	left: 0;
}
.slide-out-header {
	background: #aaaaaa;
	padding: 30px;
	padding-top: 20px;
	color: #fff;
}
.slide-out-header a {
	color: #fff;
}
.slide-out-header a:hover {
	opacity: .75;
}
.slide-out-close {
	font-size: 24px;
}
.slide-out-header .open-search, .slide-out-header .slide-out-share {
	font-size: 24px;
	margin-right: 12px;
}
.slide-out-header .image {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #ac8abf;
	background: #e2e2e2;
	box-shadow: 0 2px 6px rgba(0,0,0,.3);
	float: right;
	margin-top: 24px;
}
.slide-out-header .content {
	margin-right: 118px;
	padding-top: 18px;
	margin-top: 24px;
	margin-bottom: 24px;
}
.slide-out-header .content h5 {
	margin-bottom: 0;
	color: #fff;
}
.slide-out-header .content span {
	line-height: 32px;
	font-weight: 500;
}
.slide-out-widgets {
	padding: 30px;
	padding-top: 50px;
}
.slide-out-widget {
	margin-bottom: 60px;
}
.slide-out-widget h4 {
	margin-bottom: 24px;
	color: #111;
}
@media all and (max-width: 768px) {
	.slide-out {
		width: 100%;
		left: -110%;
	}
}

/*header_name_cat*/

.header_name{
	background-color: #aaaaaa;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	text-align: center;
}
.header_name a{
	padding: 10px;
	color: black;
}
.header_name a:hover{
	text-decoration: none;
	color: #743065;
}

.content_page2{
	background-color: #f9f9f9;
	margin-bottom: 20px;
	padding-top: 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.content_page1{
	background-color: #f9f9f9;
	margin: 0;
	padding: 20px 0 20px 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.content_page{
	margin: 20px 0 20px 0;
	background-color: #f9f9f9;
	padding: 20px 0 0 20px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
#shadow{
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
#box{
	direction: rtl;
	background-color: white;
	padding: 0px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	margin: auto;
}
#box_footer{
	margin-bottom: 15px;
	direction: rtl;
	padding: 0px;
	color: white;
}
#box_footer a{
	color: white;
}

.slider{
	border-radius: 0px;
	width: 100%;
}
.slider img{
	width: 100%;
}
.baner{
	width: 100%;
}
.sub-slide{
	background-color: #fff;
	border-radius: 0px;
	padding: 3%;
}
.sub-slide a h1{
	margin-bottom: 3%;
}

.sub-slide a:hover{
    text-decoration: none;
}

.sub-slide p{
    padding: 0 10%;
    font-size: 17px;
    line-height: 32px;
    color: #444444;
}

.btn_detail{
	background-color: #aaaaaa;
	color: #fff;
	border-radius: 5px;
	text-align: center;
	width: 100%;
}

.btn_detail:hover{
	background-color: #743065;
	color: #aaaaaa;
}

.card-footer a:hover{
	color: white;
}

.icon_net img{
	width: 25px;
	height: 25px;
	background-color: #aaaaaa;
	border-radius: 50px;

}
.icon_net img:hover{
	background-color: #ac8abf;
}
.icon_net_co img{
	background-color: #aaaaaa;
	border-radius: 50px;

}
.icon_net_co img:hover{
	background-color: #ac8abf;
}

.btn_head{
	float: left;
	padding: 0 5px;
	color: white;
}
.btn_head span:hover{
	color: #ac8abf;
}

.card{
	position: relative;
	overflow: hidden;
}
.image_back{
	/*background-color: #b58ae0;*/

}

.card img{
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.card a:hover img{
	/*opacity: 0.3;
	filter: alpha(opacity=50);*/
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


.panel_footer{
width: 100%;
border-bottom: 2px solid #743065;
}

.main{
direction: rtl;
padding: 2% 12%;
}
.main1{
	padding: 2% 12%;
	background-color: #373941;
	margin: auto;
}


#panel-heading{
	color:white;
	background-color: #25272c;
	font-size: 15px;
	font-weight: 500;
	padding: 5%;
	border-radius: 5px 5px 0 0;
	border-bottom: 3px  solid #25272c;
}

#panel-body{
border-radius: 0 0 5px 5px;
background-color: #2c2e34;
	width: 100%;
margin: auto;
}

#card{
margin-bottom: 2%;
}
#card-body{
border-right: 2px solid #743065;
color: #743065;
background-color: #2c2e34;
border-radius: 10px;
}
#card-body:hover{
border: 3px solid #743065;
font-weight: bold;
}
#panel-body a:hover{
text-decoration: none;
}

#footer{
color: #fff;
background-color: #24252a;
padding: 2%;
}

.btn_tree_all{
	margin-bottom: 30px;
	margin-right: 15px;
}
.btn_tree_all a{
color: #a9a9a9;
font-size: 13px;


}
.btn_tree_all a:hover{
color: #743065;text-decoration: none;
}
.btn_hr{
width: 100%;
height: 2px;
background-color: #eee;
	margin: 2%;
}

.btn_comment{
	 background-color: #aaaaaa;
	 text-align: center;
	 border-radius: 10px
 }
.btn_comment:hover{
	background-color: #743065;
}
.btn_comment b{
color: white;
}
.btn_comment a:hover{
color: #0581be;
background-color: #b58ae0;
}

.form-group1{
	background-color: white;
	border-radius: 5px;
	font-size: 13px;
}
.form-group1 input[type="text"], .form-group1 input[type="email"] , .form-group textarea{
	font-size: 12px;
	border: 1px solid #743065;
}
.form-group input[type="text"]:focus , .form-group1 input[type="email"]:focus, .form-group textarea:focus{
	box-shadow: none;
	border: 1px solid #b58ae0;
}
#badge{
background-color: #743065;
}
.title{
color: #000;
font-weight: bold;
}

.title:hover{
    color: #743065;
    font-weight: bold;
    cursor: pointer;
}
.card-body a{
color: #743065;
}
.card-body a:hover{
text-decoration: none;
color: #743065;
}

#panel-default{
	border: none;
	background-color: #2c2e34;
	color: #fff;
	border-radius: 3px;
}

#panel-default a{
color: #743065;
}
#panel-default a:hover{
text-decoration: none;
}


.like{
font-size: 26px;
color: #743065;
cursor: pointer;
}

.sidenav {
background-color: #f1f1f1;
height: 100%;
}

@media screen and (max-width: 767px) {
.sidenav {
    height: auto;
    padding: 15px;
}
.row.content {height: auto;}
}

.comment{
border: 2px solid #eee;
padding-top: 2%;
border-radius: 5px;
background-color: #fff;
margin-bottom: 20px;
margin-top:20px;
padding-bottom: 20px;
}

.table_class{
	background-color: #aaaaaa;
	font-weight: bold;
	color: #000;
}

.table_class1{
	background-color: #f0f0f0;
	color: #000;
	font-weight: bold;
}
.code_show{
	background-color: #743065;
	color: white;
	padding: 1% 0;
	margin: 2% 0;
	border-radius: 10px;
}
.code_show_ri{
	background-color: #aaaaaa;
	color: white;
	padding: 20px 0;
	margin-bottom: 20px;
}
.code_show_ri p{
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}

.code_show_ri .blinking{
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
}
.blinking{
	animation:blinkingText .9s infinite;
}
@keyframes blinkingText{
	0%{     color: #743065;    }
	49%{    color: transparent; }
	50%{    color: transparent; }
	99%{    color:transparent;  }
	100%{   color: #743065;    }
}
.alert_code1{
	padding-top:8px;
	color: darkred;
}
.table_de{
	margin: 50px 0 0 0;
	width: 100%;
}
.table_de h5{
	padding-bottom: 20px;
	font-weight: bold;
}
.pay{
	float: right;
	padding: 0;
	top: -120px;
	width: 100%;
}
.pay1{
	float: right;
	padding: 0;
	top: -60px;
	width: 100%;
}
.price_te{
	font-size: 13px;
	font-weight: bold;
}
.price_pey{
	font-size: 20px;
	font-weight: 700;
	color: #10c35b;
}
.btn_pay{
	color: white;
	background-color: #10c35b;
	width: 100%;
	padding: 8px;
	border-radius: 10px;
	float: left;
	bottom: 0;
	cursor: pointer;
	text-align: center;
}
.btn_no_pay{
	color: white;
	background-color: #bf0b0f;
	width: 100%;
	padding: 12px;
	border-radius: 10px;
	float: left;
	bottom: 0;
	cursor: pointer;
	text-align: center;
}
.btn_no_pay:hover{
	color: white;
	text-decoration: none;
}
/*.clearfix {
	overflow: auto;
}*/

.img2 {
	float: right;
}
.img-blog{
	width: 100%;
	height: 200px;
}
.name_writer{
	font-size: 12px;
	color: #5e6974;
}
.name_blog{
	padding-top: 3px;
	font-size: 12px;
	color: #000;
	font-weight: 400;
	text-align: justify;
}
.name_blog:hover{
	color: #743065;
	text-decoration: none;
}

.name_blog_fo{
	padding-top: 3px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
}
.name_blog_fo:hover{
	color: #ac8abf;
	text-decoration: none;
}

.name_category{
	color: #743065;
	font-size: 13px;
	font-weight: bold;
}
.name_category .p_class{
	color: #aaaaaa;
	font-size: 10px;
	line-height: 19px;
	padding-top: 6px ;
}
.name_category:hover{
	color: #743065;
	text-decoration: none;
}
.clearfix img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.clearfix a:hover img{
	/*opacity: 0.3;
	filter: alpha(opacity=50);*/
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}


.contents{
	background-color: #f9f9f9;
	padding: 3%;
	margin: 0;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.header_banner{
	background-color: white;
	padding: 1% 0;
	margin-top: 20px;
}
.header_banner_do{
	background-color: white;
	padding: 1% 0;
	margin-bottom: 20px;
}
.header_page{
	background-color: white;
	padding: 4% 0;
}
.header_page h3{
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 60px;
}
.header_page p{
	font-size: 14px;
	line-height: 30px;

}

.header_page p a:hover{
	text-decoration: none;
}
.img-pro{
	margin-top: -5%;
	border: 5px solid #eee;
	height: 100px;
	width: 100px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.span_page{
	font-size: 13px;
	line-height: 25px;
	text-align: justify;
}

.header_box{
	padding: 1%;
	background-color: white;
	margin-top: 30px;
}

.alert_code{
	padding: 1%;
	background-color: #743065;
	color: white;
	font-size: 14px;
}

.box_color{
	background-color: white;
	padding: 3% 0;
}
.box-main{
	width: 33.33%;
	padding-right: 20px;
	padding-bottom: 20px;
}
.box-main1{
	width: 33.33%;
	padding-right: 20px;
	padding-bottom: 20px;
}
.box-panel{
	width: 100%;
	padding-right: 20px;
	padding-bottom: 20px;
}
.box-panel1{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}

.box{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.p0{
	padding: 0;
}

#card-title{
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 17px;
	color: black;
}
#card-title:hover{
	text-decoration: none;
	color: #743065;
}
.text-comment{
	margin-top: 20px;
	font-size: 12px;
	color: #aaaaaa;
 }
.box-footer{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.box-foot-ri{
	background-color: #373941;
	border: none;
	width: 31%;
	margin-left: 3%
}
.box-foot{
	background-color: #373941;
	border: none;
	width: 31%;
}
@media screen and (max-width: 1500px) {
	#card-title{
		font-weight: 400;
		font-size: 15px;
	}
	.name_blog{
		font-size: 11px;
	}
	.name_category{
		font-size: 10px;
	}
	.code_show_ri img{
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 1200px) {
	.box-main1{
		width: 50%;
	}
	.name_category{
		font-size: 10px;
	}
	.code_show_ri{
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.code_show_ri img{
		width: 100px;
		height: 100px;
	}
	.code_show_ri p{
		font-size: 12px;
		font-weight: 500;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1000px) {
	.box-main{
		width: 50%;
	}
	.box-foot-ri, .box-foot{
		 width: 60%;
		 margin-right: 20%;
		 margin-bottom: 3%;
	 }
	.img-blog{
		height: 150px;
	}
	#card-title{
		font-size: 13px;
	}
	

}

@media screen and (max-width: 700px) {
	.box-main1{
		width: 100%;
	}
	#card-title{
		font-size: 12px;
	}
	.name_writer{
		font-size: 10px;
	}
}
@media screen and (max-width: 600px) {
	.box-foot-ri, .box-foot{
		width: 90%;
		margin-right: 5%;
		margin-bottom: 3%;
	}
	.img-blog{
		height: 100px;
	}
}
@media screen and (max-width: 550px) {
	.box-main{
		width: 100%;
	}

}
.box-detail{
	padding: 6%;
	background-color: white;
}

.box-left .subscribe-text{
	margin-top: 20px;
}
#subscribe .subscribe-text , #subscribe .subscribe-text p {
	font-size: 13px;
	color: #737373;
	text-align: justify;
}
#map1{
	height: 420px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #743065;
	border-radius: 10px;
}
.icon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
	border: 1px solid #743065;
	border-radius: 10px;
	padding: 8px;
	width: 100%;
}
.icon1 {
	display: flex;
	width: 40%;
}
.box1{
	width: 40%;
}
.box2{
	width: 20%;
}
.icon1 img{
	text-align: left;
	width: 50%;
}
@media screen and (max-width: 1200px) {
	.box-left .subscribe-text{
		margin-top: 0px;
	}
	.icon{
		margin-top: 20px;
	}

}
@media screen and (max-width: 770px) {
	.box-right img{
		margin: auto;
		width: 300px;
	}
	.box-left .subscribe-text{
		margin-top: 20px;
	}
	.box1{
		width: 100%;
	}
	.box2{
		width: 1%;
	}


}
b{
	color: #743065;
}
#demo{
	font-size: 12px;
	line-height: 20px;
}
.banner{
	margin-bottom: 20px;
	width: 100%;
	height:150px;
}
/*side nav profile*/
.img_menu{
	border-radius: 100%;
	width: 130px;
	height: 130px;
	margin: auto;
	border: 6px solid #ac8abf;
	cursor: pointer;
}