﻿/****************************
***********School************
*****************************/
.bootstrap-datetimepicker-widget {
}

.delete-royal {
    font-size: 14px;
    font-weight: 600;
}

    .delete-royal span {
        font-weight: 300;
    }

.label-royal {
    color: #4471c2;
}

.group-royal {
    height: auto;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    border-radius: 4px;
    background: #f3f2f2;
    padding: 10px 20px;
}
/* Notification */
.noti_bubble {
    position:absolute;
    top: 0px;
    left: 30px;
    padding: 0px 3px;
    background-color: #f16147;
    color: white;
    font-weight:bold;
    font-size: 11px;
    
    border-radius:3px;
    box-shadow:1px 1px 1px gray;
}
.noti_container {
    position:relative;
    width:35px;
    height: 18px;
    float:right;
}
.notification {
    padding-right: 10px !important;
}
.notification a {
    padding-top: 6px; 
    color: #575751; 
    font-weight: 600; 
    float: right;
    text-decoration: none;
}
    .notification a:hover {
        color: #4471c2 !important;
    }
.notification .glyphicon {
    font-size: 18px;
}
/* FAQ */
.faq-question {
    border-bottom: 1px dashed #ddd; 
    padding: 10px;
}
    .faq-question a {
        color: #4471c2 !important;
        font-weight: 600;
        line-height: 30px;
    }
    .faq-question span {
        color: #4471c2;
    }
.faq-answer {
    border-bottom: 1px dashed #ddd; 
    padding: 10px; 
    background-color: #eeeded;
    display:none;
}
    .faq-answer label, .faq-answer span {
        color: #4471c2;
    }
/* Back to top */
#bttop {
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 2px;
}
/* Social-box*/
.skype-button {
    margin-left: 50px;
}

.skype-button-call img {
    height: 24px !important;
    width: 56px !important;
    margin: 0px 0px 0px 0px !important;
}

.skype-button-chat img {
    height: 24px !important;
    width: 65px !important;
    margin: 0px 0px 0px 10px !important;
}

.fb-like {
    overflow: hidden;
}

.social-box {
    position: fixed;
    top: 28%;
    right: 2px;
    width: 74px;
    height: auto;
    padding-left: 8px;
    padding-top: 10px;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.1);
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 5px;
}

.social-item {
    margin: 0 auto;
    padding-bottom: 5px;
}

@media (max-width: 1360px) {
    .social-box {
        display: none;
    }
}
/* Captcha */
.img-captcha {
    max-width: 240px;
    margin-bottom: 10px;
}

    .img-captcha a {
        color: #197d8f !important;
        font-size: 12px;
    }
/* List Service */
.border-dashed {
    /*border-top: 1px solid #c4c1c1;
    border-left: 1px solid #c4c1c1;
    box-shadow: 1px 1px 1px 1px #c4c1c1;*/
    /*box-shadow: 0 1px 1px 1px #bab8b8, 0 0 2px 2px #c4c1c1;*/
    /*border: 2px dashed #4471c2;
    background-color: #ECF0F7;*/
}

.list-service {
    min-height: 100px !important;
    text-align: center;
}

.item-service {
    padding: 15px;
    height: 110px;
}

    .item-service .glyphicon {
        font-size: 35px;
    }

    .item-service a {
        /*color: #5a5656 !important;*/
    }

        .item-service a:hover {
            /*color: #007197 !important;*/
        }

.label-service {
    clear: both;
    font-weight: bold;
}
/* Search Block */
@media (max-width: 340px) {
    .timezone {
        display: none;
    }
}

@media (max-width: 991px) {
    .welcome {
        display: none;
    }
}

.welcome {
    width: 550px;
    float: left;
    /*color: #ea592c;*/
    color: #fa5710;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 7px !important;
}

.timezone {
    padding-top: 7px !important;
    font-size: 12px;
    font-weight: bold;
}

#search-block {
    background-color: #fff;
    border-bottom: 1px ridge #3483ff;
}

.search-block {
    margin-bottom: 0px;
    height: 37px;
    /*padding: 4px 8px !important;*/
    padding: 3px 2px 3px 8px;
    background: url(../img/bg_search_block.png) repeat scroll center bottom rgba(0, 0, 0, 0);
}

    .search-block input-group {
        float: right;
    }

    .search-block .pull-right {
        padding-left: 12px;
    }

@media (max-width: 991px) {
    .search-block .pull-right {
        padding-left: 0px;
    }
}
/* Check-list-group */
.state-icon {
    left: -5px;
}

.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
    /*background-color: #4471c2;*/
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    /*background-color: #337ab7;
    border-color: #337ab7;*/
    background-color: #4471c2;
    border-color: #fff;
}
/* Search group */
.dropdown-group {
    margin-right: 20px;
}

@media (max-width: 340px) {
    .dropdown-group {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .dropdown-group {
        margin-right: 0px;
    }
}
/*=====================*/
@media (max-width: 340px) {
    .combo-group .btn-group {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .combo-group .input-group {
        margin-top: 10px;
    }
}
/*======================*/
.split-group .btn-group {
    float: right;
}

@media (max-width: 340px) {
    .split-group .btn-group {
        float: left;
        margin: 10px 0px;
    }

    .col-xs-6 {
        width: 100%;
    }
}
/*=======================*/
.search-group {
    float: right;
}

@media (max-width: 767px) {
    .search-group {
        margin: 10px 0px 5px 0px !important;
    }
}
/* Date-detail */
.advertise {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 6px !important;
}

.date-detail {
    /*text-align:right;*/
    font-size: 12px;
}

    .date-detail a {
        color: gray !important;
    }

        .date-detail a:hover {
            color: #007197 !important;
        }
/* Gallery */
#list-album {
    margin-top: 15px;
}

    #list-album .title-album {
        max-width: 200px;
        padding-top: 5px;
        padding-bottom: 10px;
        height: 80px;
        font-weight: 600;
    }

@media (max-width: 340px) {
    #list-album .col-xs-6 {
        width: 100%;
    }

    #list-album {
        text-align: center;
    }

        #list-album .title-album {
            margin: auto;
        }
}
/* Category */
.item-category img {
    width: 150px;
    height: 110px;
}

@media (max-width: 767px) {
    .item-category img {
        margin-bottom: 10px;
    }
}

.item-category {
    border-bottom: 1px solid #ddd;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
/* Form group PADDING */
.no-padding {
    padding: 0px;
}

.no-padding-left {
    padding: 0px 0px 0px 50px !important;
}

@media (max-width: 767px) {
    .no-padding-left {
        padding: 0px !important;
    }
}
/* BUTTON OPTION */
.status-true {
    /*background-color:#a6ea9a !important;*/
    color: #4abf34 !important;
    font-weight: bold;
}

.status-false {
    /*background-color:#f5a99c !important;*/
    color: #e14226 !important;
    font-weight: bold;
}

.btn-option {
    background-color: #4471c2;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option:hover {
        background-color: #1690a5;
    }

.btn-option-green {
    background-color: #5ece49;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-green:hover {
        background-color: #2f901c;
    }

.btn-option-red {
    background-color: #f16147;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-red:hover {
        background-color: #c83419;
    }

/* Pagination */
.pagination .active a, .pagination .active a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #4471c2;
    border-color: #4471c2;
}

.pagination li a {
    color: #4471c2;
    background-color: #fff;
    border: 1px solid #ddd;
}

/*.btn-primary {
    background-color: #4471c2;
    border-color: #4471c2;
}

    .btn-primary:hover {
        background-color: #1690a5;
        border-color: #1690a5;
    }

    .btn-primary[disabled] {
        background-color: #4471c2;
        border-color: #4471c2;
    }*/

/* Table Responsive */
.img-table {
    max-width: 80px;
    max-height: 68px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.img-avatar {
    max-width: 80px;
    max-height: 110px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.table-responsive td, th {
    white-space: normal !important;
    /*min-width: 150px;*/
    max-width: 250px;
    vertical-align: middle !important;
}

.table-responsive td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-responsive th {
    font-weight: bold;
}

/* Validation */
.field-validation-error, .validation-summary-errors {
    color: #e82020;
}

@media (max-width: 767px) {
    .fileupload-buttonbar .toggle, .files .toggle, .files .btn span {
        display: block !important;
    }
}

#gallery {
    padding-top: 10px;
}

    #gallery img {
        width: 95px;
        height: 95px;
        padding: 3px;
    }

/* Counter access */
.counter-access p {
    font-weight: 600;
}

.counter-access .glyphicon {
    color: #ea592c;
}

/* Support online */
.support-online p {
    font-weight: 600;
}

.support-online .glyphicon {
    color: #ea592c;
}

.support-online span {
    font-weight: 300;
}
/* Support online end*/
.list-linked p {
    background-color: #ADD8E6;
    padding: 5px;
    border-radius: 5px;
}

.title-embed {
    padding-top: 10px;
    font-weight: 600;
    text-align:center;
}
/* Relative News */
.relate-news {
    margin-top: 30px;
    border-top: 2px solid #e5e5e5;
}

    .relate-news label {
        color: #e82020;
        font-size: 17px;
        padding-top: 10px;
    }

    .relate-news ul {
        padding-left: 20px;
        line-height: 22px;
    }

    .relate-news span {
        font-style: italic;
    }

    .relate-news a {
        font-weight: 600;
    }
/*NAVBAR BACKGROUND*/
.navbar-nav li:hover {
    background-color: #FF9933;
}

.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #FF9933;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #4471c2;
    /*background-color: #427cb6;*/
}

.navbar-default .navbar-nav > .open > a {
    background-color: #4471c2;
    /*background-color: #427cb6;*/
}
/*NAVigation BAR*/
.dropdown-menu {
    font-size: 13px;
}

    .dropdown-menu .divider {
        height: 1px;
        margin: 5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
/* =======height menu bar========== */
@media (max-width: 767px) {
    .navbar {
        font-size: 14px;
    }
}

.navbar {
    margin-bottom: 0px;
    min-height: 40px;
}

.navbar-nav > li > a {
    line-height: 10px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
        line-height: 20px;
    }
}
/* =======height menu bar========== */
.navbar-default {
    background-color: #0c6cba;
    /*background-color: #4471c2;*/
    /*background-color: #427cb6;*/
    border: none;
    border-radius: 0px;
    border-top: 1px solid #f8f8ff;
}

@media (min-width: 768px) {
    .navbar-collapse {
        padding-left: 0px;
    }
}

.nav a {
    color: #fff !important;
    font-weight: 600;
}

@media (min-width: 768px) {
    .dropdown-menu a {
        color: #333 !important;
        font-weight: 600 !important;
    }
}
/*============================*/
.login-part {
    /*background-color: #ececec;*/
}

#main {
    min-height: 400px;
    /*background-color: #ececec;*/
    background-color: #e9eaed;
}

@media (max-width: 767px) {
    #home-slideshow {
        margin-bottom: 20px;
    }
}

.no-padding {
    padding: 0px;
}
/* SCROLL TEST*/
.scroll-text {
    overflow: hidden;
    height: 350px;
}

@media (max-width: 767px) {
    .scroll-text {
        margin-bottom: 15px;
    }
}

.scroll-text ul {
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
}

    .scroll-text ul li {
        padding: 5px 0px;
    }
/* News HOT */
.news-hot {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    /*.news-hot {
        padding-left: 0px;
    }*/
}
.padding {
    padding-right: 5px;
    padding-left: 5px;
}
.news-hot .title-news-hot {
    border-bottom: solid 2px #ea592c;
    margin-bottom: 5px;*
    margin-top: 5px;
    padding-bottom: 10px;
}

    .news-hot .title-news-hot h5 {
        color: #ea592c;
        font-weight: 600;
        font-size: 16px;
    }

.list-news-hot a {
    font-weight: 600;
    margin-right: 0px;
}

/* News BOX */
.news-box {
    margin-top: 0px;
}

    .news-box label {
        font-size: 13.5px;
    }

.title-news-box {
    /*background: url(../img/backgroundtitle.png) no-repeat scroll left top #fff;*/
    border-bottom: solid #054ca0;
    
}
.title-news-box .h5{
    color:#008000;
}

.child-menu {
    font-size: 12px;
    margin-bottom: 20px;
}

.news-box .title-news-box {
    /*border-bottom: solid 2px pink;*/
    margin-bottom: 5px;
    min-height: 26px;
}

    .news-box .title-news-box h5 {
        padding-left: 10px;
        padding-top: 6px;
        color: #054ca0;
        font-weight: 600;
        font-size: 16px;
        margin-top: 0px;
        margin-bottom: 5px;
    }

        .news-box .title-news-box h5 a {
            color:  #054ca0;
        }

.news-box .no-padding {
    padding-right: 10px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .news-box .no-padding {
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

.news-box img {
    float: left;
    margin-right: 10px;
    width: 170px;
    height: 130px;
}

.list-news-box p {
    font-weight: 600;
    /*font-size: 13px;*/
}

@media (min-width: 768px) {
    .list-news-box {
        border-left: 1px solid #dddddd;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .list-news-box p {
        background-color: #e6eff6;
        padding: 5px;
        border-radius: 5px;
    }
}

/* BOT content */
.box-content h5 {
    margin-top: 5px;
}

.box-content {
    padding: 8px;
    background-color: #fff;
    min-height: auto;
    margin-bottom: 5px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

    .box-content a {
        color: #333;
    }

        .box-content a:link {
            text-decoration: none;
        }

        .box-content a:hover {
            color: #007197;
        }
/* BOT content RIGHT*/
.title-box-right {
    border-bottom: solid 2px #4471c2;
    /*border-bottom: solid 2px #56BAEC;*/
    margin-bottom: 20px;
}

    .title-box-right label {
        color: #4471c2;
        /*color: #0099CC;*/
        font-weight: 600;
        font-size: 16px;
    }

.box-content-right a {
    color: #333;
}

.box-content-right span {
    padding-right: 10px;
}

.box-content-right .no-padding {
    margin-bottom: 10px;
}

.box-content-right img {
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 60px;
}

.box-content-right p {
    font-size: 13px;
}

.box-content-right {
    padding: 8px;
    background-color: #fff;
    min-height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
    /*border: 1px solid #e5e5e5;*/
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
}

@media (min-width: 992px) {
    .box-content-right {
        margin-left: 5px;
    }
}

/* Detail news*/
.box-extra {
    min-height: 800px !important;
}

@media (max-width: 991px) {
    .box-extra {
        min-height: 400px !important;
    }
}

@media (min-width: 768px) {
    .box-extra {
        padding-left: 14px;
    }
}

.title-detail {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-top: 5px;
}

.date-detail {
    color: gray;
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    padding: 5px;
}

/* BODY OLD*/
body {
    /*font-family: 'Roboto',arial;*/
    font-weight: 300;
    background-color: #ECF0F7;
    /*background-color: #ececec;*/
    /*background: #f5f8fa url(../img/bg.png) repeat;*/
    color: #444334;
    font-size: 13px;
}

.spacing {
    height: 50px;
    display: block;
}

#header {
    min-height: 10px;
    border-top: 1px solid #F8F8FF;
}

    #header h1 {
        font-weight: 700;
    }


#header a {
        color: #000;
    }

    #header .company-name {
        color: #4471c2; 
        font-size: 24px; 
        font-weight: bold;
    }

    #header .hotline-info h4 {
        font-size: 24px; 
        color: #054ca0; 
        font-weight: bold;
    }
.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px;
}

.logo {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.company-info {
    text-align: left;
}

.company-name {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

@media (min-width: 768px) {
    .header-content {
        flex-direction: row;
        justify-content: center;
    }
    
    .logo {
        margin-right: 10px;
        margin-bottom: 0;
    }
    
    .company-info {
        text-align: left;
    }

    .company-name {
        margin: 0;
    }
}

@media (max-width: 767px) {
    .header-content {
        flex-direction: column;
        align-items: center;
    }

    .logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .company-info {
        text-align: center;
    }
}

#footer {
    background-color: #0c6cba;
    /*background-color: #427cb6;*/
    color: white;
    padding: 15px 0px 15px 0px;
    /*text-align: center;*/
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
}

    #footer img {
        width: 113px;
        height: 113px;
        border: 1px solid #fff;
        background-color: white;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}

.powered {
    text-align: right;
}
/* Home SEARCH */
@media (min-width: 768px) {
    #home-search {
        margin-top: 22px;
    }
}

#home-search .input-group {
    max-width: 500px;
}

@media (min-width: 768px) {
    #home-search .input-group {
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .list-service {
        display: none;
    }
}

#home-search .input-group .form-control {
    height: 40px;
}

#home-search .input-group .input-group-btn .btn {
    height: 40px;
}
/* Slide Show */
.carousel-inner img {
    width: 100%;
}

#home-slideshow a {
    color: #fff;
}

.carousel-caption {
    font-weight: 600;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding: 10px;
    text-align: left;
    background: white left top repeat;
    opacity: 1;
}

    .carousel-caption a:hover {
        text-decoration: underline;
    }
/*======================================*/
.whitespace {
    height: 25px;
    /*display: none;*/
}

ul.usermng li {
    list-style: none;
    float: right;
    font-size: 12px;
    padding: 5px;
}

    ul.usermng li a {
        color: #777;
    }

        ul.usermng li a:hover {
            color: #444334;
            text-decoration: none;
        }

        ul.usermng li a:link {
            text-decoration: none;
        }

.container {
    /*box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);*/
    /*box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.6), 0 0 5px 1px rgba(255, 255, 255, 0.5);*/
    max-width: 1200px;
}

/*=======================================*/
.btn-option-dam {
    background-color: #427cb6;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-dam:hover {
        background-color: #427cb6;
    }

.btn-option-nhat {
    background-color: #3483ff;
    color: #fff !important;
    padding: 5px;
    margin: 1px;
    border-radius: 3px;
    text-decoration:none !important;
}

    .btn-option-nhat:hover {
        background-color: #438dd5;
    }

/*New CSS*/
.space-menu {
    background-color: #e9eaed; 
    height: 1px;
}

.banner-mid {
    min-height: 0px !important;
    padding-bottom: 2px !important;
}

@media (max-width: 991px) {
    .banner-mid {
        display:none;
    }
}

/*Gioi thieu*/
/*********** COMMON STYLE **********/
.libra-health___title-index {
  position: relative;
  margin-bottom: 10px;
  }
  @media (min-width: 768px) {
    .libra-health___title-index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      } }
  .libra-health___title-index > a, .libra-health___title-index > span {
    padding: 7px 20px;
    background: #054ca0;
    color: #fff;
    font-weight: 700;
    font-size: 14pt;
    display: block;
    -moz-transform: skew(-22.5deg);
    -o-transform: skew(-22.5deg);
    -ms-transform: skew(-22.5deg);
    -webkit-transform: skew(-22.5deg);
    transform: skew(-22.5deg); }
    .libra-health___title-index > a > span, .libra-health___title-index > span > span {
      -moz-transform: skew(22.5deg);
      -o-transform: skew(22.5deg);
      -ms-transform: skew(22.5deg);
      -webkit-transform: skew(22.5deg);
      transform: skew(22.5deg);
      }
  .libra-health___title-index:before {
    content: "";
    position: absolute;
    bottom: 30%;
    border-bottom: #054ca0 3px double; }
    @media (min-width: 768px) {
      .libra-health___title-index:before {
        left: 25%;
        width: 50%; } }
    @media (max-width: 767px) {
      .libra-health___title-index:before {
        left: 5%;
        width: 95%; } }
  .libra-health___title-index a:hover {
    color: #ffff00; }
 
   //view more
  .viewmore {
    position: relative;
    float: right; /* Dịch chuyển nút sang phải */
    margin-right: 20px; /* Khoảng cách từ nút đến lề phải */
}
   .viewmore a {
    color: #fff;
    background: #054ca0;
    font-weight: 700;
    text-align: right;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 14pt;
    padding: 5px 20px;
    display: inline-block;
    -moz-transform: skew(-22.5deg);
    -o-transform: skew(-22.5deg);
    -ms-transform: skew(-22.5deg);
    -webkit-transform: skew(-22.5deg);
    transform: skew(-22.5deg); }
    .viewmore a:visited {
      color: #fff; }
    .viewmore a:hover {
      background: #f79124; }
 /*New hot*/
    #ul-scroll-hot img {
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 60px;
    }
    #ul-scroll-hot .no-padding {
    margin-bottom: 5px;
}
    /*Footer*/
    .main-footer {
    background: #374249;
    padding: 30px 0;
    font-family: Arial,Helvetica,sans-serif;
    height: 170px
}

.left-main-footer a {
    color: #fff
}

.left-main-footer a:hover {
    color: #00c2c0;
    text-decoration: none
}

.left-main-footer a.footer-logo {
    float: left;
    width: 113px;
    display: block;
    height: 113px;
    margin-right: 10px
}

.left-main-footer a.footer-logo img {
    max-width: 113px;
    max-height: 113px;
    border-radius: 50%
}

.left-main-footer h4 {
    text-transform: uppercase;
    color: white;
    font-weight:bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: Roboto,Arial,Helvetica,sans-serif
}

.left-main-footer p {
    font-size: 13px;
    color: #e1e1e1;
    margin-bottom: 5px
}

.left-main-footer p span {
    color: #999
}

.right-main-footer {
    background: url(../images/arrow-ketnoi.png) no-repeat scroll 245px 5px
}

.right-main-footer h4 {
    color: white;
    font-size: 18px;
    margin-top: 10px;
    font-family: Roboto,Arial,Helvetica,sans-serif
}

.right-main-footer>ul {
    margin-top: 10px
}

.right-main-footer>ul>li {
    float: right;
    display: inline;
    padding-left: 10px
}

.right-main-footer>ul>li>a>i {
    color: #00c2c0;
    font-size: 56px;
    transition: all .5s ease 0s
}

.right-main-footer>ul>li>a>i:hover {
    color: #e4312c
}
/* Center the navigation bar */
.navbar-default .navbar-nav.navbar-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* Ensure the container takes full width */
.container.no-padding {
    width: 100%;
    padding: 0;
}

/* Style the navigation menu */
.navbar-default .navbar-nav > li > a {
    color: #333;
    font-weight: bold;
    padding: 15px 20px;
}

/* Responsive styling */
@media (max-width: 768px) {
    .navbar-default .navbar-nav.navbar-center {
        flex-direction: column;
        align-items: center;
    }
}
