/*!
 * LRC Template
 *
 * Copyright (c) DuyLD2108
 * duyld.dhkh@gmail.com
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */

@font-face {
	font-family: 'lrc-icon';
	src: url('../fonts/lrc-icon.eot?17598016');
	src: url('../fonts/lrc-icon.eot?17598016#iefix') format('embedded-opentype'),
		 url('../fonts/lrc-icon.woff2?17598016') format('woff2'),
		 url('../fonts/lrc-icon.woff?17598016') format('woff'),
		 url('../fonts/lrc-icon.ttf?17598016') format('truetype'),
		 url('../fonts/lrc-icon.svg?17598016#lrc-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'lrc-icon';
		src: url('../fonts/lrc-icon.svg?17598016#lrc-icon') format('svg');
	}
}

[class^="icon-"], [class*=" icon-"]{
	display: inline-block;
    font: normal normal normal 14px/1 "lrc-icon";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

.icon-database:before { content: '\e800'; }
.icon-document:before { content: '\e801'; }
.icon-envelope:before { content: '\e803'; }
.icon-folder:before { content: '\e804'; }
.icon-graduation-cap:before { content: '\e805'; }
.icon-map-maker:before { content: '\e806'; }
.icon-news:before { content: '\e807'; }
.icon-phone:before { content: '\e808'; }
.icon-printer:before { content: '\e809'; }
.icon-profile:before { content: '\e80a'; }
.icon-right-arrow:before { content: '\e80b'; }
.icon-star:before { content: '\e80c'; }
.icon-tools:before { content: '\e80d'; }
.icon-times:before { content: '\e80e'; }
.icon-activity:before { content: '\e80f'; }
.icon-book:before { content: '\e810'; }
.icon-bookmark:before { content: '\e811'; }
.icon-books:before { content: '\e812'; }
.icon-cloud-database:before { content: '\e813'; }
.icon-computer:before { content: '\e814'; }
.icon-user:before { content: '\e815'; }
.icon-search:before { content: '\e816'; }
.icon-arrow-down:before { content: '\e817'; }
.icon-home:before { content: '\e818'; }
.icon-menu-1:before { content: '\f008'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-angle-double-right:before { content: '\f101'; }
.icon-play-circled:before { content: '\f144'; }
.icon-youtube-squared:before { content: '\f166'; }
.icon-youtube:before { content: '\f167'; }
.icon-youtube-play:before { content: '\f16a'; }
.icon-support:before { content: '\f1cd'; }
.icon-facebook-official:before { content: '\f230'; }
.icon-twitter-squared:before { content: '\f304'; }
.icon-facebook-squared:before { content: '\f308'; }
.icon-clock:before { content: '\1f554'; }

body{
	background: #fff;
	font-family: 'Raleway', cursive;
	/* letter-spacing: 0.75px; */
}
a{
	color: inherit;
	transition: background .3s,color .3s,border-color .3s;
	-moz-transition: background .3s,color .3s,border-color .3s;
	-o-transition: background .3s,color .3s,border-color .3s;
	-webkit-transition: background .3s,color .3s,border-color .3s;
}

.form-control::placeholder{
	color: #C4C4C4;
}

.opacity-on-hover{
	background-color: #000;
	overflow: hidden;
}
.opacity-on-hover img, .zoom-on-hover{
	transition: opacity .3s ease-out,transform .3s ease-out,filter .3s ease-out;
	-moz-transition: opacity .3s ease-out,-moz-transform .3s ease-out,-moz-filter .3s ease-out;
	-o-transition: opacity .3s ease-out,-o-transform .3s ease-out,-o-filter .3s ease-out;
	-webkit-transition: opacity .3s ease-out,-webkit-transform .3s ease-out,-webkit-filter .3s ease-out;
}
.opacity-on-hover:hover img{
	opacity: .7;
	filter: alpha(opacity=70);
}
.zoom-on-hover:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.lrc-scrollable{
	height: 100%;
}
.lrc-scrollable.scrollable .scroll-bar .thumb{
	background-color: #fff;
}

/* TOPBAR */
.top-bar{
	height: 52px;
	line-height: 52px;
	background: #0093DD;    /*binh thuong sua ve 0093DD*/
	color: #fff;
	font-size: 14px;
}
.top-bar a{
	color: rgba(255, 255, 255, 0.6);
}
.top-bar a:hover{
	color: #fff;
	text-decoration: none;
}
.top-bar .divider{
	margin: 0 7px;
}
.top-bar .icon-user{
	margin-right: 12px;
}

/* HEADER */
#header{
	height: 84px;
	background: rgba(255, 255, 255, 0.2);
	background: url('../images/header-bg.png');
}
#header .logo{
	padding: 2px 0;
}
#header .logo img{
	height: 80px;
	max-height: 100%;
}

/* MOBILE LANGUAGE SELECT */
.tump-mobile-select-language{
	margin-right: 15px;
	position: relative;
}
.tump-mobile-select-language:after{
	content: '\e817';
	font-family: 'lrc-icon';
	position: absolute;
	right: 7px;
	top: 10px;
	font-size: 12px;
	color: #9C9C9C;
}
.tump-mobile-select-language .custom-select{
	background: none;
	border: 0;
	font-weight: bold;
}
.tump-mobile-select-language .custom-select:focus{
	box-shadow: none;
	outline: 0;
}
.tump-mobile-select-language .custom-select option{
	font-weight: normal;
}

/* MOBILE MENU ICONS */
.tump-mobile-menu-button{
	box-sizing: border-box;
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
}
.tump-mobile-menu-button span, .tump-mobile-menu-button:before, .tump-mobile-menu-button:after{
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	position: absolute;
	left: 5px;
	background-color: #333;
}
.tump-mobile-menu-button span{
	top: 15px;
	transition: opacity .15s .4s ease;
}
.tump-mobile-menu-button:before{
	top: 8px;
	transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
}
.tump-mobile-menu-button:after{
	top: 22px;
	transition: transform .4s cubic-bezier(.68,-.55,.265,1.55);
}
.mm-wrapper_opened .tump-mobile-menu-button span{
	transition-delay: 0s;
	opacity: 0;
}
.mm-wrapper_opened .tump-mobile-menu-button:before{
	-webkit-transform: translate3d(0,7px,0) rotate(135deg);
	transform: translate3d(0,7px,0) rotate(135deg);
	transition-delay: .1s;
}
.mm-wrapper_opened .tump-mobile-menu-button:after{
	-webkit-transform: translate3d(0,-7px,0) rotate(-135deg);
	transform: translate3d(0,-7px,0) rotate(-135deg);
	transition-delay: .1s;
}
.mm-navbar .mmenu-custom-close{
	line-height: 40px;
	font-size: 30px;
	display: block;
	text-align: left;
	margin-left: -8px;
	cursor: pointer;
}
body.mm-wrapper_opening > .tump-mobile-header{
	-webkit-transform: translate3d(-350px,0,0);
	transform: translate3d(-350px,0,0);
}

/* MAIN NAVIGATION */
#main-navigation, #main-navigation.navbar{
	padding: 0px;
}
#main-nagigation .nav-item{
	position: relative;
}
#main-navigation .nav-link {
	display: block;
	text-align: center;
	color: #0093DD; /* #000; */   /* binh thuong chuyen ve 0093DD*/
	padding: .5rem 1.8rem;
	font-weight:bold;
}
#main-navigation .nav-item:last-child .nav-link{
	padding-right: 0
}
#main-navigation .nav-icon{
	font-size: 24px;
	color: #0093DD;  /* binh thuong chuyen ve 0093DD */
	display: block;
	margin-bottom: 5px;
}
#main-navigation .nav-title{
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}

/* DROPDOWN MENU */
#main-navigation .dropdown-menu .dropdown-item:hover, #main-navigation .dropdown-menu .dropdown-item:focus{
	background-color: #0093DD; /* binh thuong chuyen ve 0093DD */
	color: #fff;
}

.overlay-bg{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background: rgba(0, 0, 0, 0.3); */
	z-index: 1;
}
.overlay-bg + *{
	position: relative;
	z-index: 9;
}

.main-header{
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	width: 100%;
	padding: 153px 0 65px;
}
.main-header.header-small{
	padding-bottom: 49px;
}
.main-header h2{
	font-size: 46px;
	line-height: 57px;
	font-weight: 700;
	margin-bottom: 9px;
}
.main-header h3{
	font-weight: 300;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 89px;
}

.search-form{
	background: rgba(0, 0, 0, 0.5);
	padding: 18px 42px;
	position: relative;
}
.search-form .input-group{
	position: relative;
}
.search-form .input-group:before{
	position: absolute;
	content: '\e816';
	font-family: 'lrc-icon';
	color: #C4C4C4;
	font-size: 20px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 22px;
	top: 15px;
	z-index: 9;
}
.search-form .icon{
	background: #fff;
	border-radius: 6px 0 0 6px;
	font-size: 20px;
	color: #C4C4C4;
	height: 50px;
	line-height: 50px;
	padding-left: 18px;
}
.search-form .searchInput{
	border: none;
	height: 50px;
	line-height: 50px;
	padding-left: 53px;
}
.search-form select{
	border-color: #fff;
}
.search-form input:focus, .search-form select:focus{
	outline: none;
	box-shadow: none;
	border-color: #fff;
}
.search-form .btn:focus{
	outline: none;
	box-shadow: none;
}
.search-form .custom-select{
	border-radius: 0;
	height: 50px;
	line-height: 0;
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
}
.search-form .btn{
	background: #0093DD;  /* binh thuong chuyen ve 0093DD */
	color: #fff;
	padding-left: 32px;
	padding-right: 32px;
	border-color: #0093DD; /* binh thuong chuyen ve 0093DD */
	border-radius: 0 6px 6px 0;
}
.search-form .btn:hover, .search-form .btn:focus{
	background-color: #0076b1;
	border-color: #0076b1;
}

.main-header .quick-links{
	margin-top: 65px;
	/*margin-left:165px; */
}
.quick-link-circle{
	display: block;
	text-align: center;
	width: 116px;
	height: 116px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
	box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
	color: #fff;
	padding: 17px 0;
	margin: 0 auto;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.quick-link-circle.blue-circle{
	/* color: #0093DD; */ 
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.12);
}
.quick-link-circle:hover{
	color: #fff;
	text-decoration: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.quick-link-circle.blue-circle:hover{
	color: #0093DD;
}
.quick-link-circle > *{
	display: block;
}
	.quick-link-circle > .icon {
		font-size: 38px;
		margin-bottom: 6px;
		/*color: #0093DD;*/
	}
.quick-link-circle > span{
	font-size: 14px;
	line-height: 17px;
	font-weight:bold;
}

.main-content{
	background: #fff;
	padding: 30px 0 48px;
   // background: url(../images/background.png) no-repeat center center;
   
    background: url(../images/background.jpg) no-repeat;
    overflow: hidden;
}

.section{
	padding: 30px 0 48px;
	background: url('../images/background.png') no-repeat center center;
	overflow: hidden;
}
.section-blue-over{
	background-color: rgba(0,147,221,.2);
	padding: 30px 0 48px;
}
.section.hr-bottom{
	border-bottom: 1px solid #DEDEDE;
}
.section-title{
	text-align: center;
}
.section-title .icon{
	font-size: 48px;
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
	line-height: 0
}
.section-title h3{
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	margin-top: 6px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
}
.section-title .divider{
	background: url('../images/section-title-divider.png') no-repeat center center;
	width: 100%;
	height: 6px;
	margin-top: 13px;
	display: block;
	margin-bottom: 48px;
}

.box-shadow{
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
}
.home-news-box{
	padding: 28px 15px 24px;
}
.home-news-box-items{
	overflow: hidden;
}
.home-news-box .title{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 24px;
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
	font-weight: 600;
}
.home-news-box .ajaxBtn{
	font-size: 14px;
	cursor: pointer;
}
.home-news-box .ajaxBtn.prevBtn{
	transform: rotate(180deg);
}
.home-news-box .ajaxBtn.disabled{
	color: #ddd;
}
/* .home-news-box .title:after{
	content: '\e80b';
	font-family: 'lrc-icon';
	font-size: 14px;
	margin-left: 30px;
} */
.home-news-item .card{
	border: none;
}
.home-news-item .card-img-top{
	border-radius: 0;
}
.home-news-item .card-body{
	padding: 12px 9px;
}
.home-news-item .card-title{
	font-size: 16px;
	line-height: 19px;
	color: #C50606;
	margin-bottom: 6px;
}
.home-news-item .card-text{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 12px;
}
.home-news-item .readmore-btn{
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
	font-size: 14px;
	line-height: 17px;
}
.home-news-item .readmore-btn:hover{
	text-decoration: none;
	color: #C50606;
}
.home-news-item .readmore-btn:after{
	content: '\f101';
	font-family: 'lrc-icon';
	margin-left: 12px;
}
.home-news-box .showAll-btn{
	padding: 12px 46px;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	margin-top: 40px;
}
.home-news-box .showAll-btn:hover, .home-news-box .showAll-btn:focus{
	box-shadow: none;
	outline: none;
}

/* SERVICES */
.service-item{
	position: relative;
	-webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	    -ms-transition: all .25s ease-in-out;
	     -o-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}
.service-item:hover{
	z-index: 99;
	-webkit-transform: scale(1.2);
	   -moz-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	     -o-transform: scale(1.2);
	        transform: scale(1.2);
}
.service-item img{
	width: 100%;
	height: auto;
}
.service-name{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(17,14,13,.38);
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-name p{
	display: block;
	margin-bottom: 4px;
}
.service-link{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.box-background{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.news-item{
	position: relative;
	margin-bottom: 20px;
}
.news-date{
	position: absolute;
	top: 16px;
	left: 16px;
	padding: 13px 10px;
	background-color: #0093DD; /* binh thuong chuyen ve 0093DD */
	text-align: left;
	color: #fff;
}
.news-day{
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
}
.news-month{
	font-size: 13px;
	line-height: 16px;
	margin-top: 3px;
}
.news-title-overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(180.13deg, rgba(196, 196, 196, 0) 65.55%, #000000 99.88%);
}
.news-title{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 16px;
	line-height: 22px;
	padding: 15px 15px 10px;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.news-title:hover{
	color: #fff;
	text-decoration: none;
}
.news-item:hover .news-title{
	bottom: 15px;
}
#news-section .showAll-btn{
	text-transform: uppercase;
	padding: 12px 46px;
	font-size: 14px;
	line-height: 17px;
	margin-top: 40px;
}

.main-video{
	position: relative;
}
.main-video .video-play-btn{
	color: #FF0000;
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	     -o-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.main-video .video-link{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.videos-title{
	/*background: #fff;*/
	color: #0093DD; /* binh thuong chuyen ve 0093DD */
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	/*padding: 21px;*/
	text-align: center;
	box-shadow: 0px -4px 17px rgba(0, 0, 0, 0.04);
	text-transform: uppercase;
}
.videos-list-wrap{
	padding: 26px 16px 26px 26px;
}
.videos-list-wrap ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.video-list-item{
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.video-list-item + .video-list-item{
	margin-top: 24px;
}
.video-list-item:last-child{
	padding-bottom: 0;
	border-bottom: 0;
}
.video-list-item img{
	max-width: 45%;
	margin-right: 20px;
	border-radius: 5px;
}
.video-list-item .video-title{
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 21px;
}
.video-list-item .video-info{
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	line-height: 1;
}
.video-list-item .video-info:before{
	content: '\1f554';
	font-family: 'lrc-icon';
	margin-right: 10px;
}

#videos-list{
	background: #0093DD; /* binh thuong chuyen ve 0093DD */
}

#members-libs.section{
	padding: 0;
}
#members-libs .title{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin-bottom: 35px;
}
#members-libs .item{
	text-align: center;
}
#members-libs .item img{
	margin: 0 auto;
}
.slick-dots li{
	width: 32px;
	height: 4px;
	margin: 0 10px;
}
#members-libs .slick-dots li button{
	width: 32px;
	height: 4px;
	border-radius: 16px;
	background: #fff;
	padding: 0;
}
#members-libs .slick-dots li.slick-active button{
	background-color: #4D5457; /* binh thuong chuyen ve 0093DD */
}
#members-libs .slick-dots li button::before{
	width: 32px;
	height: 4px;
}

#footer{
	background: url(../images/footer_bg.png) no-repeat top center;
	padding-top: 95px;
	padding-bottom: 81px;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	position: relative;
}
#footer:before, #footer:after{
	position: absolute;
	display: block;
	content: "";
}
#footer:before{
	background: url(../images/footer_left_icons.png) no-repeat top left;
	top: 58px;
	left: 0;
	width: 248px;
	height: 313px;
}
#footer:after{
	background: url(../images/footer_right_icons.png) no-repeat top right;
	top: 47px;
	right: 0;
	width: 240px;
	height: 334px;
}
#footer a{
	color: #fff;
}
#footer .column-title{
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}
.column-content ul{
	padding: 0;
}
.column-content li{
	margin-bottom: 25px;
	list-style-position: inside;
}
.icon-facebook{
	/* color: #1976D2; */
	color: #fff;
}
.icon-twitter{
	/* color: #1da1f2; */
	color: #fff;
}
.icon-youtube{
	/* color: #ff0000; */
	color: #fff;
}
.social-icon{
	width: 40px;
	height: 40px;
	font-size: 40px;
	margin-right: 10px;
	text-align: center;
}
.social-list li a{
	line-height: 40px;
	vertical-align: top;
}

#mobileMenu{
	display: none;
}
#mobileMenu.mm-menu_opened{
	display: block;
}

/* CATEGORY */
.news-card{
	border: none;
	margin-bottom: 60px;
}
.news-card .article-thumbnail{
	margin-bottom: 10px;
	max-width: 100%;
}
.news-card .card-body{
	padding: 0;
}
.news-card .article-title{
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 20px;
}
.news-card .article-title:hover a{
	text-decoration: none;
}
.news-card .article-excerpt{
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 20px;
}
.news-card .article-date{
	color: #6B6C7E;
	font-size: 13px;
}

.lrc-breadcrumb .breadcrumb{
	background: none;
	padding-left: 0;
	padding-right: 0;
	font-size: 13px;
	color:#0093DD; /* binh thuong chuyen ve 0093DD */
}
.lrc-breadcrumb .breadcrumb-item.active,
.lrc-breadcrumb .breadcrumb-item + .breadcrumb-item::before{
	color: #0093DD;
}

#sidebar_quickAccess.affix-top, #sidebar_quickAccess.affix{
	position: static;
}
#sidebar_quickAccess.affix-bottom{
	position: relative;
}
.sidebar-title {
	font-size: 16px;
	line-height: 19px;
	color: #000;
	text-transform: uppercase;
}
.sidebar-content{
	padding-top: 25px;
	padding-bottom: 25px;
}
.sidebar .quick-link-circle{
	margin-bottom: 30px;
}

.article-detail .article-title{
	color: #272833;
	font-weight: 700;
	font-style: 32px;
	line-height: 44px;
	margin-bottom: 24px;
}
.article-detail .article-info{
	margin-bottom: 24px;
	color: #6B6C7E;
	font-size: 14px;
}
.article-detail .article-date:before{
	content: '\1f554';
	font-family: 'lrc-icon';
	margin-right: 10px;
}
.article-detail .article-featured-image{
	margin-bottom: 24px;
}
.article-detail .article-summary, .article-detail .article-content-detail{
	margin-bottom: 30px;
	text-align: justify
}
.article-detail .article-summary{
	font-weight: 600;
}

.pagination {
	display: inline-block;
	text-align: center;
	position: relative;
	width: 100%;
	margin: 60px 0 20px 0;
}

	.pagination .pagination__list {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		.pagination .pagination__list li {
			display: inline-block;
			margin-right: 10px;
		}

			.pagination .pagination__list li:last-child {
				margin-right: 0;
			}

		.pagination .pagination__list .pagination__page {
			font-size: 14px;
		}

		.pagination .pagination__list .pagination__previous,
		.pagination .pagination__list .pagination__next {
			position: relative;
			top: 1px;
			line-height: 36px;
		}

		.pagination .pagination__list .btn-squae {
			background-color: #242c42;
			color: #fff;
		}

			.pagination .pagination__list .btn-squae:hover {
				background-color: #86bc42;
				color: #fff;
			}

			.pagination .pagination__list .btn-squae.active {
				background-color: #86bc42;
				pointer-events: none;
			}

			.pagination .pagination__list .btn-squae i.fa {
				font-size: 19px;
			}
.btn-squae {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #86bc42;
	display: inline-block;
	font-size: 24px;
	font-family: Helvetica, Arial, sans-serif;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

	.btn-squae:hover {
		background-color: #242c42;
		color: #fff;
	}

	.btn-squae.active {
		background-color: #242c42;
		cursor: pointer;
	}

	.btn-squae.disable {
		background-color: #ccc !important;
		pointer-events: none;
		color: #fff;
	}

.scroll {
	color: #fff;
	margin-top: 100px
}

#toTopBtn {
	position: fixed;
	bottom: 26px;
	right: 100px;
	z-index: 98;
	padding: 21px;
	background-color: hsla(5, 76%, 62%, .8)
}

.js .cd-top--fade-out {
	opacity: .5
}

.js .cd-top--is-visible {
	visibility: visible;
	opacity: 1
}

.js .cd-top {
	visibility: hidden;
	opacity: 0;
	transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
	position: fixed;
	bottom: 20px;
	bottom: var(--cd-back-to-top-margin);
	right: 20px;
	right: var(--cd-back-to-top-margin);
	display: inline-block;
	height: 40px;
	height: var(--cd-back-to-top-size);
	width: 40px;
	width: var(--cd-back-to-top-size);
	box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
	background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
	background-color: hsla(5, 76%, 62%, .8);
	background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

.height {
	height: 3000px
}



.s-lib-box {
    background-color: #FFF;
    border: 1px solid;
    border-color: #CCC #CCC #B3B3B3;
    box-shadow: 0 8px 6px -6px #AAA;
    display: inline-block;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 100%;
    border-radius: 4px;
}
.s-lib-profile-image img {
    float: left !important;
    margin: 7px;
}
.s-lib-profile-image img {
    background-color: #FFF;
    border: 1px solid #A9A9A9;
    box-shadow: 3px 3px 4px #AAA;
    padding: 4px;
    max-width: 95%;
	width: 30% !important;
}
.s-lib-box-title {
    padding-left: 5px;
	color: #0068ac;
    font-size: 21px;
}
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container
{
	max-width: 1280px !important;
}
	