:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --primary-light: #8abdff;
--primary: #6d5dfc;
--primary-dark: #5b0eeb;
--white: #FFFFFF;
--greyLight-1: #E4EBF5;
--greyLight-2: #c8d0e7;
--greyLight-3: #bec8e4;
--greyDark: #9baacf;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*Reset*/
html, body{
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #1f4568;
  font-size: 14px;
}

body{
background-image: url("../img/bg.png");
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center;
}
a
{
	text-decoration:none;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
        font-size: inherit;
        line-height: inherit;
        font-family: inherit;
    color: inherit;
}
body, header, section, footer, div, h1, h2, h3, h4, h5, h6, form, input, textarea, select, fieldset, legend, img, a, b, span, font, sup, sub, table, th, td {
    transition: all 0.5s !important;
    background-size: cover !important;
    box-sizing: border-box !important;
    outline: none !important;
    object-fit: cover !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.h2, h2 {
    font-size: 30px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.container {
    width: 85%;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*menu header*/
.header{
	padding: 30px 25px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:100;
}
.header__elenco {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header__menu {
    float:right;
	margin-top:15px;
}
.header__el{
    padding: 0 25px;
    display: inline-block;
}
.header__img{
  display: inline-block;
  vertical-align: middle;
  height:45px;
}
.header__logo span,.log__header__logo span, .footer__light{
	font-size:10px;
	display:block;
}
.header__logo, .header__menu{
  display: inline-block;
  vertical-align: middle;
}
.header__title{
  font-size: 18px;
  margin: 0;
  margin-left: 15px;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  color:#f2f3f4;
}

.header__light{
  color: #ffcb05;
}
.header__link{
  color: #f2f3f4;
  font-size: 14px;

}
.header__link:hover{
  text-decoration: none;
  color:#ffcb05;
}

.price-box__wrap:hover .btn {
  box-shadow: 0px 25px 18px -6px rgba(0, 0, 0,0.2);
}

.btn--revert{
    background-color:transparent;
    color: #8198ae;
    box-shadow: none;
    border:1px solid #c9d9e9;
}

.btn--revert:hover{
    background-color:transparent;
    color: #1f4568;
    box-shadow: none;
    border:1px solid #8198ae;
}

.btn--primary {
	background-color:#faa61a;
}

.btn--green {
	background-color:var(--success);
}

.btn--purple {
    background-color: #8a3aff;
}

.btn--purple:hover{
    background-color: #b284f6;
}

.btn--violet {
    background-color: #6f79ff;
}
.btn--violet:hover {
    background-color: #878ef3;
}

.btn--blue {
    background-color: #3a9fff;
}
.btn--blue:hover {
    background-color: #63b2fc;
}
.btn--width{
  width: 120px;
}

.btn--white{
  background-color: #fff;
  border: 1px solid #ededed;
  color: #8198ae;
}

.btn--white:hover{
  background-color: #fff;
  color: #8198ae;
}

.navbar-toggle .icon-bar{
  background: #e5e642;
}
.navbar-toggle {
    margin: 5px 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle {
    display: none;
}
.slide2{
	position: relative;
    width: 100%;
    height: 105px;
    background: #015399;
}
.slide--,.slide-inner,.slide-item
{
	position: relative;
    width: 100%;
    height: 100vh;
    color: white;
    overflow: hidden;
}
.slide-item
{
    animation: fadein 0.5s;
}
.slider-text-container
{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35%;
	color: white;
	padding: 40px 120px;
	
	font-size: 32px;
}
.slide-number-container {
    position: relative;
    overflow: hidden;
    height: 43px;
    display: block;
    opacity: 0;
	font-family: "Roboto", sans-serif;
}
.number-wrap {
    width: 100%;
    position: relative;
}
.slide-number {
    font-size: 40px;
    position: relative;
    display: block;
    width: 80px;
    font-weight: 700;
}
.slide-number-small {
    font-size: 20px;
    position: absolute;
    top: 0px;
    left: 48px;
}
.slide-title-container {
    position: relative;
    margin: 30px 0;
}
.title-wrap {
    
}
.slide-title {
    font-size: 75px;
    margin: 0;
	font-family: "GothamBold", sans-serif;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0);
}
.slide-desc
{
	position:relative;
	font-size:20px;
}
.article-pre__col{
  padding:0 30px;
  margin-bottom:30px;
  padding-top: 6px;
  position:relative;
}
.article-pre__col::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -2rem;
    left: 0;
    margin: -1rem;
	
    border-radius: 10px;
    overflow: hidden;
    z-index: -1;
    background: #dfe8ec;
    -webkit-clip-path: inset(4rem 1.5rem 2.5rem 9rem round 10px);
    clip-path: inset(4rem 1.5rem 2.5rem 9rem round 10px);
    contain: strict;
    -webkit-transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: -webkit-clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s;
    transition: clip-path 0.3s ease 0.1s, -webkit-clip-path 0.3s ease 0.1s;
}
.article-pre__col:hover::after 
{
	
    -webkit-clip-path: inset(0 0 0 0 round 10px);
    clip-path: inset(0rem 1.5rem 2.5rem 1.5rem round 10px);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.article-pre__col:hover .article-pre__desc
{
	padding-left:0;
}
.article-pre__img {
    height: 0;
    background-position: center;
    background-size: cover;
    padding-bottom: 55%;
    border-radius: 6px;
  box-shadow: 0 4px 10px 2px rgba(0,0,0,0.3);
  transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-ms-transition: all 0.4s;
-o-transition: all 0.4s;
}

.article-pre:hover .article-pre__img {
  box-shadow: 0px 10px 13px 4px rgba(0, 0, 0,0.2);
}

.article-pre:hover {
  text-decoration:none;
}
.article-pre__info {
    font-size: 16px;
    color: #8198ae;
  margin: 0;
padding: 25px 25px 0 25px;
}
.article-pre__inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

}
.article-pre
{
    position: relative;
    display: block;
}
.article-pre__desc{
	overflow:hidden;
	padding-left:100px;
}
.article-pre__date {
    background: #f1f4fb;
	padding:20px 13px;
	text-transform: uppercase;
	border-radius:6px 0 6px;
	display: inline-block;
	text-align:center;
	position:absolute;
	color:#1f4568;
	top:0;
	font-size:10px;
}
.article-pre__date h1{
	display:block;
	font-size:20px;
	margin:0;
	margin-bottom:5px;
	font-family:GothamBold;
}
.article-pre__title {
font-size: 20px;
color: #1f4568;
margin: 0;
padding: 15px 25px;
}

.article-pre__arrow--purple{
  color: #8a3aff;
}
.event__img{
	position: relative;
	border-radius:6px;
	margin: 20px 30px;
	width: 180px;
	height: 270px !important;
	overflow: hidden;
	box-shadow: 0 4px 10px 2px rgba(0,0,0,0.3);
	transform-origin: center top;
	transform-style: preserve-3d;
	transform: translateZ(0);
	transition: 0.3s !important;
}
.event__container{
    display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.event__img img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.event__img:hover{
	box-shadow: 0px 5px 9px 0px rgba(0, 0, 0,0.5);
	transform: translateY(-3px) scale(1.05) rotateX(15deg);
	cursor:pointer;
}
.event__img::after{
    content: '';
	position: absolute;
    z-index: 10;
    width: 200%;
    height: 100%;
    top: -90%;
    left: -20px;
    opacity: 0.1;
    transform: rotate(45deg);
    background: linear-gradient(to top, transparent, #fff 15%, rgba(255,255,255,0.5));
    transition: 0.3s;
}
.event__img:hover::after{
	transform: rotate(25deg);
	top: -40%;
	opacity: 0.15;
}
.event__img figcaption{
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	padding-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	background: none;
	color: #fff;
	transform: translateY(100%);
	transition: 0.3s;
	position: absolute;
}
.event__img:hover figcaption{
	transform: none;
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(155, 151, 151));
	
}
.row--margin {
    margin-top: 45px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.log__sect__all .row__title{
	font-weight: 600;
}
.row__title {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    margin-top: 0px;
}
.row__sub {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin: 0px;
    color: #8198ae;
}
.row--center {
    max-width: 1000px;
    margin: 0 auto;
}
.col2
{
	column-count: 2;
	column-gap: 20px;
}
.col3
{
	column-count:3;
	column-gap: 10px;
}
.col3 .article-pre__col::after
{
	clip-path: inset(4rem 1.5rem 2.5rem 6rem round 10px);
}
.col3 .article-pre__col:hover::after{
	-webkit-clip-path: inset(0 0 0 0 round 10px);
	clip-path: inset(0rem 1.5rem 2.5rem 1.5rem round 10px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.col3 .article-pre__desc{
	padding-left:25px;
}
.col3 .article-pre__info{
	font-size:13px;
	padding: 25px 0 0 40px;
}
.col3 .article-pre__title{
	font-size:18px;
	padding: 15px 0 15px 40px;
}
.col3 .article-pre__col
{
	margin-bottom:55px
}
.col4
{
	column-count: 4;
	column-gap: 10px;
}
.col4 .article-pre__date
{
	padding:10px 6.5px;
	font-size:8px
}
.col4 .article-pre__date h1
{
	font-size:15px;
}
.col4 .article-pre__desc{
	padding-left:30px;
}
.col4 .article-pre__info{
	font-size:11px;
	padding: 25px 10px 0 10px;
}
.col4 .article-pre__title{
	font-size:16px;
	padding: 15px 10px;
}
.col4 .article-pre__col::after
{
	clip-path: inset(4rem 1.5rem 2.5rem 5rem round 10px);
}
.col4 .article-pre__col:hover::after{
	-webkit-clip-path: inset(0 0 0 0 round 10px);
	clip-path: inset(0rem 1.5rem 2.5rem 1.5rem round 10px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.col4 .article-pre__col
{
	margin-bottom:50px
}
.col5
{
	column-count: 5;
	column-gap: 45px;
}
.col5 .article-pre__col::after
{
	clip-path: inset(4rem 1.5rem 2.5rem 6rem round 10px);
}
.col5 .article-pre__col:hover::after{
	-webkit-clip-path: inset(0 0 0 0 round 10px);
	clip-path: inset(0rem 1.5rem 2.5rem 1.5rem round 10px);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.col5 .article-pre__desc{
	padding-left:25px;
}
.col5 .article-pre__info{
	font-size:13px;
	padding: 25px 0 0 40px;
}
.col5 .article-pre__title{
	text-align:center;
	font-size:18px;
	padding: 15px 0 15px 40px;
}
.col5 .article-pre__col
{
	margin-bottom:55px
}
.article-pre__col:hover .article-pre__info,.article-pre__col:hover .article-pre__title{
	padding-left:0;
	padding-right:0;
}
.sect--white {
    background-color: #fff;
}
.sect {
    padding: 90px 0;
        padding-top: 90px;
    position: relative;
}
.sect--padding-bottom {
    padding-bottom: 115px;
}
.sect--no-padding {
    padding-top: 0;
}
.partner {
    margin-bottom: 15px;
    text-align: center;
}
.partner_img {
    width: 160px;
    opacity: 0.5;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.col-md-3 {
    width: 25%;
}

.row__carousel {
    display: inline-block;
    float: none;
    border-radius: 6px;
}
.col-md-8 {
    width: 66.66666667%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.carousel {
    position: relative;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators {
    width: auto;
    margin: 0;
    right: 68px;
    text-align: right;
    top: 72px;
    left: auto;
    bottom: auto;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators li {
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #8198ae;
    margin-right: 8px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
        margin-right: 0px;
    background-color: #fff;
}
.carousel-indicators li.active {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 3px solid #6f79ff;
    margin-right: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner {
    margin-top: -25px;
}
.item {
    text-align: left;
    position: relative;
    padding: 25px 15px 0px 25px;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .item.active, .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.item__content {
    padding: 40px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0px rgba(0,0,0,0.2);
    background-color: #fff;
    position: relative;
    height: 305px;
}
.item__img {
    display: inline-block;
}
.item__img {
    width: 25px;
    margin-right: 10px;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}
.item__name {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
    font-weight: 700;
}
.item__description {
    margin-top: 35px;
    color: #8198ae;
    line-height: 23px;
}
.item__avatar {
    height: 45px;
    width: 45px;
    background-image: url("https://static.pexels.com/photos/428333/pexels-photo-428333.jpeg");
    background-size: cover;
    border-radius: 50%;
    margin: 50px auto 15px auto;
}
.item__people {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}
.item__occupation {
    font-size: 14px;
    color: #8198ae;
    text-align: center;
}
.carousel-control {
    opacity: 1;
    background-image: none !important;
}
.carousel-control.left {
    left: -100px;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: -100px;
}
.row--text-center {
    text-align: center;
}
.carousel-control.left .carousel-control__img {
    left: 0;
}
.carousel-control__img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
}
.carousel-control.right .carousel-control__img {
    right: 0;
}
.carousel-control__img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
}
.sect--violet {

    background-color: #6f79ff;

}
.career-img {
    position: absolute;
    bottom: 0;
    width: 65%;
    z-index: 0;
    left: 20%;
}
.career_title {
    color: #fff;
    font-size: 28px;
}
.career_sub {
    font-size: 22px;
    color: #c7cbff;
    margin-top: 0;
    margin-bottom: 30px;
}
.footer {
    background-color: #1f4467;
	padding: 40px 0;
	position:relative;
}
.footer__title {
    font-size: 18px;
    margin: 0;
        margin-left: 0px;
    margin-left: 0px;
    margin-left: 10px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
}
.footer__light {
    color: #ffcb05;
}
.footer__item
{
	position: absolute;
	top: 0;
}
.footer__logo
{
	left: 0;
}
.footer__social
{
	top: 6px;
	right: 0;
	text-align:right;
}
.footer__social-l img
{
	
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.partner_img:hover {
    transform: scale(1.08, 1.08);
    opacity: 0.9;
}
.item__content::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
    bottom: -20px;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    filter: drop-shadow(0px 7px 4px rgba(0,0,0,.2));
}
.slide-title
{
	color:#fff;
	font-weight: bold;
}
.slider-text-container,.slide-info-text
{
	color:#fff;
}
@keyframes fadein
{
    0%{opacity:0.5;transform:scale(1.5,1.5);}
    100%{opacity:1;transform:scale(1,1);}
}
@keyframes pop
{
    0%{transform:scale(0.5,0.5);}
    100%{transform:scale(1,1);}
}
.footer__img
{
	height:25px;
}
#warp{
	padding:0;
}
#slider {
  
  margin: 0 auto 10px;
  padding:0;
}
ol, ul {
    list-style: none;
}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,.slick-next:before
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slide__item {
  width: 100%;
  max-width: 400px;
}
.slide__item img {
  width: 100%;
}
.slick-prev::before, .slick-next::before {
	color:#1f4568 !important;
}




.likes, .year-book, .author, .main-menu, .profile-menu, .profile, .browse-category, .browse, .header {
  display: flex;
  align-items: center;
}

.book-store {
  
  overflow: hidden;
  height:
}


.browse-category {
  border-right: 1px solid var(--border-color);
  white-space: nowrap;
}
.browse-category svg {
  width: 16px;
  margin: 2px 10px 0 8px;
}

.header-title {
  font-size: 16px;
  font-weight: 400;
  margin-right: 120px;
}
.header-title span {
  font-weight: 500;
  color: var(--body-color);
}

.user-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 15px;
}

.user-profile {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.user-profile:before {
  content: "";
  position: absolute;
  background-color: #f86d72;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--theme-bg-color);
  right: 12px;
  top: -3px;
  border: 2px solid #fff;
}

.profile {
  flex-shrink: 0;
}
.profile-menu {
  border-left: 1px solid var(--border-color);
}
.profile svg {
  width: 16px;
  margin: 0 8px 0 15px;
  flex-shrink: 0;
}

.book-slide {
  width: 100%;
}

.book {
  background: transparent;
}
.flickity-slider {
    transition: unset !important;
}
.book-cell {
  position: relative;
  display: flex;
  padding: 25px;
  width: 40%;
  height: 250px;
  margin-right: 1px;
  transition: unset !important;
}
.book-cell:nth-child(1) {
  background-color: #fbadaf;
}
.book-cell:nth-child(2) {
  background-color: #a4e0eb;
}
.book-cell:nth-child(3) {
  background-color: #edb9d6;
}
.book-cell:nth-child(4) {
  background-color: #fdca95;
}
.book-cell:nth-child(5) {
  background-color: #cbb5e2;
}

.flickity-page-dots {
  display: none;
}

.flickity-prev-next-button .arrow {
  fill: #d6d6d6;
}

.flickity-prev-next-button svg {
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-prev-next-button.previous {
  left: 15px;
}
.flickity-prev-next-button.next {
  right: 15px;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

.flickity-viewport {
  overflow: visible;
}

.book-photo {
  width: 180px;
  flex-shrink: 0;
  bottom: -35px;
  left: 35px;
  border-radius: 2px;
  box-shadow: -2px 6px 19px 0px #7f818e;
  transition: 0.3s ease;
}
.book-photo:hover {
  transform: scale(1.03);
}
.flickity-viewport
{
	height:330px !important;
}
.book-img {
  flex-shrink: 0;
  position:absolute;
}

.book-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.book-title {
  color: #ffffff;
  font-weight: 600;
}

.book-author {
  margin-top: 3px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.book-content {
  padding: 0 20px;
  color: #ffffff;
  overflow: hidden;
  margin-left: 185px;
}

fieldset,
label {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}

h1 {
  font-size: 0.5em;
  margin: 10px;
}

.rating {
  border: none;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin-right: 5px;
  margin-top: 10px;
  font-size: 0.9em;
  font-family: FontAwesome;
  display: inline-block;
  content: "";
}

.rating > label {
  color: #fff;
  float: right;
}

.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
  color: #d85d61;
}

.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label {
  color: #d85d61;
}

.blue > input:checked ~ label,
.blue:not(:checked) > label:hover,
.blue:not(:checked) > label:hover ~ label {
  color: #458997;
}

.blue > input:checked + label:hover,
.blue > input:checked ~ label:hover,
.blue > label:hover ~ input:checked ~ label,
.blue > input:checked ~ label:hover ~ label {
  color: #458997;
}

.purple > input:checked ~ label,
.purple:not(:checked) > label:hover,
.purple:not(:checked) > label:hover ~ label {
  color: #a76287;
}

.purple > input:checked + label:hover,
.purple > input:checked ~ label:hover,
.purple > label:hover ~ input:checked ~ label,
.purple > input:checked ~ label:hover ~ label {
  color: #a76287;
}

.yellow > input:checked ~ label,
.yellow:not(:checked) > label:hover,
.yellow:not(:checked) > label:hover ~ label {
  color: #ffad58;
}

.yellow > input:checked + label:hover,
.yellow > input:checked ~ label:hover,
.yellow > label:hover ~ input:checked ~ label,
.yellow > input:checked ~ label:hover ~ label {
  color: #ffad58;
}

.dark-purp > input:checked ~ label,
.dark-purp:not(:checked) > label:hover,
.dark-purp:not(:checked) > label:hover ~ label {
  color: #905587;
}

.dark-purp > input:checked + label:hover,
.dark-purp > input:checked ~ label:hover,
.dark-purp > label:hover ~ input:checked ~ label,
.dark-purp > input:checked ~ label:hover ~ label {
  color: #905587;
}

.book-voters {
  color: #fff;
  vertical-align: sub;
  font-size: 13px;
  white-space: nowrap;
  margin-top: 10px;
}

.book-sum {
  margin-top: 20px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.book-see {
  margin-top: 25px;
  text-align: center;
  background-color: #fff;
  color: #fbadaf;
  font-weight: 600;
  padding: 8px;
  font-size: 14px;
  width: 160px;
  border-radius: 20px;
}
.book-see:hover {
  color: #ff6e72;
}
.book-see.book-blue {
  color: #a4e0eb;
}
.book-see.book-blue:hover {
  color: #22cdec;
}
.book-see.book-pink {
  color: #edb9d6;
}
.book-see.book-pink:hover {
  color: #ff6dbe;
}
.book-see.book-yellow {
  color: #fdca95;
}
.book-see.book-yellow:hover {
  color: #fb9124;
}
.book-see.book-purple {
  color: #cbb5e2;
}
.book-see.book-purple:hover {
  color: #a764ec;
}

.main-wrapper {
  width: 100%;
  display: flex;
  flex-grow: 1;
  margin-top: 100px;
  overflow: hidden;
}

.books-of {
  width: 320px;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
  flex-shrink: 0;
}

.popular-books {
  flex-grow: 1;
  padding: 0 30px 50px;
  overflow-y: auto;
}

.genre {
  font-weight: 500;
  font-size: 15px;
}

.main-menu {
  white-space: nowrap;
  padding-bottom: 15px;
  border-bottom: 1px solid #dcddde;
  position: sticky;
  top: 0;
  right: 0;
  background-color: var(--page-bg-color);
  z-index: 2;
}

.book-types {
  margin-left: auto;
}
.book-types a {
  text-decoration: none;
  color: var(--body-color);
  font-size: 14px;
}

.book-type + .book-type {
  margin-left: 20px;
}

.book-type {
  position: relative;
  transition: 0.2s;
}
.book-type.active, .book-type:hover {
  -webkit-text-stroke: 0.3px;
}
.book-type.active:before, .book-type:hover:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 2px;
  bottom: -17px;
  right: 15px;
  background-color: #67d4ea;
  box-shadow: 0px -1px 5px 0px #67d4ea;
}
.book-type:nth-child(2):before {
  right: 12px;
}
.book-type:nth-child(3):before {
  right: 8px;
}
.book-type:nth-child(4):before {
  right: 6px;
}
.book-type:nth-child(5):before {
  right: 20px;
}

.week {
  padding: 0 30px;
}

.author + .author {
  margin-top: 20px;
}
.author-name {
  font-size: 14px;
}
.author:last-child {
  margin-bottom: 40px;
}

.author-title {
  padding: 0 0 20px;
  font-weight: 500;
  font-size: 15px;
}

.author-img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 16px;
  object-fit: cover;
  object-position: center;
}

.year-book-img {
  width: 45px;
  margin-right: 16px;
}
.year-book-name {
  margin-bottom: 15px;
  font-weight: 500;
}
.year-book-author {
  font-size: 13px;
}
.year-book + .year-book {
  margin-top: 20px;
}

.year-book-content {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.overlay {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 340px;
  flex-shrink: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f2f5f7 65%, #f2f5f7 100%);
  height: 60px;
  margin-left: -35px;
}

.book-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
  position: relative;
}

.book-card {
  margin-top: 20px;
  background-color: #fff;
  height: 270px;
  box-shadow: -1px 3px 8px -1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  padding: 0 0 20px 20px;
  color: var(--body-color-light);
}

.book-card-img {
  width: 160px;
  margin-top: -35px;
  border-radius: 2px;
  box-shadow: 0px 1px 7px 2px #c7c9d3;
  border-bottom: 1px solid #dcddde;
  object-fit: cover;
  margin-bottom: 20px;
  transition: 0.3s ease;
}
.book-card-img:hover {
  transform: scale(1.04);
}

.card-content {
  color: var(--body-color);
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.book-name {
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.book-by {
  font-size: 13px;
  color: var(--body-color-light);
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.book-rate > label {
  color: #cccccc;
}

.rate {
  display: inline-block;
  white-space: nowrap;
}

.book-rate > input:checked ~ label,
.book-rate:not(:checked) > label:hover,
.book-rate:not(:checked) > label:hover ~ label {
  color: #ff9700;
}

.book-rate > input:checked + label:hover,
.book-rate > input:checked ~ label:hover,
.book-rate > label:hover ~ input:checked ~ label,
.book-rate > input:checked ~ label:hover ~ label {
  color: #ff9700;
}

.card-vote {
  color: var(--body-color-light);
}

.card-sum {
  color: var(--body-color-light);
  font-size: 13px;
  line-height: 1.6em;
  -webkit-line-clamp: 4;
  margin-top: 15px;
}

.content-wrapper {
  display: flex;
  border-bottom: 1px solid #ebedef;
  position: relative;
}
.content-wrapper:before {
  content: "";
  position: absolute;
  background-color: #8f98a9;
  background-color: #aaaebc;
  box-shadow: 0 -6px 0 0 #aaaebc, 0 6px 0 0 #aaaebc;
  width: 4px;
  height: 4px;
  border: 0;
  padding: 0;
  right: 12px;
  top: 17px;
  border-radius: 50%;
  margin-left: auto;
}

.like-profile {
  margin-top: 8px;
}
.like-profile + .like-profile {
  margin-left: -5px;
}

.like-img {
  border-radius: 50%;
  width: 28px;
  object-fit: cover;
  border: 2px solid #fff;
}

.like-name {
  font-size: 13px;
  margin-left: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.like-name span {
  font-weight: 600;
}
.left,.right{
	top:35%;
}
.NavGuest
{
	display:none;
}
.stopScrolling {
    height: 100%;
    overflow: hidden;
}
a{
	cursor:pointer;
}
.btn_top{
	position:fixed; 
	top:600px; 
	z-index:100; 
	right:30px;
	color:#fff;
	height:40px;
	width:40px;
	background:#3c67b1;
	border-radius:50%;
}
.btn_top a{
	height:40px;
	width:40px;
	display:block;
	text-align:center;
	position:relative;
}
.btn_top span{
	margin-top: -2px;
	display: inline-block;
	color: #e5e642;
	font-size: 30px;
}
.sect__all{
	padding-top:147px;
	min-height:490px;
}
.cont__login{
	width: 40%;
	margin-left: 30%;
}
.cont__login hr{
	height: 3px;
	width: 100%;
	background: #faa61a;
	border:none;
	margin: 1.5em auto 0;
}
.cont__login h3{
	font-size:23px;
	font-weight:bold;
	padding:25px 5px;
	margin:0;
	margin-top:5px;
}
.cont__login input[type="text"],.cont__login input[type="password"]
{
    font-size: 16px;
    padding: 5px 15px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 8px;
	border: 1px solid #BABACC;
	box-sizing: border-box;
	color: #232333;
	display: inline-block;
	line-height: 40px;
	height: 45px;
	outline: none;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	margin-bottom:25px;
}
.cont__login input[type="text"]:hover,.cont__login input[type="password"]:hover,.cont__login input[type="text"]:focus,.cont__login input[type="password"]:focus{
	border-color: #0E71EB;
}
.btn{
	border-radius: 8px;
	border:none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}
.btn:hover{
	filter: brightness(115%) contrast(100%);
}

.cont__contact{
	width: 60%;
	margin-left: 20%;
	color: #074D70;
	margin-bottom:45px;
}
.cont__contact h1{
	font-size:23px;
	font-weight: 700;
	line-height: 1.3;
	margin:0;
}
.cont__contact h3{
	font-size:18px;
	font-weight: 700;
}
.cont__contact p{
	color: #747487;
	letter-spacing: 0.5px;
}
.cont__contact ul{
    list-style-type: disc;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    color: #747487;
    text-transform: initial;
}
.cont__contact li{
    margin-left: 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    color: #747487;
    text-transform: initial;
}
.cont__contact a{
    color: #2DA5FF;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    line-height: 1.5;
    color: #faa61a;
    text-transform: underline;
}
.toggled .log__sect__all{
	padding-left: 260px;
	height:100%;
}
.log__sect__all{
	padding-top:75px;
	
}
.log__title{
	border-left:4px solid #faa61a;
	margin: 0 30px;
	padding:7px 0;
	border-radius:5px;
}
.log__title h1{
	font-size:30px;
	position:relative;
	display:inline;
	font-weight:600;
	letter-spacing:1.5px;
}
.log__sect__all .container{
	padding:30px;
	padding-top:15px;
}
.log__sect__all .row--margin{
	margin-top:0;
}
.log__sect__all .article-pre__col{
	overflow:hidden;
}
.paging{
		text-align:center;
		font-size:13px;
}
.paging a{
	padding:5px;
}
.paging u{
	border-bottom:1px solid;
}
.container_filter span{
		font-size:12px;
		display:inline-block;
}
.container_filter .filter:not(:first-child){
	margin-left:15px;
}
.container_filter select{
	padding-bottom:6.5px !important;
}

.container_filter input[type="text"],.container_filter input[type="date"],.container_filter select{
	width:auto;
	font-size:12px;
	color:#212529 !important;
	display:inline-block;
	padding:0;
	padding-bottom:6px;
	margin-top:-25px;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background: none;
	background-size: auto;
	margin: 0;
	font-size: 16px;
	
}
.container_filter input[type="text"]{
	margin-top:0;
}
.kywd{
	background:#9b9b9b;
	color:'.$clean.';
}
#Home{
	padding-top: 20%;
}
.log__header__logo{
	z-index:9999;	
	position:fixed;
	top:0;
	padding:15px 20px;
	height:75px;
	width: 260px;
	color: #31353d;
	transition: left 0.3s !important;
}
.toggled .log__header__logo{
	color: #f1f4fb;
}
.log__sect__all .container {
    width:100%;
}
.log__sect__all .article-pre__col::after{
	
	content: none;
}
.hover__opt__cont{
	position: absolute;
	height:100%;
	width:100%;
	left:-100vw;
}
.hover__opt{
	display:block;
	text-align:center;
	margin-bottom:15px;
	font-size:15px;
	text-decoration:none;
	
}
.hover__opt i{
	margin-right:10px;
}
.article-pre__img{
	position:relative;
}
.log__sect__all .article-pre__desc:hover .hover__opt__cont{
	left: 0;
}
.log__sect__all .col2 .article-pre__info,.log__sect__all .col2 .article-pre__title,.log__sect__all .col3 .article-pre__info,.log__sect__all .col3 .article-pre__title,.log__sect__all .col5 .article-pre__info,.log__sect__all .col5 .article-pre__title{
	top:0;
	right:0;
	position:relative;
}
.log__sect__all .article-pre__desc:hover .article-pre__title,.log__sect__all .article-pre__desc:hover .article-pre__info{
	right:-100vw;
	position:relative;
}

.log__sect__all .col2 .article-pre__desc{
	position:relative;
}
.log__sect__all .col2 .article-pre__desc,.log__sect__all .col3 .article-pre__desc,.log__sect__all .col5 .article-pre__desc{
	margin-top:25px;
	
}
.log__sect__all .col2 .article-pre__desc,.log__sect__all .col2 .article-pre__title,.log__sect__all .col2 .article-pre__info,.log__sect__all .col3 .article-pre__desc,.log__sect__all .col3 .article-pre__title,.log__sect__all .col3 .article-pre__info,.log__sect__all .col5 .article-pre__desc,.log__sect__all .col5 .article-pre__title,.log__sect__all .col5 .article-pre__info{
	padding-left:0;
	min-height:20px;
}
.log__sect__all .col2 .article-pre__info,.log__sect__all .col3 .article-pre__info,.log__sect__all .col5 .article-pre__info{
	padding-top:0;
	padding-left:0;
}
.log__sect__all .col2 .article-pre__date{
	padding: 15px 10px;
}
.log__sect__all .article-pre__desc{
	min-height:90px;
}
.BtnAdd {
    width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align:center;
	line-height:45px;
	font-size: 35px;
	font-weight:800;
	cursor: pointer;
	color: #ffff;
	position:fixed;
	right:40px;
	bottom:40px;
	z-index:99;
	background: #3fbf3f !important;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}
.BtnAdd::before {
    position: relative;
    z-index: 100;
    content: "+";
}
.BtnAdd:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(19, 140, 44, 0.9), inset -0.2rem -0.2rem 0.5rem #5aee5a;
}
.BtnAdd:hover, .BtnAdd:focus {
    color: #31353d;
    outline: none;
}
.search {
    position: absolute;
    display: flex;
    align-items: center;
	top: 75px;
	right: 40px;
}
.search__input {
    width: 250px;
    height: 40px;
    border: none;
    border-radius: 15px;
    font-size: 15px;
    padding-left: 15px;
    box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
    background: #e4ebf5;
    font-family: inherit;
    color: var(--greyDark);
}
.search__icon {
    height: 2rem;
    position: absolute;
    font-size: 16px;
    padding: 0 1rem;
    display: flex;
    color: var(--greyDark);
    transition: 0.3s ease;
}
.search__input:focus,.search__input:active {
    transition:0.3s;
	outline: none;
    box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);
}
.ins__cntn{
	width:100%;
}
.ins__cntn {
	padding:100px;
}
.ins__cntn th{
	font-size:16px;
	font-weight:normal;
	padding-right:25px;
	
}
.ins__cntn th,.ins__cntn td{
	padding-bottom:35px;
}
.ins__cntn input[type="text"]{
    border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    min-width: 170px;
    background: none;
        background-size: auto;
		width:100%;
}
#tinymce-14-body{
	display:none;
}
.mce-panel{
	border-radius: 6px;
	overflow: hidden;
	background-color: #f1f4fb;
}
.mce-btn{
	background:transparent;
}
#cntn_ifr{
	min-height:300px;
}
.Btn__{
	cursor: pointer;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	border-radius: 6px;
	padding: 13px 25px;
	transition: all 260ms ease;
	text-decoration: none;
	font-family: inherit;
	max-width: 100%;
	color: #7f7f7f;
	background: #e0e5ec;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}
.Btn__:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(195, 193, 198, 0.9), inset -0.2rem -0.2rem 0.5rem #fff;
}
.Btn__:hover, .Btn__:focus {
    color: #faa61a;
    outline: none;
}
.Submit__ input[type="submit"]{
	margin-right:30px;
}
.Btn__sub{
	cursor: pointer;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	border-radius: 6px;
	padding: 13px 25px;
	transition: all 260ms ease;
	text-decoration: none;
	font-family: inherit;
	max-width: 100%;
	color: #ffff;
	background: #3fbf3f !important;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}
.Btn__sub:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgba(19, 140, 44, 0.9), inset -0.2rem -0.2rem 0.5rem #5aee5a;
}
.Btn__sub:hover, .Btn__sub:focus {
    color: #31353d;
    outline: none;
}
.Btn__atc{
	cursor: pointer;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	border-radius: 6px;
	padding: 13px 25px;
	transition: all 260ms ease;
	text-decoration: none;
	font-family: inherit;
	max-width: 100%;
	color: #ffff;
	background: #efcf3f !important;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
}
.Btn__atc:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgb(196, 164, 27), inset -0.2rem -0.2rem 0.5rem #fbe689;
}
.Btn__atc:hover, .Btn__atc:focus {
    color: #31353d;
    outline: none;
}
.Btn__del{
	cursor: pointer;
	letter-spacing: 0.5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	border-radius: 6px;
	padding: 13px 25px;
	transition: all 260ms ease;
	text-decoration: none;
	font-family: inherit;
	max-width: 100%;
	color: #ffff;
	background: #ec5858 !important;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
	margin-right:30px;
}
.Btn__del:active {
    box-shadow: inset 0.2rem 0.2rem 0.5rem rgb(204, 54, 54), inset -0.2rem -0.2rem 0.5rem #f98888;
}
.Btn__del:hover, .Btn__atc:focus {
    color: #31353d;
    outline: none;
}
.alert__{
    background: #e0e5ec;
    padding: 1rem 1.75rem 1rem 1.25rem;
    border-radius: 6px;
    display: flex;
    align-items: baseline;
    position: relative;
    width: 100%;
    word-wrap: anywhere;
	color: #7f7f7f;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
	margin-bottom:35px;
}
.alert__ b{
	color: #ec5858 !important;
	line-height:0;
	font-size:25px;
}
#event__ .article-pre{
	width: 150px;
	height: 230px;
}
#event__ .article-pre__img{
	height:100%;
}
#event__ .article-pre__desc .article-pre{
	display:none;
}
#event__ .article-pre__desc{
	width: 150px;
}
#event__ .hover__opt__cont{
	width:150px;
}
.log__sect__all #event__ .article-pre__desc:hover .hover__opt__cont{
	left:30px
}
.book-img{
	height:250px;
}
.book-photo{
	height:100%;
	width:150px;
}
#setting__ tr th:not(:first-child){
    padding-left: 85px;
}
.sect__view {
    padding: 140px 0 90px 0;
    position: relative;
	min-height:565px;
}
.sect__view .row__title,.log__sect__all .row__title{
	font-size: 30px;
	font-weight: 700;
	margin-left:0;
	
}
.sect__view .row__sub,.log__sect__all .row__sub{
	font-size:15px;
	
}
.cont__cntn{
	font-size:15px;
	overflow:hidden;
}
.cont__cntn img{
		width: 100%;
		height:auto;
	}
.sect__view .row{
	margin:0 0;
}
.sect__view .cont--title,.log__sect__all .cont--title{
	margin-bottom: 45px;
}
.warning{
	text-align:center;
	margin: -20px 0 20px 0;
}
.fa-quote-left{
	margin-right:10px;
}
.fa-quote-right{
	margin-left:10px;
}
.row__sub span{
	line-height: 25px;
}
.row__sub{
	padding:0 50px;
}
.hr__home{
	width:50%;
	margin-left: 25%;
}
.author__{	
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	margin: 0px;
	margin-left:10px;
	color: #8198aeab;
	font-style:italic;
}

#table__{
	border-radius:6px;
	overflow:hidden;
	border: 1px solid #e2e2e2;
}
.con__table{
	padding: 0 30px;
    padding-top: 0px;
	padding-top: 6px;
	position: relative;
	width:100%;
	text-align:center;
	
	
}
.con__table th {
    font-size: 16px;
    padding: 12px 16px;
    background-color: #faa61a;
    color: #fff;
}
.con__table td {
    font-size: 14px;
    padding: 12px 0;
    background-color: #f5f6f8;
	
}
.con__table td:first-child, .quest__head__kue{
	text-transform:uppercase;
}
.con__table td:nth-child(2){
	text-align:left;
}
.quest__head{
	font-weight:700;
}
.head__bold{
	font-weight:800;
}
.con__table a{
	background:#31353d;
	border-radius:6px;
	color:#ffff !important;
	padding:4px 8px;
	margin:0 5px;
}

.con__que{
	overflow:hidden;
	text-align:center;
	position:relative;
	padding:20px;
	border-radius:6px;
	color:#f3f3f4;
}
.con__que:hover{
	box-shadow: 0px 5px 9px 0px rgba(0, 0, 0,0.5);
	transform: translateY(-3px) scale(1.05) rotateX(15deg);
	cursor: pointer;
}
.con__que a{
	position:relative;
	display:block;
	text-decoration:none;
	color: #f3f3f4;
}
.con__que  i{
	font-size:65px;
	margin-bottom:15px;
	display:block;
}
.con__que  span{
	font-size:18px;
	display:block;
}
.alert__ p{
	display:inline;
}
#quesioner,#login{
	margin-bottom:50px
}
#cntn_ifr{
	min-height:100px !important;
	height:100px !important;
}
.ins__cntn input[type="text"],.ins__cntn input[type="number"], .ins__cntn select{
	width:100%;
	min-width:auto;
	background:transparent;
	border:none;
	padding:8px;
	border-bottom:1.5px solid #ffc107;
	border-left: 0px solid #dc3545;
}
.ins__cntn input[type="text"]:disabled,.ins__cntn input[type="number"]:disabled{
	border:none;
	background: #f0f0f0;	
	border-left: 5px solid #dc3545;
}
.ins__cntn tr th:not(:first-child){
	padding-left:25px;
	text-align:center;
}
.con__table p{
	display: inline-block;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}
.box__{
	position: relative;
	margin: 0 auto 50px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	width: 60%;
	padding: 32px 32px 24px;
	overflow:hidden;
}
.box__data{
	position: relative;
	margin: 0 0 55px 50px;
	background: #fff;
	border-radius: 25px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-sizing: border-box;
	width: 55%;
	padding: 25px;
	display: flex;
	align-items: center;
}
.box__img{
	width: 200px;
	flex-shrink: 0;
	height: 200px;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
	border-radius: 20px;
	transform: translateX(-75px);
	overflow: hidden;
}
.box__img:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
	border-radius: 20px;
	opacity: 0.8;
}
.box__cntn{
	transform: translateX(-50px);
}
.box__ header,#cntn__quest header{
	line-height: 32px;
	font-size: 22px;
	padding-bottom: 24px;
	color: #1f4568;
}
.box__ input[type="text"],.box__ input[type="number"],.box__ input[type="email"],.box__ select,.box__ textarea,.box__ input[type="date"]{
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border-radius: 8px;
	border: 1px solid #BABACC;
	box-sizing: border-box;
	color: #232333;
	display: inline-block;
	font-size: inherit;
	height: 32px;
	outline: none;
	padding: 0 12px;
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	width: 100%;
	letter-spacing:0.5px;
	-moz-appearance:textfield;
	
}
.clmn2{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.clmn2 .half_select{
	width:49%;
}
.box__ input[type="date"]{
	width:auto;
}
.box__ textarea{
	min-height:75px;
	line-height:20px;
	padding:12px;
	resize:vertical;
	margin-bottom: 20px;
}
.box__ input[type="text"],.box__ input[type="number"],.box__ input[type="email"],.box__ select, .box__ input[type="checkbox"]{
	margin-bottom: 10px;
}
.box__ input[type="submit"],.box__ input[type="button"]{
	margin-top:14px;
}
.box__ th{
	color: #747487;
	line-height: 32px;
	width: 140px;
	text-align:left;
	font-weight:normal;
}
.box__ i,.box__data i{
	margin-right:10px;
}
.probar{
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	height:6px;
}
.form__data{
	width:100%;
}
.form__data tr:last-child td:last-child{
	text-align:right;
}
.desc__package{
	color: rgb(116, 116, 135);
	font-size: 14px;
	line-height: 20px;
	font-weight:400;
}
.desc__package p{
	padding:0;
	margin:0;
	margin-bottom: 10px;
	text-align:justify;
}
.quest__{
	margin-bottom:15px;
	display:flex;
	padding-right:25px;
}
.quest__ p:first-child,.quest__data p:first-child{
	margin-right:10px;
	width:15px;
	display:inline-block;
}
.quest__ p,.quest__data p{
	margin:0;
	padding:0;
	display:inline;
	font-size:15px;
	text-align:justify;
}

.cont_answ{
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	margin-left:25px;
	margin-right:25px;
}
.answ__1{
	font-size:15px;
}
.answ__2 input[type="text"]{
	margin-bottom:20px;
}
.collapse__active{
	display:block;
}
.collapse__{
	display:none;
}
.result__quest{
	font-size:25px;
	text-align:center;
	color:#8198ae;
}
.result__quest b{
	font-weight:900;
	letter-spacing:1px;
	color: #1f4568;
}
.sub__result{
	text-align:center;
	color:#8198ae;
	font-size:15px;
}
.btn__result{
	margin:40px 0 15px 0;
	text-align:center;
}
.form__data__btn{
	width:100%;
}
.form__data__btn tr:nth-last-child(1){
		display:none;
}
.form__data__btn tr:nth-last-child(2) td:nth-last-child(1){
	text-align:right;
}
.prd2,.krjsm{
	width:100%;
	margin-top:20px;
}
.prd2 td:nth-child(1){
	width:75%;
}
.krjsm td:nth-child(1){
	width:35%;
}
.prd2 th:nth-child(2),.krjsm th:nth-child(2){
	text-align:center;
}
.form__data td{
	width:65%;
}
.box__ header:last-child{
		margin-top:15px;
}
.data__cntn{
	min-width:300px;
	max-width:350px;
}
.data__cntn th{
	font-size:25px;
}
.data__cntn td:nth-child(2){
	width:12px;
	text-align:center;
}
.data__cntn tr:nth-child(1) td{
	color: #7b7992;
	font-size:12px;
}
.data__cntn td{
	color: #4e4a67;
	font-size:15px;
}
#cntn__quest{
	width:100%;
	margin:0;
}
.answ__data{
	margin-left:25px;
	font-size:15px;
}
.answ__data i{
	font-weight:600;
	font-style:normal;
}
.quest__data{
	margin-bottom: 10px;
    display: flex;
    padding-right: 25px;
}
.btn__data{
	position:absolute;
	top:15px;
	margin-left:20px;
}
.almni__data{
	margin-bottom:30px !important;
}
#table__ .box__{
	display:none;
}
#sttc__data .box__{
	margin-bottom:30px;
}
.chart__data rect{
	fill-opacity:0;
}
.pack__,.cont__nav{
	display:none;
}
.cont__login span{
	display: inline-block;
	padding: 5px;
	border: 1px dashed #7f7f7f;
	background: #efefef;
	border-radius:8px;
}
.container_filter
{
	padding-left:30px;
	padding-top:15px;
}
.paging{
	margin-bottom:45px;
	margin-top:10px;
}
.cont__download{
	width: 100%;
	color: #074D70;
}
.cont__download div{
	position: relative;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding:20px;
	min-height:115px;
}
.cont__download td{
	display: inline-block;
	width: 33%;
	padding:0 20px 30px;
}
.cont__download img{
	height: 75px;
	border-radius: 8px;
	float: left;
	margin-right:20px;
}
.cont__download h1{
	font-size:18px;
	color:#074D70;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
}
.cont__download h5{
	margin:0;
	padding-bottom:10px;
	font-size:11px;
}
.cont_submenu{
	width:100%;
}
.cont_submenu td{
	padding:20px;
	width:20%;
}
.cont_submenu td:nth-child(1) div{background:#3caea3;}
.cont_submenu td:nth-child(2) div{background:#20639b;}
.cont_submenu td:nth-child(3) div{background:#173f5f;}
.cont_submenu td:nth-child(4) div{background:#f6d55c;}
.cont_submenu td:nth-child(5) div{background:#ed553b;}
@media only screen and (max-width: 960px)
{
	.cont_submenu td{
		padding:10px 20px; 
		width:100%;
		display:inline-block;
	}
	.paging{
		padding-bottom:45px;
	}
	.cont__download td{
		width:100%;
		padding: 0 0px 30px;
	}
	.slide2{
		display:none;
	}
	.Btn__del{
		width:100%;
		margin:0;
		margin-bottom:25px;
	}
	.sidebar-wrapper ul{
		font-size:16px;
	}
	.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li{
		font-size:14px !important;
	}
	.BtnAdd{
		display:none;
	}
	.cont__nav{
		display:flex;
		justify-content:space-between;
		padding:8px 15px;
		position:fixed;
		bottom:2.5vw;
		background: #31353D;
		width:95vw;
		left:2.5vw;
		border-radius:50px;
		font-size:25px;
		z-index:1;
	}
	.cont__nav a{
		color:#fff !important;
	}
	.pack__ span{
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 30px;
	color:var(--yellow);
	}
	.pack__ span i{
		margin:0;
	}
	.opt__data{
		display:none;
		background: rgba(0,0,0,0.25);
		height: 100%;
		width: 100%;
		transition: none !important;
		position: fixed;
		left: 0;
		top:0;
		z-index:100;
	}
	.tool__list__mid{
		top: 50vh;
		position: absolute;
		left: 12.5vw;
		transition: top !important;
	}
	.tool__list{
		background: #31353D;
		width: 75vw;
		margin: 0 auto;
		padding: 10px;
		border-radius: 6px;
		
	}
	.tool__list a{
		display: block;
		margin: 0;
		font-size: 20px;
		padding: 10px;
		text-decoration: none;
		text-align: center;
		color: #fff !important;
		background: none !important;
	}
	.box__img{
		display:none;
	}
	.box__data{
		display:block;
		margin:0;
		margin-bottom:25px;
		width:100%;
	}
	.box__cntn{
		transform: translateX(0);
	}
	.stop__scroll{
		overflow-y:hidden;
	}
	body{
		background-repeat: repeat-y;
	}
	.pack__ small{
		display:block;
		margin-top:10px;
	}
	.data__ small:first-child{
		margin:0;
		margin-bottom:10px;
		font-size:15px;
	}
	.quest__sub{
		font-weight:normal !important;
	}
	.pack__ p{
		margin:0;
	}
	.pack__ h1{
		width:95%;
		padding-right:15px;
	}
	.pack__{
		border-top: 1px solid rgba(0,0,0,0.1) !important;
		border-bottom: 1px solid rgba(0,0,0,0.1) !important;
		display:flex;
		align-items: center;
		padding:15px 0;
		margin-top: -1px;
	}
	.pack__ .toogle__tool{
		font-size: 40px;
		font-weight: 999;
		color: inherit;
		
	}
	.ins__cntn tr th:not(:first-child){
		text-align:left;
		padding:0;
	}
	.ins__cntn th{
		font-weight:600;
		font-size:18px;
	}
	.ins__cntn td{
		font-size:16px;
	}
	.ins__cntn th, .ins__cntn td {
    padding-bottom: 15px;
	}
	.Submit__ .Btn__sub{
		margin-bottom:25px !important;
	}
	.Btn__sub, .Btn__{
		width:100%;
	}
	.Submit__ input[type="submit"]{
		margin:0;
	}
	.ins__cntn th,.ins__cntn td{
		width:100%;
		display:block;
	}
	.pack__::after{
		content:'';
	}
	.search{
		top: 170px;
		right: 0;
		display: block;
		width: 100%;
		padding: 0 25px;
	}
	.search__input{
		width:100%;
	}
	.BtnAdd{
		right: 25px;
		bottom: 25px;
	}
	.box__{
		margin-bottom:25px;
	}
	.pack__ h2{
		font-size:14px;
		margin-top:15px;
	}
	.pack__ h3{
		font-size:14px;
		margin-bottom:15px;
	}
	.pack__ h1{
		font-size:16px;
		margin:0;
		font-weight:600;
	}
	#table__ .box__{
	display:block;
	}
	#table__{
		border-radius:0;
		overflow:visible;
		border:none;
		margin-top: 50px;
	}
	.con__table tr{
		display:none;
	}
	.log__title{
		margin-top:30px;
		margin-bottom:-15px;
	}
	.log__title h1{
		display:block;
		font-size:23px;
	}
	.log__sect__all .container{
		padding:45px 25px 25px;
	}
	#log__wrapper .NavGuest{
		z-index:99999;
	}
	#log__wrapper .NavGuest nav{
		top: 15px;
		
	}
	.toggled .log__header__logo{
		
	}
	.log__header__logo {
		color: #f1f4fb;
		background: #31353D;
		width: 100%;
		z-index:9999;
	}
	.sidebar-wrapper{
		width:100% !important;
		left:0 !important;
	}
	.page-wrapper.toggled .sidebar-wrapper{
		left:-100vw !important;
	}
	.toggled .log__sect__all{
		padding-left:0;
	}
	#login .row__sub{
		padding:0;
	}
	#login p{
		font-size:15px;
	}
	.btn{
		width:100%;
		border-radius:6px;
	}
	.box__ header{
		padding-bottom:10px;
	}
	.box__ header:last-child{
		margin-top:15px;
	}
	.sub__head{
		display:none;
	}
	.form__data td{
		width:100%;
	}
	.box__ th{
		width:100%;
	}
	.result__quest{
		font-size:15px;
		font-style:italic;
	}
	.result__quest i{
		display:none;
	}
	.result__quest b{
		font-size:25px;
		display:block;
		font-style:normal;
	}
	.sub__result{
		line-height:20px;
	}
	.btn__result{
		margin:30px 0 5px 0;
	}
	.btn__result a{
		display:block;
	}
	.cont_answ{
		flex-wrap:wrap;
	}
	.answ__1{
		width:100%;
	}
	.answ__1:not(:last-child){
		padding-bottom:10px;
	}
	.box__ input[type="text"], .box__ input[type="number"], .box__ input[type="email"], .box__ select{
		padding: 0 8px;
	}
	.form__data th,.form__data td,.form__data__btn th,.form__data__btn td{
		display:block;
	}
	.form__data td input[type="submit"], .form__data td input[type="button"],.form__data__btn td input[type="submit"],.form__data__btn td input[type="button"]{
		width:100%;
	}
	.box__{
		width:100%;
		padding: 30px 25px;
	}
	#quesioner{
		margin-bottom: 66px;
	}
	.row{
		margin-left:0;
		margin-right:0;
	}
	.cont__pack{
		margin-bottom:20px;
		display:block;
	}
	.con__que::after{
		display:none;
	}
	.sect--violet{
		margin-bottom: 66px;
	}
	.cont__cntn img{
		width: 100%;
		height:auto;
	}
	.sect__view .row__title{
		font-size:20px;
	}
	.sect__view .row__sub{
		font-size:12px;
	}
	.sect__view .cont--title{
		margin-bottom:25px;
	}
	.sect__view{
		padding:50px 0;
		padding-top:100px;
	}
	.book-img{
		height:195px;
	}
	.cont__contact h1{
		font-size:18px;
	}
	.cont__contact h3{
		font-size:16px;
	}
	.cont__contact{
		margin-bottom: 110px;
	}
	.row--margin{
		margin-bottom: 55px;
	}
	.cont__contact p{
		text-align:justify;
	}
	.cont__contact ul{
		padding-left:15px;
	}
	.cont__contact{
		width:90%;
		margin-left:5%;
	}
	.cont__login{
		width:100%;
		margin-left:0;
	}
	.col4 .article-pre__desc{
		padding-left:95px;
	}
	.col3 .article-pre__desc{
		padding-left:75px;
	}
	.col3 .article-pre__info,.col3 .article-pre__title{
		padding-left:0;
	}
	.sect__all
	{
		padding-top:110px;
	}
	.header__elenco
	{
	top:65px;
	position: fixed;
    background-color: #162238;
    left: 100vw;
    width: 100%;
    height: 100%;
    z-index: 103;
    transition: 0.5s;
	}
	.header__elenco_active
	{
		left:0;
	}
	.header__el{
		display:block;
		padding:15px 25px;
		text-align:right;
	}
	.header__el:first-child{
		margin-top:15px;
	}
	.header__el a
	{
		color: #a7b1c2;
		transition: 0.5s ease-out;
		list-style: none;
		font-family: Trebuchet MS;
		position: relative;
		justify-content: end;
		font-size: 25px;
		padding:5px 17px;
	}
	.btn--white
	{
		background-color: #3c67b1;
		border:none;
		color: #e5e642 !important;
	}
	.header
	{
		height:65px;
	}
	.collapse {
    display: block;
	}
	.NavGuest
	{
		height: 100px;
		width: auto;
		top: 0;
		right: 34px;
		margin: auto;
		position: fixed;
		z-index: 9999;
		display:block;
	}
	.NavGuest nav {
    display: block;
    position: fixed;
    width: 45px;
    height: 45px;
    top: 10px;
    right: 5%;
    background-color: #3c67b1;
    border-radius: 50%;
    text-indent: -9999px;
    z-index: 4000;
    pointer-events: auto;
	}
	#menuToggle {
    display: block;
    position: relative;
    right: 0;
    margin: auto;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
	}
	.NavToogle input {
		display: block;
		margin: 0;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
		width: 45px;
		height: 45px;
		-webkit-touch-callout: none;
		position: relative;
	}
	.NavToogle span {
		top: 16px;
	}
	.NavToogle span {
		display: block;
		width: 25px;
		height: 3px;
		margin-bottom: 8px;
		background: #e5e642;
			background-size: auto;
		border-radius: 8px;
		z-index: 1;
		transition: all 0.2s ease-out !important;
		position: absolute;
		padding: 0 3px;
		left: 10px;
	}
	.NavToogle span:last-child {
		top: 25px;
		margin-bottom: 0;
	}
	.NavToogle input:checked ~ span {
		transform: rotate(-45deg);
		top: 21px;
		left: 10px;
	}
	.NavToogle input:checked ~ span:last-child {
		transform: rotate(45deg);
	}
	.slider-text-container {
    padding:45px;
	}
	.slide-number{
		font-size:25px;
	}
	.slide-number-small{
		font-size:15px;
		left:30px;
	}
	.slide-title{
		font-size:30px;
	}
	.slide-title-container {
		margin:0;
	}
	.row__title {
    font-size: 20px;
    margin-bottom: 5px;
	}
	.row__sub {
    font-size: 16px;
	}
	.header__title {
    color: #fff;;
	}
	.header__light {
    color: #f3c309;
	}
	.header
	{
		display:block;
	}
	.header__container {
    width: 100%;
    padding: 0;
	}
	.header {
    background-color: #015399;
    padding: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	}
	.navbar-toggle {
    margin: 0;
        margin-top: 0px;
        margin-right: 0px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
	}
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 0px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	}
	.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
	}
	
	.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2.5px;
    border-radius: 1px;
	}
	.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
	}
	.container {
    width: 90%;
	}
	.footer {
    padding: 15px 0;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index:10;
	}
	.footer__img {
    width: 25px;
	}
	.footer__title {
    font-size: 16px;
    margin-left: 5px;
	}
	.footer__social {
    top: 0;
	}
	.footer__social-l {
    margin-left: 15px;
    vertical-align: middle;
	}
	.sect {
    padding: 20px 0;
	}
	.career_title {
    font-size: 18px;
    margin-top: 0;
	}
	.career_sub {
    font-size: 14px;
    margin-bottom: 20px;
	}
	.btn--width {
    width: 100px;
	}
	.btn {
    font-size: 12px;
    padding: 10px 15px;
	}
	.col2,.col3,.col4 ,.col5{
	column-count: 1;
	}
	.col-md-3 {
    width: 100%;
	}
	.carousel-control.left {
    left: -5px;
	}
	.carousel-control.right {
    right: -5px;
	}
	.carousel-indicators {
    display: none;
	}
	.col-xs-12 {
    width: 100%;
	padding:0;
	}
	.item__content {
    padding: 20px;
	}
	.item__content {
    height: auto;
	}
	.carousel-control__img {
    width: 20px;
	}
	.item{
		
		padding:25px;
	}
	.item__name {
    font-size: 18px;
	}
	.item__description {
    margin-top: 18px;
	}
	.item__description {
		font-size: 12px;
		line-height: 20px;
	}
	.article-pre__info {
    padding: 25px 10px 0 10px;
    font-size: 14px;
	}
	.article-pre__info {
    font-size: 14px;
	}
	.article-pre__date {
    font-size: 12px;
    float: none;
	}
	.article-pre__col {
    padding: 0 10px;
	padding-top: 8px;
	}
	.article-pre__title {
    padding: 10px 10px;
    font-size: 16px;
	}
	.article-pre__img
	{
		box-shadow: 0 4px 10px 2px rgba(0,0,0,0.1);
	}
	.article-pre:hover .article-pre__img {
    box-shadow: 0px 10px 10px 1px rgba(0, 0, 0,0.1);
	}
	.header__logo {
    padding: 10px 0px 10px 0px;
	}
	.event__img
	{
		margin: 20px 68.7px;
		width: 220px;
		height: 310px !important;
	}
	.slick-prev, .slick-next {
		z-index:99;
	}
	.slick-prev{
		left:-5px;
	}
	.slick-next{
		right:0;
	}
	.book-cell {
    width: 100%;
	}
	.book-photo{
		width:130px;
	}
	.book-content{
		margin-left:135px;
	}
	.flickity-viewport{
		height:250px !important;
	}
	.book-see{
		width:auto;
	}
	.article-pre__date {
		
		padding: 10px 8px;
		font-size:10px;
	}
	.article-pre__date h1{
		font-size:15px;
	}
	.article-pre__col:nth-child(1n+0)::after {
		clip-path: inset(4rem 0.5rem 2.5rem 6rem round 10px);
	}
	.article-pre__col:nth-child(2n+0)::after {
		clip-path: inset(4rem 6rem 2.5rem 0.5rem round 10px);
	}
	.carousel-inner {
    width: 95%;
    margin: 0 auto;
	}
	
	.article-pre__col:nth-child(2n+0) .article-pre__desc{
		padding:0 75px 0 0;
	}
		
}
