*{
	margin: 0;
	padding: 0;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align:center;
}

.text-right{
	text-align:right;
}

.text-left{
	text-align:left;
}

.clear
{
	clear: both;
}

.row-fix{
	margin: 0;
}

.col-fix{
	padding: 0;
}

a{
	transition: 0.5s;
}

a:hover {
    text-decoration: none;
}


.white{
	color: #fff;
}


.msg {
    color: white;
    min-height: 30px;
    line-height: 30px;
    font-size: 20px;
}

.top{
	display: block;
	width:100%;
	background: #0072BC;
	color: #fff;
}

.top .info{
	line-height: 42px;
}

.top .twitter{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #1DA1F3 url(../../images/3uFY0wpD.png) center center no-repeat;
}


.top .facebook{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #3F67A9 url('../../images/facebook-letter-logo-(3).png') center center no-repeat;
}

.top .youtube{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #CE222A url('../../images/youtube.png') center center no-repeat;
}


.top .inp{
	background: #fff;
    border: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 30px;
    vertical-align: top;
	padding-left: 5px;
}

.top .but{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #004A80 url('../../images/search-128.png') center center no-repeat;
	border: 0;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.top .lang{
	width: 30px;
    height: 30px;
    display: inline-block;
    background: #EBEBEB;
    text-align: center;
    line-height: 30px;
    vertical-align: top;
    color: #717070;
}


.header .slogan{
	padding: 34px 0;
    text-align: right;
    color: #033564;
}


.header .menu{
	background: #004A80;
	color:#fff;
}

.header .navbar-nav{
    display: flex;
	justify-content: space-between;
    width: 100%;
}


.navbar{
	height: 100%;
	    padding: 0;
}

.navbar .nav-item{
	margin: 0;
	position:relative;
	height: 100%;
	display:inline-block;
}

.navbar .devider{
    margin: 0;
    position: relative;
    height: 100%;
    display: inline-block;
}

.navbar .devider a{
    padding: 15px 0;
    display: block;
	max-width: 1px;
}

.navbar .devider:after{
	content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    background: #fff;
    width: 3px;
    height: 3px;
    margin-top: 0;
}

.navbar .nav-item:hover{
	background: #023b6c;
}

.navbar li.dropdown:after{
	display: none;
}

.navbar .last.nav-item:after{
	display: none;
}

.dropdown-toggle::after {
	display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    top: 50%;
    right: -18px;
    margin-top: -4px;
    z-index: 99;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #fff;
}

.navbar-light .navbar-nav .nav-link{
	color: #fff;
	    padding: 15px 10px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-light .navbar-toggler {
    color: rgba(251, 251, 251, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-light .navbar-toggler-icon {
    filter: invert(100%);
    -webkit-filter: invert(100%);
}


.header .submenu{
	background: #0072BC;
    color: #fff;
	line-height: 39px;
	text-align: justify;
	 overflow: hidden;
	 height: 39px;
	 padding: 0 15px;
	 
	 
	 display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .header .submenu:after{
	content: '';
	display: inline-block;
	width: 100%;
} */

.header .submenu a{
	 color: #fff;
	 display: inline-block;
	 padding: 0 15px;
}

.header .submenu a:hover{
	background: #00609F;
}

.header .submenu .dev{
    opacity: 0.4;
	    margin: 0;
    position: relative;
    height: 100%;
    display: inline-block;
}

.slider{
	margin-top: 30px;
}

.header .menu{
	content: '';
	display: inline-block;
	width: 100%;
}

.slider .image{
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
	top: 0;
	left:0;
}

.slider .slide{
	display: block;
	position:relative;
	top:0;
	left:0;
	width : 100%;
	height: 100%;
}

.slider .slide:before{
	content: '';
	display: block;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 10%, rgba(0,0,0,0.8));
}

.slider .slide .info{
	position: absolute;
    z-index: 9;
    bottom: 0;
    left: 0;
    height: auto;
    width: 90%;
}

.slider .slide .info .title{
	color: #fff;
    display: block;
    padding: 30px 30px 5px 30px;
}

.slider .slide .info .desc{
	color: #fff;
    display: block;
    padding:  0 30px 30px 30px;
}



.slider .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: #fff;
    border: none;
    outline: none;
    background: #0072bc;
}

.slider .slick-prev{
	    right: 0;
    left: initial;
    z-index: 2;
    top: 50%;
    margin-top: 42px;
    width: 40px;
    height: 40px;
	
	background: #0072bc url('../../images/icon-ios7-arrow-right-128-copy.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.slider .slick-next{
	right: 0;
    left: initial;
    z-index: 2;
    top: 50%;
    margin-top: 0px;
    width: 40px;
    height: 40px;
	
	background: #0072bc url('../../images/icon-ios7-arrow-right-128.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.slider .slick-prev:hover, .slider .slick-prev:focus, .slider .slick-next:hover, .slider .slick-next:focus{
	background-color: #0072bc;
}


.slider .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    z-index: 2;
	right: 25px;
	
}

.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: 0;
    border-radius: 50%;
	margin-top:1px;
}


.slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 33px;
    line-height: 11px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slider .slick-dots li.slick-active button{
	border: 1px solid #fff;
}

.slider .slick-dots li.slick-active button:before{
	display: none;
}


.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}


.slider .block{
	display: block;
	position:relative;
	width:100%;
	height: auto;
}

.slider .block:before{
	content: '';
	display: block;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 10%, rgba(0,0,0,0.1));
}

.slick-next:before {
    content: '';
}

.slick-prev:before {
    content: '';
}

.slider .block .title{
	display: block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width: 100%;
	height: auto;
	padding: 15px;
	color:#fff;
}

.slider .block .title .in{
	display: block;
	position:relative;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	padding-left: 35px;
}

.slider .block .title .in:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 2px;
    background: #fff;
}


.devider .part{
	position:relative;
	padding: 30px;
	content: '&nbsp;';
}

.devider .part:before{
	position:absolute;
	content: '';
	display: block;
	width: 100%;
	bottom:0;
	left:0;
	background: #e1e1e1;
	height: 4px;
}

.devider .title{
	background: #e1e1e1 url(../../images/main-news-title-back.png) right center no-repeat;
	padding:15px;
	text-align:center;
}


.devider3 .title:before{
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    bottom: 0;
    left: 0;
    background: #20457F;
    height: 60%;
    top: 20%;
}

.devider3 .title{
	background: linear-gradient(90deg, #e1e1e1, transparent);
	padding:15px;
	text-align: left;
	position:relative;
}




.block2{
	margin-top: 30px;
}

.news .item .img{
	height: 184px;
	position:relative;
}

.news .item .img .more{
    display: block;
    position: absolute;
    padding: 10px 15px;    
    color: #7f7f7f;
    bottom: 0;
    left: 0%;
    float:left;
	overflow:hidden;
	background: #fff;
	padding-left: 40px;
}

.news .item .img .more .part{
    z-index: 2;
    position: relative;
}

.news .item .more:before{
    content: '→';
    color: #737373;
    font-size: 30px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: #0072bc; */
    left: 0;
    top: -6px;
    transition: 0.3s;
    /* z-index: 0; */
    /* padding: 2px 0 0 22px; */
    font-size: 30px;
}

.news .item .img .more:after{
    content: '→';
    display: block;
    width: 100%;
        height: 119%;
    position: absolute;
    background: #0072bc;
    left: -100%;
    top: -6px;
    transition: 0.3s;
    z-index: 0;
    /* padding: 2px 0 0 22px; */
    font-size: 30px;
}

.news .item:hover .more:before{
	color: #fff;
}

.news .item:hover .more:after{
	left:0;
}

.news .item:hover .more{
	color:#fff;
}

.news .item .date{
	padding: 8px;
	color: #3f3e3e;
}

.news .item .desc{
	padding: 8px;
	color: #3f3e3e;
}




.block2 .block{
	display: table;
	position:relative;
	width:100%;
	height: 184px;
	border-radius: 5px;
    overflow: hidden;
}

.block2 .block img{
    position: absolute;
    left: 0;
    top: 0;
}

.block2 .block:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(32,47,81,0.6), rgba(32,47,81,0.6));
    z-index: 1;
}

.block2 .block-video{
	position:relative;
	border-radius: 5px;
}

.block2 .block-video:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(32,47,81,0.6), rgba(32,47,81,0.6));
    z-index: -1;
	border-radius: 5px;
}

.block2 .block .title{
    display: table-cell;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 15px;
    color: #fff;
    height: 184px;
    vertical-align: middle;
}

.block2 .block .title .in{
	display: inline-block;
	position:relative;
	padding-left: 13px;
}

.block2 .block .title .in:before{
	content: '';
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 2px;
    background: #fff;
}

.block2 .block3{
	display: block;
	width: 100%;
	padding: 30px;
	background: #25467D url('../../images/Vector-Smart-Object-copy-4.png') right center no-repeat;
	border-radius: 8px;
	text-align:center;
	color:#fff;
}


.partner{
	min-height: 374px;
	background: #e1e1e1;
	margin: 80px 0;
}


.contact{
	position: relative;
	display: block;
	min-height: 500px;
	    background: rgba(0,0,0,1);
}

.contact .part{
	position: relative;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 23;
}


.footer{
	background: #004a80;
	min-height: 192px;
	display: table;
	width: 100%;
}

.footer .info{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align:middle;
	color:#fff;
}


.partner .title{
	padding: 25px 0;
}

.partner .logo{
	display: inline-block;
	width: 32%;
	min-width: 200px;
	text-align:center;
	height: 100px;
}

.partner .logo img{
	max-width: 90%;
}

.partner .logo-table{
	width: 100%;
	position:relative;
	height: 100%;
	display: table;
}

.partner .logo-cell{
	width: 100%;
	position:relative;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}


.calendar{
	min-height: 374px;
	background: #ebebeb;
	padding: 30px;
}


#calendar .weekday {
    margin: 0;
}


#calendar .table {
    border: 0;
    font-family: tahoma;
    border-color: #dbdbdb;
    border-top: 0px;
    margin: auto;
}

#calendar td {
    border: 0;
    background: url(../../img/calendar-bg-no.png) repeat-x;
    color: #b4b3b3;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
}

#calendar .weekday li {
    display: inline-block;
    list-style: none;
    /* margin-left: 12px; */
    color: #123b78;
    width: 14%;
    text-align: center;
	padding: 15px 0;
}



#calendar td a {
    width: 100%;
    height: 40px;
    text-align: center;
    display: block;
    color: #123b78;
}

#calendar .active {
    width: 100%;
    height: 30px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: #123b78;
}



#calendar td {
    border: 0;
    background: url(../../img/calendar-bg-no.png) repeat-x;
    color: #b4b3b3;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
	padding:0;
}



#calendar .prev{
	float: left;
    background: #314F8C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* content: '<'; */
    color: #fff;
}


#calendar .next{
	float: right;
    background: #314F8C;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /* content: '<'; */
    color: #fff;
}


#calendar .month{
	margin-bottom: 20px;
	text-align: center;
}

#calendar .navigate{
	padding: 23px 2px;
}

#calendar .navigate select{
	border: 0;
    background: transparent;
    color: #314F8C;
}

#calendar .archive{
	display: inline-block;
	padding: 0 25px;
	color: #314F8C;
}

.contact .inp{
    background: rgba(1,27,52,0.3);
    border: 1px solid #fff;
    border-radius: 4px;
    width: 100%;
    height: 54px;
	margin-top: 15px;
	padding: 0 0 0 15px;
}

.contact .area{
    background: rgba(1,27,52,0.3);
    border: 1px solid #fff;
    border-radius: 4px;
    width: 100%;
    height: 254px;
	margin-top: 15px;
	padding: 15px;
}

.contact .but{
	float: right;
	text-align: center;
    padding: 10px 35px;
    background: rgba(53,92,127,0.8);
    border: 0;
    color: #fff;
	border-radius: 5px;
}


.contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.contact ::-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.contact ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}



.footer .twitter{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #1DA1F3 url(../../images/3uFY0wpD.png) center center no-repeat;
}


.footer .facebook{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #3F67A9 url('../../images/facebook-letter-logo-(3).png') center center no-repeat;
}

.footer .youtube{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #CE222A url('../../images/youtube.png') center center no-repeat;
}


.footer .inp{
	background: #fff;
    border: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 30px;
    vertical-align: top;
	padding-left: 5px;
}

.footer .but{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #004A80 url('../../images/search-128.png') center center no-repeat;
	border: 0;
	border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}


.footer .subscribe-but{
	width: 92px;
    height: 30px;
    vertical-align: middle;
    border: 0;
    background: #CACACA url(../../images/arrow-right1.png) center center no-repeat;
}

.page{
	
}

.page .devider .part:before{
	position:absolute;
	content: '';
	display: block;
	width: 100%;
	bottom:0;
	left:0;
	background: #e1e1e1;
	height: 4px;
}

.page .devider .title{
	background: #f2f2f2 url(../../images/main-news-title-back.png) right center no-repeat;
	padding:15px;
	text-align:left;
	position: relative;
	    color: #1E3362;
}

.page .devider .title:before{
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 4px;
    background: #004a80;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
}



.pright .block{
	display: block;
	position:relative;
	width:100%;
	height: auto;
}

.pright .block:before{
	content: '';
	display: block;
	position: relative;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(transparent 10%, rgba(0,0,0,0.8));
}

.pright .block .title{
	display: block;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	width: 100%;
	height: auto;
	padding: 15px;
	color:#fff;
}

.pright .block .title .in{
	display: block;
	position:relative;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	padding-left: 35px;
}

.pright .block .title .in:before{
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    width: 24px;
    height: 2px;
    background: #fff;
}


.page .devider2{
	display: block;
	width: 100%;
	height: 2px;
	background: #a3aeb6;
}


.page .part{
	background: #fff;
	box-shadow: 0 0 40px 0px rgba(0, 0, 0, 0.18);
}


.decl {
	    padding: 30px 30px;
}

.decl .title{
	color: #033564;
}

.decl .text{
	padding: 30px;
	line-height: 22px;
}

.down-pdf{
	padding: 0 30px;
}


.down-pdf .pdf{
	width: 40px;
    min-height: 40px;
    display: inline-block;
    background: url('../../images/pdf-(3).png') center center no-repeat;
    /* border: 1px solid #d7d7d7; */
    padding: 5px;
}


.down-pdf .pdftitle{
    min-height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #033564;
    padding: 0 15px;
    border-left: 1px solid #d7d7d7;
}

.down-pdf .but{
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	height: 40px;
	margin-right: 15px;
}

.down-pdf .but img{
	margin: 10px;
    vertical-align: top;
}

.conference{
	padding: 15px;
}

.conference .title{
	vertical-align: top;
	color: #004a80;
	display: block;
	margin-bottom: 20px;
}


.conference .more{
	color: #0072bc;
}


.conference .download{
	    position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
	padding: 15px;
	padding: 10px 10px;
    border-top: 1px solid #d5d5d5;
}

.conference .main-cell{
	padding: 0px;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d5d5d5;
}

.conference .download .pdf{
	width: 40px;
    min-height: 40px;
    display: inline-block;
    background: url('../../images/pdf-(3).png') center center no-repeat;
    /* border: 1px solid #d7d7d7; */
    padding: 5px;
}


.conference .download .pdftitle{
    min-height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #033564;
    padding: 0 10px;
    border-left: 1px solid #d7d7d7;
}

.conference .download .but{
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	height: 40px;
	margin-right: 15px;
}

.conference .download .but img{
	margin: 10px;
    vertical-align: top;
}


.page-news .item .img{
	background:#004A80;
}

.page-news .item img{
	transition: 0.5s;
}

.page-news .item:hover img{
	filter: grayscale(0.5);
	opacity: 0.5;
}

.page-news{
	padding: 0;
}

.page-news .item{
	background: #F9F9F9;
	padding: 15px;
	position: relative;
	margin-bottom: 30px;
}

.page-news .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.page-news .title{
	display: block;
    padding: 0 0 15px 0;
    color: #004A80;
}

.page-news .desc {
	color: #7C7B7B;
}

.page-news .more {
	display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #EDEDED;
    position: absolute;
    bottom: 0;
    right: 0;
	background: url('../../images/icon-ios7-arrow-right-128-copy-13.png') center center no-repeat;
}

.news-in{
	padding:15px;
}

.news-in .title{
	display: block;
    padding: 15px 0;
	color: #004a80;
}

.news-in .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.news-in .slider{
	border:1px solid #EBEBEB;
	padding:0;
}

.news-in .quantity{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 15px;
    height: 27px;
    width: auto;
    width: 80px;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 27px;
    text-align: center;
}

.slider-for{
	padding:15px 15px 0 15px;
}

.slider-nav img{
	margin: 15px auto;
}

.slider-nav .slick-prev{
	right: initial;
    left: initial;
    z-index: 2;
    top: 50%;
    margin-top: 0px;
    width: 30px;
    height: 30px;
}

.slider-nav .slick-next {
    right: 2px;
    left: initial;
    z-index: 2;
    top: 50%;
    margin-top: 0px;
    width: 30px;
    height: 30px;
	opacity: 0.8;
}


.slider-nav .slick-prev {
    left: 3px;
	opacity: 0.8;
}


.slider-nav .slick-current img{
	opacity: 0.5;
}


.slider-nav .slick-prev{
	background: #004A80 url('../../images/icon-ios7-arrow-right-128-copy.png') center center/25% auto no-repeat !important;
}

.slider-nav .slick-next{
	background: #004A80 url('../../images/icon-ios7-arrow-right-128.png') center center/25% auto no-repeat !important;
}

.news-in .pad{
	    padding: 0 12px;
		position:relative;
}

.slider-nav .slick-list{
    padding: 0px 0 0 0px!important;
}

.legislations{
	padding: 0;
}

.legislations .item{
	background: #F9F9F9;
	padding: 15px;
	position: relative;
	margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
	margin-bottom: 30px;
	
}

.legislations .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.legislations .title{
	display: block;
    padding: 0 0 15px 0;
    color: #004A80;
	font-size: 14px;
}

.legislations .desc {
	color: #7C7B7B;
	font-size: 14px;
}

.legislations .more {
	display: block;
    width: 35px;
    height: 35px;
    border: 1px solid #EDEDED;
    position: absolute;
    bottom: 0;
    right: 0;
	background: #0072BC url('../../images/icon-ios7-arrow-right-128-copy-131.png') center center no-repeat;
}



.legislations-in{
	padding:15px;
}

.legislations-in .title{
	display: block;
    padding: 15px;
	color: #004a80;
}

.legislations-in .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.legislations-in .slider{
	border:1px solid #EBEBEB;
	padding:0;
}


.colleague .colleague-part{
	background: #f5f5f5;
    /* padding: 20px; */
    margin: 15px;
    border: 0.5px solid #e8e8e8;
    border-radius: 5px;
}

.colleague .logo{
	display: block;
    width: 100%;
    text-align: left;
	padding-left: 15px;
    height: 100px;
}

.colleague .logo-table{
	width: 100%;
	position:relative;
	height: 100%;
	display: table;
}

.colleague .logo-cell{
	width: 100%;
	position:relative;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

.colleague .info{
border: 0.5px solid #cccccc;
    border-radius: 5px;
    background: #ebebeb;
	
}

.colleague .col-md-5{
	border-radius: 5px;
    border: 1px solid #b9b9b9;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
	padding: 8px;
}

.colleague .col-md-7{
	padding: 8px;
}



.memo{
	padding: 0;
}

.memo .item{
	background: transparent;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
	
}

.memo .item .img{
	background:#004A80;
}

.memo .item img{
	transition: 0.5s;
}

.memo .item:hover img{
	filter: grayscale(0.5);
	opacity: 0.5;
}

.memo .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
}

.memo .title{
	display: block;
    padding: 0 0 15px 0;
	color: #0072bc;
}

.memo .desc {
	color: #7C7B7B;
}

.memo .more {
	display: block;
    width: auto;
    height: 35px;
    /* border: 1px solid #EDEDED; */
    position: relative;
    bottom: 0;
    right: 0;
    background: #0072BC;
    color: #fff;
    padding: 0 15px;
    line-height: 35px;
    padding-left: 40px;
	float: right;
}

.memo .more:hover {
	background: #004A80;
}

.memo .more:after{
	content: '→';
    display: block;
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 20px;	
}




.comision{
	padding: 0;
}

.comision .item{
	background: transparent;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}

.comision .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.comision .title{
	display: block;
    padding: 0 0 15px 0;
	color: #0072bc;
}

.comision .desc {
	color: #7C7B7B;
}

.comision .more {
    display: block;
    width: auto;
    height: 35px;
    /* border: 1px solid #EDEDED; */
    position: relative;
    bottom: 0;
    right: 0;
    background: #F7F6F6;
    color: #fff;
    padding: 0 15px;
    line-height: 35px;
    padding-left: 28px;
    float: right;
}

.comision .more:hover {
	background: #0072BC;
}

.comision .more:hover:after {
	color:#fff;
}

.comision .more:after{
	content: '→';
    display: block;
    position: absolute;
	color:#000;
    top: 0;
    left: 12px;
    font-size: 20px;	
}



.pub{
	padding: 15px;
}

.pub .title{
	vertical-align: top;
	color: #4477BD;
	display: block;
	margin-bottom: 20px;
}


.pub .more{
	color: #0072bc;
}


.pub .download{
	    position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
	padding: 15px;
	padding: 10px 10px;
    border-top: 1px solid #d5d5d5;
}

.pub .main-cell{
	padding: 0px;
	vertical-align: top;
	position: relative;
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	border-top: 1px solid #d5d5d5;
}

.pub .download .pdf{
	width: 40px;
    min-height: 40px;
    display: inline-block;
    background: url('../../images/pdf-(3).png') center center no-repeat;
    /* border: 1px solid #d7d7d7; */
    padding: 5px;
}


.pub .download .pdftitle{
    min-height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #033564;
    padding: 0 10px;
    border-left: 1px solid #d7d7d7;
}

.pub .download .but{
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	height: 40px;
	margin-right: 15px;
}

.pub .download .but img{
	margin: 10px;
    vertical-align: top;
}




.religions{
	padding: 15px;
}

.religions .title{
	vertical-align: top;
	color: #4477BD;
	display: block;
	margin-bottom: 20px;
}


.religions .more{
	color: #0072bc;
}


.religions .download{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	display: block;
	padding: 15px;
	padding: 10px 10px;
    border-top: 1px solid #d5d5d5;
}

.religions .main-cell{
	padding: 0px;
	vertical-align: top;
	position: relative;
	background: #fafafa;
}

.religions .download .pdf{
	width: 40px;
    min-height: 40px;
    display: inline-block;
    background: url('../../images/pdf-(3).png') center center no-repeat;
    /* border: 1px solid #d7d7d7; */
    padding: 5px;
}


.religions .download .pdftitle{
    min-height: 40px;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    color: #033564;
    padding: 0 10px;
    border-left: 1px solid #d7d7d7;
}

.religions .download .but{
	display: block;
	float: left;
	border: 1px solid #d7d7d7;
	height: 40px;
	margin-right: 15px;
}

.religions .download .but img{
	margin: 10px;
    vertical-align: top;
}



.religions .logo-table{
	display: table;
	width:100%;
	height:100%;
	position:relative;
}

.religions .logo-table-cell{
	display: table-cell;
	width:100%;
	height:100%;
	position:relative;
	vertical-align:middle;
}


.religions .block{
	background:#F3F3F3;
	border: 1px solid #E3E3E3;
	padding:30px;
	text-align:center;
}

.religions .text{
	padding:30px 0;
}

.religions .link{
	padding:15px;
}

.religions .link .url{
	background: #004a80;
    display: inline-block;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin: 0 15px;
}

.struct{
	padding: 30px;
}

.struct .title{
	padding: 30px;
	text-align: center;
	color: #25467D;
}

.struct .list{
	list-style: none;	
}

.struct .list li{
    margin-bottom: 15px;
}

.struct .list a{
	    padding: 15px;
    display: block;
    background: #E9E9E9;
	color:#004a80;
}

.struct .title2{
	display: block;
}

.struct-menu{
	background: #EFEFEF;
	    padding-bottom: 30px;
}

.struct-menu .title{
	display: block;
    padding: 15px;
    background: #25467D url(../../images/struct-dev-back-icon2.png) right center no-repeat;
    color: #fff;
    background-position: right -48px center;
}

.struct-menu ul{
	list-style: none;
	margin: 0;
}

.struct-menu a{
	padding: 15px 15px 15px 60px;
    display: block;
	color: #414040;
	position:relative;
}

.struct-menu a:hover{
	background: #004A80;
	color:#fff;
}

.struct-menu a:hover:before{
	content: '';
    display: block;
    position: absolute;
    background: #0072bc url(../../images/icon-ios7-arrow-left-128-copy-131.png) center center no-repeat;
    width: 40px;
    height: 40px;
    left: 8px;
}

.struct-menu .sel{
	background: #004a80;
	color: #fff;
}

.struct-menu .first{
	padding-top: 30px;
}

.struct-menu a:before{
    content: '';
    display: block;
    position: absolute;
    background: #e1e1e1 url(../../images/icon-ios7-arrow-left-128-copy-13.png) center center no-repeat;
    width: 40px;
    height: 40px;
    left: 8px;
    top: 50%;
    margin-top: -20px;
}


.struct-menu .sel:before{
    content: '';
    display: block;
    position: absolute;
    background: #0072bc url(../../images/icon-ios7-arrow-left-128-copy-131.png) center center no-repeat;
    width: 40px;
    height: 40px;
    left: 8px;
}



.adv-in{
	padding:15px;
}

.adv-in .title{
	display: block;
    padding: 15px;
	color: #004a80;
}

.adv-in .date{
	padding-left: 18px;
	background: url(../../images/calendar-copy.png) left center no-repeat;
	color: #7F7F7F;
	line-height: 40px;
}

.adv-in .slider{
	border:1px solid #EBEBEB;
	padding:0;
}


.gallery{
	padding: 30px;
}

.gallery .menu{
	list-style: none;
	display: inline-block;
}


.gallery .menu li{
	display: inline-block;	
}

.gallery .menu a{
	display: block;
	padding: 15px 30px;
	background: #EDEEF0;
	color: #707070;
}

.gallery .menu a.sel{
	background: #004a80;
	color: #fff;
}


.gallery .item{
	height: 260px;
    width: 100%;
    display: block;
	position: relative;
	    margin-bottom: 30px;
}


.gallery .item .title{
	position: absolute;
	bottom:0;
	left:0;
	background: #376BB8 url(../../images/Vector-Smart-Object-copy-6--.png) right -130px center no-repeat;
	padding:15px;
	color:#fff;
	width: 100%;
}

.gallery .item .date{
	    position: absolute;
    top: -40px;
    left: 0;
    background: #25467D;
    padding: 5px 15px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


#calendar td {
    border: 0;
    background: url(../../img/calendar-bg-no.png) repeat-x;
    color: #b4b3b3;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
}

#calendar td a {
    width: 40px;
    height: 40px;
    text-align: center;
    display: block;
    color: #123b78;
    line-height: 40px;
}


#calendar .s_day {
    color: #fff;
    background: #9f9f9f;
}


#calendar .active {
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    background: #123b78;
}

#calendar td a:hover {
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    background: #123b78 /*background: url(../../img/calendar-bg-hr.png) repeat-x center center*/;
}


#LoadCalendarInfoDiv img{
	    width: 20%;
    margin: auto;
    display: block;
    margin-top: 43%;
}


.youtube-play{
	position:absolute;
	width: 70px;
	height: 50px;
	background: url('../../images/play-youtube.png') center center no-repeat;
	background-size: 80% auto;
	top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -35px;
}


.back{
	background: #004a80;
    padding: 8px;
    color: #fff;
    font-weight: normal;
    border-radius: 3px;
    font-size: 14px;
    position: absolute;
    /* top: 0; */
    right: 30px;
    color: #fff!important;
}


.tag{
	padding: 5px 10px;
    display: inline-block;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    margin-right: 10px;
}

@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}
}

@media (max-width: 1200px){
	
	.header .navbar-nav {
		display: block;
		justify-content: space-between;
		width: 100%;
		text-align: center;
	}
	
	.header .submenu{
		height:auto;
		min-height: 39px;
		display: block;
		text-align:center;
	}
	
	.header .submenu a{
		display: inline-block;
	}
	
	
		.contact{
		background: #5b6a88;
		text-align:center;
	}
	
	.contact .form{
		position:relative;
		display: inline-block;
		background: #5b6a88;
		margin-left:0!important;
	}
	
	.contact .map{
		position: relative!important;
		display: block;
		width: 100%;
		height: 500px!important;
	}
}

@media (max-width: 991px){
	
	.header .navbar-nav {
		display: flex;
		width: 100%;
		text-align: center;
	}
	
	.footer{
		text-align:center;
	}
	
	.footer .col-lg-6{
		padding: 0 0 15px 0;
	}
	
	.footer .col-lg-1{
		padding: 0 0 15px 0;
	}
	
	.footer .col-lg-5{
		padding: 0 0 15px 0;
	}
	
	.top{
		text-align: center;
	}
	
	.top .right{
		float: initial;
	}
	
	.header{
		text-align:center;
	}
	
	.header .slogan{
		text-align:center;
	}
	
	.pagination{
		display: block;
		padding: 15px;
		text-align: center;		
	}
	
	.pagination .page-item{
		display: inline-block;
		margin: 5px;
	}
	
	.header .submenu .dev{
		display: none;
	}
	
	.header .submenu a{
		display: block;
	}
	
	.header .submenu{
		display: block;
		height:auto;
	}
	
	.top .info {
		line-height: 42px;
		text-align: center;
	}
	
	.navbar .devider{
		display: none;
	}
	

	
	
	.conference .download{
		position: relative;
	}
	
	.conference .main-cell {
		border-top: 0;
		border-left: 1px solid #d5d5d5;
	}
}

