@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lato-Regular.woff2') format('woff2'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype'),
         url('../fonts/Lato-Regular.svg#Lato') format('svg');
}
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/OpenSans-CondensedLight.eot');
    src: url('../fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-CondensedLight.woff2') format('woff2'),
         url('../fonts/OpenSans-CondensedLight.woff') format('woff'),
         url('../fonts/OpenSans-CondensedLight.ttf') format('truetype'),
         url('../fonts/OpenSans-CondensedLight.svg#OpenSansCondensedLight') format('svg');
}
@font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Lalezar-Regular.eot');
    src: url('../fonts/Lalezar-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lalezar-Regular.woff2') format('woff2'),
         url('../fonts/Lalezar-Regular.woff') format('woff'),
         url('../fonts/Lalezar-Regular.ttf') format('truetype'),
         url('../fonts/Lalezar-Regular.svg#Lalezar') format('svg');
}


/*
 * OVERVIEW
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    margin:0px;
    padding:0px;
    border: 0;
    outline: none;
}
*, :after, :before {
    font-family: 'Lato', Arial, sans-serif;    
}
html {
    line-height: 1.5;
}
body { 
    margin: 0px auto;
    overflow-x: hidden;
    font-size: 16px;
    color: #052e4e;
}
img { 
    max-width: 100%;
    height: auto !important;
    vertical-align: middle;
}
input, textarea, select {
    -webkit-appearance: none;   
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
ul,li,ol{ 
    list-style: none; 
}
table { 
    border-spacing: 0; 
}
a, a:hover, a:focus { 
    text-decoration:none; 
    color: inherit;
	outline: none;
}
.clr {
    clear: both;
}
.divclr::after {
    content: '';
    display: block;
    clear: both;
}
.vta {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}
.vta1 {
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.nopadding {
	padding-left: 0;
	padding-right: 0;
}


/*
 * LAYOUT
 */


/*
 * HEADER
 */
header .topbar {
    background-color: #e5e5e6;    
    font-size: 14px;
}
header .topbar .list-social {
    padding-top: 4px;
    padding-bottom: 4px;   
}
header .topbar .list-social ul,
header .topbar .list-social ul li {    
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
header .topbar .list-social ul li {
    margin-right: 3px;
}
header .topbar .header-email {
    padding-top: 6px;
    padding-bottom: 6px;
}
header .topbar .header-email .inner {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    padding-left: 34px;
}
header .topbar .header-email .inner::before {
    content: '';
    width: 27px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/icon-mail.png) no-repeat center center;
}
header .topbar .header-email .inner span { 
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;   
}
header .topbar .header-email .inner .span-1 {
    font-weight: bold;
}
header .topbar .header-email .inner .span-2 {
    text-decoration: underline;
    color: #666666;
}
header .middle .logo {
    padding-top: 27px;
    padding-bottom: 27px;
}
header .middle .call-us {
    font-size: 28px;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;    
    color: #f02437;
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-left: 97px;
    margin-top: 33px;
}
header .middle .call-us::before {
    content: '';
    width: 88px;
    height: 26px;
    background: url(../img/icon-call-us.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
header #main-menu {
    background-color: #052e4e;
    min-height: 50px;
    max-height: 50px;
	position: relative;
}
header #main-menu nav ul li {
    float: left;  
}
header #main-menu nav ul li a {
    font-family: 'OpenSansCondensedLight', Arial, sans-serif; 
    color: #fff;
    text-transform: uppercase;   
    font-size: 18px;
    padding: 12px 16px;
    display: block;
    line-height: 1.45;
    min-height: 50px;
    max-height: 50px;
}
header #main-menu nav ul li.home a {
    padding: 9px 16px;    
}
header #main-menu nav ul li.current a,
header #main-menu nav ul li:hover a {
    background-color: #105f9c;
}
header #main-menu nav ul li.item-children {
	position: relative;	
}
header #main-menu nav ul li.item-children ul {
	display:none;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background-color: #105f9c;
    width: 150px;
}
header #main-menu nav ul li.item-children:hover ul {
	display: block;
}


/*
 * HOMEPAGE
 */
#slider .item img {
    width: 100%;
}
#slider #slide-content {
    display: none;
}
#slider .col-info {
    position: relative;
}
#slider #carousel-text {
    width: 642px;    
    margin-top: -280px;
}
#slider #carousel-text .title .span-number {
    width: 114px;
    height: 114px;
    background-color: rgba(2, 14, 24, .7);
    font-size: 84px;
    color: #ca2c23;
}
#slider #carousel-text .title .span-title {
    width: 516px;
    font-weight: bold;
    color: #ca2c23;
    font-style: italic;
    text-decoration: underline;
    font-size: 42px;
    margin-top: 50px;
}
#slider #carousel-text .des {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 57px 15px 20px;
    font-style: italic;
}
#featured-news {
	top: -40px;
    position: relative;
}
#featured-news .course {
	background-color: #ca2c23;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 438px;
	position: relative;
}
#featured-news .course a.img {
	display: block;
	position: relative;
}
#featured-news .course a.img:before {
	content: '';
	width: 129px;
	height: 29px;
	background: url(../img/label-course.png) no-repeat center center;
	position: absolute;
	bottom: 0;
	left: 0;
}
#featured-news .info h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 12px;
}
#featured-news .info p {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    padding-top: 12px;
}
#featured-news .course .info p {
	border-top: 1px solid #d53d35;
}
#featured-news .course .date-more {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
#featured-news .course .date-more .date {
    float: left;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    width: 64%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
#featured-news .course .date-more .more {
    background-color: #052e4e;
    border: 1px solid #052e4e;
    color: #fff;
    float: right;
    text-align: center;
    text-transform: uppercase;
    width: 34%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}
#featured-news .featured-page {
	height: 438px;
	position: relative;
	background-color: #052e4e;
	padding-top: 15px;
    padding-bottom: 15px;
	color: #fff;
	font-family: 'OpenSansCondensedLight';
}  
#featured-news .featured-page h3 a,
#featured-news .featured-page p {
	font-family: 'OpenSansCondensedLight';	
}  
#featured-news .featured-page p {
	font-size: 16px;
}
#featured-news .featured-page .more {
    border: 1px solid #fff;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#featured-news .featured-page .more a {
    font-family: 'OpenSansCondensedLight';	
	padding: 3px 10px;
    display: block;
}
#list-banner img {
	width: 100%;
}
#list-news {
	margin-top: 36px;
}
#list-news .news-title {
    width: 50px;
    top: 32px;
}
#list-news .news-title span{
    text-transform: uppercase;
    font-weight: bold;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    display: block;
    color: #fff;
    background-color: #052e4e;
    width: 106px;
    padding: 14px 0;
    text-align: center;
    vertical-align: middle;
}
#list-news #news article {
	background-color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	margin: 5px;
}
#list-news #news article .inner {
    position: relative;
}
#list-news #news article .inner a.img {
    display: block;
    float: left;
}
#list-news #news article .inner .info {
	width: 100%;
}
#list-news #news article .inner .info .box {
	padding: 3px 20px;
}
#list-news #news article .inner .info .box h4 {
	font-weight: bold;
	font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 5px;
}
#list-news #news article .inner .info .box p {
	text-align: justify;
    line-height: 1.1;
    color: #7b7e80;
}
#list-news #news article .inner .info .box .date {
    color: #7b7e80;
    font-size: 12px;
	position: relative;	
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
	padding-left: 20px;
    padding-top: 4px;
    border-top: 1px solid #cccccc;
	margin-top: 7px;
}
#list-news #news article .inner .info .box .date::before {
	content: '';
	width: 14px;
	height: 14px;
	background: url(../img/icon-calendar.png) no-repeat center center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#list-news #news article .inner a.read-more {
    font-size: 14px;
    color: #fff;
    background-color: #ca2c23;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 2px 11px;
}


/*
 * TITLE
 */
.page-title .inner {
    background: url(../img/overlay-page.png);
}
.page-title .inner .page-title-height {
    height: 180px;
}
.page-title .inner h1,
.page-title .inner h3 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lalezar', Arial, sans-serif;
}
.page-title-course .inner h3 {
	position: relative;
	padding-left: 47px;
}
.page-title-course .inner h3:before {
	content: '';
	width: 35px;
	height: 35px;
	background: url(../img/icon-course.png) no-repeat center center;
	position: absolute;
	top: -4px;
	left: 0;
}


/*
 * BREADCRUMB
 */
.page-breadcrumb {
    background-color: #cdd5dc;
    color: #052e4e;
	margin-bottom: 20px;
 } 
.page-breadcrumb #breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
}
.page-breadcrumb #breadcrumb .site-title a {
    padding-left: 20px;
    font-size: 14px;
    color: #052e4e;
    position: relative;
}
.page-breadcrumb #breadcrumb .site-title a::before {
    content: '';
    width: 16px;
    height: 14px;
    background: url(../img/bc-home.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.page-breadcrumb #breadcrumb .bread-item {
    position: relative;
    padding-left: 14px;
    margin-left: 10px;
}
.page-breadcrumb #breadcrumb .bread-item::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0; 
    height: 0; 
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #052e4e;
}


/*
 * CONTENT
 */
.page-content .title h1 {
    font-size: 25px;
    font-weight: bold;
	float: left;
	width: 100%;
}
.page-content .title .date {
	float: right;
	font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #adb9c3;
	padding: 4px 5px 4px 22px;
	position: relative;
}
.page-content .title .date:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url(../img/icon-time.png) no-repeat center center;
	position: absolute;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
}
.page-content .date-course {
	position: relative;
	padding-bottom: 13px;
	padding-top: 13px;
	border-top: 1px solid #bcbdbd;
	border-bottom: 1px solid #bcbdbd;
	margin-top: 20px;
} 
.page-content .date-course .date-open {
	position: relative;
}
.page-content .date-course .date-open span {
	font-size: 20px;
	color: #e84505;
}
.page-content .date-course .register_course {
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #0c9da6;
    color: #fff;
    padding: 10px 20px;
	max-height: 42px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.page-content .description {
    margin-top: 20px;
    text-align: justify;
}
.page-content .description .featured-img {
    margin-bottom: 15px;	
}
.page-content .description .featured-img > img {
	width: 100%;
}
.page-content .description p {
    margin-bottom: 15px;
}
.page-content .des-contact {
	color: #fff;
    background-color: #052e4e;
	padding-top: 35px;
	padding-bottom: 35px;
}
.page-content .des-contact .col-left img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.page-content .des-contact h3 {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.page-content .des-contact span {
	font-weight: bold;
}
.page-content .form-address {
	margin-top: 20px;
}
.page-content .form-address .title-form {
	text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 15px;
}
.page-content .form-address textarea {
	height: 150px;
    resize: none;
}
.page-content .form-address input[type=submit]{
    background-color: #00a99d;
    width: 100%;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.page-content .description table tr td, .page-content .description table tr th {
    border: 1px solid #cccccc;
    padding: 1% 2%;
}
.page-content .description ul {
	margin-bottom: 15px;
}
.page-content .description ul,
.page-content .description ul li {
    margin-left: 20px;
    list-style: inherit;
}


/*
 * RELATIVE
 */
#relative-post {
	margin-top: 25px;	
}
#relative-post h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #adb9c3;
    margin-bottom: 20px;
}
#relative-post h3 span {
	display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
	background-color: #003366;
	position: relative;
	padding: 6px 15px 6px 30px;
}
#relative-post h3 span::before {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}
#relative-post .list-ralative article .info {
	margin-top: 12px;
}
#relative-post .list-ralative article .info h4 {
	font-weight: bold;
	margin-bottom: 12px;
}
#relative-post .list-ralative article .info p {
	color: #666666;
	font-size: 14px;
	text-align: justify;
}


/*
 * SIDEBAR
 */
#list-brand {
    margin-top: 30px;
}
#list-brand .item {
    text-align: center;
}
#list-brand .row .owl-carousel {
    border-top: 3px solid #c0ccd6;
    padding-top: 30px;
}
.sidebar h3 {
	font-family: 'OpenSansCondensedLight';
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #052e4e;
    color: #fff;
    padding: 15px 15px;
}
.sidebar ul li {
    background-color: #c5d1de;
    padding: 10px 15px;
    text-transform: uppercase;
    margin-top: 3px;
}
.sidebar .banner {
	margin-top: 15px;
	text-align: center;
}
.sidebar-page {
    position: relative;
    top: -153px;
}


/*
 * CATEGORY
 */
.list-article article {
	margin-bottom: 20px;
}
.list-article article .inner {
	position: relative;
}
.list-article article .inner a.img {
	display: block;
	position: relative;
}
.list-article article .inner a.img .meta-date {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #ca2c23;
    font-size: 12px;
    padding: 2px 10px;
}
.list-article article .inner .info {
	float: right;
	width: 100%;
	margin-top: 10px;
}
.list-article article .inner .info h3 {
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
    max-height: 38px;
    overflow: hidden;
}
.list-article article .inner .info p {
    line-height: 1.2;	
    max-height: 57px;
    overflow: hidden;
}
.list-article article .inner a.more {
    background-color: #333333;
    color: #fff;
    font-size: 14px;
    padding: 5px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.list-article #pagination {
    background-color: #adbac3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.list-article #pagination ul li {
	display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.list-article #pagination ul li {
	margin-left: 3px;
	margin-right: 3px;
}
.list-article #pagination ul li.item a {
	width: 27px;
	height: 27px;
	-ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #666666;
	border: 1px solid #666666;
	color: #fff;
    font-size: 13px;
}
.list-article #pagination ul li.active span {
	background-color: #666666;
	border: 1px solid #666666;
	color: #fff;
	width: 27px;
	height: 27px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    font-size: 13px;
}
.list-article #pagination ul li.item a:hover,
.list-article #pagination ul li.active span {
	background-color: #9a3334;
	border: 1px solid #9a3334;	
}
.list-article #pagination ul li.last a,
.list-article #pagination ul li.first a {
    height: 27px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    height: 27px;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #ffffff;
    color: #666;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 13px;
}
 
 
/*
 * FOOTER
 */
footer {
    background-color: #052e4e;
    margin-top: 20px;
    padding-top: 24px;
}
footer .mid {
    color: #fff;
    text-align: justify;
    padding-bottom: 26px;
}
footer .mid h4.title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}
footer .mid h4.title::after {
    content: '';
    height: 3px;
    background-image: url(../img/title-widget.png);
    display: block;
    margin-top: 6px;
    margin-bottom: 50px;
}
footer .mid .info-company h4.title-logo {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}
footer .mid .info-company .logo-footer {
    margin-top: 15px;
}
footer .mid .info-company .info {
    margin-top: 30px;
}
footer .mid .info-company .info .company {
    font-weight: bold;
}
footer .mid .info-company .info > div > span {
    font-weight: bold;    
}
footer .mid .introduce p {
    margin-bottom: 15px;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif; 
    font-size: 18px;
}
footer .mid .introduce a {
    background-color: #ca2c23;   
    padding: 9px 24px;
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
footer .mid .nav-gallery > a {
    float: left;
    width: 23.70689655172414%;
    margin-right: 1.724137931034483%;
    margin-top: 1.724137931034483%;
}
footer .mid .nav-gallery > a:last-child {
    margin-right: 0;
}
footer .bot {
    background-color: #080d17;
    padding-top: 12px;
    padding-bottom: 12px;
}
footer .bot .social {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    height: 25px;
}
footer .bot .social ul li {
    display: -moz-inline-box;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
footer .bot .middle .copyright {
    font-size: 12px;
    text-align: center;
    color: #5d6a73;
    margin-bottom: 4px;
}
footer .bot .middle .copyright .span-1,
footer .bot .middle .copyright .span-2 {
    border-right: 2px solid #5d6a73;
    padding-right: 7px;
}
footer .bot .middle .copyright .span-2,
footer .bot .middle .copyright .span-3 {
    padding-left: 7px;
}
footer .bot .middle .company {
    color: #fff;
    text-align: center;
    font-family: 'OpenSansCondensedLight', Arial, sans-serif; 
    font-size: 14px;
}
footer .bot .middle .company span:first-child {
    border-right: 2px solid #9e9ea0;
    padding-right: 7px;
}
footer .bot .middle .company span:last-child {
    padding-left: 3px;
}
footer .bot #back-to-top {
    width: 32px;
    height: 28px;
    background: url(../img/back-to-top.jpg) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    cursor: pointer;
}


/*
 * MODAL
 */
.modal .modal-header #title-course {
	text-transform: uppercase;
}
.modal-title {
    font-weight: bold;
    font-size: 20px;
}
.modal-header p span {
    font-weight: bold;
    color: #f62828;
}
#modal_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1051;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0, 0, 0, .5);
}



/*
 * MENU MOBILE
 */
#cd-menu-trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
	display: none;
}
#cd-menu-trigger .cd-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #FFF;
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
    bottom: 5px;
}
#cd-menu-trigger .cd-menu-icon::after {
    top: 5px;
}
.wrapper {
	-webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
	background-color: #fff;
    z-index: 99;
    position: relative;
}
.wrapper.lateral-menu-is-open {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}
#cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    width: 260px;
    background-color: #052e4e;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    -webkit-transform: translateX(-80px);
    -moz-transform: translateX(-80px);
    -ms-transform: translateX(-80px);
    -o-transform: translateX(-80px);
    transform: translateX(-80px);
}
#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    -webkit-overflow-scrolling: touch;
}
#cd-lateral-nav ul.cd-navigation {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
#cd-lateral-nav .item-has-children > a {
    position: relative;
}
#cd-lateral-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
	display: block;
	
}
#cd-lateral-nav ul li.item-has-children .sub-menu {
	display: none;
}
#cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url(../img/cd-arrow.svg) no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#cd-lateral-nav .item-has-children .sub-menu li a {
	padding-left: 20px;
}


/*
 * MEDIA
 */
@media (min-width: 500px) {
	.list-article article .inner {
		margin-left: 205px;
	}
	.list-article article .inner a.img {
		width: 205px;
		margin-left: -205px;
		float: left;
	}
	.list-article article .inner .info {
		padding-left: 15px;
		margin-top: 0;
	}
	#list-news #news article .inner {
		margin-left: 167px;
	}
	#list-news #news article .inner a.img {
		width: 167px;
		margin-left: -167px;
	}
	#list-news #news article .inner .info .box p {
		max-height: 51px;
		overflow: hidden;
	}
}
@media (min-width: 768px) { 
	.page-content .row-content {
		margin-right: 300px;
	}	
	.sidebar {
		width: 300px;
		margin-right: -300px;
	}	
	.page-content .title .date {	
		width: 105px;
		margin-right: -115px;
	}
	.page-content .title {
		margin-right: 115px;
	}	
	#list-news .row-news {
		margin-left: 52px;
	}
	#list-news .news-title {
		margin-left: -94px;
	}	
	#list-news #news article .inner .info .box h4 {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
    .text-xs-center {
        text-align: center;
    } 	
	.col-sm-6, .col-sm-4 {
		margin-top: 20px;
	}
	header .topbar .list-social {
		text-align: center;
	}
	header .topbar .header-email {
		text-align: center;
		float: none !important;
	}
	header #main-menu nav {
		display: none;
	}
	#cd-menu-trigger {
		display: block;
	}
	.page-title .inner .page-title-height {
		height: 100px;s
	}
	footer .mid h4.title::after {
		margin-bottom: 0;
	}
	footer .bot .social {
		position: relative;
		text-align: center;
		margin-top: 11px;
	}
	footer .bot .middle {
		margin-top: 15px;
	}
	footer .bot #back-to-top {
		bottom: auto;
	}
	.sidebar-page {
		top: 0;
		text-align: center;
	}
	.page-content .sidebar {
		margin-top: 20px;
	}	
	.list-article article .inner a.more {
		position: relative;
		margin-top: 15px;
		float: right;
	}
	.page-content .date-course .register_course {
		position: relative;
		float: right;
		margin-top: 10px;
	}
	#featured-news {
		top: 0;
	}
	#featured-news .featured-page {
		height: auto;
	}
	#featured-news .info h3 {
		max-height: initial;
		margin-top: 10px;
	}
	#featured-news .featured-page .more {
		position: relative;
		float: right;
		margin-top: 20px;
		bottom: 0;
		right: 0;
	}
	#featured-news .course {
		height: auto;
	}
	#featured-news .course .date-more {
		position: relative;
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 20px;
	}
	#slider #carousel-text {
		width: auto;
		margin-top: -70px;
	}
	#slider #carousel-text .title .span-number {
		width: 40px;
		height: 40px;
		font-size: 36px;
	}
	#slider #carousel-text .title .span-title {
		width: 100%;
		font-size: 24px;			
		margin-top: 0;
	}
	#slider #carousel-text .des {
		padding: 0;
		text-align: justify;
	}
	.carousel-control.right {
		top: -70px;
		left: 75px;
	}
	#list-news {
		margin-top: 20px;
	}
	#list-news .news-title {
		top: 0;
		width: 100%;
		margin-bottom: 10px;
	}
	#list-news .news-title span {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		margin-left: auto;
		margin-right: auto;
	}
	.page-content .description {
		overflow-x: auto;
	}
}