/*@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:600,700|Roboto&subset=latin-ext,vietnamese");
@import url(../libs/bootstrap-3.3.5/css/bootstrap.min.css);
@import url(../libs/css/selectize.css);
@import url(../libs/css/font-awesome.min.css);
@import url(../libs/css/bootstrap-datetimepicker.min.css);*/
/* line 1, ../scss/_header.scss */
body {
    color: #222222;
    font-size: 13px;
    /*font-family: Helvetica, Arial, sans-serif;*/
}

/* line 5, ../scss/_header.scss */
a {
    color: #118bd6;
}

/* line 7, ../scss/_header.scss */
a:hover {
    color: #2297ff;
}

/* line 11, ../scss/_header.scss */
.form-control::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

/* line 12, ../scss/_header.scss */
.form-control:-ms-input-placeholder {
    color: inherit;
}

/* line 13, ../scss/_header.scss */
.form-control::-webkit-input-placeholder {
    color: inherit;
}

/* line 14, ../scss/_header.scss */
.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
}

.form-label {
    display: block;
    width: 100%;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    margin-bottom: 10px;
}

/* line 17, ../scss/_header.scss */
label {
    font-weight: 400;
}

/* line 20, ../scss/_header.scss */
.form-horizontal .control-label {
    text-align: left;
}

/* line 23, ../scss/_header.scss */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* line 26, ../scss/_header.scss */
.table {
    margin-bottom: 8px;
}

/* line 32, ../scss/_header.scss */
.text-danger {
    color: #ff0000;
}

/* line 35, ../scss/_header.scss */
.blue-text {
    color: #118bd6;
}

.logo {
    width: 85px;
    margin: 2px 3px 2px;
    float: left;
}

/* line 57, ../scss/_header.scss */
.logo a span {
    display: block;
}

/* line 74, ../scss/_header.scss */
#header {
    background-color: #ffffff;
}

.header-title {
    font-size: 18px;
    color: #ed152d;
    padding-left: 55px;
}

.container {
    padding: 0px;
}

/* line 80, ../scss/_header.scss */
.navbar-toggle {
    margin-top: 13px;
    margin-right: 0;
    border-color: #2297ff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* line 85, ../scss/_header.scss */
.navbar-toggle .icon-bar {
    background-color: #2297ff;
}

/* line 92, ../scss/_header.scss */
.top-page-meta {
    font-size: 13px;
    margin: 21px 0 10px;
}

/* line 95, ../scss/_header.scss */
/* .top-page-meta>a {
    margin-right: 25px;
} */

/* line 98, ../scss/_header.scss */
.top-page-meta>span {
    margin-right: 10px;
}

/* line 100, ../scss/_header.scss */
.top-page-meta>span:last-child {
    margin-right: 0;
}

/* line 104, ../scss/_header.scss */
.top-page-meta p {
    margin-bottom: 5px;
}

/* line 119, ../scss/_header.scss */
.top-searching {
    margin: 31px 0 6px;
}

/* line 121, ../scss/_header.scss */
.top-searching form {
    width: 358px;
    max-width: 100%;
    display: inline-block;
}

/* line 130, ../scss/_header.scss */
.btn-primary {
    color: #FFF;
    background-color: #21436b;
    border-color: transparent;
}

.btn-info {
    color: #fff;
    background-color: #21436b;
    border-color: transparent;
}

.btn.btn-info:hover {
    border-color: transparent;
    background: #21436b;
}

.btn-info:focus {
    color: #fff;
    background-color: #0d68b7;
    border-color: transparent;
}

.btn-back {
    text-transform: uppercase;
}

.nav>li>a {
    padding: 10px 5px;
}

.nav>li.active>a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #1170c0, #8bb8dc);
    outline: 0;
}

/* line 135, ../scss/_header.scss */
#main .row {
    margin-left: -5px;
    margin-right: -5px;
}

/* line 139, ../scss/_header.scss */
#main .row [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

/* line 4, ../scss/_nav.scss */
#main-nav .navbar-default {
    min-height: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0 -15px;
}

/* line 14, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav>li {
    margin-right: 2px;
}

/* line 16, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    padding: 10px 13px;
    outline: none;
}

/* line 32, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav>li.active>a,
#main-nav .navbar-default .navbar-nav>li.open>a,
#main-nav .navbar-default .navbar-nav>li:hover>a {
    color: #ffffff;
    background-image: linear-gradient(to right, #1170c0, #8bb8dc);
}

/* line 39, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav>li:hover>ul,
#main-nav .navbar-default .navbar-nav>li:hover>.dropdown-menu {
    display: block;
}

/* line 45, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav li ul {
    border: none;
    padding: 0;
    color: #ffffff;
    background-image: linear-gradient(to right, #1170c0, #8bb8dc);
}

/* line 50, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav li ul li {
    font-size: 13px;
    text-transform: none;
}

/* line 52, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav li ul li a {
    padding-bottom: 8px;
    padding-top: 8px;
    color: #ffffff;
    /*border-top: #1172D6 solid 1px;*/
}

#main-nav .navbar-default .navbar-nav li ul.dropdown-menu li a {
    color: black;
}

/* line 61, ../scss/_nav.scss */
#main-nav .navbar-default .navbar-nav li ul li.active>a,
#main-nav .navbar-default .navbar-nav li ul li.open>a,
#main-nav .navbar-default .navbar-nav li ul li:hover>a {
    color: #ffffff;
    background-color: #2297FF;
}

.dropdown-menu > li.active>a,
.dropdown-menu > li:hover>a {
    color: #fff;
    text-decoration: none;
    background-image: linear-gradient(to right, #1170c0, #8bb8dc);
    outline: 0;
}

/* line 85, ../scss/_nav.scss */
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 3, ../scss/_tabs.scss */
.nav-tabs>li a {
    padding: 6px 15px;
    color: #555555;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #fbfbfb));
    background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -ms-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fbfbfb 100%);
    border: #dddddd solid 1px;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/* line 25, ../scss/_tabs.scss */
.nav-tabs>li.active>a,
.nav-tabs>li:hover>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li:hover>a:hover {
    color: #ffffff;
    background-image: linear-gradient(to right, #1170c0, #8bb8dc);
}

/* line 43, ../scss/_tabs.scss */
.tab-content {
    margin-top: -1px;
}

/* line 46, ../scss/_tabs.scss */
.tab-content .tab-middle {
    border: #dddddd solid 1px;
    padding: 15px;
    border-bottom: none;
}

/* line 51, ../scss/_tabs.scss */
.tab-content .tab-main {
    border: #dddddd solid 1px;
    padding: 15px;
}

/* line 60, ../scss/_tabs.scss */
.tab-content .table-bordered>tbody>tr>td,
.tab-content .table-bordered>tbody>tr>th,
.tab-content .table-bordered>tfoot>tr>td,
.tab-content .table-bordered>tfoot>tr>th,
.tab-content .table-bordered>thead>tr>td,
.tab-content .table-bordered>thead>tr>th {
    padding-left: 15px;
    padding-right: 15px;
}

/* line 68, ../scss/_tabs.scss */
.tab-container .nav-tabs>li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

/* line 76, ../scss/_tabs.scss */
.tab-container .nav-tabs>li.active>a,
.tab-container .nav-tabs>li:hover>a,
.tab-container .nav-tabs>li.active>a:focus,
.tab-container .nav-tabs>li:hover>a:hover {
    background: #1482d9;
    outline: none;
    border-color: #1482d9;
}

/* line 83, ../scss/_tabs.scss */
.tab-container .main-searching {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

/* line 86, ../scss/_tabs.scss */
.tab-container .main-searching .searching-bottom {
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

/* line 1, ../scss/_jquery.cycle2.scss */
.main-slider {
    position: relative;
    margin-bottom: 20px;
}

/* line 5, ../scss/_jquery.cycle2.scss */
#slider {
    width: 100%;
    position: relative;
}

/* line 8, ../scss/_jquery.cycle2.scss */
#slider .content-item {
    width: 100%;
    height: 316px;
    overflow: hidden;
}

/* line 13, ../scss/_jquery.cycle2.scss */
#slider .content-item .thumb {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* line 18, ../scss/_jquery.cycle2.scss */
#slider .content-item .thumb .thumb-img {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/* line 26, ../scss/_jquery.cycle2.scss */
#slider .content-item .thumb .thumb-img>a {
    display: block;
}

/* line 29, ../scss/_jquery.cycle2.scss */
#slider .content-item .thumb .thumb-img img {
    opacity: 0;
    max-width: 100%;
}

/* line 35, ../scss/_jquery.cycle2.scss */
#slider .content-item .content-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    width: 100%;
    position: static;
    position: absolute;
    z-index: 12;
    left: 0;
    top: 50%;
    margin-top: -50px;
    transform: translateY(-50%);
    color: #ffffff;
}

/* line 46, ../scss/_jquery.cycle2.scss */
#slider .content-item .content-text h2 {
    font-weight: 700;
    color: #52b8ff;
}

/* line 49, ../scss/_jquery.cycle2.scss */
#slider .content-item .content-text h2 strong {
    font-size: 36px;
    color: #ffffff;
}

@media (min-width: 768px) {

    /* line 54, ../scss/_jquery.cycle2.scss */
    #slider .content-item .content-text h2+h2 {
        margin-left: 30px;
    }
}

/* line 60, ../scss/_jquery.cycle2.scss */
#slider .content-item video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

/* line 75, ../scss/_jquery.cycle2.scss */
#footer-page-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 112;
    text-align: center;
}

/* line 82, ../scss/_jquery.cycle2.scss */
#footer-page-slider span {
    width: 10px;
    height: 10px;
    background-color: red;
    color: red;
    display: inline-block;
    text-decoration: none;
    margin: 5px;
    border-radius: 10px;
    cursor: pointer;
    line-height: 10px;
}

/* line 93, ../scss/_jquery.cycle2.scss */
#footer-page-slider span.cycle-pager-active {
    background-color: #e51f60;
    color: #e51f60;
    -webkit-box-shadow: 1px 0px 1px black;
    -moz-box-shadow: 1px 0px 1px black;
    -ms-box-shadow: 1px 0px 1px black;
    box-shadow: 1px 0px 1px black;
}

/* line 103, ../scss/_jquery.cycle2.scss */
#page-slider .slider-nav .next,
#page-slider .slider-nav .prev {
    outline: none !important;
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-position: 50% 50%;
    background-size: 40% 40%;
    background-repeat: no-repeat;
    margin-top: -18px;
    z-index: 100;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/* line 117, ../scss/_jquery.cycle2.scss */
#page-slider .slider-nav .next:hover,
#page-slider .slider-nav .prev:hover {
    border: red solid 1px;
}

/* line 121, ../scss/_jquery.cycle2.scss */
#page-slider .slider-nav .next {
    background-image: url(../img/next-icon.png);
    right: 10px;
}

/* line 125, ../scss/_jquery.cycle2.scss */
#page-slider .slider-nav .prev {
    background-image: url(../img/back-icon.png);
    left: 10px;
}

/* line 1, ../scss/_main.scss */
#main {
    margin: 10px 0;
}

/* line 3, ../scss/_main.scss */
#main .btn {
    padding: 5px 10px;
    outline: none;
}

/* line 7, ../scss/_main.scss */
#main .btn.btn-primary {
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e8fff), color-stop(1, #2aa6ff));
    background-image: -o-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -moz-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -webkit-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -ms-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: linear-gradient(to bottom, #1e8fff 0%, #2aa6ff 100%);
    border-color: #58b8ff;*/
    color: #FFF;
    background-color: #21436b;
    border-color: transparent;
}

/* line 21, ../scss/_main.scss */
#main .btn.btn-primary:hover {
    background-color: #286090 !important;
}

/* line 28, ../scss/_main.scss */
.section,
.article {
    margin-bottom: 15px;
}

/* line 31, ../scss/_main.scss */
.alert-warning {
    color: #000000;
    background-color: #fffce7;
    border-color: #e7ca98;
}

/* line 35, ../scss/_main.scss */
.alert-warning .close {
    color: #000000;
    opacity: 0.7;
}

/* line 39, ../scss/_main.scss */
.alert-warning .close:focus,
.alert-warning .close:hover {
    opacity: 1;
}

/* line 44, ../scss/_main.scss */
.main-searching {
    background: url(../img/search-bg.png) no-repeat 50% 50%/cover;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    color: #ffffff;
    position: relative;
    margin: 0 0 15px;
    z-index: 10;
}

/* line 53, ../scss/_main.scss */
.main-searching .the-title {
    color: inherit;
}

/* line 56, ../scss/_main.scss */
.main-searching .the-title.border-title:after {
    background-color: #ffffff;
}

/* line 59, ../scss/_main.scss */
.main-searching .form-group {
    margin-right: -5px;
    margin-left: -5px;
}

/* line 63, ../scss/_main.scss */
.main-searching .help-block {
    color: #c7c7c7;
}

/* line 66, ../scss/_main.scss */
.main-searching .form-control.datepicker {
    padding: 0 0 0 22px;
    background: url(../img/calendar-icon.png) no-repeat 0 50%/15px 16px;
    color: #ffffff;
    height: 20px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    margin: 5px 0;
}

/* line 79, ../scss/_main.scss */
.main-searching .bootstrap-datetimepicker-widget {
    color: #000000;
}

/* line 82, ../scss/_main.scss */
.main-searching .searching-bottom {
    margin: 0 -20px -20px;
    background-color: #1a6ab4;
    padding: 8px 20px;
}


/* line 97, ../scss/_main.scss */
.the-title {
    text-transform: uppercase;
    /*color: #0b6fc1;*/
    margin: 0 0 10px;
}

/* line 102, ../scss/_main.scss */
.the-title.border-title {
    padding-bottom: 10px;
    position: relative;
}

/* line 105, ../scss/_main.scss */
.the-title.border-title:after {
    content: "";
    min-width: 65px;
    height: 2px;
    background-color: #0b6fc1;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* line 117, ../scss/_main.scss */
.img-center {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

/* line 122, ../scss/_main.scss */
.tags a {
    padding: 3px 16px;
}

/* line 126, ../scss/_main.scss */
.tags a,
.btn-default {
    color: #555555;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #fbfbfb));
    background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -ms-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fbfbfb 100%);
    border: #ebebeb solid 1px;
    display: inline-block;
    margin-bottom: 3px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    border-radius: 18px;
    text-decoration: none;
}

/* line 147, ../scss/_main.scss */
.tags a.active,
.tags a:hover,
.btn-default.active,
.btn-default:hover {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e8fff), color-stop(1, #2aa6ff));
    background-image: -o-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -moz-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -webkit-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -ms-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: linear-gradient(to bottom, #1e8fff 0%, #2aa6ff 100%);
    border-color: #58b8ff;
}

/* line 164, ../scss/_main.scss */
.download-link {
    color: #000000;
    margin-right: 25px;
}

/* line 167, ../scss/_main.scss */
.download-link .icons {
    margin-right: 5px;
}

/* line 170, ../scss/_main.scss */
.download-link:hover {
    color: #2297ff;
}

/* line 176, ../scss/_main.scss */
.filter-search .form-control,
.filter-search .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {

    /* line 180, ../scss/_main.scss */
    .filter-search .form-control {
        padding-left: 8px;
        margin-bottom: 15px;
        margin-right: 15px;
    }

    /* line 185, ../scss/_main.scss */
    .filter-search .wth-150 {
        width: 150px;
    }

    /* line 188, ../scss/_main.scss */
    .filter-search .wth-133 {
        width: 133px;
    }

    /* line 191, ../scss/_main.scss */
    .filter-search .wth-110 {
        width: 110px;
    }

    /* line 194, ../scss/_main.scss */
    .filter-search .wth-162 {
        width: 162px;
    }

    /* line 197, ../scss/_main.scss */
    .filter-search .btn {
        float: right;
    }
}

/* line 203, ../scss/_main.scss */
.news-item>h5 {
    margin-top: 0;
}

/* line 206, ../scss/_main.scss */
.news-item .img-thumbnail {
    width: 110px;
    padding: 0;
    margin-bottom: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    position: relative;
    float: left;
}

/* line 213, ../scss/_main.scss */
.news-item .img-thumbnail img {
    width: 100%;
}

/* line 217, ../scss/_main.scss */
.news-item .img-thumbnail+.news-summary {
    margin-left: 120px;
}

/* line 222, ../scss/_main.scss */
.news-item.news-lg-item .img-thumbnail {
    width: 395px;
}

/* line 225, ../scss/_main.scss */
.news-item.news-lg-item .img-thumbnail+.news-summary {
    margin-left: 415px;
}

/* line 249, ../scss/_main.scss */
.news-item.news-md-item .img-thumbnail {
    width: 48%;
}

/* line 252, ../scss/_main.scss */
.news-item.news-md-item .img-thumbnail+.news-summary {
    margin-left: 50%;
}

/* line 266, ../scss/_main.scss */
.news-item a {
    color: #555555;
}

/* line 268, ../scss/_main.scss */
.news-item a:hover {
    color: #2297ff;
}

/* line 272, ../scss/_main.scss */
.news-item .news-summary {
    margin-bottom: 10px;
}

/* line 275, ../scss/_main.scss */
.news-item:after {
    clear: both;
    width: 100%;
    content: "";
    display: block;
    height: 1px;
}

/* line 285, ../scss/_main.scss */
.news-item.video-item .img-thumbnail>a {
    position: relative;
    display: block;
}

/* line 289, ../scss/_main.scss */
.news-item.video-item .img-thumbnail:after {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

/* line 301, ../scss/_main.scss */
.news-item.video-item .img-thumbnail:before {
    background: url(../img/play-icon.png) no-repeat 50% 50%;
    background-size: 100% 100%;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -28px 0 0 -28px;
    z-index: 5;
    content: "";
    display: block;
}

/* line 315, ../scss/_main.scss */
.news-item.video-item .img-thumbnail:hover:after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

/* line 320, ../scss/_main.scss */
.news-item.video-item .img-thumbnail.no-thumb {
    width: 44px;
    height: 44px;
}

/* line 322, ../scss/_main.scss */
.news-item.video-item .img-thumbnail.no-thumb a {
    width: 100%;
    height: 100%;
}

/* line 325, ../scss/_main.scss */
.news-item.video-item .img-thumbnail.no-thumb+.news-summary {
    margin-left: 64px;
    padding-top: 3px;
}

/* line 329, ../scss/_main.scss */
.news-item.video-item .img-thumbnail.no-thumb:before {
    width: 44px;
    height: 44px;
    margin: -22px 0 0 -22px;
    border: #0b70c1 solid 2px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
}

/* line 341, ../scss/_main.scss */
.news-item.item-full-width .img-thumbnail {
    width: 100%;
    float: none;
}

/* line 344, ../scss/_main.scss */
.news-item.item-full-width .img-thumbnail+.news-summary {
    margin-left: 0;
}

/* line 350, ../scss/_main.scss */
.breadcrumb {
    color: #555555;
}

/* line 352, ../scss/_main.scss */
.breadcrumb a {
    color: #555555;
}

/* line 354, ../scss/_main.scss */
.breadcrumb a:hover {
    color: #2297ff;
}

@media (min-width: 768px) {

    /* line 361, ../scss/_main.scss */
    .cat-news-list-block>.col-md-6 {
        width: 55%;
        border-right: #ebebeb solid 1px;
    }

    /* line 364, ../scss/_main.scss */
    .cat-news-list-block>.col-md-6+.col-md-6 {
        width: 45%;
    }
}

/* line 371, ../scss/_main.scss */
.dot-list li {
    padding-left: 20px;
    background: url(../img/blue-dot.png) no-repeat 6px 6px;
    margin-bottom: 8px;
}

/* line 377, ../scss/_main.scss */
.top-news {
    border-bottom: #ebebeb solid 1px;
    margin-bottom: 20px;
}

/* line 383, ../scss/_main.scss */
.pagination>li>a {
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*-ms-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*margin: 0 3px 0 0;*/
    color: #555555;
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), color-stop(1, #fbfbfb));
    background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: -ms-linear-gradient(bottom, #ebebeb 0%, #fbfbfb 100%);
    background-image: linear-gradient(to bottom, #ebebeb 0%, #fbfbfb 100%);*/
    /*border: #ebebeb solid 1px;*/
}

/* line 403, ../scss/_main.scss */
.pagination>li.active a,
.pagination>li>a:focus,
.pagination>li>a:hover {
    /*color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e8fff), color-stop(1, #2aa6ff));
    background-image: -o-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -moz-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -webkit-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: -ms-linear-gradient(bottom, #1e8fff 0%, #2aa6ff 100%);
    background-image: linear-gradient(to bottom, #1e8fff 0%, #2aa6ff 100%);*/
    border-color: #21436b;
}

/* line 421, ../scss/_main.scss */
.date-wrapper {
    min-width: 140px;
    display: inline-block;
    padding-left: 40px;
    position: relative;
}

/* line 427, ../scss/_main.scss */
.date-wrapper label {
    width: 33px;
    text-align: right;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

/* line 1, ../scss/_icons.scss */
.icons {
    display: inline-block;
    background: no-repeat no-repeat;
    background-position: 50% 50%;
    background-size: 100% 100%;
}

/* line 6, ../scss/_icons.scss */
.icons.infos-icon {
    width: 12px;
    height: 12px;
}

/* line 10, ../scss/_icons.scss */
.icons.socials-icon {
    width: 32px;
    height: 32px;
}

/* line 14, ../scss/_icons.scss */
.icons.facebook-icon {
    background-image: url(../img/facebook-icon.png);
}

/* line 17, ../scss/_icons.scss */
.icons.google-icon {
    background-image: url(../img/google-icon.png);
}

/* line 20, ../scss/_icons.scss */
.icons.twitter-icon {
    background-image: url(../img/twitter-icon.png);
}

/* line 23, ../scss/_icons.scss */
.icons.phone-icon {
    background-image: url(../img/phone-icon.png);
}

/* line 26, ../scss/_icons.scss */
.icons.email-icon {
    background-image: url(../img/email-icon.png);
}

/* line 29, ../scss/_icons.scss */
.icons.phone-02-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url(../img/phone-02.png);
}

/* line 34, ../scss/_icons.scss */
.icons.email-02-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-image: url(../img/email-02.png);
    background-size: 23px 18px;
}

/* line 40, ../scss/_icons.scss */
.icons.chip-icon {
    background-image: url(../img/chip-icon.png);
}

/* line 43, ../scss/_icons.scss */
.icons.poi-icon {
    background-image: url(../img/poi-icon.png);
}

/* line 46, ../scss/_icons.scss */
.icons.line-icon {
    background-image: url(../img/line-icon.png);
}

/* line 49, ../scss/_icons.scss */
.icons.time-icon {
    background-image: url(../img/time-icon.png);
}

/* line 52, ../scss/_icons.scss */
.icons.icon-16 {
    width: 16px;
    height: 16px;
}

/* line 55, ../scss/_icons.scss */
.icons.pdf-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/pdf-icon.png);
}

/* line 59, ../scss/_icons.scss */
.icons.excel-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/excel-icon.png);
}

/* line 63, ../scss/_icons.scss */
.icons.faq-icon {
    background-image: url(../img/faqs-icon.png);
}

/* line 66, ../scss/_icons.scss */
.icons.question-icon {
    background-image: url(../img/question-icon.png);
}

/* line 69, ../scss/_icons.scss */
.icons.teamview-icon {
    background-image: url(../img/teamview-icon.png);
}

/* line 3, ../scss/_sidebar.scss */
.sidebar .form-horizontal .form-group {
    margin-right: -8px;
    margin-left: -8px;
}

/* line 6, ../scss/_sidebar.scss */
.sidebar .form-horizontal .form-group .row {
    margin-right: -8px;
    margin-left: -8px;
}

/* line 10, ../scss/_sidebar.scss */
.sidebar .form-horizontal .form-group [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
}

@media (min-width: 769px) {

    /* line 15, ../scss/_sidebar.scss */
    .sidebar .form-horizontal .form-group .padt-0 {
        padding-top: 0;
    }
}

/* line 20, ../scss/_sidebar.scss */
.sidebar .form-horizontal .form-control {
    margin-bottom: 10px;
}

/* line 24, ../scss/_sidebar.scss */
.sidebar .help-block {
    font-size: 12px;
}

/* line 28, ../scss/_sidebar.scss */
.widget {
    margin-bottom: 15px;
}

/* line 31, ../scss/_sidebar.scss */
.widget.widget-border {
    border: #dddddd solid 1px;
    padding: 15px;
    border-radius: 2px;
}

/* line 35, ../scss/_sidebar.scss */
.widget .blue-block {
    border: #118bd6 solid 2px;
    padding: 15px;
}

/* line 39, ../scss/_sidebar.scss */
.widget .address-block {
    background: url(../img/poi-02-icon.png) no-repeat left 26px center;
    padding-left: 96px;
}

/* line 43, ../scss/_sidebar.scss */
.widget .form-control.datepicker {
    padding: 0 0 0 25px;
    background: url(../img/calendar-02-icon.png) no-repeat 0 50%/15px 16px;
    height: 20px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

/* line 51, ../scss/_sidebar.scss */
.widget>*:last-child {
    margin-bottom: 0;
}

/* line 55, ../scss/_sidebar.scss */
.news-small-list {
    margin-bottom: 0;
}

/* line 58, ../scss/_sidebar.scss */
.support-block {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e8fff), color-stop(1, #2aa7ff));
    background-image: -o-linear-gradient(bottom, #1e8fff 0%, #2aa7ff 100%);
    background-image: -moz-linear-gradient(bottom, #1e8fff 0%, #2aa7ff 100%);
    background-image: -webkit-linear-gradient(bottom, #1e8fff 0%, #2aa7ff 100%);
    background-image: -ms-linear-gradient(bottom, #1e8fff 0%, #2aa7ff 100%);
    background-image: linear-gradient(to bottom, #1e8fff 0%, #2aa7ff 100%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    padding: 20px 15px;
    min-height: 150px;
}

/* line 76, ../scss/_sidebar.scss */
.support-block:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    background: url(../img/support-bg.png) no-repeat 50% 50%;
    width: 105px;
    height: 133px;
    content: "";
    display: block;
}

/* line 87, ../scss/_sidebar.scss */
.support-block.support-block-02 {
    min-height: 86px;
    -webkit-border-radius: 8px 8px 10px 10px;
    -moz-border-radius: 8px 8px 10px 10px;
    -ms-border-radius: 8px 8px 10px 10px;
    border-radius: 8px 8px 10px 10px;
}

/* line 90, ../scss/_sidebar.scss */
.support-block.support-block-02:after {
    right: 10px;
    top: 20px;
    bottom: auto;
    margin-bottom: -23px;
    background: url(../img/support-icon.png) no-repeat 50% 50%;
    width: 37px;
    height: 46px;
}

/* line 100, ../scss/_sidebar.scss */
.support-block .widget-content {
    position: relative;
    z-index: 2;
}

/* line 105, ../scss/_sidebar.scss */
.support-block h2,
.support-block h4 {
    margin: 0 0 15px;
}

/* line 109, ../scss/_sidebar.scss */
.support-block h2 .icons {
    vertical-align: baseline;
}

/* line 113, ../scss/_sidebar.scss */
.support-block h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

/* line 116, ../scss/_sidebar.scss */
.support-block h4 .icons {
    vertical-align: top;
}

/* line 120, ../scss/_sidebar.scss */
.support-block p {
    margin-bottom: 5px;
}

/* line 123, ../scss/_sidebar.scss */
.support-block a {
    color: #ffffff;
}

/* line 126, ../scss/_sidebar.scss */
.support-block .support-bottom {
    margin: 0 -15px -20px;
    background-color: #f1f1f1;
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    -ms-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

/* line 130, ../scss/_sidebar.scss */
.support-block .support-bottom ul {
    margin-bottom: 0;
}

/* line 132, ../scss/_sidebar.scss */
.support-block .support-bottom ul li {
    padding: 0 20px;
}

/* line 134, ../scss/_sidebar.scss */
.support-block .support-bottom ul li+li {
    border-left: #e1e1e1 solid 1px;
}

/* line 139, ../scss/_sidebar.scss */
.support-block .support-bottom a {
    color: #222222;
    display: block;
    padding: 7px 0;
    line-height: 16px;
    text-decoration: none;
}

/* line 145, ../scss/_sidebar.scss */
.support-block .support-bottom a:hover {
    color: #2297ff;
}

/* line 149, ../scss/_sidebar.scss */
.support-block .support-bottom .icons {
    vertical-align: middle;
    margin-right: 5px;
}

/* line 6, ../scss/_footer.scss */
#footer a {
    color: #ffffff;
}

/* line 10, ../scss/_footer.scss */
#footer .the-title {
    color: inherit;
    line-height: 1.3;
}

/* line 13, ../scss/_footer.scss */
#footer .the-title small {
    color: inherit;
}

/* line 17, ../scss/_footer.scss */
#footer .blue-text {
    color: #aad8ff;
}

/* line 20, ../scss/_footer.scss */
#footer .infos-icon {
    margin-right: 5px;
}

@media (min-width: 769px) {

    /* line 23, ../scss/_footer.scss */
    #footer .footer-infos {
        padding-right: 35px;
    }
}

/* CSS Document */
/* line 3, ../scss/_themes.scss */
.blue-page .btn-primary {
    background-color: #0b70c1;
    border-color: #0b70c1;
}

/* line 7, ../scss/_themes.scss */
.blue-page #main-nav {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0167ce), color-stop(1, #00e7b1));
    background-image: -o-linear-gradient(right, #0167ce 0%, #00e7b1 100%);
    background-image: -moz-linear-gradient(right, #0167ce 0%, #00e7b1 100%);
    background-image: -webkit-linear-gradient(right, #0167ce 0%, #00e7b1 100%);
    background-image: -ms-linear-gradient(right, #0167ce 0%, #00e7b1 100%);
    background-image: linear-gradient(to right, #0167ce 0%, #00e7b1 100%);
}

/* line 27, ../scss/_themes.scss */
.blue-page #main-nav .navbar-default .navbar-nav>li.active>a,
.blue-page #main-nav .navbar-default .navbar-nav>li.open>a,
.blue-page #main-nav .navbar-default .navbar-nav>li:hover>a {
    color: #fcff00;
    background-color: transparent;
    position: relative;
}

/* line 31, ../scss/_themes.scss */
.blue-page #main-nav .navbar-default .navbar-nav>li.active>a:before,
.blue-page #main-nav .navbar-default .navbar-nav>li.open>a:before,
.blue-page #main-nav .navbar-default .navbar-nav>li:hover>a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    background-color: #fcff00;
}

/* line 51, ../scss/_themes.scss */
.blue-page #slider .content-item .content-text h2 {
    color: #fdff6a;
}

/* line 57, ../scss/_themes.scss */
.blue-page .main-searching {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #0177cb), color-stop(1, #05a7b3));
    background-image: -o-linear-gradient(right, #0177cb 0%, #05a7b3 100%);
    background-image: -moz-linear-gradient(right, #0177cb 0%, #05a7b3 100%);
    background-image: -webkit-linear-gradient(right, #0177cb 0%, #05a7b3 100%);
    background-image: -ms-linear-gradient(right, #0177cb 0%, #05a7b3 100%);
    background-image: linear-gradient(to right, #0177cb 0%, #05a7b3 100%);
}

/* line 76, ../scss/_themes.scss */
.blue-page .nav-tabs>li.active>a,
.blue-page .nav-tabs>li:hover>a,
.blue-page .nav-tabs>li.active>a:focus,
.blue-page .nav-tabs>li:hover>a:hover {
    background: url(../img/tab-bg.png) no-repeat 50% 50%/cover;
}

/* line 82, ../scss/_themes.scss */
.blue-page .widget .blue-block {
    border-color: #00cbb5;
}

/* line 86, ../scss/_themes.scss */
.blue-page #footer {
    background: #1e85ab;
}

/* line 92, ../scss/_themes.scss */
.red-page a {
    color: #ce1c1c;
}

/* line 95, ../scss/_themes.scss */
.red-page .btn-primary {
    background-color: #d4201f;
    border-color: #d4201f;
}

/* line 99, ../scss/_themes.scss */
.red-page #main-nav {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ce1c1c), color-stop(1, #d4201f));
    background-image: -o-linear-gradient(right, #ce1c1c 0%, #d4201f 100%);
    background-image: -moz-linear-gradient(right, #ce1c1c 0%, #d4201f 100%);
    background-image: -webkit-linear-gradient(right, #ce1c1c 0%, #d4201f 100%);
    background-image: -ms-linear-gradient(right, #ce1c1c 0%, #d4201f 100%);
    background-image: linear-gradient(to right, #ce1c1c 0%, #d4201f 100%);
}

/* line 119, ../scss/_themes.scss */
.red-page #main-nav .navbar-default .navbar-nav>li.active>a,
.red-page #main-nav .navbar-default .navbar-nav>li.open>a,
.red-page #main-nav .navbar-default .navbar-nav>li:hover>a {
    color: #fcff00;
    background-color: transparent;
    position: relative;
}

/* line 123, ../scss/_themes.scss */
.red-page #main-nav .navbar-default .navbar-nav>li.active>a:before,
.red-page #main-nav .navbar-default .navbar-nav>li.open>a:before,
.red-page #main-nav .navbar-default .navbar-nav>li:hover>a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    z-index: 1;
    background-color: #fcff00;
}

/* line 143, ../scss/_themes.scss */
.red-page #slider .content-item .content-text h2 {
    color: #fdff6a;
}

/* line 149, ../scss/_themes.scss */
.red-page .the-title {
    color: #ce1c1c;
}

/* line 152, ../scss/_themes.scss */
.red-page .the-title.border-title:after {
    background-color: #ce1c1c;
}

/* line 155, ../scss/_themes.scss */
.red-page .main-searching {
    color: #222222;
    background: #ffffff;
    border: #dddddd solid 1px;
}

/* line 160, ../scss/_themes.scss */
.red-page .main-searching .the-title {
    color: #ce1c1c;
}

/* line 163, ../scss/_themes.scss */
.red-page .main-searching .the-title.border-title:after {
    background-color: #ce1c1c;
}

/* line 166, ../scss/_themes.scss */
.red-page .main-searching .btn {
    background: #c8181a;
    border-color: #c8181a;
}

/* line 170, ../scss/_themes.scss */
.red-page .main-searching .help-block {
    color: #888888;
}

/* line 173, ../scss/_themes.scss */
.red-page .main-searching .form-control.datepicker {
    color: #222222;
    background-image: url(../img/calendar-02-icon.png);
}

/* line 183, ../scss/_themes.scss */
.red-page .nav-tabs>li.active>a,
.red-page .nav-tabs>li:hover>a,
.red-page .nav-tabs>li.active>a:focus,
.red-page .nav-tabs>li:hover>a:hover {
    background: #d4201f;
    border-color: #d4201f;
}

/* line 190, ../scss/_themes.scss */
.red-page .tags a {
    color: #555555;
}

/* line 194, ../scss/_themes.scss */
.red-page .tags a.active,
.red-page .tags a:hover {
    background: #ec7a75;
    border-color: #ec7a75;
    color: #ffffff;
}

/* line 201, ../scss/_themes.scss */
.red-page #footer {
    background: #343434;
}

/* line 203, ../scss/_themes.scss */
.red-page #footer .blue-text {
    color: #d3d3d3;
}

/* line 206, ../scss/_themes.scss */
.red-page #footer .footer-bottom {
    background-color: #2f2f2f;
    color: #bcbcbc;
}

.required>label:after {
    content: '  (*) ';
    color: red;
}

.required label.col-sm-2:after {
    color: #e32;
    content: '*';
    display: inline;
}

label.error {
    color: red;
}

#exam .panel {
    box-shadow: none;
}

#exam .panel-footer {
    background-color: #fff;
    border-top: 0;
}

#exam .delete-address {
    padding: 6px 12px
}

#exam table thead th {
    vertical-align: middle;
}

.certificate {
    padding-left: 35px;
}

.exam .panel {
    box-shadow: none;
}

.exam .panel-footer {
    background-color: #fff;
    border-top: 0;
}

.top5 {
    margin-top: 5px;
}

.top7 {
    margin-top: 7px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top17 {
    margin-top: 17px;
}

.top20 {
    margin-top: 17px;
}

.top30 {
    margin-top: 30px;
}

.top30 {
    margin-top: 30px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    color: #0000FF;
    font-weight: bold;
    font-size: 12px;
}

#show_cap {
    color: #93C47D;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}

.required>label:after,
.required_private:after {
    content: '  (*) ';
    color: red;
}

#click_captcha {
    padding: 5px !important;
    /*background: #0B5394 !important;*/
    /*border: 2px solid black !important;*/
}

/*.widget.widget-border {
    border: none !important;
}*/

div.sex>div>label {
    width: 33%;
    padding-left: 0 !important;
}

div.sex>div>label:first-child {
    width: 35%;
    /*font-weight: bold;*/
    /*color: #8C4266;*/
}

.checkbox label,
.radio label {
    padding-left: 0 !important;
}

label.tab_2 {
    font-weight: bold;
    color: #8C4266;
}

label.tab_2 a {
    font-weight: normal;
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 0 !important;
}

.tab_3 {
    margin-left: 10%;
}

.tab_4 {
    margin-left: 3%;
}

.tab_5 {
    margin-left: 3%;
    width: 15%;
}

.tab_6 {
    margin-top: 10px;
}

.tab_7 {
    margin-left: 2%;
}

#click_submit {
    /*background: #0B5394 !important;*/
    /*border: 2px solid black !important;*/
}

.upload_file {
    margin-left: 3%;
}

.tab_2>div {
    margin-left: 20%;
}

.submit_end {
    margin-top: 2%;
    margin-bottom: 2%;
}

/*.submit_end > div > button {*/
/*border: 2px solid black !important;*/
/*}*/

.status_example {
    margin-left: 20px !important;
}

.tab_10 {
    margin-left: 6% !important;
}

.invoice {
    margin-bottom: 10px;
}

input::placeholder,
textarea::placeholder {
    color: #cccccc !important;
}

#alert {
    margin-bottom: 10px;
    color: red;
}

.bottom_behind {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 2px;
}

.modal {
    /*display: block !important;*/
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 500px;
    overflow-y: auto;
}

.modal-body-sm {
    /*height: 100px;*/
    overflow-y: auto;
}

.file label {
    color: #fff;
    background-color: #21436b;
    border-color: #46b8da;
    padding: 4px 12px;
}

.file label:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.panel-body {
    padding: 0 !important;
}

.panel-heading {
    padding: 10px 0px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.display_inline {
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
}

.middle {
    vertical-align: middle !important;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle !important;
}

.mg_lf_5 {
    margin-top: 5px;
}

.hidden_date {
    margin-top: 10px;
}

.with {
    width: 23% !important;
}

.small {
    height: 30px;
    width: 60px;
}

div#check_error {
    margin-top: 5px;
}

#total-packages-2 {
    margin-top: 17px;
}

label[for=total-packages-2] {
    margin-top: 14px;
}

.mg-lf {
    margin-left: 10px;
}

.row.mg-lf_30 {
    margin-left: 39px !important;
}

.label_one {
    width: 60%;
    margin-top: 5px;
    margin-left: 15%;
}

#total_packages_number_one {
    height: 32px;
}

.number_pack {
    margin-left: 2%;
}

.number_pack_2 {
    margin-left: -4%;
}

.red {
    color: red;
    margin: 0 !important;
}

.blue {
    color: #0000FF;
    margin: 0 !important;
}

.agreement {
    height: 200px;
    padding: 10px 20px;
    overflow-y: scroll;
    border: solid 1px #e5e5e5;
}

#multiple_choice_mark_before {
    padding: 6px 8px !important;
}

#check_error_radio {
    margin-top: 15px;
}

#number_of_large_scale_bidding_packages,
#number_of_small_scale_bidding_packages {
    padding: 6px 3px !important;
}

label#number_of_large_scale_bidding_packages-error,
label#number_of_small_scale_bidding_packages-error {
    font-size: 13px !important;
}

.date_created {
    text-align: center;
}

.currentspan.current {
    border-radius: 5px !important;
}

.place {
    margin-bottom: 5px;
}

.boxProvinceError label {
    display: block;
}

.place .txtRight {
    text-align: right;
}

.confirm {
    padding-left: 10px !important;
    margin-left: 10px
}

div.confirm>div>label {
    width: 50%;
    padding-left: 0 !important;
}

.label_info {
    font-style: italic;
    font-weight: bold;
}

.bid_exam {
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
}

#gioi_tinh {
    margin-top: 10px;
}

.pf-3 {
    padding-left: 3px !important;
}

.card-box {
    padding: 10px 15px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-clip: padding-box;
    background-color: #ffffff;
    margin-bottom: 10px !important;
}

.numbercadinate {
    color: red;
    padding: 6px 0px 6px 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    background-clip: padding-box;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 500px;
    overflow-y: auto;
}

.butoom_end_search {
    margin-bottom: 20px;
}


/*---------------------------------------

        LEAN MODAL

-----------------------------------------*/

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

/********** setting margin **********/
.m-1  { margin: 1px !important; }
.m-2  { margin: 2px !important; }
.m-4  { margin: 4px !important; }
.m-8  { margin: 8px !important; }

/********** setting margin-top **********/
.mt-1 { margin-top: 1px !important; }
.mt-2 { margin-top: 2px !important; }
.mt-4 { margin-top: 4px !important; }

.mt-5 {
    margin-top: 5px !important;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-7 {
    margin-top: 7px !important;
}
.mt-8 { margin-top: 8px !important; }

.mt-9 {
    margin-top: 9px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-13 {
    margin-top: 13px !important;
}

/********** setting margin-left **********/
.ml-1 { margin-left: 1px !important; }
.ml-2 { margin-left: 2px !important; }
.ml-4 { margin-left: 4px !important; }
.ml-6 {
    margin-left: 6px !important;
}

.ml-8 { margin-left: 8px !important; }
.ml-10 {
    margin-left: 10px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

/********** setting margin-right **********/
.mr-1 { margin-right: 1px !important; }
.mr-2 { margin-right: 2px !important; }
.mr-4 { margin-right: 4px !important; }
.mr-8 { margin-right: 8px!important; }
.mr-10 {
    margin-right: 10px !important;
}

/********** setting margin-bottom **********/
.mb-1 { margin-bottom: 1px !important; }
.mb-2 { margin-bottom: 2px !important; }
.mb-4 { margin-bottom: 4px !important; }
.mb-8 { margin-bottom: 8px !important; }
.mb-10 {
    margin-bottom: 10px !important;
}

/* Padding */
.p-1  { padding: 1px !important; }
.p-2  { padding: 2px !important; }
.p-4  { padding: 4px !important; }
.p-8  { padding: 8px!important; }

.pt-2 { padding-top: 2px !important; }
.pb-2 { padding-bottom: 2px !important; }
.pl-2 { padding-left: 2px !important; }
.pr-2 { padding-right: 2px !important; }

/********** setting padding left **********/
.pl-3 {
    padding-left: 3px !important;
}

/********** setting padding right **********/
.pr-15 {
    padding-right: 15px !important;
}

/********** setting padding **********/
.pd-4-12 {
    padding: 4px 12px !important;
}

.mg0 {
    margin: 0 auto !important;
}

/********** setting with **********/
.w-full  { width: 100% !important; }
.w-1\/2  { width: 50% !important; }
.w-1\/3  { width: 33.3333% !important; }
.w-2\/3  { width: 66.6667% !important; }
.w-1\/4  { width: 25% !important; }
.w-3\/4  { width: 75% !important; }
.w-auto  { width: auto !important; }
.w-64    { width: 16rem !important; }
.w-96    { width: 24rem !important; }
.w-128   { width: 32rem !important; }
.w-1\/5  { width: 20% !important; }
.w-1\/6  { width: 16.6667% !important; }
.w-1\/12 { width: 8.3333% !important; }
.w-1\/10 { width: 10% !important; }
.w-1\/8  { width: 12.5% !important; }
.w-1\/16 { width: 6.25% !important; }
.w-1\/20 { width: 5% !important; }
.w-1\/24 { width: 4.1667% !important; }
.w-1\/32 { width: 3.125% !important; }
.w-1\/40 { width: 2.5% !important; }
.w-1\/48 { width: 2.0833% !important; }
.w-1\/56 { width: 1.7857% !important; }
.w-1\/64 { width: 1.5625% !important; }
.w-1\/80 { width: 1.25% !important; }
.w-1\/96 { width: 1.0417% !important; }
.w-1\/128 { width: 0.7813% !important; }
.w-1\/256 { width: 0.3906% !important; }
.w-1\/512 { width: 0.1953% !important; }

.w-30 { width: 30px !important; }
.w-40 { width: 40px !important; }
.w-50 { width: 50px !important; }
.w-60 { width: 60px !important; }
.w-70 { width: 70px !important; }
.w-80 { width: 80px !important; }
.w-90 { width: 90px !important; }
.w-95 { width: 95px !important; }
.w-100 { width: 100px !important; }
.w-150 { width: 150px !important; }
.w-175 { width: 175px !important; }
.w-180 { width: 180px !important; }
.w-190 { width: 190px !important; }
.w-200 { width: 200px !important; }
.w-250 { width: 250px !important; }
.w-300 { width: 300px !important; }
.w-350 { width: 350px !important; }
.w-400 { width: 400px !important; }
.w-450 { width: 450px !important; }
.w-500 { width: 500px !important; }
.w-600 { width: 600px !important; }

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-13 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16% !important;
}

.w-17 {
    width: 17% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21% !important;
}

.w-22 {
    width: 22% !important;
}

.w-23 {
    width: 23% !important;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}

.w-26 {
    width: 26% !important;
}

/********** setting border **********/
.bdb-n {
    border-bottom: none !important;
}

/********** **********/
.ws-n {
    white-space: nowrap;
}

.txtc {
    text-align: center !important;
}

.bottom_behind {
    padding-left: 25px !important;
    padding-right: 25px !important;
    margin-top: 2px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #21436b;
    border-color: #21436b;
    /*border-radius: 5px !important;*/
}

div.success {
    color: blue;
    text-align: center;
}

div#error,
div.error {
    color: red;
    /* text-align: center; */
}

.error-message {
    color: red;
}

.table>tbody>tr>td {
    font-size: 13px;
}

.table>thead>tr>th {
    font-size: 13px;
}

.icon-cchn {
    margin-right: 4px;
    color: #ff7900;
    font-size: 13px;
}

.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

.form-group {
    margin-bottom: 7px;
}

#check-circle {
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin: auto;
    background: url(../img/check-circle.png) no-repeat;
}

#error-circle {
    z-index: 9999;
    width: 50px;
    height: 50px;
    margin: auto;
}

#back-to-top {
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 9999;
    width: 46px;
    height: 44px;;
    background: url(../img/back-to-top.png) no-repeat;
    cursor: pointer;
    border: 0;
    border-radius: 6px;
    text-decoration: none;
    transition: opacity 0.5s ease-out;
    opacity: 0;
}
#back-to-top.show:hover {
    opacity: 1;
}
#back-to-top.show {
    opacity: 0.6;
}
.btn-primary-search {
    text-transform: uppercase;
}

@media (min-width: 1920px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1200px) {
    /* .container {
        width: 1440px;
    } */
}

@media (max-width: 768px) {
    .row.mg-lf_30 {
        margin-left: -5px !important;
    }
    /* line 92, ../scss/_header.scss */
    .top-page-meta {
        margin: 10px 0;
    }

    /* line 119, ../scss/_header.scss */
    .top-searching {
        margin: 10px 0;
    }

    .table, .table-bordered, .table-striped{
        width: auto;
    }

    ul.header-15 li:last-child {
        display: none;
    }

    #header {
        border-bottom: #dddddd solid 1px;
    }

    /*    #footer .footer-infos {
        padding-right: 35px;
    }*/
    .header-title {
        font-size: 18px;
        color: #ed152d;
        padding-left: 0px;
    }

    .container {
        padding-right: 5px;
        padding-left: 5px;
    }

    #footer .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    /* line 111, ../scss/_header.scss */
    .top-page-meta>a {
        margin-right: 10px;
    }

    /* line 114, ../scss/_header.scss */
    .top-page-meta>span {
        margin-right: 5px;
    }

    /* line 8, ../scss/_jquery.cycle2.scss */
    #slider .content-item {
        height: 280px;
    }

    /* line 66, ../scss/_main.scss */
    .main-searching .form-control.datepicker {
        margin: 10px 0;
    }

    /* line 87, ../scss/_main.scss */
    .main-searching .searching-bottom .form-control {
        margin-bottom: 10px;
    }

    /* line 90, ../scss/_main.scss */
    .main-searching .searching-bottom .btn {
        width: 100%;
    }
    .with {
        width: 100% !important;
    }
    .tab_5 {
        margin-left: 3%;
        width: 100%;
    }
    .tab_4 {
        margin-left: 0%;
    }

    /* line 21, ../scss/_nav.scss */
    #main-nav .navbar-default .navbar-nav>li .dropdown-menu {
        position: static;
        width: 100%;
        float: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
    }

    /* line 13, ../scss/_nav.scss */
    #main-nav .navbar-default .navbar-nav {
        margin: 0 -15px;
    }

    /* line 71, ../scss/_nav.scss */
    #main-nav .navbar-default .navbar-nav>li {
        margin-right: 0;
        margin-bottom: 1px;
    }

    /* line 74, ../scss/_nav.scss */
    #main-nav .navbar-default .navbar-nav>li>a {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 640px) {

    /* line 230, ../scss/_main.scss */
    .news-item.news-lg-item .img-thumbnail {
        width: 48%;
    }

    /* line 233, ../scss/_main.scss */
    .news-item.news-lg-item .img-thumbnail+.news-summary {
        margin-left: 50%;
    }
}

@media (max-width: 480px) {

    /* line 239, ../scss/_main.scss */
    .news-item.news-lg-item .img-thumbnail {
        width: 100%;
        float: none;
    }

    /* line 242, ../scss/_main.scss */
    .news-item.news-lg-item .img-thumbnail+.news-summary {
        margin-left: 0;
    }

    /* line 257, ../scss/_main.scss */
    .news-item.news-md-item .img-thumbnail {
        width: 100%;
        float: none;
    }

    /* line 260, ../scss/_main.scss */
    .news-item.news-md-item .img-thumbnail+.news-summary {
        margin-left: 0;
    }
}

@media (max-width: 360px) {
    /* line 80, ../scss/_header.scss */
    .navbar-toggle {
        margin-top: 6px;
    }

    /* line 65, ../scss/_header.scss */
    .logo a {
        height: 50px;
        background-size: auto 35px;
        padding-left: 88px;
        padding-top: 14px;
        font-size: 13px;
    }
}
