@charset "utf-8";
/**css reset*/

html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    transition: all 0.4s ease-in-out;
}

body {
    direction: rtl;
    font-family: IRANYekan;
    font-size: 10pt;
    color: #3b0a9b;
    background-color: #ffffff;
    transition: all 0.4s ease-in-out;
    cursor: context-menu;
}

hr {
    background-image: linear-gradient(to left, transparent, #3b0a9b, transparent);
    border: 0;
    height: 1px;
    margin: 10px 0 20px 0;
    box-sizing: content-box;
}

.w100 {
    width: 100%;
}

.container {
    width: calc(100% - 50px);
    max-width: 1260px;
    margin: auto;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.off {
    display: none;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -10000;
}

a {
    color: #072ac8;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #244af7;
    text-decoration: none;
}

.btn_white {
    display: inline-block;
    padding: 7px 28px;
    margin: 0 2px;
    border-radius: 6px;
    color: #072ac8;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);
    cursor: pointer;
    box-sizing: border-box;
}

.btn_white:hover {
    color: #244af7;
}

.btn_purple {
    display: inline-block;
    padding: 7px 28px;
    margin: 0 2px;
    border-radius: 6px;
    color: #ffffff;
    background: #ff1338;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);
    cursor: pointer;
    box-sizing: border-box;
}

.btn_purple:hover {
    color: #ffffff;
    background: #FF4663;
}

.text_btn {
    display: inline-block;
    padding: 7px 28px;
    margin: 0 2px;
    color: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    box-sizing: border-box;
}

.text_btn:hover {
    color: #ccb1e3;
}

.btn_blue_l {
    display: inline-block;
    padding: 7px 28px;
    margin: 0 2px;
    border-radius: 6px;
    color: #ffffff;
    background: #319bd6;
    cursor: pointer;
    box-sizing: border-box;
}

.btn_blue_l:hover {
    color: #ffffff;
    background: #38b1f5;

}

.btn_blue_h {
    display: inline-block;
    padding: 9px 19px;
    margin: 0 2px;
    border-radius: 6px;
    color: #ffffff;
    box-shadow: 0 2px 2px rgba(255, 255, 255, .35), inset 0 2px 2px rgba(255, 255, 255, .35);
    background: #f19e0f;
    cursor: pointer;
    box-sizing: border-box;

}

.btn_blue_h:hover {
    color: #f8f4fe;
    background: #f4b13f;

}

input[type=text],
input[type=password],
textarea {
    padding: 9px 19px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    width: calc(100% - 20px);
    display: block;
    color: #072ac8;
    background: #ffffff;
    font-family: IRANYekan;
    caret-color: #3b0a9b;
}

.alert input[type=text],
.alert input[type=password],
.alert textarea {
    width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
    color: #244af7 !important;
}

.select {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);
    width: calc(100% - 20px);
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
    height: 39px;
    font-family: IRANYekan;
    caret-color: #3b0a9b;
}

.select select {
    display: block;
    width: calc(100% + 20px);
    padding: 9px 19px;
    border: none;
    font-family: IRANYekan;
    box-sizing: border-box;
    background: transparent;
    color: #072ac8;
    caret-color: #3b0a9b;
}

.select i {
    float: left;
    font-size: 22px;
    position: relative;
    top: -30px;
    left: 15px;
    z-index: 1;
}

textarea {
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 150px;
    min-height: 150px;
    max-height: 200px;
    border: none;
}

.box_shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .15), inset 0 2px 2px rgba(0, 0, 0, .15);
}

/**********************************************************/
.header_holder {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.img_back {
    display: block;
    position: relative;
    height: 100vh;
    width: 100%;
    min-height: 800px;
    overflow-x: hidden;
    overflow-y: visible;
}

.img_back .blue_h {
    display: block;
    width: 110%;
    height: 110%;
    background: linear-gradient(to bottom right, #244af7, #3b0a9b);
    border-radius: 50px;
    transform: rotate(10deg);
    position: absolute;
    top: -300px;
    overflow: hidden;
}

.img_back .blue_h .purple1 {
    display: block;
    width: 700px;
    height: 400px;
    background: linear-gradient(to bottom right, #244af7, #640ab2);
    border-radius: 50px;
    transform: rotate(0deg);
    position: absolute;
    top: 280px;
    left: 0;
}

.img_back .blue_h .purple2 {
    display: block;
    width: 700px;
    height: 400px;
    background: linear-gradient(to bottom right, #244af7, #640ab2);
    border-radius: 50px;
    transform: rotate(0deg);
    position: absolute;
    bottom: -60px;
    left: 130px;
}

.archive .img_back {
    display: block;
    position: relative;
    height: 300px;
    min-height: 300px;
    width: 100%;
    overflow: hidden;
}

.archive .img_back .blue_h {
    display: block;
    width: 110%;
    height: 110%;
    background: #3b0a9b;
    border-radius: 50px;
    transform: rotate(5deg);
    position: absolute;
    top: -222px;
    overflow: hidden;
}

.header_holder .site_back {
    display: block;
    width: 100%;
    max-width: 1366px;
    object-fit: cover;
}

.header_holder .header {
    width: 100%;
    padding: 15px;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    box-sizing: border-box;
}

.header_holder .header .logo {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.header_holder .header .logo .img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.header_holder .header .menu {
    display: inline-block;
    width: calc(100% - 350px);
    padding: 10px 20px;
    margin-right: 20px;
    vertical-align: middle;
}

.header_holder .header .menu a {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 10px;
}

.header_holder .header .menu span {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 0;
    font-weight: bold;
    font-size: 12pt;
    margin-right: 10px;
}

.header_holder .header .menu span {
    display: none;
}

.header_holder .header .menu a:hover,
.header_holder .header .menu span:hover {
    color: #ccb1e3;
}

.header_holder .header .register {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}

.header_holder .header .register .btn_white {
    border-radius: 50px;
}

.header_holder .header .register i {
    display: none;
}

.site_title {
    display: block;
    margin-top: 80px;
}

.site_title .monitor {
    display: inline-block;
    vertical-align: top;
    width: calc(40% - 20px);
    max-width: 500px;
}

.header_site_title {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    width: calc(60% - 20px);
    margin-left: 30px;
}

.header_site_title span {
    text-align: right;
    color: #f8f4fe;
}

.header_site_title h1 {
    display: block;
    font-size: 32pt;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0;
    color: #ffffff;
}

.header_site_title .text {
    display: block;
    text-align: justify;
    line-height: 25pt;
    margin-bottom: 25px;
    font-size: 12pt;
    font-weight: 400;
}

.header_site_title .btn_blue_l {
    padding: 15px 50px;
    display: inline-block;
    text-align: center;
    margin-right: 50px;
    border-radius: 25px;
}

.header_site_title .more_btn:hover {
    background: #89898b;
}

.side_menu {
    display: block;
    position: fixed;
    width: 300px;
    height: 100vh;
    overflow: auto;
    background: #ffffff;
    z-index: 998899;
    top: 0;
    right: -300px;
    padding: 10px 20px;
    box-sizing: border-box;
}

.side_menu .item {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #b0a2ca;

}

.side_menu .item a,
.side_menu .item span {
    display: block;
    width: 100%;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
    color: #3b0a9b;
}

.side_menu .item a:hover,
.side_menu .item span:hover {
    background: #b0a2ca;
    color: #ffffff;
}

/**********************************************************/
.circle_holder {
    width: 100%;
    position: relative;
    height: 150px;
    top: -350px;
    left: 0;
    padding: 50px 0;
}

.circle_holder .circle {
    width: 500px;
    border: 2px dashed #f8f4fe;
    height: 500px;
    border-radius: 50%;
    position: absolute;
    left: 100px;

}

.circle_holder .circle .item {
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05), inset 0 5px 10px rgba(0, 0, 0, .05);
}

.circle_holder .circle .item:hover {
    border: 1px solid #640ab2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .25), inset 0 5px 10px rgba(0, 0, 0, .25);
}

.circle_holder .circle .item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 60px;
    padding-top: 22px;
}

.circle_holder .circle .square_s {
    position: absolute;
    left: 100px;
    top: 100px;
    width: 30px;
    height: 30px;
    background: #ccb1e3;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05), inset 0 5px 10px rgba(0, 0, 0, .05);
}

.circle_holder .circle .square_s_r {
    position: absolute;
    right: 100px;
    bottom: 200px;
    width: 30px;
    height: 30px;
    background: #ccb1e3;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05), inset 0 5px 10px rgba(0, 0, 0, .05);
}

.circle_holder .circle .square_l {
    position: absolute;
    left: 100px;
    bottom: 100px;
    width: 45px;
    height: 45px;
    background: #640ab2;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05), inset 0 5px 10px rgba(0, 0, 0, .05);
}

.circle_holder .circle .item_icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 150px;
    height: 150px;
    text-align: center;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05), inset 0 5px 10px rgba(0, 0, 0, .05);
}

.circle_holder .circle .item_icon i {
    display: block;
    padding-top: 40px;
    font-size: 70px;
}

.t_c {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    margin: auto;
}

.l_c {
    position: absolute;
    top: 0;
    left: -40px;
    bottom: 0;
    margin: auto;
}

.r_c {
    position: absolute;
    top: 0;
    right: -40px;
    bottom: 0;
    margin: auto;
}

.b_c {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    margin: auto;
}

/**********************************************************/
.section {
    display: block;
    margin-bottom: 100px;
}

.section .page_title {
    display: block;
    padding: 20px 0;
    margin-bottom: 30px;
}

.section .page_title span {
    display: inline-block;
    padding-bottom: 5px;
    font-size: 26pt;
    font-weight: 600;
    border-bottom: 3px solid #f1c40f;
    min-width: 300px;
}

.section .page_title a {
    float: left;
    margin-top: 15px;
    cursor: pointer;
}

.box_list .page_title span {
    font-size: 18pt !important;
}

.box_list .page_title a i {
    font-size: 26px;
}

.section .service {
    display: block;
    margin: 10px 0;
    background: #f8f4fe;
    border-radius: 6px;
    padding: 15px 20px;
    box-sizing: border-box;
}

.section .service .input {
    display: inline-block;
    vertical-align: middle;
    width: calc(25% - 5px);
    margin-left: 20px;
    height: 100px;
}

.section .service .input .show_cost {
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}

.section .service .input input {
    text-align: center;
}

.section .service .input .btn_input {
    position: relative;
    height: 50px;
    top: -43px;
    left: 0;
    float: left;
    background: #e8dff0;
    border-radius: 6px;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.section .service .input .btn_input img {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.section .service .input .btn_input i {
    display: inline-block;
    margin-top: 5px;
    font-size: 20px;
}

.section .service .input label {
    display: block;
    font-size: 12pt;
    font-weight: 400;
    margin-bottom: 10px;
    cursor: pointer;
}

.section .service .input .input_style {
    padding: 9px 19px;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);
    border-radius: 5px;
    width: 100%;
    display: block;
    color: #072ac8;
    background: #ffffff;
    cursor: pointer;
}

.section .service .btn_blue_h {
    vertical-align: middle;
    padding: 9px 50px;
}

.open_select {
    position: relative;
    top: -40px;
    padding: 0 9px;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    max-height: 500px;
    overflow: auto;
    display: none;
    color: #072ac8;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05), inset 0 2px 2px rgba(0, 0, 0, .05);

    transform: scale(0.9);
    opacity: 0;
}

.open_select .open_select_item {
    display: block;
    width: 100%;
    padding: 4px 10px;
    margin: 10px 0;
    box-sizing: border-box;
    border-radius: 4px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.open_select .open_select_item:hover {
    background: #e8dff0;
}

.open_select .open_select_item span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 35px);
}

.open_select .open_select_item img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.edu {
    background-image: url("../img/edu-back.png");
    background-repeat: no-repeat;
    background-position: left;
    min-height: 730px;
    padding-top: 68px;
    box-sizing: border-box;
}

.edu .page_title i {
    color: #ffffff;
    font-size: 24pt;
}

.edu .item {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px);
    height: 300px;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
    margin-left: 20px;
}

.edu .item :hover {

}

.edu .item:last-child {
    margin-left: 0;
}

.edu .item .edu_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.edu .item .text {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.text_limit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.edu .item .date {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    color: #b0a2ca;
}

.edu .item .btn_purple {
    float: left;
    margin-left: 10px;
}

.holder_scroll_btn {
    display: inline-block;
    vertical-align: middle;
}

.holder_scroll_btn i {
    font-size: 30pt;
    cursor: pointer;
    position: relative;
    z-index: 999;
    color: #b0a2ca;
}

.holder_scroll {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 55px);
    overflow: hidden;
    z-index: 0;
    height: 440px;
}

.blog .item {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    height: 400px;
    background: transparent;
    overflow: hidden;
    border-radius: 6px;
    margin: 20px 5px;
}


.blog .item:hover {
    background: #ffffff;
    box-shadow: 0 0 20px rgba(102, 102, 102, 0.35);
}

.blog .item .img {
    display: block;
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 6px;
}

.blog .item .item_title {
    background: #072ac899;
    position: absolute;
    bottom: 85px;
    margin: auto;
    right: 0;
    left: 0;
    height: 75px;
    border-radius: 0 0 6px 6px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.blog .item:hover .item_title {
    height: 150px;
}

.blog .item .item_title span,
.blog .item .item_title .text_limit {
    display: block;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 14pt;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #7f8c8d;
}

.blog .item .item_title p {
    color: #ffffff;
    font-weight: 400;
}

.blog .item .detail {
    display: block;
    margin: 25px 0;
}

.blog .item .detail .date {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.blog .item .detail .btn_purple {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.blog .archive {
    width: calc(33% - 11px);
    margin: 5px;
}

/***************************************/
.footer_img_back {
    display: block;
    position: relative;
    height: 513px;
    width: 100%;
    overflow: hidden;
}

.footer_img_back .blue_h {
    display: block;
    width: 110%;
    height: 110%;
    background: #072ac8;
    border-radius: 50px;
    transform: rotate(-2deg);
    position: absolute;
    bottom: -180px;
    overflow: hidden;
}

.footer {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.footer .footer_box {
    display: block;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
}

.footer_link,
.footer_address {
    display: inline-block;
    vertical-align: top;
    min-height: 250px;
    width: calc(33% - 5px);
    padding: 30px 10px;
    box-sizing: border-box;

}

.footer_archive_address {
    display: inline-block;
    vertical-align: top;
    height: 240px;
    width: calc(33% - 50px);
    position: relative;
    top: -300px;
    padding: 10px;
}

.footer_link span,
.footer_link a,
.footer_archive_address span,
.footer_address span,
.footer_address a {
    display: block;
    color: #f6f6f4;
    font-size: 10pt;
}

.footer_address a:hover {
    margin-right: 5px;
}

.footer_link .h1,
.footer_archive_address .h1,
.footer_address .h1 {
    margin-bottom: 25px;
    font-size: 18pt;
    font-weight: bold;
}

.footer_link .h4,
.footer_archive_address .h4,
.footer_address .h4 {
    margin-bottom: 10px;
    cursor: pointer;
}


.footer_link .h4:hover,
.footer_archive_address .h4:hover,
.footer_address .h4:hover {
    margin-right: 5px;
}

.social_link {
    margin-top: 35px;
    padding: 0 15px;
}

.social_link a {
    display: inline-block;
    background: #ff1338;
    padding-top: 8px;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
    margin-top: 5px;
    box-shadow: 0 2px 2px rgba(100, 10, 78, .10);
}

.social_link a:hover i {
    color: #747476;
}

.social_link a i {
    cursor: pointer;
    font-size: 14pt;
    color: #f8f4fe;
    margin-top: 3px;
}

/*************************************************************************/
.copy_right {
    width: calc(100% - 80px);
    padding: 10px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    margin: auto;
    border-top: 1px solid #ccb1e3;
}

.copy_right .title {
    font-weight: 300;
    padding-top: 15px;
    font-size: 8pt;
}

.copy_right a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    font-size: 14pt;
}

.copy_right a:hover {
    color: #ccb1e3;
}

/**********************************************************/
.page_number {
    display: block;
    margin: 25px auto;
    text-align: center;
}

.page_number a {
    display: inline-block;
    margin-left: 10px;
    padding-top: 6px;
    font-size: 12pt;
    border-radius: 25px;
    width: 35px;
    height: 35px;
    color: #b0a2ca;
    text-align: center;
    font-weight: bold;
    border: 2px solid #b0a2ca;
    box-sizing: border-box;
    cursor: pointer;
}

.page_number a:hover {
    background: #640ab2;
    color: #ffffff;
}

.page_number .select {
    background: #640ab2 !important;
    color: #ffffff !important;
    border: 2px solid #b0a2ca !important;

}

/**********************************************************/
.post_item_single {
    display: block;
    width: calc(100% - 15px);
    margin: 35px auto;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px;
}

.post_item_single .date {
    float: left;
    left: 25px;
    position: relative;
    top: -490px;
    background: #244af7aa;
    color: #ffffff;
    z-index: 98898;
    padding: 3px 15px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.35);
}

.post_item_single .main_image {
    display: block;
    width: 100%;
    max-height: 500px;
    border-radius: 25px;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.15);
}

.post_item_single .details img {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 15px 0;
    border-radius: 25px;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(102, 102, 102, 0.15);
}

.post_item_single .details {
    padding: 10px 0;
}

.post_item_single .details a {
    margin: 5px 10px;
}

.post_item_single .details .author img {
    vertical-align: middle;
    width: 30px;
    height: 30px;
}

.post_item_single .details .author .name {
    font-size: 10pt;
    vertical-align: middle;
    margin-right: 5px;
}

.post_item_single .details .title {
    display: block;
    font-weight: bold;
    font-size: 14pt;
    padding-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #2b2b2d;
}

.post_item_single .details .title:hover {
    color: #1abc9c;
}

.post_item_single .details .text {
    text-align: justify;
    display: inline-block;
    line-height: 1.7;
    color: #747476;
    margin: 0 10px;
    font-size: 12pt;
}

/**********************************************************/
.panel_box {
    display: block;
    border-radius: 6px;
    padding: 20px 0;
    box-sizing: border-box;
}

.panel_box .side {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.panel_box .box_main {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 306px);
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid #a0a0a2;
}

.panel_box .box_main .label {
    display: block;
    font-size: 12pt;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #3A3A3A;
}

.panel_box .box_main .w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 5px);
}

.panel_box .box_main .btn_blue_l,
.panel_box .box_main .btn_blue_h {
    display: block;
    margin-top: 15px;
    width: 150px;
}

.panel_box .box_main .meli {
    display: block;
    width: calc(100% - 20px);
    max-width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 25px;
    cursor: pointer;
    margin: 10px 0;
}

.panel_box .box_main .message_customer,
.panel_box .box_main .message_user {
    display: block;
    width: calc(100% - 20px);
    border-radius: 15px;
    margin: 10px 0;
    padding: 15px;
    box-sizing: border-box;
    background: #244af711;
}

.panel_box .box_main .message_user {
    background: #2d8ac711;
}

.panel_box .box_main .message_customer .name,
.panel_box .box_main .message_user .name {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 11pt;
}

.panel_box .box_main .message_customer .text,
.panel_box .box_main .message_user .text {
    display: block;
    margin-top: 15px;
    text-align: justify;
}

.user {
    padding: 15px;
    margin-bottom: 30px;
}

.user_detail {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.user_detail img {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
    height: 90px;
    object-fit: cover;
}

.user_detail .user_name {
    display: block;
    vertical-align: top;
    font-weight: bold;
    font-size: 14pt;
    margin-right: 20px;
    margin-top: 15px;
}

.user_detail .user_id {
    display: block;
    vertical-align: top;
    font-weight: bold;
    font-size: 10pt;
    margin-right: 20px;
    margin-top: 15px;
    color: #b0a2ca;
}

.user_detail .btm {
    display: block;
    vertical-align: bottom;
    background: #747476;
    padding: 3px 35px;
    margin: 10px 15px;
    border-radius: 25px;
    color: #f9f9fa;
    cursor: pointer;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.user_detail .btm:hover {
    background: #2b2b2d;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.70);
}

.user_detail .btm i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: #f9f9fa;
}

.panel_menu {
    display: block;
    margin-bottom: 30px;
    overflow: auto;
}

.panel_menu .item_menu {
    display: block;
    padding: 15px;
    background: transparent;
    color: #747476;
    cursor: pointer;
    font-size: 14pt;
}

.panel_menu .close_panel_menu {
    display: none;
}

.panel_menu_btn {
    display: none;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #244af7;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding-top: 7px;
}

.panel_menu .item_current,
.panel_menu .item_menu:hover {
    background: #f1c40f;
    color: #f9f9fa;
}

.panel_menu .item_menu span {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    background: #3b0a9b;
    border: solid 1px #f9f9fa;
    color: #f9f9fa;
    border-radius: 50px;
    font-size: 8pt;
    padding: 2px 10px;
}

.panel_menu .item_menu i {
    margin-left: 15px;
}

.site_detail {
    display: block;
    margin-bottom: 50px;

}

.site_detail .item_menu {
    display: inline-block;
    width: calc(33% - 21px);
    vertical-align: top;
    margin: 15px 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 25px 25px 6px 6px;
    overflow: hidden;
    background: #3b0a9b;
}

.site_detail .item_menu .h1 {
    display: block;
    font-size: 13pt;
    font-weight: bold;
    padding: 20px 5px;
    box-sizing: border-box;
    background: #3b0a9b;
    color: #ffffff;
}

.site_detail .item_menu .h4 {
    display: block;
    font-size: 18pt;
    font-weight: bold;
    background: #ffffff;
    padding: 45px 0;
    box-sizing: border-box;
    border-radius: 25px 25px 0 0;
}

.site_detail .c_r .h1,
.site_detail .c_r {
    background: #710800;
}

.site_detail .c_r .h4 {
    color: #710800;
}

.site_detail .c_g .h1,
.site_detail .c_g {
    background: #00454a;
}

.site_detail .c_g .h4 {
    color: #00454a;
}

.box_list {
    padding: 10px;
}

.list_header {
    height: 45px;
    border-bottom: 2px solid #1abc9c;
}

.btn_list {
    float: left;
    padding: 5px 40px;
    border-radius: 35px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
    color: #2b2b2d;
    font-weight: bold;
    font-size: 12pt;
    text-align: center;
    cursor: pointer;
}

.btn_list:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

.box_list .list_item {
    cursor: pointer;
    padding: 5px 5px;
    font-weight: 300;
    box-sizing: border-box;
    color: #b0a2ca;
    border-bottom: 1px solid #b0a2ca;
}

.box_list .list_item:last-child {
    border-bottom: 0;
}

.box_list .list_item:hover {
    background: rgba(33, 255, 210, 0.06);
}

.box_list .unread {
    font-weight: 600;
    color: #3b0a9b;
}

.box_list .list_item span {
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.eye {
    font-size: 14pt;
    padding: 5px;
    cursor: pointer;
}

.eye:hover {
    color: #1abc9c;
}

.table_vaz_g,
.table_vaz_r,
.table_vaz_w {
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    box-sizing: border-box;
    width: calc(100% - 5px);
    margin-left: 5px;
}

.table_vaz_g {
    background: #00c689;
    color: #ffffff;
}

.table_vaz_r {
    background: #e74c3c;
    color: #ffffff;
}

.table_vaz_w {
    color: #f39c12;
    border: 1px solid #f39c12;
}

/*******************************************************/

@media screen and (max-width: 1200px) {
    .section .service .input {
        width: calc(33% - 16px);
        margin-left: 15px;

    }

    .section .service .btn_blue_h {
        margin: auto;
        display: block;
        width: 250px;
        text-align: center;
    }
}

@media screen and (max-width: 950px) {
    .header_holder .menu a,
    .archive_header .menu a {
        display: none;
    }

    .header_holder .header .menu span,
    .archive_header .header .menu span {
        display: inline-block;
    }

    .edu .item {
        width: calc(50% - 13px);
        margin: 5px;
    }

    .blog .archive {
        width: calc(50% - 14px);
    }

    .panel_box .side {
        display: block;
        position: fixed;
        top: 0;
        right: -300px;
        height: 100vh;
        background: #f9f9fa;
        z-index: 11;
    }

    .panel_box .box_main {
        width: 100%;
    }

    .panel_menu_btn {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .img_back .blue_h {
        transform: rotate(4deg);
        top: -150px;
    }

    .container {
        width: calc(100% - 20px);
    }

    .site_title {
        margin-top: 50px;
    }

    .site_title .monitor {
        display: block;
        width: 100%;
    }

    .header_site_title {
        display: block;
        width: 100%;
    }

    .header_site_title .text {
        overflow: hidden;
    }

    .circle_container {
        /*display: none;*/
    }

    .img_back {
        height: 80vh;
    }

    .holder_scroll {
        width: 100%;
        overflow: auto;
    }

    .holder_scroll_btn {
        display: none;
    }

    .holder_scroll .scroller {
        width: calc((100vw - 105px) * 10) !important;
    }

    .footer_img_back {
        height: 1000px;
    }

    .footer_img_back .blue_h {
        transform: rotate(0deg);
    }

    .footer .footer_box {
        text-align: center;
    }

    .footer_link,
    .footer_address {
        display: block;
        width: 100%;
    }

    .link_title .h4 {
        display: inline-block !important;
        margin-left: 10px;
    }

    .circle_holder {
        position: unset;
        height: 150px;
        padding: 20px 0;
        box-sizing: border-box;
    }

    .circle_holder .circle {
        width: 100%;
        border: none;
        border-bottom: 2px dashed #f8f4fe;
        height: auto;
        padding-bottom: 20px;
        border-radius: 0;
        position: relative;
        text-align: center;
        margin: auto;
        left: 0;
        right: 0;
        top: -130px;
    }

    .circle_holder .circle .square_s,
    .circle_holder .circle .square_s_r,
    .circle_holder .circle .square_l,
    .circle_holder .circle .item_icon {
        display: none;
    }

    .circle_holder .circle .item {
        display: inline-block;
        vertical-align: middle;
        margin: 10px;
    }

    .r_c,
    .b_c,
    .t_c,
    .l_c {
        position: unset;
        margin: auto;
    }

    .section .page_title span {
        font-size: 20pt;
    }

    .post_item_single {
        padding: 20px 0;
    }

    .post_item_single .date {
        top: -440px;
    }

    .site_detail .item_menu {
        width: 100%;
    }
}

@media screen and (max-width: 680px) {
    .section .service .btn_blue_h,
    .section .service .input {
        width: 100%;
        margin-left: 0;
    }

    .blog .archive {
        width: calc(100% - 10px);
    }

    .section .page_title span {
        font-size: 18pt;
    }

    .post_item_single .date {
        top: -400px;
    }

    .box_list .list_item span {
        display: block;
        margin-bottom: 5px;
        text-overflow: unset;
        overflow: unset;
        white-space: unset;
        width: 100% !important;
    }

    .panel_box .box_main .w50 {
        display: block;
        width: 100%;
    }

}

@media screen and (max-width: 550px) {
    .header_holder .header .logo {
        width: 50px;
    }

    .header_holder .header .menu {
        width: calc(100% - 155px);
        padding: 10px 0;
        margin-right: 5px;
    }

    .header_holder .header .register {
        width: 90px;
    }

    .header_holder .header .register .text_btn,
    .header_holder .header .register .btn_white {
        padding: 5px 10px;
    }

    .register span {
        display: none;
    }

    .header_holder .header .register i {
        display: inline-block;
    }

    .edu .item {
        width: calc(100% - 10px);
        margin: 5px;
    }

    .edu .page_title i {
        color: #244af7;
    }

    .post_item_single .date {
        top: -320px;
    }
}

@media screen and (max-width: 490px) {

    .blog .item {
        width: calc(100vw - 120px);
    }

    .post_item_single .date {
        top: -250px;
    }
}