* {
margin: 0;
padding: 0;
outline: none
}

a,
div,
p,
table,
input {
    font-size: 14px;
    font-family: 'Roboto', sans-serif
}

.bodytextNews * {
    font-size: 20px!important;
    font-family: times!important
}

.bodytextNews h1 *, .bodytextNews h1 {
    font-size: 28px!important
}

.bodytextNews h2 *, .bodytextNews h2 {
    font-size: 24px!important
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

.menutop {
    z-index: 1;
    height: 60px;
    text-align: right
}

li.active.home a {
    background: none!important
}

ul.nav.navbar-nav {
    display: inline-block
}

ul.nav.navbar-nav li a {
    font-size: 19px;
    text-transform: uppercase;
    padding: 20px 10px;
    color: #0677d4;
    background: none;
    font-weight: 700
}
ul.nav.navbar-nav ul li a{
    font-size: 18px;
}
ul.nav.navbar-nav li:last-child a {
    padding-right: 0
}

li.dropdown {
    position: relative
}

ul.dropmenu {
    box-shadow: 0 0 5px #ccc;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 130%;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    opacity: 0;
    left: 0;
    visibility: hidden;
    display: block;
    min-width: 245px;
    -webkit-transition: visibility .35s ease-in-out, opacity .35s ease-in-out, top .35s ease-in-out, bottom .35s ease-in-out, left .35s ease-in-out, right .35s ease-in-out;
    transition: visibility .35s ease-in-out, opacity .35s ease-in-out, top .35s ease-in-out, bottom .35s ease-in-out, left .35s ease-in-out, right .35s ease-in-out
}

ul.dropmenu2 li {
    padding: 8px 0
}

ul.nav.navbar-nav ul.dropmenu li a {
    padding: 0;
    text-transform: none;
    color: #0677d4
}

li.dropdown:hover ul.dropmenu {
    top: 100%;
    opacity: 1;
    visibility: visible;
    border-left: 0;
    overflow: inherit;
    clip: inherit!important;
    list-style: none
}

ul.dropmenu li {
    padding: 5px 10px;
    text-align: left
}

ul.dropmenu li.dropdown2 a {
    color: #0677d4;
    text-transform: none!important;
    padding: 0!important;
    background: none
}

ul.nav.navbar-nav ul.dropmenu li:hover a,
ul.nav.navbar-nav ul.dropmenu li.dropdown2 ul.dropmenu2 li:hover a {
    color: #fff
}

ul.dropmenu li:hover {
    background: #0677d4!important;
    transition: all .3s linear
}

ul.dropmenu li:hover {
    padding-left: 15px
}

.mainmenu {
    padding: 10px 0;
    z-index: 1;
    width: 100%;
    float: left
}

ul.nav.navbar-nav {
    display: inline-block;
    float: none
}

.mainmenu li.active {
    background: #57585a
}

ul.dropmenu ul.dropmenu2 {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    list-style: none;
    padding-left: 0;
    min-width: 245px;
    background: #fff;
    border-left: 1px solid #999
}

ul.nav.navbar-nav ul.dropmenu li.dropdown2 ul.dropmenu2 li a {
    color: #333
}

ul.dropmenu li.dropdown2:hover ul.dropmenu2 {
    display: block
}

ul.dropmenu li.dropdown2 {
    position: relative
}

ul.nav.navbar-nav li:hover a {
    color: #0677d4
}

.menu-responsive.nav-fix,
.mainmenu.nav-fix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 10px #777
}

.mainmenu.nav-fix {
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1)
}

.leftSlide {
    width: 100%;
    float: left
}

.rightSlide {
    width: 100%;
    float: left;
    padding-left: 0
}

a.left.carousel-control {
    background: url(../images/prev.png) no-repeat center left 20px
}

a.right.carousel-control {
    background: url(../images/next.png) no-repeat center right 20px
}

.slider {
    width: 100%;
    float: left;
    position: relative
}

.slide {
    position: relative
}

.slider img {
    width: 100%
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.5)
}

ol.carousel-indicators {
    bottom: 0;
    display: none
}

.carousel-indicators li,
.carousel-indicators li.active {
    text-indent: 1px!important;
    width: 25px;
    height: 25px;
    border-radius: 0!important;
    line-height: 25px;
    color: #fff
}

.caption-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

.caption-slide p {
    color: #fff
}

.caption-slide p.p1 {
    font-size: 40px
}

.caption-slide p.p2 {
    font-size: 28px
}

.caption-slide p.p3 {
    margin-top: 30px
}

.caption-slide p.p3 a {
    padding: 8px 30px;
    background: #0677d4;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff
}

.search {
    position: relative;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px
}

.search i {
    font-size: 17px
}

.form-search {
    width: 100%;
    height: 35px
}

.form-search input[type="text"] {
    border: none;
    background: #fff;
    border-radius: 30px 0 0 30px;
    padding: 0 10px;
    height: 30px;
    float: left;
    width: calc(100% - 50px);
    border-right: none
}

.form-search input[type="submit"] {
    background: url(../images/search.png) no-repeat center #fff;
    color: #fff;
    border: none;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    -webkit-appearance: push-button;
    float: left;
    width: 50px;
    border-radius: 0 30px 30px 0
}

.footmsg {
    width: 100%;
    float: left;
    background: url(../images/pg-footer.jpg) no-repeat left top;
    padding: 30px 0;
    background-size: cover
}

.footmsg a,
.footmsg i {
    color: #fff
}

.footmsg i {
    margin-right: 5px
}

p.title-footmsg {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px
}

p.info-i {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff
}

p.info-i img {
    width: 25px;
    margin-right: 10px
}

p.info-i a {
    font-size: 15px
}

.copy-right {
    background: #0677d4;
    width: 100%;
    float: left
}

.copy-right p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    line-height: 40px
}

#bttop {
    background: #dc0606;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 0;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 100%
}

#bttop i {
    font-size: 20px
}

.header-top {
    background: #0677d4;
    padding: 8px 15px;
    width: 100%;
    float: left
}

.left-header {
    text-align: left;
    width: 80%;
    float: left
}

.right-header {
    text-align: right;
    width: 100%;
    float: left
}

.hd {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px
}

.hd i {
    margin-right: 10px;
    color: #faa61a;
    font-size: 15px;
    line-height: 27px;
    display: inline-block;
    vertical-align: middle
}

.hd a,
.hd span,
.right-header a {
    color: #fff;
    line-height: 25px;
    display: inline-block;
    vertical-align: middle
}

.social i {
    margin-left: 8px;
    font-size: 18px
}

.logo {
    padding: 10px 15px
}

.social {
    display: inline-block
}

.titleSupport {
    height: 75px;
    line-height: 75px;
    text-align: center;
    background: #0677d4;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px
}

.titleSupport img {
    height: 50px;
    margin-left: 10px
}

.contentSupport {
    background:url(../images/support.jpg) no-repeat; 
    padding: 30px 40px;
    background-size: cover;
    padding-bottom: 47px
}

.rowSupport {
    text-align: left;
    margin-bottom: 10px
}

.rowSupport img,
.rightRow {
    display: inline-block;
    vertical-align: middle
}

.rightRow span {
    color: #ff0000;
    display: block;
    font-weight: 700
}

.rightRow span:first-child {
    text-transform: uppercase
}

.rightRow span a {
    color: #ff0000;
    font-size: 15px;
    font-weight: 700;
    text-shadow: 1px 1px 1px #fff
}

.boxSlide ul li {
    width: calc(100% / 3);
    float: left;
    padding: 0 3px;
    text-align: center
}

.boxSlide ul li a {
    display: block;
    background: #0677d4;
    padding: 10px 0
}

.boxSlide {
    margin: 30px -3px;
    margin-bottom: 0
}

.boxSlide ul li:hover img {
    transform: rotate(25deg)
}

.boxSlide ul li img {
    max-width: 100%;
    transition: all .5s;
    max-height: 41px
}

.boxSlide ul li span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    font-size: 13px
}

.listUniversity {
    margin: 30px 0;
    width: 100%;
    float: left
}

.listUniversity li {
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px
}

.listUniversity li a {
    display: block;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    color: #0677d4;
    font-size: 16px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
    box-shadow: 0 0 3px #b9b9b9 inset
}

.title-home {
    width: 100%;
    margin-bottom: 13px;
    border-bottom: 4px solid #0677d4;
    position: relative
}

.title-home span {
    text-transform: uppercase;
    font-weight: 700;
    color: #0677d4;
    font-size: 25px
}

.title-home a {
    float: right;
    color: #0677d4;
    font-style: italic;
    line-height: 33px;
    font-size: 16px;
}

.imgNews,
.imgSeminor {
    width: 130px;
    float: left
}

.rightNews {
    width: calc(100% - 130px);
    padding-left: 15px;
    float: left;
    text-align: left
}

.rightSeminor {
    width: calc(100%);
    float: left;
    text-align: left
}

.rightNews a {
    text-transform: uppercase;
    color: #0677d4;
    line-height: 21px;
    display: block;
    font-weight: 700
}

.rightNews span {
    display: block;
    margin: 5px 0;
    font-size: 13px;
    color: #888;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

.rightNews p {
    text-align: justify;
    color: #0677d4;
    margin-bottom: 0;
    font-size: 13px
}

.newsItem,
.seminorItem {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.titleEvents {
    padding: 5px 10px;
    background: #49aed9
}

.titleEvents a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700
}

.titleEvents span {
    font-size: 13px;
    display: block
}

.textEvents {
    background: #0677d4;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    text-align: justify
}

.textEvents p {
    margin-bottom: 0
}

.video-home {
    width: 100%;
    float: left;
    margin: 20px 0
}

.titleVideo a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 0 6px #000;
    font-size: 40px;
    font-weight: 700
}

.rightVideo {
    background: #0677d4;
    padding: 20px 15px;
    height: 307px
}

.textVideo {
    color: #fff;
    text-align: justify;
    margin-top: 10px;
    line-height: 25px
}

.leftVideo {
    padding-right: 0;
    height: 307px
}

.scholarshipItem {
    position: relative
}

.scholarshipItem img {
    width: 100%
}

.scholarshipItem a:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0677d4;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px
}

.scholarship-ItemRight {
    width: 50%;
    float: left
}

.scholarship-ItemRight:first-child {
    padding-right: 15px
}

.scholarship-ItemRight:last-child {
    padding-left: 15px
}

.titleScholarship {
    width: 100%;
    float: left;
    margin: 5px 0
}

.titleScholarship a {
    color: #0677d4;
    font-weight: 700;
    font-size: 18px;
}

.textScholarship {
    text-align: justify;
    color: #888
}

.scholarship {
    width: 100%;
    float: left;
    margin: 20px 0
}

.shadow-top {
    opacity: .3;
    margin-top: 20px
}

.shadow-top img {
    width: 100%
}

.leftPictures {
    width: 100%;
    float: left;
    margin-top: 10px
}

.rightPictures {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 10px
}

.titlePic img {
    width: 76px;
    margin: auto;
    margin-bottom: 6px
}

.titlePic {
    background: #0677d4;
    padding: 20px 30px;
    text-align: center;
    border-radius: 25px 25px 25px 0
}

.titlePic span {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 16px
}

.title-album {
    font-weight: 900;
    color: #0677d4;
    font-size: 30px;
    margin-bottom: 10px
}

.imgPic {
    padding: 0 10px
}

.margin-ab {
    margin: 0 -10px
}

.pictures-home {
    margin-bottom: 30px
}

.countryItem {
    padding: 15px;
    text-align: center
}

.countryItem img {
    width: 65px;
    margin: auto
}

.countryItem a:last-child {
    font-weight: 500;
    font-size: 18px
}

.slideCountry {
    position: relative
}

.slideCountry .owl-nav {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 18px
}

.slideCountry .owl-nav .owl-prev {
    background: url(../images/left.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.slideCountry .owl-nav .owl-next {
    background: url(../images/right.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0
}

.slideCountry .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    width: 10px;
    height: 18px
}

.country {
    width: 100%;
    /*float: left;*/
    padding-top: 20px;
    padding-bottom: 30px
}

.rightSeminor a {
    color: #0677d4;
    font-weight: 700;
    font-size: 15px;
    padding-right: 30px
}

.rightSeminor p {
    margin-top: 5px;
    font-size: 13px;
    text-align: justify;
    color: #555
}

.localtion i {
    color: #0677d4
}

.localtion span {
    margin-right: 15px
}

.seminorItem {
    border-bottom: 1px solid #e1e1e1;
    position: relative;
    padding-bottom: 15px;
    background: url(../images/new.png) no-repeat right top
}

.btnRegister {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
    right: 0
}

.btnRegister a {
    display: inline-block;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    background: #d90000;
    color: #fff;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #666;
    margin-bottom: 10px
}

.moreVideo {
    text-align: center
}

.moreVideo a {
    display: inline-block;
    color: #fff;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 30px
}

.videoItem span {
    text-transform: uppercase;
    color: #0677d4;
    font-size: 18px
}

.rightAlbum .videoItem {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.rightAlbum .videoItem iframe {
    width: 50%;
    float: left
}

.rightAlbum .videoItem span {
    padding-left: 15px;
    float: left;
    width: 50%;
    text-transform: none
}

.videoItem p {
    width: 50%;
    float: left;
    padding-left: 15px;
    margin-bottom: 0;
    margin-top: 10px
}

.rightAlbum .videoItem p span {
    font-size: 13px;
    color: #888;
    font-style: italic;
    padding-left: 0;
    width: auto;
    padding-right: 10px
}

.review {
    width: 100%;
    float: left;
    padding: 30px 0
}

.leftReview {
    width: 100%;
    float: left;
    margin-top: 10px
}

.rightReview {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-top: 10px
}

.reviewItems {
    height: 310px;
    background: #0677d4
}

.imgReview {
    width: 38%;
    float: left;
    height: 310px;
    padding-right: 20px
}

.imgReview img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.contentReview img {
    width: 50px;
    margin-bottom: 10px
}

.contentReview {
    padding-top: 30px;
    padding-right: 40px;
    color: #fff;
    text-align: justify;
    position: relative;
    width: calc(100% - 38%);
    float: left;
    height: 310px
}

.contentReview p {
    line-height: 25px;
    height: 120px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px
}

span.sp1 {
    text-align: right;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 15px
}

span.sp2 {
    display: block;
    text-align: right
}

.contentReview:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #0677d4;
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%)
}

.experItems {
    text-align: center;
    text-transform: uppercase;
    color: #0677d4;
    font-size: 20px
}

.experItems img {
    margin: auto;
    margin-bottom: 10px
}

.experience,
.partner {
    width: 100%;
    float: left;
    padding: 30px 0
}

.partnerItems img {
    margin: auto
}

.all-partner {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px
}

.all-partner a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    height: 40px;
    width: 150px;
    display: inline-block;
    background: #0677d4;
    line-height: 40px
}

.partner {
    border-top: 2px solid #e1e1e1;
    margin-top: 30px;
    padding-top: 50px
}

.social.social-ft span {
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px
}

.social.social-ft i,
.social i {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 35px;
    font-size: 20px;
    line-height: 35px;
    text-align: center
}

.social i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 17px
}

p.title-footmsg {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700
}

.form-footer .row-form input[type=""] {
    height: 35px;
    width:
}

.row-form {
    width: 100%;
    margin-bottom: 10px;
    float: left
}

.row-form input[type="text"] {
    height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    color: #fff
}

.row-form:first-child input[type="text"]:first-child {
    width: 59%;
    float: left;
    margin-right: 1%
}

.row-form:first-child input[type="text"]:last-child {
    width: 40%;
    float: left
}

.form-footer input[type="submit"] {
    margin: 10px auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase
}

.row-form input[type="text"]::-webkit-input-placeholder {
    color: #fff
}

.maincolumn,
.rightcolumn {
    margin: 30px 0
}

.title-block span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: block;
    padding-bottom: 4px
}

.title-block span:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background: #f0c12d;
    left: 0;
    bottom: 0
}

.title-block-related {
    margin-bottom: 15px
}

.title-block-related span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    display: block;
    padding-bottom: 4px;
    color: #001fff
}

.title-block-related span:before {
    position: absolute;
    content: "";
    width: 205px;
    height: 2px;
    background: #f0c12d;
    left: 0;
    bottom: 0
}

.item_related {
    margin-left: 20px
}

.item_related ul,
.item_related li {
    list-style: initial;
    color: #0677d4
}

.item_related a {
    color: #0677d4
}

.item_related a:hover {
    color: red
}

.newsBlock {
    width: 100%;
    float: left;
    margin: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px
}

.newsBlock:last-child {
    border-bottom: none
}

.imgNewsBlock {
    width: 25%;
    float: left
}

.rightNewsBlock {
    width: 75%;
    float: left;
    padding-left: 10px
}

.rightNewsBlock a {
    display: block;
    outline-width: 100%;
    margin-bottom: 5px
}

.rightNewsBlock p {
    margin-bottom: 3px;
    font-size: 14px
}

.rightNewsBlock p span {
    color: #df0000
}

.blockNews {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.title-page {
    text-align: center;
    margin: 20px 0;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700
}

.title-page span {
    position: relative;
    display: block;
    padding-bottom: 30px
}

.title-page span:before {
    position: absolute;
    content: "";
    width: 400px;
    background: url(../images/hr.png) no-repeat center;
    height: 24px;
    background-size: cover;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.img-hoithao {
    height: 290px;
    overflow: hidden;
    position: relative
}

.img-hoithao img {
    height: 100%;
    width: 100%;
    object-fit: contain
}

.info-hoithao {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.info-hoithao a {
    padding: 15px;
    background: rgba(0, 75, 60, .9);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: block
}

.info-hoithao p {
    background: rgba(178, 210, 52, .7);
    padding: 8px 15px;
    margin: 0
}

.info-hoithao p span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 13px
}

.info-hoithao p span:first-child {
    margin-bottom: 5px
}

.hoithao,
.hoithao2 {
    margin-bottom: 30px
}

.hoithaoduhoc .hoithao {
    min-height: 180px;
    border: 1px solid #d8d8d8;
    padding: 15px
}

. .hoithao a.title {
    color: #0677d4;
    font-weight: 700;
    font-size: 15px;
    padding-right: 30px;
    line-height: 36px
}

.hoithao .btnRegister {
    right: 25px;
    bottom: 30px
}

.info-hoithao2 {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 10px;
    border-radius: 0 0 5px 5px
}

.info-hoithao2 a {
    margin-bottom: 10px;
    display: block;
    text-align: justify
}

.info-hoithao2 p {
    margin-bottom: 0
}

.info-hoithao2 p span {
    display: block;
    width: 100%;
    font-size: 13px
}

.info-hoithao2 p span:first-child {
    margin-bottom: 5px
}

.aside.in {
    z-index: 999999
}

.bodytextNews img,
.bodytextNews table,
.bodytextNews iframe,
.body_detail img,
.body_detail table,
.body_detail iframe {
    max-width: 100%!important
}

table {
    width: 100%!important
}

#foo {
    position: fixed;
    bottom: 0;
    left: 0
}

.social-footer {
    display: flex
}

.call {
    background-color: red
}

.zalo {
    background-color: #0190f3
}

.messenger {
    background-color: #006fdd
}

.show-mobile {
    width: 33.33%;
    text-align: center;
    height: 50px;
    line-height: 2
}

.show-mobile a {
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: 700;
    color: #fff
}
.show-mobile a p{
    font-size: 12px;
    font-weight: 300;
}

.show-mobile img {
    max-width: 25px;
    margin-right: 3px
}

@media (max-width: 768px) {
    #foo {
        display: block!important;
        z-index: 999999!important
    }
}



@media (max-width:991px) {
    .menu-responsive {
        display: block
    }
    .mainmenu,
    .header-top {
        display: none
    }
    .experience .experItems img {
        max-height: 142px
    }
}

@media (max-width: 990px) {
    .boxSlide ul li {
        width: calc(100% / 4);
    }
    .boxSlide ul li span{
        font-size: 10px;
    }
}

@media (max-width:767px) {
    a.carousel-control,
    .caption-slide {
        display: none
    }
    .carousel-indicators li,
    .carousel-indicators li.active {
        height: 20px;
        width: 20px;
        line-height: 20px;
        font-size: 12px
    }
    .carousel-indicators {
        bottom: 0
    }
    .leftSlide {
        display: none
    }
}

@media (max-width:480px) {}