.uk-flex{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.uk-flex-inline{
    display:-ms-inline-flexbox;
    display:-webkit-inline-flex;
    display:inline-flex
}
.uk-flex-inline > *, .uk-flex > * {
    -ms-flex-negative:1
}
.uk-flex-top{
    -ms-flex-align:start;
    -webkit-align-items:flex-start;
    align-items:flex-start
}
.uk-flex-middle{
    -ms-flex-align:center;
    -webkit-align-items:center;
    align-items:center
}
.uk-flex-bottom{
    -ms-flex-align:end;
    -webkit-align-items:flex-end;
    align-items:flex-end
}
.uk-flex-center{
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    justify-content:center
}
.uk-flex-right{
    -ms-flex-pack:end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end
}
.uk-flex-space-between{
    -ms-flex-pack:justify;
    -webkit-justify-content:space-between;
    justify-content:space-between
}
.uk-flex-wrap{
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.uk-grid{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.uk-width-1-2 {
	width: 50%
}
.pt60 {
	padding-top: 60px
}

.wrapper {
    width: 100% !important;
    max-width: 1230px !important;
    padding: 0 15px;
}
.row.uk-grid.uk-flex-middle {
    margin-left: -15px;
    margin-right: -15px;
}
#footer-new{
	margin-top: 0
}
.img-scaledown, .img-scaledown > img {
	width: 100%;
	height: 100%;
	display: block
}
.img-scaledown > img {
	object-fit: scale-down;
}
.pc-hidden{
	display: none
}
.section-item {
    background-color: #fff;
}

.section-banner-color{
	background: linear-gradient(#087ec8, #1092dd, #1aaefd);
	position: relative;
}
.banner-background {
	background-image: url('../image/img_left.png'), url('../image/img_right.png'), url('../image/img_bottom.png');
	background-repeat: no-repeat;
	background-position: bottom left, bottom right, bottom center;
	background-size: 500px 100%, 200px auto, 100% 150px;
	padding: 50px 0 150px;
	color: #fff;
    font-family: 'Montserrat';
}
.section-banner-color .iframe-video iframe {
    width: 100%;
    height: 100%;
}
.section-banner-color .iframe-video {
    height: 254px;
    padding-right: 30px;
}
.section-banner-color .title-large {
    font-weight: 700;
    font-size: 40px;
    margin: 0
}
.section-banner-color .title-medium {
    margin-top: 0px;
    font-weight: 700;
    font-size: 22px;
}
.section-banner-color .description {
    line-height: 1.4;
    text-align: justify;
    margin-top: 15px;
}
.section-banner-color .more_description {
    background-color: transparent;
    border: 1px solid #dedede;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 600;
    border-radius: 3px;
    margin-top: 10px;
}
.ajax-loader{
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .22);
    background-image: url(../image/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 9999999999;
    visibility: visible;
}

.section-categories {
    background-color: #fff;
    padding: 30px 0;
}
.section-categories header {
    margin-bottom: 50px;
}
.section-categories .heading {
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 30px 0;
    position: relative;
}
.section-categories .heading::after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #6dcff6;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.categorie-item {
    padding: 0 60px 30px 30px;
    position: relative;
}
.categorie-item:nth-child(2n+1):not(.hidden_style)::before {
    content: '';
    width: 65%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
    right: 0;
}
.categorie-item:nth-child(2n+1)::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #dedede;
    position: absolute;
    left: 100%;
    top: 0;
}
.categorie-item:nth-child(2n):not(.hidden_style)::before {
    content: '';
    width: 65%;
    height: 1px;
    background-color: #dedede;
    position: absolute;
    bottom: 0;
    left: 0;
}
.categorie-item.hidden_style {
    padding-top: 20px;
    padding-bottom: 0;
}
.categorie-item .thumb {
    width: 100px;
    height: 100px;
}
.categorie-item .infor{
	width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: -ms-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: calc(100% - 100px);
    padding-left: 15px
}
.categorie-item .infor .title{
	margin: 0 0 5px;
}
.categorie-item .infor .title a {
    color: #444;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
}
.categorie-item .description {
    font-family: 'Montserrat';
    text-align: justify;
    line-height: 1.4;
}
.categorie-item:hover .infor .title a{
	color: #108fd9
}

.mobile-navigation {
	background-color: #fff;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    padding: 0 10px;
    box-shadow: 0px 0px 5px #a8a8a8;
}
.mobile-navigation > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mobile-navigation > ul > li {
    width: 100%;
    text-align: center;
}
.mobile-navigation > ul > li img {
    width: 27px;
    height: 27px;
    object-fit: scale-down;
}
.mobile-navigation > ul > li span {
    display: block;
    margin-top: 3px
}
.mobile-navigation > ul > li > a {
    display: block;
    padding: 10px 0;
    font-family: 'Montserrat';
    color: #444;
    font-weight: 500;
    font-size: 13px;
    filter: grayscale(1);
	transition: 0.2s ease;
}
.mobile-navigation > ul > li.uk-active > a {
    filter: grayscale(0);
    /*color: #149de8;*/
    font-weight: 600;
}




.banner-background-head {
    background-image: url('../image/banner_bottom.png');
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    min-height: 200px;
}
.section-banner .panel-head {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-align: center;
    margin: 0;
}
.section-banner .panel-head > span {
	display: inline-block;
	position: relative;
	padding: 0 30px;
	background-image: url('../image/ic_nhay_left.png'), url('../image/ic_nhay_right.png');
	background-repeat: no-repeat;
	background-position: left top, bottom right;
	background-size: 20px;
	letter-spacing: 2px;
}

.section-banner-color .navigation-bar {
    position: absolute;
    bottom: -25px;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.uk-navigation {
    list-style: none;
    padding: 0;
    background-color: #00a5ff;
    border-radius: 50px;
    box-shadow: 1px 3px 3px #cacaca;
}
.uk-navigation > li {
    padding: 8px 15px;
    font-family: 'Montserrat';
    position: relative;
}
.uk-navigation > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.uk-navigation > li.uk-active::before {
    content: '';
    width: 60%;
    height: 2px;
    background-color: #ffc375;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.section-steps-categories {
    background-color: #fff;
}
.uk-list-step {
    list-style: none;
    border-left: 3px solid #149de8;
    padding-left: 0;
    padding-bottom: 30px;
    margin: 0;
}
.uk-list-step > li {
    position: relative;
    font-family: 'Montserrat';
    line-height: 1.4;
    padding: 30px 0 0 25px
}
.uk-list-step > li::before, .uk-list-step > li::after {
    content: '';
    position: absolute;
}
.uk-list-step > li::before {
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: 33px;
    left: -9px;
    border-radius: 100%;
}
.uk-list-step > li::after {
    width: 9px;
    height: 9px;
    background-color: #149de8;
    top: 36px;
    left: -6px;
    border-radius: 100%;
}
.uk-list-step > li > h3.title-step {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 16px;
}

.uk-list-step > li p {
    margin-bottom: 5px;
}
.sort-order-col > :first-child {
    order: 2;
}


.section-slogan {
    background-color: #fff;
    padding: 50px 0 ;
    font-family: 'Montserrat';
}
.year-now {
    text-transform: uppercase;
    font-weight: 700;
    color: #149de8;
    letter-spacing: .6px;
    margin-bottom: 0;
}
.title-site {
    color: #149de8;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}
.slogan-description {
    max-width: 790px;
    font-family: 'Dancing Script', cursive;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}


.section-generation {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Montserrat';
}
.title-generation {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
}
.section-generation .title-generation a {
    color: #333;
}
.section-generation .description {
    line-height: 1.6;
    margin-bottom: 25px;
    font-weight: 500;
}
.more-link-target a {
    display: inline-block;
    line-height: 40px;
    padding: 0 30px;
    background-color: #5b7ddd;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.sort-order-col .more-link-target{
	text-align: right
}
.section-generation .row:not(:last-child) {
    margin-bottom: 50px;
}

.section-generation-post .panel-body_{
	margin-top: 50px
}
.section-generation-post{
	background-color: #fff;
	padding: 0 0 40px
}
.section-generation-post .heading {
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 30px 0;
    position: relative;
    text-transform: uppercase;
}
.section-generation-post .heading::after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #6dcff6;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}
.section-generation-post .post-item .thumb {
    width: 146px;
    height: 97px;
}
.section-generation-post .post-item .infor{
	width: -webkit-calc(100% - 146px);
    width: -moz-calc(100% - 146px);
    width: -ms-calc(100% - 146px);
    width: -o-calc(100% - 146px);
    width: calc(100% - 146px);
    padding-left: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.section-generation-post .post-item {
    padding: 15px;
    border: 1px solid #dedede;
    position: relative;
}
.section-generation-post .post-item .title-post {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.section-generation-post .post-item .title-post a {
	color: #333
}
.pagination-page ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.pagination-page ul li > * {
    display: block;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #097cc2;
    border: 1px solid #dedede;
}
.pagination-page ul li:first-child > *{
    border-radius: 5px 0 0 5px
}
.pagination-page ul li:last-child > *{
    border-radius: 0 5px 5px 0
}
.pagination-page ul li + li > * {
    border-left: 0;
}
.pagination-page ul li.uk-active > * {
    background-color: #097cc2;
    color: #fff;
    border-color: #097cc2;
}

.section-counter {
    padding-top: 80px;
    font-family: 'Montserrat';
}
.section-counter .title-small {
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px
}
.section-counter .heading {
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin: 0;
    font-size: 36px;
}
.section-counter .heading > span {
    position: relative;
    display: inline-block;
}
.section-counter .heading > span:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.section-counter .panel-head {
    margin-top: 30px;
}
.list-counter {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
}
.list-counter > li {
    width: 50%;
    margin-bottom: 55px;
}
.section-counter .uk-flex.counter-item .thumb {
    width: 60px;
    height: 60px;
}
.section-counter .uk-flex.counter-item .infor{
	width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: calc(100% - 60px);
    padding-left: 15px;
    font-weight: 500;
    color: #333;
}
.section-counter .uk-flex.counter-item .infor .title-counter {
    margin: 0;
    color: #3a66c1;
    font-weight: 700;
}

.section-counter-post {
	padding: 50px 0 0
}
.section-counter-post .heading {
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 30px 0 70px 0;
    position: relative;
    text-transform: uppercase;
}
.section-counter-post .heading::after {
    content: '';
    width: 100px;
    height: 4px;
    background-color: #6dcff6;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.list-counter-post {
	display: grid;
	grid-gap: 1rem;
	padding: 0;
	max-width: 1024px;
	margin: 0 auto 30px;
	font-family: 'Montserrat';
}
.list-counter-post .card {  
	position: relative;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	padding: 1rem;
	width: 100%;
	text-align: center;
	color: whitesmoke;
	background-color: whitesmoke;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1), 
	    0 2px 2px rgba(0,0,0,0.1), 
	    0 4px 4px rgba(0,0,0,0.1), 
	    0 8px 8px rgba(0,0,0,0.1),
	    0 16px 16px rgba(0,0,0,0.1);
	height: 250px;
}
.list-counter-post .card .img-cover {
    position: absolute;
    width: 100%;
    height: 110%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 0 0;
    transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
}
.list-counter-post .card .img-cover img {
    height: 100%;
    object-fit: cover;
}
.list-counter-post .card::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: linear-gradient(
		to bottom,
		hsla(0, 0%, 0%, 0) 0%,
		hsla(0, 0%, 0%, 0.009) 11.7%,
		hsla(0, 0%, 0%, 0.034) 22.1%,
		hsla(0, 0%, 0%, 0.072) 31.2%,
		hsla(0, 0%, 0%, 0.123) 39.4%,
		hsla(0, 0%, 0%, 0.182) 46.6%,
		hsla(0, 0%, 0%, 0.249) 53.1%,
		hsla(0, 0%, 0%, 0.320) 58.9%,
		hsla(0, 0%, 0%, 0.394) 64.3%,
		hsla(0, 0%, 0%, 0.468) 69.3%,
		hsla(0, 0%, 0%, 0.540) 74.1%,
		hsla(0, 0%, 0%, 0.607) 78.8%,
		hsla(0, 0%, 0%, 0.668) 83.6%,
		hsla(0, 0%, 0%, 0.721) 88.7%,
		hsla(0, 0%, 0%, 0.762) 94.1%,
		hsla(0, 0%, 0%, 0.790) 100%
    );
    transform: translateY(-50%);
    transition: transform calc(700ms * 2) cubic-bezier(0.19, 1, 0.22, 1);
}

.list-counter-post .content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 1rem;
	transition: transform 700ms cubic-bezier(0.19, 1, 0.22, 1);
	z-index: 1;
	
}
.list-counter-post .content > * + * {
	margin-top: 1rem;
}

.list-counter-post .title {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin: 0
}

.list-counter-post .copy {
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
}
.list-counter-post .owl-nav > * {
	position: absolute;
	top: 50%;
	width: 41px;
	height: 21px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: 100% 100% !important;
	-webkit-transform: translate(0, -50%);
	   -moz-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	     -o-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.list-counter-post .owl-nav > * > * {
	display: none
}
.list-counter-post .owl-nav > .owl-prev {
    background-image: url('../image/prev.png') !important;
    left: -50px;
}
.list-counter-post .owl-nav > *.owl-next {
	background-image: url('../image/next.png') !important;
	right: -50px;
}


.section-community-post {
    background: linear-gradient(#fff, #b2d6ff, #abd2ff);
    color: #3c3f64;
    overflow-x: hidden;
    padding-top: 50px;
    overflow: hidden;
}
.section-community-bg {
    background-image: url('../image/bg_cong_dong.png'), url('../image/bg_circle2.png');
    background-repeat: repeat-x, no-repeat;
    background-position: left bottom, center bottom;
    background-size: auto 400px, 90% auto;
}
.section-community-post .timeline {
    background-image: url('../image/img-tang.png');
    background-repeat: repeat-y;
    background-position: center bottom;
    background-size: auto auto;
    padding-top: 120px
}
.section-community-post .timeline .timeline-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.section-community-post .timeline ul li {
    list-style-type: none;
    position: relative;
    width: 4px;
    margin: 0 auto;
    padding-top: 50px;
    background: #1984c8;
}
.section-community-post .timeline ul > li::after {
    content: '';
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #fff;
    border-radius: 100%;
}
.section-community-post .timeline ul > li::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
    height: 14px;
    z-index: 3;
    background: #1984c8;
    border-radius: 100%;
}
.section-community-post .timeline ul > li:nth-child(2n + 1) > div {
    left: 45px;
    transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.section-community-post .timeline ul > li:nth-child(2n) > div {
    right: 45px;
    transform: translate3d(-450px, -10px, 0) rotate(10deg);
}
.section-community-post .timeline ul > li > div.item-timeline {
    position: relative;
    bottom: 0;
    width: 450px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.item-timeline .thumb {
    width: 116px;
    height: 81px;
}
.item-timeline .infor {
    width: -webkit-calc(100% - 116px);
    width: -moz-calc(100% - 116px);
    width: -ms-calc(100% - 116px);
    width: -o-calc(100% - 116px);
    width: calc(100% - 116px);
    padding-left: 15px;
    padding-right: 25px;
}
.item-timeline .infor .title-community {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: 600;
}
.item-timeline .infor .title-community a {
    color: #333
}
.section-community-post .timeline ul > li:nth-child(2n + 1) > div.item-timeline > time, 
.section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
    position: absolute;
    background: #1984c8;
    width: 115px;
    height: 30px;
    top: 15px;
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    text-align: left;
    font-size: 18px;
}
.section-community-post .timeline ul > li:nth-child(2n + 1) > div.item-timeline > time {
    left: 0;
    padding: 0px 15px;
    transform: translate3d(-66px, 43px, 0) rotate(-90deg);
}
.section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
    right: 0;
    padding: 7px 15px;
    transform: translate3d(66px, 43px, 0) rotate(-90deg);
}
.section-community-post .timeline ul > li:nth-child(2n + 1) > div.item-timeline > span.ke-ngang,
.section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > span.ke-ngang {
    content: '';
    width: calc(100% - 25%);
    height: 20px;
    background-color: #1984c8;
    position: absolute;
    bottom: -15px;
}
.section-community-post .timeline ul > li:nth-child(2n + 1) > div.item-timeline > span.ke-ngang {
    left: -1px;
}
.section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > span.ke-ngang {
    right: -1px;
}

.discovery.uk-flex > .thumb::after {
    content: '';
    width: 10px;
    height: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #ccc;
}
.section-community-post .timeline ul > li > div > div {
    height: 115px;
    padding: 10px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.section-community-post .timeline ul > li > div > div >  p {
    text-align: center;
}
.section-community-post .timeline ul > li > div.discovery {
  margin-right: 10px;
}

.section-community-post .timeline ul > li.in-view:nth-child(2n + 1) > div {
    transform: translate3d(0px, -170px, 0) rotate(0deg);
    visibility: visible;
    opacity: 1;
}
.section-community-post .timeline ul > li.in-view:nth-child(2n) > div {
    transform: translate3d(-450px, -170px, 0) rotate(0deg);
    visibility: visible;
    opacity: 1;
}


@media only screen and (min-width: 1024px) and  (max-width: 1030px){
    .section-community-post .timeline > ul > li.in-view:nth-of-type(even) > div{
        transform: translate3d(-450px, -145px, 0) rotate(0deg);
    }
    .section-community-post .timeline ul > li.in-view:nth-child(2n+1) > div{
        transform: translate3d(0px, -145px, 0) rotate(0deg);
    }
}
@media screen and (max-width: 900px) {
    .section-community-post .timeline > ul > li > div.item-timeline {
        width: 300px;
        flex-direction: column;
    }
    .discovery.uk-flex > .thumb::after{display: none}
    .section-community-post .timeline > ul > li.in-view:nth-of-type(even) > div{
        transform: translate3d(-300px, -145px, 0) rotate(0deg);
    }
    .section-community-post .timeline ul > li.in-view:nth-child(2n+1) > div{
        transform: translate3d(0px, -145px, 0) rotate(0deg);
    }
    .section-community-post .timeline ul > li:nth-child(2n) .discovery > .infor{
        padding-left: 0
    }
}
@media only screen and (max-width: 1024px) and  (min-width: 640px){
    .item-timeline .thumb {
        width: 80px;
        height: 60px;
    }
    .item-timeline .infor {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        padding-left: 10px;
    }
    .item-timeline .infor .title-community a {font-size: 14px}
    .section-community-post .timeline ul > li > div > div{
        height: 90px
    }
    .section-community-post .timeline ul > li:nth-child(2n+1) > div.item-timeline > time, 
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
        width: 90px;
    }
    .discovery.uk-flex > .thumb::after {height: 55px}
    .section-community-post .timeline ul > li:nth-child(2n+1) > div.item-timeline > time {
        transform: translate3d(-55px, 30px, 0) rotate(-90deg);
    }
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
        transform: translate3d(55px, 30px, 0) rotate(-90deg);
    }
}
@media screen and (max-width: 768px) {
    .section-community-bg .text-center img {
        max-width: 80%;
    }
    .section-community-post .timeline {
        background-size: 80% auto;
    }
    .section-community-bg {
        background-size: 100% auto, auto 400px;
    }
    .discovery.uk-flex > .thumb::after{display: none}
    .item-timeline .infor{
        padding-right: 0
    }
    .item-timeline .thumb {
        width: 80px;
        height: 60px;
    }
    .item-timeline .infor {
        width: -webkit-calc(100% - 80px);
        width: -moz-calc(100% - 80px);
        width: -ms-calc(100% - 80px);
        width: -o-calc(100% - 80px);
        width: calc(100% - 80px);
        padding-left: 10px;
    }
    .item-timeline .infor .title-community a {font-size: 12px}
}
@media screen and (min-width: 900px) {
    .section-community-post .timeline ul > li:nth-child(2n) .discovery > .infor {
        padding-left: 25px;
        padding-right: 15px
    }
}
@media screen and (min-width: 680px) {
    .section-community-post .timeline ul > li:nth-child(2n) .discovery .thumb {
        order: 2;
    }
    .section-community-post .timeline ul > li:nth-child(2n) .discovery > .thumb::after {
        left: 10px;
        right: inherit
    }
}
@media screen and (max-width: 680px) {
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > span.ke-ngang {
        left: -1px;
    }
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
        right: inherit;
        left: 0;
        padding: 0px 15px;
        transform: translate3d(-66px, 43px, 0) rotate(-90deg);
    }
    .section-community-post .timeline > ul > li {
        margin-left: 20px
    }
    .section-community-post .timeline > ul > li > div.item-timeline {
        width: calc(100vw - 91px);
    }
    .section-community-post .timeline ul > li.in-view:nth-child(2n+1) > div {
        transform: translate3d(0px, -150px, 0) rotate(0deg);
    }
    .section-community-post .timeline > ul > li:nth-of-type(even) > div{
        left: 45px;
    }
    .section-community-post .timeline ul > li > div > div{
        height: 90px
    }
    .section-community-post .timeline ul > li:nth-child(2n+1) > div.item-timeline > time, 
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
        width: 90px;
        top: 2px;
        font-size: 14px;
    }
    .section-community-post .timeline ul > li:nth-child(2n+1) > div.item-timeline > time {
        transform: translate3d(-50px, 43px, 0) rotate(-90deg);
    }
    .section-community-post .timeline ul > li:nth-child(2n) > div.item-timeline > time {
        transform: translate3d(-50px, 43px, 0) rotate(-90deg);
    }
    .section-community-post .timeline ul > li.in-view:nth-child(2n) > div {
        transform: translate3d(0px, -145px, 0) rotate(0deg);
    }
}

@media (hover: hover) and (min-width: 600px) {
  	.list-counter-post .card:after {
    	transform: translateY(0);
  	}
  
  	.list-counter-post .content {
    	transform: translateY(calc(100% - 100px));
  	}
  	.list-counter-post .content > *:not(.title) {
		opacity: 0;
		transform: translateY(1rem);
		transition:
		transform 700ms cubic-bezier(0.19, 1, 0.22, 1),
		opacity 700ms cubic-bezier(0.19, 1, 0.22, 1);
	}
  
	.list-counter-post .card:hover,
	.list-counter-post .card:focus-within {
	    align-items: center;
	}
	.list-counter-post .card:hover .img-cover,
	.list-counter-post .card:focus-within .img-cover{ 
		transform: translateY(-4%); 
	}
	.list-counter-post .card:hover::after,
	.list-counter-post .card:focus-within::after { 
		transform: translateY(-50%); 
	}

	.list-counter-post .card:hover .content,
	.list-counter-post .card:focus-within .content {
      	transform: translateY(0);
    }

    .list-counter-post .card:hover .content > *:not(.title),
	.list-counter-post .card:focus-within .content > *:not(.title) {
        opacity: 1;
        transform: translateY(0);
        transition-delay: calc(700ms / 8);
  	}
  
  	.list-counter-post .card:focus-within::before,
	.list-counter-post .card:focus-within::after,
	.list-counter-post .card:focus-within .content,
	.list-counter-post .card:focus-within .content > *:not(.title) {
	    transition-duration: 0s;
	}
}

@media only screen and (min-width : 600px){
	.list-counter-post{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (min-width : 800px){
	.list-counter-post{
		grid-template-columns: repeat(4, 1fr);
	}
	.list-counter-post .card{
    	height: 350px;
  	}
}
@media only screen and (max-width : 1024px) {
	.banner-background {
	    padding: 30px 0;
	    background-size: 400px 100%, 120px auto, 100% 100px;
	}
}
@media only screen and (max-width : 991px) {
	.banner-background {
	    padding: 20px 0;
	    background-image: url('../image/img_bottom.png');
	    background-size: 100% auto
	}
	.row.uk-grid > * {
	    width: 100%;
	}
}

@media only screen and (max-width : 768px) {
	.pc-hidden {
		display: block
	}
	[class*=uk-width]{
		width: 100%
	}
	.list-counter-post .owl-nav > * {
		background-size: 30px !important
	}
	.list-counter-post .owl-nav > .owl-prev {
		left: 0;
	}
	.list-counter-post .owl-nav > .owl-next {
		right: 0
	}
	.section-banner-color .iframe-video{
		margin-bottom: 20px;
        padding-right: 0
	}
	.section-banner-color .title-large {
    	text-align: center;
	    margin-bottom: 5px;
	    font-size: 28px;
	}
	.section-banner-color .title-medium {
	    font-size: 14px;
	    text-align: center;
	}
	.section-banner-color .description {
	    max-height: 205px;
	    overflow: hidden;
	}
	.section-banner-color .description.uk-active{
		max-height: none;
	}
	.categorie-item:nth-child(2n+1):not(.hidden_style)::after,
	.categorie-item:nth-child(2n+1)::after {
		display: none
	}
	.categorie-item, .categorie-item.hidden_style {
	    padding: 15px;
	}
	.section-categories .heading,
	.section-counter-post .heading,
	.section-generation-post .heading {
	    font-size: 20px;
	}
	.section-categories .categorie-item::before {
	    content: '';
	    width: 100% !important;
	    height: 1px;
	    background-color: #dedede;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	}
	.mobile-navigation {
	    display: block;
	}
	#footer-new {
	    padding-bottom: 85px;
	}
	.section-banner-color .navigation-bar {
	    display: none;
	}
	.mobile-sort-order-col > :first-child {
	    order: 1;
	}
	.mobile-sort-order-col > :first-child .thumb-categories {
	    border-left: 3px solid #149de8;
	    padding-left: 15px;
	}
	.section-item.section-steps-categories.pt60 {
	    padding-top: 25px;
	}
	.uk-list-step > li {
	    padding-left: 15px;
	}
	.section-generation .sort-order-col > :first-child{
		order: 0
	}
	.section-generation .more-link-target {
	    text-align: center;
	}
    .title-generation {
        font-size: 18px;
    }
	.mobile-hidden {
		display: none
	}
	.section-counter{
		padding-top: 0;
		background-color: #bad1ff;
	}
	.section-counter .row.uk-flex .col-md-8 {
	    background-color: #fff;
	}
	.thumb-counter {
	    min-width: 80px;
	}
	.img-cover.pc-hidden {
	    background: linear-gradient(to right, #bad1ff 110px, #fff 0%);
	}
	.thumb-counter .img-cover {
		display: none
	}
	.section-counter .title-small {
	    font-size: 16px;
	}
	.section-counter .heading {
	    font-size: 30px;
	}
	.list-counter > li {
	    width: 100%;
	    margin-bottom: 30px;
	}
}

@media only screen and (min-width : 521px) {
	.more-categories > span {
	    display: none;
	}
	.more-categories {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	}
	.more-categories {
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    width: 74px;
	    height: 74px;
	    display: none
	}
	.more-categories > i {
	    position: absolute;
	    font-size: 21px;
	    bottom: 5px;
	    right: 5px;
	    color: #fff;
	    z-index: 99;
	}
	.more-categories > span {
	    display: none;
	}
	.more-categories::after, .more-categories::before {
	    content: '';
	    width: 0;
	    height: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	}
	.more-categories::before{
	    border-left: 74px solid transparent;
	    border-bottom: 74px solid #0773b8;
	}
	.more-categories::after{
	    border-left: 54px solid transparent;
	    border-bottom: 54px solid #0a7dc3;
	}
	.categorie-item:hover .more-categories, 
	.post-item:hover .more-categories {
		display: block
	}
	.list-generation-post > :nth-child(4) .post-item{
		border-top: 0;
		border-left: 0;
	}
	.list-generation-post > :nth-child(3) .post-item{
		border-top: 0;
	}
	.list-generation-post > :nth-child(2) .post-item{
		border-left: 0;
	}
}

@media only screen and (max-width : 520px) {
	.section-counter .heading {
	    font-size: 28px;
	}
	.section-counter .title-small {
	    font-size: 14px;
	}
	.banner-background-head {
	    min-height: auto;
	    padding: 35px 0;
	}
	.section-banner .panel-head {
	    font-size: 20px;
	    max-width: 270px;
	    margin: 0 auto;
	}
	.categorie-item .infor {
	    width: 100%;
	    padding-left: 0;
	    text-align: center;
	    margin-top: 15px;
	}
	.post-item .more-categories{
		display: none;
	}
	.list-generation-post > :not(:last-child) .post-item{
		border-bottom: 0;
	}
	.more-categories > i {
	    display: none;
	}
	.more-categories {
	    display: inline-block;
	    line-height: 40px;
	    text-transform: uppercase;
	    background-color: #0a7dc3;
	    color: #fff;
	    font-weight: 600;
	    font-family: 'Montserrat';
	    padding: 0 20px;
	    margin: 30px 0 20px;
	}
}
@media only screen and (max-width : 460px) {
	.section-banner-color .iframe-video{
		height: 200px;
	}
	.section-categories .heading,
	.section-counter-post .heading, 
	.section-generation-post .heading{
	    font-size: 16px;
	}
}
@media only screen and (max-width : 390px) {
    .mobile-navigation > ul > li span{
        min-height: 33px
    }