
@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Estedad';
    src: url('../../assets/fonts/Estedad/Estedad-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

body {
background: #f3f3f3;
}

a{color:#4d4d4d;text-decoration:none!important}
* {
font: normal 14px Estedad;
line-height: 24px;
direction: rtl;
}

.row {
margin-right: 0;
margin-left: 0;
}

.p-main-frame {
padding: 50px;
background: #fff;
}

.p-header {
width: 100%;
float: right;
}

.p-logo {
width: 100%;
margin-top: -30px;
padding: 3px 0;
overflow: hidden;
height: auto;
text-align: center;
color: #eee;
border-bottom: 3px double #ddd;
margin-bottom: 5px;
}
.p-logo h1{
font-family:"Estedad";
font-size:20px;line-height: 10px;	
font-weight: bold;
}
.p-logo span{
font-family:"Estedad"; 
font-size:12px;	
}
.p-logo.full {
width: 100%;
background: none;
}

.p-logo img:nth-child(1) {
float: right;
}

.p-logo img:nth-child(2) {
float: left;
}

.p-detail {
float: right;
    margin-bottom: 10px;
    width: 100%;
    background: #eeeeee7d;
    padding: 3px 15px;
overflow: hidden;
    height: auto;	
}

.p-detail div {
float: right;
    width: auto;
    margin-left:4%;font-size:12px;
}
.p-detail div span ,.p-detail div span a{
font-size:12px;color: #999;cursor: pointer;
}
.p-detail div span:nth-child(1) {
color: #222;font-family:"Estedad"; 
}

.p-detail div span:nth-child(2) {
color: #999;font-family:"Estedad"; 
}

.news-header {
width: 100%;
float: right;
text-align: center;
}

.news-header span {
font-size: 12px;
    color: #999;
    text-align: center;
    width: 100%;
    font-family: 'Estedad';
}
.news-header h1{
font-family:"Estedad";
font-size:20px;
    color: #333;
    text-align: center;
    width: 100%;
	font-weight: bold;
}

.news-header p{
background: #f1f1f1;
    font-size: 14px;
    width: 100%;
    text-align: justify;
    line-height: 25px;
    color: #666;
    font-family: "Estedad";
    height: auto;
    padding: 20px 15px;
}

.news-header.full span {
width: 100%;
}

.news-header.full img {
display: none
}

.p-nt {
float: right;
width: 100%;text-align: justify;
}

.p-nt p {
font: 14px Estedad;
    text-align: justify;
    overflow: hidden;
}


.prin-thumbnail img {
width: 100% !important;
height: auto!important;
}


.p-nt img {
width: 100% !important;
}

.container {
margin-right: auto;
margin-left: auto;
}

.container:after {
clear: both;
}

.container:before, .container:after {
display: table;
content: " ";
}
.copyright{
    width: 100%;
    height: auto;
    padding: 15px 0;
    overflow: hidden;
    color: #999;
}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media only screen and (max-width: 1600px) {
.setting {
position: fixed;
width: 160px;
left: 100px;
}
@media (min-width: 1200px) {
.container {
max-width:1000px;
}
}

@media (max-width: 600px) {
.container {
max-width: 100%;
}
}



.change-font {
width: 100%;
padding: 20px 12px !important;
}

.check-frame > div {
width: 100%;
}

.check-frame {
border-bottom: solid 1px #81858a;
}
}

@media only screen and (max-width: (max-width: 768px) {
.news-header img, .news-header span, .p-logo, .p-detail {
width: 100%;
}
}

@media print {
.news-header span:nth-child(4) {
width: 100%;
}

.p-detail span {
font-size: 11px;
}
}