@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

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

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

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

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group>.form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

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

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: block;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
}

.nav>li.disabled>a {
    color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.nav>li>a>img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified>li {
    float: none;
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.nav-pills>li {
    float: left;
}

.nav-pills>li>a {
    border-radius: 4px;
}

.nav-pills>li+li {
    margin-left: 2px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #337ab7;
}

.nav-stacked>li {
    float: none;
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified>li>a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified {
    border-bottom: 0;
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #dddddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #dddddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #ffffff;
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

@media (max-width: 1023px) {
    .navbar-toggle {
        display: block;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right~.navbar-right {
        margin-right: 0;
    }
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555555;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #cccccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777777;
}

.navbar-default .navbar-link:hover {
    color: #333333;
}

.navbar-default .btn-link {
    color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
}

.navbar-inverse {
    background-color: #222222;
    border-color: #080808;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ffffff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ffffff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #ffffff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #ffffff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    text-decoration: none;
    color: #555555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
    position: relative;
    cursor: pointer;
}

.selectric-responsive {
    width: 100%;
}

.selectric {
    background: #ffffff;
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 0;
    font-size: 12px;
    line-height: 34px;
    color: #444;
    height: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: left;
}

.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    color: #BBB;
    text-align: center;
    font: 0/0 a;
    *font: 0.52631579px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #858A94;
    border-top-width: 8px;
    border-bottom: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.selectric-focus .selectric {
    border-color: #aaaaaa;
}

.selectric-hover .selectric {
    border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
    color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
    border-top-color: #cccccc;
}

.selectric-open {
    z-index: 9999;
}

.selectric-open .selectric {
    border-color: #c4c4c4;
}

.selectric-open .selectric-items {
    display: block;
}

.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

.selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}


/* Items box */

.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}

.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
    letter-spacing: 0.025em;
    font-weight: 300;
    font-size: 14px;
}

.selectric-items li.selected {
    background: #E0E0E0;
    color: #444;
}

.selectric-items li.highlighted {
    background: #f5f5f5;
    color: #444;
}

.selectric-items li:hover {
    background: #f5f5f5;
    color: #444;
}

.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}

.selectric-items .selectric-group li {
    padding-left: 25px;
}


/*
 *  Owl Carousel - Animate Plugin
 */


/*.owl-carousel .animated {*/


/*-webkit-animation-duration: 1000ms;*/


/*animation-duration: 1000ms;*/


/*-webkit-animation-fill-mode: both;*/


/*animation-fill-mode: both;*/


/*}*/


/*.owl-carousel .owl-animated-in {*/


/*z-index: 0;*/


/*}*/


/*.owl-carousel .owl-animated-out {*/


/*z-index: 1;*/


/*}*/


/*.owl-carousel .fadeOut {*/


/*-webkit-animation-name: fadeOut;*/


/*animation-name: fadeOut;*/


/*}*/


/*@-webkit-keyframes fadeOut {*/


/*0% {*/


/*opacity: 1;*/


/*}*/


/*100% {*/


/*opacity: 0;*/


/*}*/


/*}*/


/*@keyframes fadeOut {*/


/*0% {*/


/*opacity: 1;*/


/*}*/


/*100% {*/


/*opacity: 0;*/


/*}*/


/*}*/


/*
 * 	Owl Carousel - Auto Height Plugin
 */


/*.owl-height {*/


/*-webkit-transition: height 500ms ease-in-out;*/


/*-moz-transition: height 500ms ease-in-out;*/


/*-ms-transition: height 500ms ease-in-out;*/


/*-o-transition: height 500ms ease-in-out;*/


/*transition: height 500ms ease-in-out;*/


/*}*/


/*
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}


/* No Js */

.no-js .owl-carousel {
    display: block;
}


/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}


/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* chrome */
    -moz-osx-font-smoothing: grayscale;
    /* moz */
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img {
    display: block;
}

ol,
ul {
    list-style: none;
}

html {
    -webkit-text-size-adjust: none;
}

body {
    overflow-x: hidden;
}

a {
    display: inline-block;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:focus {
    text-decoration: none;
}

:active,
:focus {
    outline: none !important;
}

p:empty {
    margin: 0 !important;
    padding: 0 !important;
}

br {
    display: none;
}

q {
    quotes: "\00201c" "\00201d";
    display: inline-block;
}

q:before {
    content: open-quote !important;
    font-weight: 600;
    font-size: 130%;
    line-height: 0;
}

q:after {
    content: close-quote !important;
    font-weight: 600;
    font-size: 130%;
    line-height: 0;
}


/* remember to highlight inserts somehow! */

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}


/*for FireFox*/

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
}


/*for IE8 */

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}

input,
select {
    vertical-align: middle;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}

[placeholder]:focus::-ms-input-placeholder {
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    opacity: 0;
}

::-webkit-input-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

:-ms-input-placeholder {
    color: #cccccc;
}

:-moz-placeholder {
    color: #cccccc;
}

img {
    width: 100%;
    display: block;
}


/************************************************************* variable ***************************************/


/************************************************************* mixins ***************************************/

body {
    font-family: 'Muli', sans-serif;
    position: relative;
    min-width: 320px;
}

select:active,
select:hover {
    outline: none;
}

svg {
    width: 100%;
    height: 100%;
}

.full-content-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


/******* Container *********/

@media only screen and (min-width: 1500px) {
    .container {
        width: 1430px;
    }
}


/******* Typography *********/

h1,
.h1text,
h2,
.h2text,
h3,
.h3text {
    font-family: 'Times New Roman', serif;
}

h1,
.h1text {
    font-size: 40px;
    line-height: 1.3;
    font-weight: normal;
}

h2,
.h2text {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-weight: bold;
}

h3,
.h3text {
    font-size: 34px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: bold;
    padding-top: 15px;
}

h4,
.h4text {
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.02em;
    font-weight: bold;
}

h5,
.h5text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
}

p,
.ptext,
q {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.02em;
}

.btn_web_brdr {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    border: 1px solid #454545;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #00509F;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn_web_brdr:hover {
    background: #00509F;
    color: #ffffff;
}

.btn_web_fill {
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    border: 1px solid #00509F;
    background: #00509F;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn_web_fill:hover {
    background: #ffffff;
    color: #00509F;
}

a.submit-btn.btn_web_fill,
a.submit-btn.btn_web_brdr {
    position: relative;
}

a.submit-btn.btn_web_fill input[type=submit],
a.submit-btn.btn_web_brdr input[type=submit] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}

html.overflow {
    overflow: hidden;
    overflow-y: visible;
}

@media only screen and (max-width: 320px) {
    html.overflow {
        overflow: visible;
    }
}

section {
    padding: 100px 0;
}


/*animation css*/

@keyframes slideBgTop {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

@-webkit-keyframes slideBgTop {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}

table.webtable {
    width: 100%;
    background: #ffffff;
    table-layout: auto;
}

table.webtable thead {
    background: #00509F;
    color: #ffffff;
    text-align: left;
}

table.trust_table thead {
    background: #00509F !important;
    color: #ffffff  !important; 
    text-align: left;
}


table.webtable thead tr {
    height: 130px;
}

table.webtable th {
    padding: 16px 35px;
    font-size: 18px;
    letter-spacing: 0.02em;
    vertical-align: middle;
    position: relative;
}

table.webtable th:after {
    content: "";
    width: 1px;
    background: #344D89;
    position: absolute;
    height: 64px;
    top: calc(50% - 32px);
    right: -1px;
}

table.webtable th:last-of-type:after {
    display: none;
}

table.webtable tbody tr {
    height: 84px;
}

table.webtable tbody tr:nth-of-type(2n+1) {
    background: #F8F8F8;
}


table.trust_table tbody tr:nth-of-type(2n+1) {
    background: #F8F8F8;
}


table.webtable tbody tr td {
    padding: 10px 35px;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2.2;
    vertical-align: middle;
    border: 1px solid #E8E9E9;
}

table.webtable tbody .btn_web_brdr {
    height: 38px;
    line-height: 36px;
    width: 115px;
    color: #5A5A5A;
    text-align: center;
}

table.webtable tbody .btn_web_brdr:hover {
    color: #ffffff;
}

.webform .form-group label {
    font-weight: bold;
    font-size: 16px;
    color: #3D4457;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 17px;
}

.webform .form-group input[type=file] {
    display: none;
    opacity: 0;
}

.webform .form-group input[type=file]+p {
    position: relative;
}

.webform .form-group input[type=file]+p span.nofile {
    color: #CBCBCB;
}

.webform .form-group input[type=file]+p label {
    position: absolute;
    margin: 0;
    top: 15px;
    right: 18px;
    font-weight: normal;
    padding: 8px 18px;
    background: #295EB2;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.webform .form-group input[type=file]+p label:hover {
    background: #00509F;
}

.webform .form-group select,
.webform .form-group input[type=text],
.webform .form-group input[type=password],
.webform .form-group input[type=email],
.webform .form-group input[type=file]~p,
.webform .form-group .selectric span {
    height: 66px;
    width: 100%;
    border: 1px solid #E8E8E8;
    background: #ffffff;
    padding: 0 30px;
    font-size: 16px;
    color: #000000;
    line-height: 65px;
    letter-spacing: 0.05em;
}

.webform .form-group .selectric span {
    padding-right: 70px;
}

.webform .form-group .selectric-selectload .selectric span {
    color: #CBCBCB;
}

.webform .form-group .checkbox-group {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.webform .form-group .checkbox-group [type="checkbox"]:not(:checked),
.webform .form-group .checkbox-group [type="checkbox"]:checked,
.webform .form-group .checkbox-group [type="radio"]:not(:checked),
.webform .form-group .checkbox-group [type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.webform .form-group .checkbox-group input[type="checkbox"],
.webform .form-group .checkbox-group input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.webform .form-group .checkbox-group [type="checkbox"]+label,
.webform .form-group .checkbox-group [type="radio"]+label {
    position: relative;
    cursor: pointer;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    padding: 13px 0;
    padding-right: 42px;
    margin-bottom: 0;
}

.webform .form-group .checkbox-group [type="checkbox"]+label:before,
.webform .form-group .checkbox-group [type="checkbox"]+label:after,
.webform .form-group .checkbox-group [type="radio"]+label:before,
.webform .form-group .checkbox-group [type="radio"]+label:after {
    box-sizing: content-box;
}

.webform .form-group .checkbox-group [type="checkbox"]+label:before,
.webform .form-group .checkbox-group [type="radio"]+label:before {
    width: 11px;
    height: 5px;
    border-left: 1.5px solid #ffffff;
    border-bottom: 1.5px solid #ffffff;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: calc(100% - 19px);
}

.webform .form-group .checkbox-group [type="checkbox"]+label:after,
.webform .form-group .checkbox-group [type="radio"]+label:after {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #707070;
    top: 10px;
    z-index: 0;
}

.webform .form-group .checkbox-group [type="checkbox"]:checked+label:after,
.webform .form-group .checkbox-group [type="checkbox"]:hover+label:after,
.webform .form-group .checkbox-group [type="radio"]:checked+label:after,
.webform .form-group .checkbox-group [type="radio"]:hover+label:after {
    background: rgba(41, 94, 178, 0.6);
    border-color: #295eb2;
}

.webform .form-group .checkbox-group [type="checkbox"]:checked+label:before,
.webform .form-group .checkbox-group [type="radio"]:checked+label:before {
    opacity: 1;
}

.webform .form-group .checkbox-group [type="checkbox"]+label:before,
.webform .form-group .checkbox-group [type="checkbox"]+label:after,
.webform .form-group .checkbox-group [type="radio"]+label:before,
.webform .form-group .checkbox-group [type="radio"]+label:after {
    content: '';
    right: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.webform .form-group .checkbox-group [type="checkbox"]:checked+label:after,
.webform .form-group .checkbox-group [type="radio"]:checked+label:after {
    opacity: 1;
    background: #295EB2;
    border: 1px solid #295EB2;
    z-index: 0;
}

.modal-form ::-webkit-input-placeholder {
    color: #818181;
}

.modal-form ::-moz-placeholder {
    color: #818181;
}

.modal-form :-ms-input-placeholder {
    color: #818181;
}

.modal-form :-moz-placeholder {
    color: #818181;
}

.modal-form input[type=text],
.modal-form input[type=password],
.modal-form input[type=email],
.modal-form textarea {
    font-size: 16px;
    width: 100%;
    letter-spacing: 0.02em;
    padding: 0 20px;
    color: #000000;
    height: 60px;
    border: none;
    background: #ffffff;
    box-shadow: none;
    outline: none !important;
}

.modal-form textarea {
    height: 130px;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
}

.breadcontain {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 5;
}

.breadcontain .breadcrumbs {
    position: relative;
    bottom: 30px;
    color: #fff;
}


/************************ header *****************************/

header {
    position: absolute;
    width: 100%;
    z-index: 10;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
    background: #FFFFFF;
}

header .search-box {
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0, -200px);
    -ms-transform: translate(0, -200px);
    -moz-transform: translate(0, -200px);
    transform: translate(0, -200px);
    /*height: ~"calc(100% - -10px)";*/
    background: white;
    z-index: 10;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px rgba(133, 138, 148, 0.18);
}

header .search-box.search-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

header .search-box form {
    position: relative;
}

header .search-box input[type=text] {
    border: none;
    border-bottom: 1px solid #E2E2E2;
    box-shadow: none;
    outline: none !important;
    font-size: 38px;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.02em;
    width: 100%;
    color: #858A94;
    font-weight: bold;
    padding: 7px 56px;
    margin-top: 35px;
}

header .search-box span.search_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 45px;
    top: 8px;
    left: 2px;
}

header .search-box span.search_icon svg {
    stroke: #858A94;
}

header .search-box span.close {
    display: inline-block;
    font-size: 40px;
    color: #858a94;
    position: absolute;
    right: 0;
    margin-top: 32px;
    top: 10px;
    padding: 0 15px;
    cursor: pointer;
}

header .header-menu .navbar-default {
    padding: 0;
    display: flex;
}

header .header-menu .navbar-header {
    padding: 12px 0;
    z-index: 1;
    position: relative;
}

header .header-menu .container .headtop-left {
    float: left;
    padding: 4px 0;
}

header .header-menu .container .headtop-left span {
    float: left;
    border-right: 1px solid #d3d3d3;
    padding: 0 15px;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #3D4457;
}

header .header-menu .container .headtop-left span:first-of-type {
    padding-left: 0;
}

header .header-menu .container .headtop-left span:last-of-type {
    border-right: none;
}

header .header-menu .container .headtop-left span label {
    font-weight: 400;
    font-style: normal;
    float: left;
}

header .header-menu .container .headtop-left span i.svg_icon {
    width: 35px;
    height: 15px;
    padding: 0;
    float: left;
    margin-top: 3px;
    fill: #8D919B;
}

header .header-menu .container .headtop-strip {
    /*position: absolute;
        top: 0;
        right: 0;*/
    padding: 0 15px;
    color: #000000;
    width: auto;
    float: right;
    line-height: auto;
    /*margin-bottom: 10px;*/
    text-align: right;
}

header .header-menu .container .headtop-strip:after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    /*background: #F8F8F8;*/
    z-index: -1;
}

header .header-menu .container .headtop-strip a {
    font-size: 14px;
    color: #000000;
    line-height: 3;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header .header-menu .container .headtop-strip a:hover {
    color: #00509F;
}

header .header-menu .container .headtop-strip ul {
    text-align: right;
    display: inline-block;
}

header .header-menu .container .headtop-strip ul li {
    display: inline-block;
}

header .header-menu .container .headtop-strip ul li a {
    text-transform: none;
    margin: 0;
    font-weight: normal;
    line-height: 2.4;
    padding: 0 10px;
}

header .header-menu .container .headtop-strip .search-wrap {
    display: inline-block;
}

header .header-menu .container .headtop-strip .search-wrap a {
    line-height: 1;
    padding: 0 10px;
    margin-right: -10px;
}

header .header-menu .container .headtop-strip .search-wrap a span {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 1;
}

header .header-menu .container .headtop-strip .search-wrap a span svg {
    stroke: #5c5c5c;
}

header .header-menu .container .head-quick-contact {
    float: right;
    height: auto;
    padding: 28px 0;
}

header .header-menu .container .head-quick-contact span {
    display: inline-block;
    float: left;
}

header .header-menu .container .head-quick-contact span svg {
    width: 19px;
    height: 19px;
    display: block;
    fill: #295EB2;
}

header .header-menu .container .head-quick-contact span label {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
}

header .header-menu .container .head-quick-contact span:first-of-type {
    margin-right: 75px;
}

header .header-menu .container .head-quick-contact div {
    display: inline-block;
    margin-left: 65px;
}

header .header-menu .headmain-menu {
    /*padding-top: 55px;*/
    padding: 0 0;
}

header .header-menu .headmain-menu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 49px;
    position: relative;
}

header .header-menu .headmain-menu li:first-of-type {
    padding-left: 0;
}

header .header-menu .headmain-menu li:last-of-type {
    padding-right: 0;
}

header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 6px;
    margin: 0 6px;
    font-size: 14px;
    color: #000000;
    line-height: 3;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

header .header-menu .headmain-menu li a:not(.btn_web_brdr):hover {
    color: #00509F;
}

header .header-menu .headmain-menu li .btn_web_brdr {
    color: #193274;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 18px;
    border-color: #454545;
}

header .header-menu .headmain-menu li.hasdropmenu a {
    position: relative;
    padding-right: 26px;
}

header .header-menu .headmain-menu li.hasdropmenu a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    right: 6px;
    top: calc(50% - 5px);
}

header .header-menu .headmain-menu li .depart-dropmenu {
    width: 75%;
    padding: 58px;
    right: -251px;
    background-color: #ffffff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
    /*display: none;*/
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box {
    width: 80%;
    float: left;
    /*position: relative;*/
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box span {
    display: inline-block;
    color: #193274;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Muli', sans-serif;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box span::after {
    width: 62%;
    float: left;
    height: 1px;
    background-color: #B2B2B2;
    content: "";
    display: inline-block;
    position: absolute;
    margin-top: 11px;
    margin-left: 17px;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav {
    width: 100%;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li {
    list-style: none;
    width: 50%;
    float: left;
    margin-top: 40px;
    padding: 0;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a {
    position: relative;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #00509F;
    position: absolute;
    left: -25px;
    top: 5px;
    opacity: 0;
    transition: all .2s;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a::after {
    display: none;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a:hover {
    color: #00509F;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a:hover::before {
    opacity: 1;
    left: -22px;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav::after {
    clear: both;
    content: "";
    display: table;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav:first-of-type {
    margin-bottom: 40px;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav {
    width: 100%;
    margin-top: -40px;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li {
    list-style: none;
    width: 20%;
    float: left;
    margin-top: 40px;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a {
    position: relative;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    text-transform: none;
    font-weight: 500;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #00509F;
    position: absolute;
    left: -25px;
    top: 6px;
    opacity: 0;
    transition: all .2s;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a::after {
    display: none;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a:hover {
    color: #00509F;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a:hover::before {
    opacity: 1;
    left: -22px;
}

header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav::after {
    clear: both;
    content: "";
    display: table;
}

header .header-menu .headmain-menu li .alumni-submenu1 {
    padding-top: 0;
    padding-bottom: 0;
    width: 98%;
}

header .header-menu .headmain-menu li .alumni-submenu1 .inner-box .depart-nav li {
    width: 33.3333%;
}

header .header-menu .headmain-menu li .alumni-submenu2 {
    padding-top: 0;
    padding-bottom: 0;
    width: 82%;
}

header .header-menu .headmain-menu li:hover .depart-dropmenu {
    opacity: 1;
    visibility: visible;
}

header .header-menu a.navbar-brand {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    float: none;
}

header .header-menu a.navbar-brand span {
    display: inline-block;
    width: 100px;
    height: 90px;
    vertical-align: middle;
    margin-right: 20px;
}

header .header-menu a.navbar-brand span+div {
    display: inline-block;
    vertical-align: middle;
}

header .header-menu a.navbar-brand p {
    font-size: 33px;
    color: #3D4457;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

header .header-menu a.navbar-brand label {
    font-size: 14px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.073em;
    cursor: inherit;
    font-weight: normal;
    margin-top: 16px;
}

header .header-menu .full-border {
    width: 100%;
    height: 1px;
    background: #e2e7ef;
}

header.white {
    background: #ffffff;
    /*overflow-x: hidden;*/
}

header.white+div {
    padding-top: 138px;
}

header.white .header-menu {
    background: #ffffff;
    /*.navbar-header{
        padding-top: 58px;
        padding-bottom: 10px;
      }*/
}

header.white .header-menu .headtop-strip {
    /* width: 100%;*/
}

header.white .header-menu .headtop-strip:after {
    animation: slideBgTop 1s forwards;
    -webkit-animation: slideBgTop 1s forwards;
    -webkit-animation-timing-function: cubic-bezier(0.68, 0.14, 0, 1.29);
    animation-timing-function: cubic-bezier(0.68, 0.14, 0, 1.29);
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

header.white .header-menu a.navbar-brand p,
header.white .header-menu a.navbar-brand label {
    color: #010101;
}

header.white .header-menu .headmain-menu li a {
    color: #000000;
}

header.white .header-menu .headmain-menu {
    padding: 0;
}

header.white .header-menu .headtop-strip .search-wrap a span svg {
    stroke: #000000;
}

header.white .header-menu .headmain-menu li.hasdropmenu a:after {
    border-top-color: #000000;
}

header.white .header-menu .headmain-menu li .btn_web_brdr:hover {
    color: #ffffff;
}


/************************ home page *****************************/

.home-top {
    position: relative;
    overflow: hidden;
}

.home-top .bg-design {
    width: 1920px;
    position: absolute;
    height: 100%;
    margin: 0 auto;
    left: calc(((100% - 1460px) / 2) - 160px);
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.home-top .bg-design>div {
    opacity: 0;
    width: 1145px;
    height: 100%;
}

.home-top .bg-design>div:after {
    width: 150%;
    height: 100%;
    position: absolute;
    content: "";
    background: #00509F;
    top: 0;
    right: 100%;
}

.home-top .bg-design>div svg {
    fill: #00509F;
    width: auto;
}

@media only screen and (min-height: 900px) {
    .home-top .bg-design {
        left: calc(((100% - 1460px) / 2) - 200px);
    }
}

.home-top.mobile_only .bg-design {
    left: calc(((100% - 1460px) / 2) - 100px);
}

@media only screen and (min-height: 900px) {
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 1460px) / 2) - 140px);
    }
}

.home-banner {
    height: 100vh;
    max-height: 1130px;
    min-height: 800px;
    position: relative;
}

.home-banner .banner-slider {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home-banner .banner-slider .owl-stage-outer,
.home-banner .banner-slider .owl-stage,
.home-banner .banner-slider .owl-item {
    height: 100%;
}

.home-banner .banner-slider .owl-item {
    overflow: hidden;
}

.home-banner .banner-slider .item {
    height: 100%;
    width: calc(100% - -100px);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #00509F;
    background-position: right bottom;
    margin-left: -100px;
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    -moz-transform: translate(100px, 0);
    transform: translate(100px, 0);
}

.home-banner .container {
    display: table;
    height: 100%;
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.home-banner .banner-content {
    display: table-cell;
    vertical-align: middle;
}

.home-banner .banner-content>div {
    width: 520px;
    padding-top: 30px;
    pointer-events: all;
}

.home-banner .banner-content>div .item {
    display: none;
    position: absolute;
    bottom:0;
}

.home-banner .banner-content>div .item>* {
    opacity: 0;
}

.home-banner .banner-content>div .item .h1text ,.home-banner .banner-content>div .item p {
    opacity: 1;
       background: #989ca142 !important;
    width: auto;
    text-align: center;
    border-radius: 11px;
}

.home-banner .banner-content>div .item .h1text span {
    height: 51px;
    overflow: hidden;
}

.home-banner .banner-content>div .item .h1text span>span {
    -webkit-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -moz-transform: translate(0, 90px);
    transform: translate(0, 90px);
}

.home-banner .banner-content>div .item.active {
    display: block;
}

.home-banner .banner-content .h1text {
    color: #ffffff;
    margin-bottom: 30px;
}

.home-banner .banner-content .h1text span {
    display: block;
}

.home-banner .banner-content p {
    margin-bottom: 30px;
    color: #ffffff;
}

.home-banner .banner-content a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.29;
    letter-spacing: 0.03em;
}

.home-banner .banner-content a span {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #e8eaf1;
    vertical-align: middle;
    margin-right: 25px;
    position: relative;
}

.home-banner .banner-content a span i {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 4px;
    margin: 0 auto;
    top: calc(50% - 3px);
    background-color: #00509F;
    text-align: left;
    width: 6px;
    height: 6px;
    border-top-right-radius: 30%;
    transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -webkit-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -o-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -moz-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
}

.home-banner .banner-content a span i:before,
.home-banner .banner-content a span i:after {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 6px;
    height: 6px;
    border-top-right-radius: 30%;
}

.home-banner .banner-content a span i:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.home-banner .banner-content a span i:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.home-banner .banner-content a label {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-banner .owldots_wrap {
    bottom: 145px;
    position: absolute;
    width: 100%;
    text-align: right;
}

.home-banner .owldots_wrap .container {
    display: block;
}

.home-banner .owldots_wrap .container>div {
    display: inline-block;
    pointer-events: all;
    vertical-align: middle;
}

.home-banner .owldots_wrap p {
    font-family: 'Times New Roman', serif;
    color: #ffffff;
    line-height: 2;
}

.home-banner .owldots_wrap p span {
    margin: 0 2px;
}

.home-banner .owldots_wrap .owl-dot {
    cursor: pointer;
    padding: 5px;
    margin-left: 10px;
    display: inline-block;
}

.home-banner .owldots_wrap .owl-dot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.home-banner .owldots_wrap .owl-dot.active span {
    background: #ffffff;
}

.home-content {
    position: relative;
    z-index: 1;
}

.home-content .bg-color {
    background: #F8F8F8;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.95;
}

.home-content .home-study {
    opacity: 0;
    display: inline-block;
    width: 100%;
}

.home-content .home-study .container {
    position: relative;
    /*top: -135px;*/
    /*margin-bottom: -135px;*/
}

.home-content .home-study .container>a {
    position: absolute;
    right: 65px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    font-weight: 700;
    color: #00509F;
    letter-spacing: 0.02em;
    padding: 10px 0;
    top: 30px;
}

.home-content .home-study .container>a span {
    margin-left: 7px;
    font-size: 18px;
}

.home-content .home-study .container>* {
    padding-left: 50px;
    padding-right: 50px;
}

.home-content .home-study .container>h3 {
    background: #F8F8F8;
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 2.5;
}

.home-content .home-study .container>div {
    padding-top: 35px;
    padding-bottom: 40px;
    background: #ffffff;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.home-content .home-study .container>div:last-of-type {
    border-bottom: none;
}

.home-content .home-study .container h4 {
    margin-bottom: 20px;
}

.home-content .home-study ul li {
    margin-top: 25px;
    font-weight: 700;
}

.home-content .home-study ul li a {
    width: 100%;
}

.home-content .home-study ul li i {
    display: inline-block;
    width: 32px;
    height: 30px;
    vertical-align: middle;
}

.home-content .home-study ul li p {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 32px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-content .home-study ul li a:hover p {
    color: #00509F;
}

.home-content .home-study ul li:nth-of-type(-n+3) {
    margin-top: 0;
}

.home-content .home-study ul li:nth-of-type(3n+1) {
    width: 40%;
}

.home-content .home-study ul li:nth-of-type(3n+2) {
    width: 36%;
}

.home-content .home-study ul li:nth-of-type(3n+3) {
    width: 24%;
}

.home-content .home-why .left-content {
    width: 29%;
    margin-top: 20px;
    text-align: right;
}

.home-content .home-why .left-content label {
    font-size: 16px;
    color: #858A94;
    line-height: 1;
    letter-spacing: 0.02em;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    font-weight: normal;
}

.home-content .home-why .left-content h3 {
    margin-top: 30px;
    margin-bottom: 25px;
}

.home-content .home-why .left-content h3 br {
    display: inline;
}

.home-content .home-why .left-content a.btn_web_fill {
    display: table;
    margin-left: auto;
    padding: 0 35px;
    letter-spacing: 0.05em;
}

.home-content .home-why .left-content a.btn_web_fill span {
    position: relative;
    top: -1px;
    margin-left: 10px;
    font-size: 18px;
}

.home-content .home-why .left-content a:not(.btn_web_fill) {
    margin-top: 70px;
    padding: 10px 0;
    font-size: 16px;
    color: #295EB2;
    line-height: 1;
    letter-spacing: 0.02em;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    border-bottom: 1px solid #83A1BF;
}

.home-content .home-why .left-content a:not(.btn_web_fill) span {
    margin-left: 7px;
}

.home-content .home-why .right-content {
    width: 71%;
    padding-left: 80px;
}

.home-content .home-why .right-content .row>div:first-of-type {
    padding-right: 25px;
}

.home-content .home-why .right-content p {
    padding: 25px 0;
    padding-right: 35px;
    border-bottom: 1px solid rgba(133, 138, 148, 0.3);
}

.home-content .home-why .right-content p:first-of-type {
    padding-top: 10px;
}

.home-content .home-why .right-content p:last-of-type {
    color: #858A94;
}

.home-infra {
    position: relative;
    background: #3D4457;
    padding: 50px 0;
    color: #ffffff;
}

.home-infra .container {
    position: relative;
    overflow: hidden;
}

.home-infra .container>a {
    position: absolute;
    right: 15px;
    top: 10px;
    color: white;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    padding: 10px 0;
}

.home-infra .container>a span {
    margin-left: 7px;
}

.home-infra .row {
    margin: 0 -60px;
}

.home-infra .row>div {
    padding: 10px 60px 20px;
    border-right: 1px solid rgba(200, 204, 211, 0.2);
}

.home-infra .row>div:last-of-type {
    border-right: none;
}

.home-infra h3 {
    margin-bottom: 20px;
}

.home-infra h4 {
    margin-bottom: 25px;
}

.home-infra h4 span {
    display: inline-block;
    width: 60px;
    height: 45px;
    vertical-align: middle;
    margin-right: 35px;
}

.home-infra p {
    line-height: 1.8;
}

.home-placement {
    background: #F8F8F8;
    overflow: hidden;
}

.home-placement .image-contain {
    width: 52.5%;
    padding-right: 0;
}

.home-placement .text-contain {
    width: 47.5%;
    padding: 50px 0;
    padding-left: 100px;
}

.home-placement .text-contain h3 {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.home-placement .text-contain h3 span {
    white-space: nowrap;
}

.home-placement .text-contain p {
    margin-bottom: 30px;
    width: 550px;
    max-width: 100%;
}

.home-placement .text-contain a {
    padding: 0 37px;
    margin-right: 20px;
}

.home-placement .text-contain a span {
    display: inline-block;
    margin-left: 12px;
    font-size: 18px;
    position: relative;
    line-height: 1;
    top: -1px;
}

.home-placement .text-contain a:last-of-type {
    margin-right: 0;
}

.home-placement .company-slider {
    margin-top: 100px;
}

.home-placement .company-slider .item {
    height: 40px;
    text-align: center;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-placement .company-slider .item:hover {
    opacity: 1;
}

.home-placement .company-slider img {
    display: inline-block;
    height: 100%;
    width: auto;
    vertical-align: middle;
}

.home-morelink .container {
    overflow: hidden;
}

.home-morelink .row {
    margin: 0 -40px;
}

.home-morelink .row>div {
    padding: 0 40px;
}

.home-morelink .row>div i {
    display: inline-block;
    width: 55px;
    vertical-align: top;
    height: 55px;
}

.home-morelink .row>div i+div {
    display: inline-block;
    padding-left: 40px;
    vertical-align: top;
    width: calc(100% - 60px);
}

.home-morelink .row>div h4 {
    margin-bottom: 20px;
}

.home-morelink .row>div p {
    margin-bottom: 25px;
}

.home-morelink .row>div a {
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin-bottom: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.home-morelink .row>div a:hover {
    color: #295EB2;
}

.home-morelink .row>div a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

.home-lifeat {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 970px;
    position: relative;
    overflow: hidden;
}

.home-lifeat .container {
    display: table;
    height: 100%;
    position: relative;
}

.home-lifeat .container>div {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}

.home-lifeat .container>div .content {
    padding-top: 100px;
    width: 100%;
    max-width: 600px;
}

.home-lifeat .container>div .content>a:not(.video-link) {
    color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin-bottom: -10px;
}

.home-lifeat .container>div .content>a:not(.video-link) span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

.home-lifeat .container>div .content a.video-link {
    margin-bottom: 40px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.29;
    letter-spacing: 0.03em;
}

.home-lifeat .container>div .content a.video-link span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #EFEEEF;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.home-lifeat .container>div .content a.video-link span i {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 4px;
    margin: 0 auto;
    top: calc(50% - 3px);
    background-color: #89867C;
    text-align: left;
    width: 6px;
    height: 6px;
    border-top-right-radius: 30%;
    transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -webkit-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -o-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -moz-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
}

.home-lifeat .container>div .content a.video-link span i:before,
.home-lifeat .container>div .content a.video-link span i:after {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 6px;
    height: 6px;
    border-top-right-radius: 30%;
}

.home-lifeat .container>div .content a.video-link span i:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.home-lifeat .container>div .content a.video-link span i:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.home-lifeat .container>div .content a.video-link label {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.home-lifeat .container>div .content h2 {
    margin-bottom: 25px;
}

.home-lifeat .container>div .content p {
    line-height: 2.4;
    margin-bottom: 25px;
}

.home-lifeat .container>div .content .video_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.home-lifeat .container>div .content .video_popup span {
    font-size: 20px;
    font-weight: 700;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    padding: 5px;
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 14px;
}

.home-lifeat .container>div .content .video-open {
    opacity: 1 !important;
    visibility: visible !important;
}

.home-lifeat .banner-bottom {
    height: auto;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.home-lifeat .banner-bottom>div {
    width: 65%;
    background: #F8F8F8;
    padding: 27px 0 20px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.home-lifeat .banner-bottom>div:after {
    content: "";
    width: 100vw;
    position: absolute;
    background: #f8f8f8;
    height: 100%;
    display: block;
    top: 0;
    left: 100%;
}

.home-lifeat .banner-bottom .text-contain {
    color: #000000;
    text-align: center;
}

.home-lifeat .banner-bottom .text-contain>div {
    text-align: left;
    display: inline-block;
}

.home-lifeat .banner-bottom .text-contain>div p {
    line-height: 1.8;
}

.home-newsevent .container {
    position: relative;
    overflow: hidden;
}

.home-newsevent .container>a {
    position: absolute;
    right: 15px;
    top: 5px;
    color: #295EB2;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    font-size: 16px;
    padding: 10px 0;
}

.home-newsevent .container>a span {
    margin-left: 7px;
}

.home-newsevent .row {
    margin: 0 -35px;
}

.home-newsevent .row>div {
    padding: 0 35px;
}

.home-newsevent h3 {
    margin-bottom: 25px;
}

.home-newsevent h4 {
    color: #000000;
    line-height: 1.8;
    margin-bottom: 25px;
}

.home-newsevent label {
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    color: #858A94;
    margin-bottom: 25px;
}

.home-newsevent .events-wrap h4 span {
    display: block;
}

.home-newsevent .events-wrap a {
    padding: 0 30px;
    margin-top: 80px;
    margin-right: 7px;
}

.home-newsevent .events-wrap a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

.home-newsevent .events-wrap a:last-of-type {
    margin-right: 0;
}

.home-newsevent .news-wrap p:last-of-type {
    margin-top: 40px;
    font-family: 'Times New Roman', serif;
    font-size: 16px;
}

.home-newsevent .news-wrap p:last-of-type a {
    float: right;
    font-style: italic;
}

.home-testimony {
    background: #F8F8F8;
}

.home-testimony h3 {
    margin-bottom: 25px;
}

.home-testimony .testi-slider .owl-item {
    padding: 0 15px;
}

.home-testimony .testi-slider .item {
    padding: 47px 70px;
    background: #ffffff;
}

.home-testimony .testi-slider .item .test-quote {
    padding-left: 100px;
    position: relative;
}

.home-testimony .testi-slider .item .test-quote:before {
    content: open-quote !important;
    quotes: "\00201c" "\00201d";
    font-family: Times-Bold, Times;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: absolute;
    left: 0;
    color: #aac8e5;
    font-size: 147px;
    top: -10px;
    line-height: 1;
}

.home-testimony .testi-slider .item .test-quote q {
    min-height: 171px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(133, 138, 148, 0.15);
}

.home-testimony .testi-slider .item .test-profile {
    padding-top: 35px;
}

.home-testimony .testi-slider .item .test-profile span {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
}

.home-testimony .testi-slider .item .test-profile span+div {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: top;
    padding-left: 30px;
}

.home-testimony .testi-slider .item .test-profile h5 {
    color: #000000;
    margin-bottom: 5px;
}

.home-testimony .testi-slider .item .test-profile p {
    color: #858A94;
    line-height: 1.6;
    font-size: 14px;
}

.home-testimony .testi-slider .owl-nav {
    display: none;
}

.home-testimony .testi-slider .owl-dots {
    text-align: center;
    margin-top: 25px;
    /*margin-bottom: -10px;*/
}

.home-testimony .testi-slider .owl-dots .owl-dot {
    display: inline-block;
    padding: 5px;
}

.home-testimony .testi-slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #AFB2B8;
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}

.home-testimony .testi-slider .owl-dots .owl-dot.active span {
    opacity: 1;
}

.footer-subscribe {
    text-align: center;
    background: #ffffff;
}

.footer-subscribe form {
    width: 610px;
    max-width: 100%;
    display: inline-block;
    padding: 0 15px;
}

.footer-subscribe h3 {
    margin-bottom: 20px;
}

.footer-subscribe p {
    font-weight: bold;
    color: #3F4754;
    margin-bottom: 20px;
}

.footer-subscribe p:last-of-type {
    font-weight: normal;
    font-family: 'Times New Roman', serif;
    margin: 0;
}

.footer-subscribe p:last-of-type a {
    margin-left: 20px;
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    top: 4px;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-subscribe p:last-of-type a svg {
    fill: #00509F;
}

.footer-subscribe p:last-of-type a:hover {
    opacity: 1;
}

.footer-subscribe ::-webkit-input-placeholder {
    color: #858A94;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.02em;
}

.footer-subscribe ::-moz-placeholder {
    color: #858A94;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.02em;
}

.footer-subscribe :-ms-input-placeholder {
    color: #858A94;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.02em;
}

.footer-subscribe :-moz-placeholder {
    color: #858A94;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.02em;
}

.footer-subscribe input[type='text'],
.footer-subscribe input[type='email'] {
    width: calc(100% - 200px);
    height: 55px;
    border: 1px solid #858A94;
    padding: 0 25px;
    color: #000000;
    vertical-align: top;
    margin-right: 10px;
}

.footer-subscribe .submit-btn {
    width: 185px;
    text-align: center;
}

.footer-subscribe .submit-btn span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

footer {
    overflow: hidden;
}

footer .footer-top {
    background: #414855;
}

footer .footer-top .foottop-strip {
    text-align: justify;
    border-bottom: 1px solid #4A505C;
}

footer .footer-top .foottop-strip:after {
    content: "";
    display: inline-block;
    width: 100%;
}

footer .footer-top .foottop-strip p {
    display: inline-block;
    font-weight: bold;
    padding: 40px 0 15px;
}

footer .footer-top .foottop-strip p a {
    color: #ffffff;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer-top .foottop-strip p a:hover {
    color: #6EA5FC;
}

footer .footer-top .foottop-strip p a i {
    margin-right: 15px;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

footer .footer-top .foottop-links {
    border-top: 1px solid #353C48;
    padding: 40px 0;
    text-align: justify;
}

footer .footer-top .foottop-links:after {
    content: "";
    display: inline-block;
    width: 100%;
}

footer .footer-top .foottop-links ul {
    vertical-align: top;
    display: inline-block;
}

footer .footer-top .foottop-links ul li {
    margin-bottom: 5px;
}

footer .footer-top .foottop-links ul li a {
    padding: 5px 0;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer-top .foottop-links ul li a:hover {
    color: #6EA5FC;
}

footer .footer-bottom {
    background: #3B4250;
}

footer .footer-bottom .footer-address {
    border-bottom: 1px solid #4A505C;
    padding: 90px 0 70px;
}

footer .footer-bottom .footer-address a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footer-bottom .footer-address a:hover {
    color: #6EA5FC;
}

footer .footer-bottom .footer-address br {
    display: inline;
}

footer .footer-bottom .footer-address p,
footer .footer-bottom .footer-address a {
    color: #ffffff;
}

footer .footer-bottom .footer-address .container {
    text-align: justify;
}

footer .footer-bottom .footer-address .container>div {
    vertical-align: middle;
    display: inline-block;
}

footer .footer-bottom .footer-address .container:after {
    content: "";
    display: inline-block;
    width: 100%;
}

footer .footer-bottom a.navbar-brand {
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1;
    float: none;
}

footer .footer-bottom a.navbar-brand span {
    display: inline-block;
    width: 100px;
    height: 90px;
    vertical-align: middle;
    margin-right: 20px;
}

footer .footer-bottom a.navbar-brand span+div {
    display: inline-block;
    vertical-align: middle;
}

footer .footer-bottom a.navbar-brand span+div p {
    color: #ffffff !important;
}

footer .footer-bottom a.navbar-brand span+div label {
    color: #B2D8CD;
    font-size: 12px;
    letter-spacing: 2px;
}

footer .footer-bottom a.navbar-brand span+div label:first-of-type {
    margin-top: 13px;
}

footer .footer-bottom a.navbar-brand p {
    font-size: 34px;
    color: #3D4457;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 700;
}

footer .footer-bottom a.navbar-brand label {
    font-size: 11px;
    color: #000000;
    line-height: 1;
    letter-spacing: 0.073em;
    cursor: inherit;
    font-weight: normal;
}

footer .footbottom-links {
    padding: 30px 0;
    border-top: 1px solid #353C48;
}

footer .footbottom-links a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footbottom-links a:hover {
    color: #6EA5FC;
}

footer .footbottom-links .container>p {
    float: right;
}

footer .footbottom-links .container>p a {
    margin-right: 0;
}

footer .footbottom-links .container>div {
    float: left;
}

footer .footbottom-links p,
footer .footbottom-links a {
    letter-spacing: 0.02em;
    font-size: 12px;
    color: #858A94;
    display: inline-block;
}

footer .footbottom-links a {
    margin-right: 20px;
}


/****** Departments page ******/

.page-banner {
    height: 700px;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
}

.page-banner .banner-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    width: 100%;
}

.page-banner .banner-img img {
    display: none;
}

.page-banner .banner-content {
    vertical-align: middle;
    display: table-cell;
    z-index: 1;
    position: relative;
    padding-top: 120px;
}

.page-banner .banner-content .content {
    width: 640px;
    position: relative;
}

.page-banner .banner-content .content h1 {
    top: -160px;
    left: -130px;
    position: absolute;
    color: rgba(88, 95, 116, 0.05);
    font-family: 'Muli', sans-serif;
    font-size: 233px;
    font-weight: bold;
}

.page-banner .banner-content .content h2 {
    margin-bottom: 25px;
    margin-left: -2px;
}

.page-banner .banner-content .content p {
    margin-bottom: 30px;
}

.page-banner .banner-content .content a {
    font-size: 18px;
    color: #295eb2;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    padding: 7px 0;
    border-bottom: 1px solid;
}

.page-banner .banner-content .content a span {
    width: 13px;
    height: 13px;
    margin-left: 15px;
}

.dept-top {
    position: relative;
}

.dept-top .bg-design {
    pointer-events: none;
    position: absolute;
    height: calc(100% - 138px);
    width: 100%;
    left: 0;
    top: 138px;
    z-index: 1;
    overflow: hidden;
}

.dept-top .bg-design>div {
    height: 100%;
    width: 100%;
    position: relative;
    left: calc(((100% - 1460px) / 2) - 150px);
}

.dept-top .bg-design>div:after {
    width: 150%;
    height: 100%;
    position: absolute;
    content: "";
    background: #f8f8f8;
    top: 0;
    right: 100%;
}

.dept-top .bg-design>div svg {
    fill: #f8f8f8;
    width: auto;
}

.dept-top .dept-wrap {
    background: #00509F;
}

.dept-top .dept-block {
    position: relative;
    z-index: 1;
}

.dept-top .dept-block .container {
    z-index: 2;
    position: relative;
}

.dept-top .dept-block:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #FFFFFF;
}

.dept-top .dept-block h3 {
    margin-top: -10px;
    margin-bottom: 70px;
}

.dept-top .dept-block ul li {
    margin-top: 70px;
}

.dept-top .dept-block ul li a {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dept-top .dept-block ul li a:hover {
    color: #00509F;
}

.dept-top .dept-block ul li i {
    display: inline-block;
    width: 55px;
    height: 50px;
    vertical-align: middle;
}

.dept-top .dept-block ul li p {
    font-weight: bold;
    padding-left: 35px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.8;
    width: calc(100% - 55px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dept-top .dept-block ul li p br {
    display: inline;
}

.dept-top .dept-block ul li:nth-of-type(-n+3) {
    margin-top: 0;
}

.dept-top .dept-block ul li:nth-of-type(3n+1) {
    clear: both;
}

.dept-top .dept-block ul li:nth-of-type(3n+1) {
    width: 40%;
}

.dept-top .dept-block ul li:nth-of-type(3n+2) {
    width: 36%;
}

.dept-top .dept-block ul li:nth-of-type(3n+3) {
    width: 24%;
}

.dept-top .dept-pg:after {
    background: #00509F;
    opacity: 0.95;
    z-index: 1;
}

.dept-top .dept-pg h3 {
    color: #ffffff;
}

.dept-top .dept-pg ul li a {
    color: #ffffff;
}

.dept-top .dept-pg ul li a:hover {
    color: #ffffff;
}

.common-bnr {
    height: 500px;
    overflow: hidden;
    position: relative;
}

.common-bnr .banner-wrap {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    display: table;
    width: 100%;
}

.common-bnr .banner-wrap>div {
    display: table-cell;
    vertical-align: middle;
}

.common-bnr .banner-wrap>div .container {
    position: relative;
}

.common-bnr .banner-wrap>div .container .content {
    width: 700px;
    padding-top: 25px;
    position: relative;
}

.common-bnr .banner-wrap>div .container .content i {
    width: 150px;
    height: 140px;
    display: inline-block;
    margin-bottom: 25px;
    
    
}

.common-bnr .banner-wrap>div .container .content .bgtext {
    position: absolute;
    font-size: 233px;
    font-family: 'Muli', sans-serif;
    color: #ffffff;
    opacity: 0.1;
    font-weight: bold;
    top: -70px;
    left: -120px;
    white-space: nowrap;
}

.common-bnr .banner-wrap>div .container .content p {
    color: #ffffff;
    margin-bottom: 25px;
}

.common-bnr .banner-wrap>div .container .content h2,
.common-bnr .banner-wrap>div .container .content .h2text {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 30px;
}

.common-bnr .banner-wrap>div .container .content h2 br,
.common-bnr .banner-wrap>div .container .content .h2text br {
    display: inline;
}

.common-bnr .banner-wrap>div .container .content a {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    padding: 7px 0;
    border-bottom: 1px solid #83A1BF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.common-bnr .banner-wrap>div .container .content a span {
    width: 13px;
    height: 13px;
    margin-left: 15px;
}

.common-bnr .banner-wrap>div .container .content a:hover {
    opacity: 0.6;
}

.common-bnr .banner-wrap>div .container .content a.btn_web_brdr {
    margin-top: 10px;
    font-style: normal;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    padding: 0 25px;
    border-color: #fff;
}

.common-bnr .banner-wrap>div .container .content a.btn_web_brdr span {
    margin-left: 10px;
    font-size: 20px;
    line-height: 0;
}

.common-bnr .banner-wrap>div .container .content a.btn_web_brdr:hover {
    opacity: 1;
    background: #ffffff;
    color: #00509F;
}

.common-bnr .banner-wrap>div .container .content .count-wrap {
    margin-top: 40px;
    color: #ffffff;
}

.common-bnr .banner-wrap>div .container .content .count-wrap h4 {
    line-height: 1.4;
}

.common-bgdesign {
    position: absolute;
    left: calc(((100% - 1460px) / 2) - 1500px);
}

.common-bgdesign:after {
    content: "";
    position: absolute;
    width: 400vw;
    height: 100%;
    background: #EDEEF1;
    left: 0;
    top: 0;
    z-index: -1;
}

.common-bgdesign>div {
    height: 10000px;
}

.common-bgdesign svg {
    fill: #00509F;
    width: auto;
    height: 100%;
}

.common-bgdesign:before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background: #00509F;
    top: 0;
    right: 100%;
}

.common-content {
    position: relative;
    overflow: hidden;
}

.common-content .common-bgdesign {
    top: -600px;
}

.common-content .common-bgdesign svg {
    fill: #F8F8F8;
}

.common-content .common-bgdesign:before {
    background: #F8F8F8;
}

.other_links p {
    margin-top: -10px;
    font-style: italic;
    color: #295EB2;
    letter-spacing: 0.05em;
    font-family: 'Times New Roman', serif;
}

.other_links a {
    float: left;
    margin-top: 35px;
    margin-right: 50px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #091326;
}

.other_links a:hover {
    color: #295EB2;
}

.other_links a span {
    margin-right: 20px;
}

.nav-tabs.common-tabs {
    padding: 30px 50px;
    background: #fafafa;
    border: none;
    box-shadow: 1px 2px 8px rgba(10, 27, 64, 0.07);
    position: relative;
    z-index: 1;
}

.nav-tabs.common-tabs>li {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
}

.nav-tabs.common-tabs>li:last-of-type {
    margin-right: 0;
}

.nav-tabs.common-tabs>li.hasdropdown>a {
    padding-right: 30px;
}

.nav-tabs.common-tabs>li.hasdropdown>a:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: 14px;
    top: calc(50% - 4px);
}

.nav-tabs.common-tabs>li.hasdropdown:hover a:after {
    border-top-color: #ffffff;
}

.nav-tabs.common-tabs>li.hasdropdown.active a:after {
    border-top-color: #ffffff;
}

.nav-tabs.common-tabs>li a {
    padding: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: #091326;
    line-height: 1;
    letter-spacing: 0.02em;
    border: none !important;
    background: transparent;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav-tabs.common-tabs>li.active>a,
.nav-tabs.common-tabs>li:hover>a {
    background: #00509F;
    color: #ffffff;
}

.nav-tabs.common-tabs>li .dropdown-menu,
.nav-tabs.common-tabs>li.active .dropdown-menu {
    padding: 0;
}

.nav-tabs.common-tabs>li .dropdown-menu li,
.nav-tabs.common-tabs>li.active .dropdown-menu li {
    background: #3D4457;
}

.nav-tabs.common-tabs>li .dropdown-menu li a,
.nav-tabs.common-tabs>li.active .dropdown-menu li a {
    padding: 20px 30px;
    color: #B2B9C6;
}

.nav-tabs.common-tabs>li .dropdown-menu li.active a,
.nav-tabs.common-tabs>li.active .dropdown-menu li.active a,
.nav-tabs.common-tabs>li .dropdown-menu li:hover a,
.nav-tabs.common-tabs>li.active .dropdown-menu li:hover a {
    background: #00509F;
    color: #ffffff;
}


/*** Program page ****/

.program-wrap .pgm-content .container {
    position: relative;
}

.program-wrap .pgm-content .tab-content .program-data {
    padding-bottom: 100px;
}

.program-wrap .pgm-content .tab-content .deptin-about {
    padding-top: 100px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro {
    position: relative;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
    width: 500px;
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
    margin-left: 500px;
    padding-left: 100px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 505px);
    padding-bottom: 80px;
    position: relative;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap h3 {
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip {
    position: relative;
    padding-left: 500px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3d4457;
    top: 0;
    opacity: 0.95;
    left: 0;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
    padding: 80px 40px;
    padding-left: 100px;
    position: relative;
    text-align: justify;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div:before {
    /*background: #3d4457;*/
    position: absolute;
    content: "";
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #ffffff;
    padding-left: 55px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div p {
    line-height: 1;
    margin-bottom: 10px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div i {
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 35px;
    height: 35px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div span {
    letter-spacing: 0.02em;
    font-weight: bold;
    font-size: 14px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data {
    padding-top: 90px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div {
    position: relative;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg) {
    padding-top: 40px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg):after {
    content: "";
    width: 100vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #F8F8F8;
    top: 0;
    height: 100%;
    display: block;
    z-index: -1;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div>div:not(.content-bg) {
    margin-bottom: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div>div:not(.content-bg):last-of-type {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg {
    padding-right: 420px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg .content-bg {
    position: absolute;
    width: 100vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    height: 100%;
    top: 0;
    z-index: -1;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg .content-bg>div {
    width: 50%;
    background-size: cover;
    right: 0;
    position: absolute;
    height: calc(100% - -90px);
    background-position: right;
    top: -90px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg>div:not(.content-bg):last-of-type {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    padding-bottom: 40px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data h4 {
    margin-bottom: 25px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data ul li {
    margin-bottom: 20px;
}

.program-wrap .pgm-content .tab-content .deptin-about .program-data ul li:last-of-type {
    margin-bottom: 0;
}

.program-wrap .pgm-content .tab-content .deptin-about .other_links {
    border-top: 1px solid rgba(112, 112, 112, 0.2);
}

.program-wrap .pgm-content .tab-content .deptin-about .other_links a {
    margin-right: 0;
}

.program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+1) {
    width: 40%;
}

.program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+2) {
    width: 36%;
}

.program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+3) {
    width: 24%;
}

.program-wrap .pgm-content .tab-content .dept-common a.readmore {
    padding: 10px 0;
    font-size: 16px;
    color: #295EB2;
    line-height: 1;
    letter-spacing: 0.02em;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    border-bottom: 1px solid #83A1BF;
    margin-top: 50px;
}

.program-wrap .pgm-content .tab-content .dept-common a.readmore span {
    margin-left: 7px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro {
    margin-bottom: 50px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip {
    padding: 90px;
    background: #ffffff;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .image-wrap {
    display: inline-block;
    width: 250px;
    vertical-align: top;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap {
    display: inline-block;
    width: calc(100% - 260px);
    vertical-align: top;
    padding-left: 100px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap h3 {
    margin-bottom: 15px;
    margin-top: -10px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap p {
    margin-bottom: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap p:last-of-type {
    margin-bottom: 0;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip {
    padding: 30px 45px 10px;
    text-align: justify;
    background: rgba(25, 50, 116, 0.9);
    position: relative;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip:before {
    background: #00509F;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div {
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div i {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: middle;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div i svg {
    fill: #aac8e5;
    stroke: #aac8e5;
}

.program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div p {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .container>h3 {
    margin-bottom: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box {
    position: relative;
    background: #ffffff;
    margin-top: 50px;
	overflow:hidden;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box:first-of-type {
    margin-top: 0;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
    height: 100%;
    width: 510px;
    position: absolute;
    left: 0;
    top: 50%;
	transform:translatey(-50%);
	max-height:800px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain>div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
    padding: 100px;
    margin-left: 510px;
    width: calc(100% - 510px);
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i svg {
    fill: #E2E2E2;
    stroke: #E2E2E2;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain h4 {
    margin-bottom: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain ul {
    margin-top: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain ul li {
    margin-bottom: 10px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box:nth-of-type(2n+2) .img-contain {
    right: 0;
    left: auto;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box:nth-of-type(2n+2) .text-contain {
    margin-left: 0;
    margin-right: 510px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box {
    padding: 90px;
    background: #ffffff;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box:nth-of-type(2) {
    margin-top: 50px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box:after {
    content: "";
    display: table;
    clear: both;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .image-wrap {
    width: 420px;
    float: right;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap {
    width: calc(100% - 420px);
    float: left;
    padding-right: 100px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap ul {
    margin-top: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap ul li {
    margin-bottom: 20px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap ul li:last-of-type {
    margin-bottom: 0;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .table_wrap table {
    margin-top: 50px;
}

.program-wrap .pgm-content .tab-content .dept-common .program-data .table_wrap table:first-of-type {
    margin-top: 0;
}

.program-wrap .pgm-content .tab-content .dept-common .home-infra {
    padding: 0;
    margin-top: 100px;
}

.program-wrap .pgm-content .tab-content .dept-common .home-infra .row>div {
    padding: 40px 60px 50px;
    border-right: 1px solid rgba(200, 204, 211, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.program-wrap .pgm-content .tab-content .dept-common .home-infra .row>div:hover {
    background: #4C5264;
}

.campus-tour {
    position: relative;
    z-index: 1;
}

.campus-tour>div {
    height: 760px;
    width: 100%;
    background-position: center;
    background-size: cover;
}

.campus-tour>div a.video-link {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #ffffff;
    line-height: 1.29;
    letter-spacing: 0.03em;
}

.campus-tour>div a.video-link span {
    display: inline-block;
    width: 125px;
    height: 125px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: #EFEEEF;
    vertical-align: middle;
    margin-right: 15px;
    position: relative;
}

.campus-tour>div a.video-link span i {
    display: inline-block;
    position: absolute;
    right: 0;
    left: 6px;
    margin: 0 auto;
    top: calc(50% - 6px);
    background-color: #00509F;
    text-align: left;
    width: 10px;
    height: 10px;
    border-top-right-radius: 30%;
    transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -webkit-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -ms-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -o-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    -moz-transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
}

.campus-tour>div a.video-link span i:before,
.campus-tour>div a.video-link span i:after {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 10px;
    height: 10px;
    border-top-right-radius: 30%;
}

.campus-tour>div a.video-link span i:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -webkit-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -ms-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -o-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
    -moz-transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}

.campus-tour>div a.video-link span i:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -webkit-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -ms-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -o-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
    -moz-transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.campus-tour>div a.video-link label {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.campus-tour p {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

ul.weblist li {
    padding-left: 50px;
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: .02em;
    position: relative;
}

ul.weblist li:before {
    content: "\002192";
    position: absolute;
    left: 0;
    width: 20px;
    font-size: 26px;
    text-indent: -8px;
    overflow: hidden;
    line-height: 1;
    top: 1px;
    color: #295EB2;
}

.abt-content .common-bgdesign svg {
    fill: #EDEEF1;
}

.abt-content .common-bgdesign:before {
    background: #edeef1;
}

.abt-content .common-bgdesign:after {
    background: #ffffff;
}

.abt-content .vismis-wrap {
    position: relative;
    /*background: rgba(255, 255, 255, 0.8);*/
    background:rgb(0 80 159 / 7%);
}

.abt-content .vismis-wrap h3 {
    margin-bottom: 20px;
}

.abt-content .vismis-wrap ul {
    margin-top: 20px;
}

.abt-content .vismis-wrap .numbers {
    padding: 30px 0;
    /*background: #F8F8F8;*/
    /*background:rgb(0 80 159 / 7%);*/
    position: relative;
}

.abt-content .vismis-wrap .numbers:before {
    display: block;
    width: 100vw;
    /*background: #f8f8f8;*/
    /*background:rgb(0 80 159 / 7%);*/
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 99%;
    top: 0;
}

.abt-content .vismis-wrap .numbers>div {
    text-align: center;
    border-right: 1px solid #E6E6E8;
}

.abt-content .vismis-wrap .numbers>div:nth-of-type(3n+3) {
    border-right: none;
}

.abt-content .vismis-wrap .numbers p {
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    text-align: left;
}

.abt-content .vismis-wrap .numbers p span {
    margin-bottom: -5px;
    display: block;
}

.abt-content .vismis-wrap .vismis {
    padding: 45px 0 90px;
}

.abt-content .vismis-wrap .vismis>div:first-of-type {
    padding-right: 80px;
}

.abt-content .vismis-wrap .vismis>div:last-of-type {
    padding-left: 80px;
}

.abt-content .vismis-wrap .vismis p {
    margin-top: 20px;
}

.abt-content .vismis-wrap .vismis p:first-of-type {
    margin-top: 0;
}

.abt-content .slider-wrap {
    background: #F8F8F8;
}

.abt-content .slider-wrap h3 {
    margin-bottom: 40px;
}

.abt-content .slider-wrap>div {
    max-width: 1920px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.abt-content .slider-wrap .slider-contain {
    float: right;
    padding-right: 16%;
    width: calc(((100% - 1400px) / -2) - -100%);
    overflow: hidden;
    position: relative;
}

.abt-content .slider-wrap .owl-stage-outer {
    overflow: visible;
}

.abt-content .slider-wrap .board-slider {
    margin-right: -80px;
}

.abt-content .slider-wrap .board-slider .item {
    display: none;
    padding-left: 0;
    padding-right: 80px;
}

.abt-content .slider-wrap .board-slider .item:nth-of-type(-n+3) {
    display: block;
}

.abt-content .slider-wrap .board-slider.owl-carousel {
    margin-right: 0;
}

.abt-content .slider-wrap .board-slider.owl-carousel .item {
    padding: 0;
    width: 100%;
    display: block;
}

.abt-content .slider-wrap .board-slider .item {
    text-align: center;
}

.abt-content .slider-wrap .board-slider .item .profile {
    position: relative;
    overflow: hidden;
}

.abt-content .slider-wrap .board-slider .item .profile:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #193274;
    opacity: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.abt-content .slider-wrap .board-slider .item .profile~* {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.abt-content .slider-wrap .board-slider .item h4 {
    margin-top: 20px;
}

.abt-content .slider-wrap .board-slider .owl-item.active+div:not(.active) .profile:after {
    opacity: 0.7;
}

.abt-content .slider-wrap .board-slider .owl-item.active+div:not(.active) .profile~* {
    opacity: 0.35;
}

.abt-content .slider-wrap .navigation-wrap {
    position: absolute;
    top: 30%;
    right: 30px;
    z-index: 1;
}

.abt-content .slider-wrap .navigation-wrap>div {
    cursor: pointer;
    padding: 50px;
    transform: rotate(45deg);
}

.abt-content .slider-wrap .navigation-wrap>div:empty {
    display: none !important;
}

.abt-content .slider-wrap .navigation-wrap>div span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}

.about-wrap .trust-wrap {
    max-width: 1920px;
    background: #F8F8F8;
    padding-top: 0;
}

.about-wrap .trust-wrap>div {
    position: relative;
}

.about-wrap .trust-wrap .container {
    position: static;
}

.about-wrap .trust-wrap .container>div {
    width: 62.5%;
}

.about-wrap .trust-wrap .container>div.image-wrap {
    display: block;
    background-position: center;
    background-size: cover;
    background-color: #00509F;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.about-wrap .trust-wrap .container>div.text-wrap {
    float: right;
    background: #ffffff;
    padding: 100px;
    margin: 100px 0;
}

.about-wrap .trust-wrap .container>div.text-wrap h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.about-wrap .chart-wrap h3 {
    text-align: center;
    margin-top: -10px;
    margin-bottom: 30px;
}

.about-wrap .history-wrap {
    background: #F8F8F8;
}

.about-wrap .history-wrap h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.about-wrap .history-wrap .image-wrap {
    width: 410px;
    vertical-align: top;
    display: inline-block;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about-wrap .history-wrap .image-wrap:hover {
    opacity: 1;
}

.about-wrap .history-wrap .text-wrap {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 415px);
    padding-left: 140px;
}

.about-wrap .msg-chairman {
    background: #F8F8F8;
    max-width: 1920px;
    padding-top: 0;
}

.about-wrap .msg-chairman div {
    position: relative;
}

.about-wrap .msg-chairman .container {
    position: static;
}

.about-wrap .msg-chairman .container div.img_and_text .image-wrap {
    width: 35%;
    display: block;
    background-position: left;
    background-size: cover;
    background-color: #00509F;
    position: absolute;
    right: 73px;
    top: 50%;
    height: 78%;
    transform: translateY(-50%);
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap {
    width: 59%;
    float: none;
    background: #ffffff;
    padding: 100px;
    position: relative;
    top: 0;
    z-index: 1;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap h3 {
    margin-top: -10px;
    margin-bottom: 35px;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap p {
    margin-top: 35px;
    width: 100%;
    max-width: 640px;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap p:first-of-type {
    margin-top: 0;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom {
    margin-top: 90px;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom>div {
    float: left;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom>div h4 {
    line-height: 1.2;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom a {
    float: right;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin-bottom: -10px;
    color: #295EB2;
}

.about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

.about-wrap .msg-chairman .icon-quote {
    width: 370px;
    height: 300px;
    position: absolute;
    opacity: 0.07;
    left: 40%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about-wrap .other_links {
    background: #F8F8F8;
}

.about-wrap.princi-wrap .common-content {
    background: #F8F8F8;
}

.about-wrap.princi-wrap .common-content section {
    margin: 0px 0;
    padding-top: 100px;
}

.about-wrap.princi-wrap .common-content section:last-of-type {
    margin-bottom: 0;
}

.about-wrap.princi-wrap .common-content .msg-chairman:nth-of-type(2n+2) .container>div.image-wrap {
    right: auto;
    left: 0;
}

.about-wrap.princi-wrap .common-content .msg-chairman:nth-of-type(2n+2) .container>div.text-wrap {
    float: right;
}

.about-wrap.campus-wrap .common-content {
    background: #F8F8F8;
}

.about-wrap .campus-expect {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding-right: 50px;
    padding-left: 50px;
}

.about-wrap .campus-expect .expect-intro {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}

.about-wrap .campus-expect .expect-intro p {
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    color: #295EB2;
    padding-right: 20px;
    margin-top: 20px;
}

.about-wrap .campus-expect .expectbox-wrap {
    width: calc(100% - 275px);
    display: inline-block;
    vertical-align: top;
    padding-left: 60px;
    border-left: 1px solid #CCD2E0;
}

.about-wrap .campus-expect .expectbox-wrap .row {
    margin: 0 -60px;
}

.about-wrap .campus-expect .expectbox-wrap .row>div {
    width: 50%;
    float: left;
    padding: 0 60px;
    margin-top: 40px;
}

.about-wrap .campus-expect .expectbox-wrap .row>div:nth-of-type(2n+1) {
    clear: both;
}

.about-wrap .campus-expect .expectbox-wrap .row>div:nth-of-type(-n+2) {
    margin-top: 0;
}

.about-wrap .campus-expect .expectbox-wrap .row>div h4 {
    margin-bottom: 15px;
}

.about-wrap .campus-expect .expectbox-wrap i {
    margin-top: 5px;
    width: 45px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
}

.about-wrap .campus-expect .expectbox-wrap i+div {
    padding-left: 50px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
}

.about-wrap .campus-tour p {
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.about-wrap .campus-infrawrap {
    background: #EDEEF1;
    overflow: hidden;
}

.about-wrap .campus-infrawrap h3 {
    margin-bottom: 30px;
    margin-top: -10px;
}

.about-wrap .campus-infrawrap .row {
    margin: 0 -18px;
}

.about-wrap .campus-infrawrap .row>div {
    padding: 0 18px;
    margin-top: 36px;
}

.about-wrap .campus-infrawrap .row>div:nth-of-type(-n+3) {
    margin-top: 0;
}

.about-wrap .campus-infrawrap .row>div>div {
    display: table;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #00509F;
    position: relative;
}

.about-wrap .campus-infrawrap .row>div>div:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #00509F;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
}

.about-wrap .campus-infrawrap .row>div>div h4 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

.about-wrap .campus-infrawrap .row>div>div:hover:after {
    opacity: 1;
}

.img_and_text {
    height: auto;
    background: white;
}

.common-bnr .banner-wrap>div .container .content.deptsub-content .bgtext {
    line-height: 1;
    opacity: .03;
}

section#principal-m .img_and_text {
    background: transparent;
}

section#principal-m .img_and_text .text-wrap {
    background: transparent;
}

.deptsub-content .content {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.deptsub-content .common-bgdesign svg {
    fill: #00509F;
}

.deptsub-content .deptsub-intro {
    background: #ffffff;
}

.deptsub-content .dept-number {
    width: 365px;
    display: inline-block;
    vertical-align: top;
    padding-right: 100px;
}

.deptsub-content .dept-number>div {
    width: 130px;
}

.deptsub-content .dept-number>div svg {
    stroke: #00509F;
}

.deptsub-content .dept-number>div svg .text {
    font-family: 'Times New Roman', serif;
    font-size: 260px;
}

.deptsub-content .dept-number h3 {
    margin: 30px 0 20px;
    color: #00509F;
}

.deptsub-content .dept-number h4 {
    font-family: 'Times New Roman', serif;
    font-weight: normal;
    font-style: italic;
    color: #00509F;
}

.deptsub-content .intro-content {
    width: calc(100% - 370px);
    border-left: 1px solid #00509F;
    display: inline-block;
    vertical-align: top;
    padding: 35px 0;
    padding-left: 120px;
}

.deptsub-content .intro-content h3 {
    margin-bottom: 35px;
}

.deptsub-content .intro-content p {
    margin-top: 35px;
}

.deptsub-content .intro-content p:first-of-type {
    margin-top: 0;
}

.deptsub-wrap {
    overflow: hidden;
}

.deptsub-wrap .row {
    margin: 0 -110px;
}

.deptsub-wrap section {
    padding-right: 110px;
    padding-left: 110px;
}

.deptsub-wrap section:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 250vw;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1;
    background: #ffffff;
}

.deptsub-wrap section:nth-of-type(2n+1) {
    clear: both;
}

.deptsub-wrap section:nth-child(4n+1):after,
.deptsub-wrap section:nth-child(4n+2):after {
    background: #F9F9F9;
}

.deptsub-wrap section i {
    display: inline-block;
    width: 62px;
    height: 62px;
}

.deptsub-wrap section h4 {
    margin: 30px 0;
    font-family: 'Times New Roman', serif;
}

.deptsub-wrap section>div {
    text-align: justify;
}

.deptsub-wrap section>div:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.deptsub-wrap section>div>div {
    display: inline-block;
}

.deptsub-wrap section>div>div p {
    font-weight: 600;
}

.deptsub-wrap section>div>div p:first-of-type {
    font-weight: bold;
}

.deptsub-wrap section a {
    margin-top: 10px;
    height: 42px;
    text-transform: capitalize;
    line-height: 40px;
    border-color: #295EB2;
    color: #295EB2;
    font-size: 16px;
    font-weight: 600;
}

.deptsub-wrap section a:hover {
    background: #295EB2;
}

.deptsub-wrap section a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.counter-wrap {
    padding-top: 0;
    margin: 0 -75px;
}

.counter-wrap>div {
    padding: 2px 150px;
    border-right: 1px solid #646E99;
}

.counter-wrap>div:last-of-type {
    border-right: none;
}

.counter-wrap>div span {
    font-size: 50px;
    letter-spacing: 0.05em;
    text-indent: -2px;
    line-height: 1;
    display: inline-block;
}

.counter-wrap>div span sup {
    top: -1.3em;
    font-size: 19px;
    font-family: 'Times New Roman', serif;
}

.counter-wrap>div p {
    margin-top: 25px;
    text-transform: uppercase;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9;
    width: 100%;
    max-width: 190px;
}

.admission-bnr .banner-wrap>div .container .content {
    padding-top: 50px;
}

.admission-bnr .banner-wrap>div .container .content .bgtext {
    top: -120px;
    opacity: 0.05;
}

.admission-content .common-bgdesign svg {
    fill: #EDEEF1;
}

.admission-content .common-bgdesign:before {
    background: #EDEEF1;
}

.admission-content .common-bgdesign:after {
    background: #F8F8F8;
}

.admission-content .content .tab-content {
    position: relative;
}

.admission-content .content .tab-content .admis-common section .text-content {
    width: calc(100% - 360px);
    padding-right: 120px;
}

.admission-content .content .tab-content .admis-common section .text-content>div {
    margin-top: 70px;
}

.admission-content .content .tab-content .admis-common section .text-content>div:first-of-type {
    margin-top: 0;
}

.admission-content .content .tab-content .admis-common section .text-content h3,
.admission-content .content .tab-content .admis-common section .text-content h4 {
    margin-bottom: 35px;
    font-family: 'Times New Roman', serif;
}

.admission-content .content .tab-content .admis-common section .text-content p {
    margin-top: 35px;
}

.admission-content .content .tab-content .admis-common section .text-content p:first-of-type {
    margin-top: 0;
}

.admission-content .content .tab-content .admis-common section .text-content a:last-of-type {
    float: right;
}

.admission-content .content .tab-content .admis-common section .text-content a:first-of-type {
    float: left;
}

.admission-content .content .tab-content .admis-common section .text-content a.readmore {
    font-size: 18px;
    color: #295EB2;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    margin-top: 5px;
    padding: 7px 0;
    border-bottom: 1px solid #295EB2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.admission-content .content .tab-content .admis-common section .text-content a.readmore span {
    width: 13px;
    height: 13px;
    margin-left: 15px;
}

.admission-content .content .tab-content .admis-common section .image-content {
    width: 360px;
    position: relative;
    margin-top: 90px;
}

.admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) {
    background: #ffffff;
}

.admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) .text-content {
    float: left;
    padding-right: 120px;
}

.admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) .image-content {
    float: right;
}

.admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .text-content {
    float: right;
    padding-left: 120px;
}

.admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .image-content {
    float: left;
}

.admission-content .content .tab-content .admis-common.admis-scholar .image-content,
.admission-content .content .tab-content .admis-common.admis-office .image-content {
    margin-top: 0;
}

.admission-content .table_wrap {
    margin-top: 50px;
}

.admission-content table th {
    font-family: 'Times New Roman', serif;
}

.admission-content table tbody tr td {
    padding: 20px 35px;
}

section .container.contact-box>div {
    background: #ffffff;
    position: relative;
    box-shadow: 0 3px 33px rgba(0, 0, 0, 0.09);
}

section .container.contact-box>div>div {
    float: right;
}

section .container.contact-box>div:after {
    content: "";
    display: table;
    clear: both;
}

section .container.contact-box .img-contain {
    width: 45%;
    position: absolute;
    height: 100%;
    background-size: cover;
    background-position: center;
}

section .container.contact-box .text-contain {
    width: 55%;
    padding: 100px;
}

section .container.contact-box .text-contain h3 {
    margin-top: -10px;
    margin-bottom: 25px;
}

section .container.contact-box .text-contain p {
    margin-top: 20px;
}

section .container.contact-box .text-contain p strong {
    font-size: 18px;
    width: 130px;
    display: inline-block;
    line-height: 1;
}

section .container.contact-box .text-contain p br {
    display: inline;
}

.placement-bnr .banner-wrap>div .container .content {
    padding-top: 50px;
    padding-right: 150px;
}

.placement-bnr .banner-wrap>div .container .content .bgtext {
    top: -100px;
    opacity: 0.07;
}

.placement-content .tab-content {
    position: relative;
}

.placement-content .tab-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: -100%;
    left: 0;
}

.placement-content .tab-content .container {
    position: relative;
}

.placement-content .tab-content section {
    position: relative;
}

.placement-content .tab-content .bgimage-wrap {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    background-size: cover;
    background-position: right;
}

.placement-content .tab-content .place-common h4 {
    font-family: 'Times New Roman', serif;
    margin-bottom: 25px;
}

.placement-content .tab-content .place-common ul.weblist li {
    margin-top: 20px;
}

.placement-content .tab-content .place-common section:first-of-type {
    background: #ffffff;
}

.placement-content .tab-content .place-intro h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.placement-content .tab-content .place-intro .number-wrap {
    width: 485px;
    display: inline-block;
    vertical-align: top;
}

.placement-content .tab-content .place-intro .number-wrap .number span {
    display: inline-block;
    vertical-align: middle;
}

.placement-content .tab-content .place-intro .number-wrap .number span:first-of-type {
    width: 305px;
    height: 170px;
}

.placement-content .tab-content .place-intro .number-wrap .number span:first-of-type svg {
    stroke: #00509F;
}

.placement-content .tab-content .place-intro .number-wrap .number span:first-of-type svg .text {
    font-family: 'Times New Roman', serif;
    font-size: 140px;
}

.placement-content .tab-content .place-intro .number-wrap .number span:last-of-type {
    margin-left: 30px;
    width: 49px;
    height: 49px;
    overflow: hidden;
    position: relative;
}

.placement-content .tab-content .place-intro .number-wrap .number span:last-of-type:after,
.placement-content .tab-content .place-intro .number-wrap .number span:last-of-type:before {
    content: "";
    position: absolute;
}

.placement-content .tab-content .place-intro .number-wrap .number span:last-of-type:after {
    width: 50%;
    height: 100%;
    border-right: 1px solid #00509F;
}

.placement-content .tab-content .place-intro .number-wrap .number span:last-of-type:before {
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #00509F;
}

.placement-content .tab-content .place-intro .number-wrap h3 {
    margin-top: 30px;
    margin-bottom: 0;
}

.placement-content .tab-content .place-intro .number-wrap p {
    color: #00509F;
    margin-top: 10px;
}

.placement-content .tab-content .place-intro .number-wrap+div {
    padding-left: 120px;
    width: calc(100% - 490px);
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #CDCFD3;
}

.placement-content .tab-content .place-intro .text-wrap p {
    margin-top: 25px;
}

.placement-content .tab-content .place-intro .text-wrap p:first-of-type {
    margin-top: 0;
}

.placement-content .tab-content .place-intro .img-wrap {
    width: 460px;
    padding: 0 80px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.placement-content .tab-content .place-intro .img-wrap+div {
    float: left;
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 460px);
    padding-right: 150px;
}

.placement-content .tab-content .place-intro .row.contact-box {
    margin: 0 -60px;
}

.placement-content .tab-content .place-intro .row.contact-box>div {
    padding: 0 60px;
}

.placement-content .tab-content .place-intro .row.contact-box>div p {
    margin-top: 20px;
}

.placement-content .tab-content .place-intro .row.contact-box>div p:first-of-type {
    margin-top: 0;
}

.placement-content .tab-content .place-intro .row.contact-box>div p strong {
    font-size: 18px;
    width: 110px;
    display: inline-block;
    line-height: 1;
}

.placement-content .tab-content .goal-wrap {
    overflow: hidden;
    padding: 0;
    background: #ffffff;
}

.placement-content .tab-content .goal-wrap>div {
    padding-top: 70px;
    padding-bottom: 70px;
}

.placement-content .tab-content .goal-wrap>div>div {
    display: inline-block;
    vertical-align: top;
}

.placement-content .tab-content .goal-wrap>div>div h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.placement-content .tab-content .goal-wrap>div>div ul.weblist li {
    margin-bottom: 30px;
}

.placement-content .tab-content .goal-wrap>div>div ul.weblist li:last-of-type {
    margin-bottom: 0;
}

.placement-content .tab-content .goal-wrap>div>div:not(.img-contain) {
    padding-right: 100px;
    width: calc(100% - 555px);
}

.placement-content .tab-content .goal-wrap>div>div.img-contain {
    width: 550px;
    margin-top: -290px;
}

.placement-content .tab-content .goal-wrap>div.darkbg * {
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.placement-content .tab-content .goal-wrap>div.darkbg:before {
    background: #3D4457;
    position: absolute;
    content: "";
    width: 100vw;
    left: 50%;
    top: 0;
    display: block;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.placement-content .tab-content .goal-wrap .img-contain {
    width: 550px;
}

.placement-content .tab-content .place-slider h3 {
    margin-bottom: 50px;
    margin-top: -10px;
}

.placement-content .tab-content .place-slider .slider-wrap {
    margin: 0 -15px;
    width: calc(100% - -30px);
}

.placement-content .tab-content .place-slider .slider-wrap .img-item {
    background: #ffffff;
    border: 1px solid #F1F1F1;
    padding: 40px 30px;
    width: 200px;
    height: 120px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
}

.placement-content .tab-content .place-slider .slider-wrap .img-item img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    left: 50%;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.placement-content .tab-content .place-slider .slider-wrap .img-item:hover img {
    opacity: 1;
}

.placement-content .tab-content .place-slider .slider-wrap .img-item:last-of-type {
    margin-bottom: 0;
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls {
    position: absolute;
    top: -100px;
    right: 15px;
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls .owl-nav>div {
    display: inline-block;
    margin-right: 10px;
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls .owl-nav>div:last-of-type {
    margin-right: 0;
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls .owl-nav>div span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #00509F;
    position: relative;
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls .owl-nav>div span:after {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 7px solid #D2D6E3;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.placement-content .tab-content .place-slider .slider-wrap .owl-controls .owl-nav>div.owl-next span:after {
    border-right: none;
    border-left: 7px solid #d2d6e3;
}

.placement-content .tab-content .place-slider .owl-item .item {
    padding: 0 15px;
}

.placement-content .tab-content .place-slider .owl-item .item>div {
    width: 100%;
}

.placement-content .tab-content .other_links {
    padding-top: 0;
}

.placement-content .tab-content .list-box h3 {
    margin-bottom: 30px;
    margin-top: -10px;
}

.placement-content .tab-content .list-box .container .box-wrap {
    position: relative;
}

.placement-content .tab-content .list-box .container .box-wrap:before {
    display: block;
    width: 1px;
    background: #D1D6E3;
    height: 100%;
    left: 50%;
    position: absolute;
}

.placement-content .tab-content .list-box .container .box-wrap>div:first-of-type {
    padding-right: 200px;
}

.placement-content .tab-content .list-box .container .box-wrap>div:last-of-type {
    padding-left: 200px;
}

.placement-content .tab-content .vendor-box {
    position: absolute;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
    text-align: right;
}

.placement-content .tab-content .vendor-box>div {
    width: 180px;
    height: 180px;
    border: 1px solid #EEEEEE;
    padding: 30px;
    display: inline-block;
    text-align: center;
    margin-right: 35px;
    margin-top: 35px;
    background: #ffffff;
}

.placement-content .tab-content .vendor-box>div:nth-of-type(3n+3) {
    margin-right: 0;
}

.placement-content .tab-content .vendor-box>div:nth-of-type(-n+3) {
    margin-top: 0;
}

.placement-content .tab-content .vendor-box>div img {
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    left: 50%;
    max-width: 100%;
}

.gallery-bnr .banner-wrap>div .container .content .bgtext {
    top: -120px;
    opacity: 0.07;
}

.gallery-content section {
    position: relative;
}

.gallery-content .gallery-intro {
    background: #ffffff;
}

.gallery-content .gallery-intro .img-contain {
    width: 425px;
    padding: 0 80px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
}

.gallery-content .gallery-intro .img-contain+.text-contain {
    width: calc(100% - 430px);
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
}

.gallery-content .gallery-intro .img-contain+.text-contain h3 {
    margin-top: -10px;
    margin-bottom: 20px;
}

.gallery-content .gallery-wrap .row {
    margin: 0 -17.5px;
}

.gallery-content .gallery-wrap .row>div {
    padding: 0 17.5px;
}

.gallery-content .gallery-wrap .row>div .gallery-box {
    height: 290px;
    margin-top: 35px;
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.gallery-content .gallery-wrap .row>div .gallery-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00509F;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-content .gallery-wrap .row>div .gallery-box>h3,
.gallery-content .gallery-wrap .row>div .gallery-box>h4 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 0 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.gallery-content .gallery-wrap .row>div .gallery-box:hover:after {
    opacity: 1;
}

.gallery-content .gallery-wrap .row>div:nth-of-type(-n+3) .gallery-box {
    margin-top: 0;
}

.gallery-content .gallery-wrap .row>div:nth-of-type(2n+2) .gallery-box:after {
    background: #44464A;
}

.gallery-content .campus-tour {
    padding-top: 0;
}

.gallery-content .gallery-eventwrap .container>h3 {
    margin-top: -10px;
    margin-bottom: 20px;
}

.gallery-content .gallery-eventwrap .row>div .gallery-box h4 {
    vertical-align: bottom;
    text-align: left;
    font-weight: normal;
    line-height: 66px;
    padding-left: 35px;
}

.gallery-content .gallery-eventwrap .row>div .gallery-box:after {
    height: 66px;
    left: 0;
    top: auto;
    bottom: 0;
    background: #00509F !important;
}

.gallery-content .gallery-inner .container>h3 {
    margin-top: -10px;
    margin-bottom: 20px;
}

.gallery-content .gallery-inner .row>div .gallery-box:after {
    display: none;
}

.career-bnr .banner-wrap>div .container .content {
    padding-right: 100px;
}

.career-bnr .banner-wrap>div .container .content .bgtext {
    top: -120px;
    opacity: 0.07;
}

.career-bnr .banner-wrap>div .container .content h2 {
    margin-bottom: 0;
}

.career-bnr .banner-wrap>div .container .content h3 {
    color: #ffffff;
    margin-bottom: 25px;
}

.career-content section {
    background: #F8F8F8;
    overflow: hidden;
    position: relative;
}

.career-content h3 {
    margin-bottom: 20px;
    margin-top: -10px;
}

.career-content .row {
    margin: 0 -100px;
}

.career-content .row>div {
    padding: 40px 100px;
}

.career-content .row>div:nth-of-type(-n+2) {
    margin-top: 0;
}

.career-content .row>div>div {
    display: inline-block;
}

.career-content .row>div p {
    line-height: 1;
    margin-top: 5px;
}

.career-content .row>div a {
    height: 48px;
    line-height: 48px;
    width: 160px;
    text-align: center;
    float: right;
    margin-top: 15px;
}

.career-content .row>div:nth-of-type(2n+1) {
    border-right: 1px solid #E8EAEF;
}

.career-content .row>div span {
    color: #767A84;
    display: inline-block;
    position: relative;
    padding: 5px 35px;
    padding-right: 25px;
    margin-right: 20px;
    border-right: 1px solid #E2E2E2;
}

.career-content .row>div span:last-of-type {
    border-right: none;
    margin-right: 0;
}

.career-content .row>div span.icon-career_qualify:before {
    width: 22px;
    height: 15px;
    left: 0;
    top: 6px;
}

.career-content .row>div span.icon-career_date:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px;
}

.career-content.career-innerwrap svg {
    fill: #ffffff;
}

.career-content.career-innerwrap .common-bgdesign:before {
    background: #ffffff;
}

.career-content.career-innerwrap .content {
    background: #ffffff;
}

.career-content.career-innerwrap .content section {
    background: #ffffff;
    border-bottom: 1px solid #D1D1D1;
}

.career-content.career-innerwrap .content section .container {
    border-bottom: none;
}

.career-content.career-innerwrap .content section:last-of-type {
    border-bottom: none;
}

.career-content.career-innerwrap .career-bottom {
    background: #F9F9F9;
    position: relative;
}

.career-content.career-innerwrap .career-bottom section {
    background: transparent;
    border-bottom: 1px solid #D1D1D1;
}

.career-content.career-innerwrap .career-bottom section:last-of-type {
    border-bottom: none;
    text-align: center;
}

.career-content.career-innerwrap .career-bottom section:last-of-type a {
    width: 180px;
    text-align: center;
}

.career-content.career-innerwrap h3 {
    margin-bottom: 40px;
}

.career-content.career-innerwrap h4 {
    font-family: 'Times New Roman', serif;
    margin-bottom: 25px;
}

.career-content.career-innerwrap li {
    margin-top: 20px;
}

.career-content.career-innerwrap li:first-of-type {
    margin-top: 0;
}

.career-content.career-innerwrap .halflist {
    margin-right: -60px;
}

.career-content.career-innerwrap .halflist li {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.career-content.career-innerwrap .halflist li:nth-of-type(-n+2) {
    margin-top: 0;
}

.career-content.career-innerwrap .halflist li:nth-of-type(2n+1) {
    clear: both;
}

.research-bnr .banner-wrap>div .container .content {
    padding-right: 200px;
}

.research-bnr .banner-wrap>div .container .content .bgtext {
    top: -120px;
    opacity: 0.07;
}

.research-content .common-bgdesign:after {
    background: #F2F2F2;
}

.research-content section {
    position: relative;
}

.research-content section:first-of-type {
    background: #ffffff;
}

.research-content .tab-content {
    position: relative;
}

.research-content .tab-content table.webtable th,
.research-content .tab-content table.webtable tbody tr td {
    padding: 15px 20px;
}

.research-content .tab-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: -100%;
    left: 0;
}

.research-content .tab-content .tab-content h4 {
    font-family: 'Times New Roman', serif;
}

.research-content .tab-content .tab-content section:first-of-type {
    padding-top: 0;
}

.research-content .tab-content .tab-content:before {
    display: none;
}

.research-content .tab-content h3,
.research-content .tab-content h4 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.research-content .tab-content .img-content-wrap p {
    margin-top: 30px;
}

.research-content .tab-content .img-content-wrap p:first-of-type {
    margin-top: 0;
}

.research-content .tab-content .img-content-wrap .img-contain {
    width: 480px;
    display: inline-block;
    vertical-align: top;
}

.research-content .tab-content .img-content-wrap .img-contain+div {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 485px);
}

.research-content .tab-content .img-content-wrap .text-contain {
    padding-left: 120px;
}

.research-content .tab-content .research-intro .img-contain {
    margin-top: 20px;
    float: right;
    padding-left: 120px;
}

.research-content .tab-content .research-intro .text-contain {
    float: left;
    padding-left: 0;
    padding-right: 120px;
    border-right: 1px solid #E2E2E2;
}

.research-content .tab-content .research-intro .text-contain ul li {
    margin-top: 20px;
}

.research-content .tab-content .research-intro .text-contain ul li:first-of-type {
    margin-top: 0;
}

.research-content .tab-content .halflist li {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.research-content .tab-content .halflist li:nth-of-type(-n+2) {
    margin-top: 0;
}

.research-content .tab-content .halflist li:nth-of-type(2n+1) {
    clear: both;
}

.research-content .tab-content .by3list li {
    width: 33.33%;
    float: left;
    margin-top: 20px;
}

.research-content .tab-content .by3list li:nth-of-type(-n+3) {
    margin-top: 0;
}

.research-content .tab-content .by3list li:nth-of-type(3n+1) {
    clear: both;
}

.research-content .tab-content .contact-wrap {
    background: #EDEEF1;
}

.research-content .tab-content .other_links {
    padding-top: 0;
}

.research-content .tab-content .common-sub-tabs {
    text-align: justify;
    height: 50px;
    overflow: hidden;
    display: block;
}

.research-content .tab-content .common-sub-tabs:after {
    width: 100%;
    display: inline-block;
}

.research-content .tab-content .common-sub-tabs li {
    float: none;
    display: inline-block;
}

.common-bnr .banner-wrap.resource-bnr>div .container .content .bgtext {
    margin: 0;
    line-height: 1;
    top: -80px;
}

.resource-content h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.resource-content p {
    margin-top: 30px;
}

.resource-content p:first-of-type {
    margin-top: 0;
}

.resource-content h4 {
    margin-top: -10px;
    margin-bottom: 25px;
}

.resource-content section {
    position: relative;
}

.resource-content .resource-intro {
    background: #ffffff;
    padding: 100px;
}

.resource-content .resource-intro ul li {
    margin-top: 20px;
}

.resource-content .resource-intro ul li:first-of-type {
    margin-top: 0;
}

.resource-content .resource-intro h4 {
    font-family: 'Times New Roman', serif;
}

.resource-content .resource-intro .img-contain {
    width: 395px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 100px;
}

.resource-content .resource-intro .img-contain+div {
    border-left: 1px solid #CCD2E0;
    padding-left: 100px;
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: middle;
}

.resource-content .resource-box {
    position: relative;
    background: #ffffff;
    margin-top: 50px;
}

.resource-content .resource-box:first-of-type {
    margin-top: 0;
}

.resource-content .resource-box .img-contain {
    height: 100%;
    width: 510px;
    position: absolute;
    left: 0;
    top: 0;
}

.resource-content .resource-box .img-contain>div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
}

.resource-content .resource-box .text-contain {
    padding: 100px;
    margin-left: 510px;
    width: calc(100% - 510px);
}

.resource-content .resource-box .text-contain i {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
}

.resource-content .resource-box .text-contain i svg {
    fill: #E2E2E2;
    stroke: #E2E2E2;
}

.resource-content .resource-box .text-contain h4 {
    margin-bottom: 20px;
}

.resource-content .resource-box .text-contain ul {
    margin-top: 20px;
}

.resource-content .resource-box .text-contain ul li {
    margin-bottom: 10px;
}

.resource-content .resource-box:nth-of-type(2n+2) .img-contain {
    right: 0;
    left: auto;
}

.resource-content .resource-box:nth-of-type(2n+2) .text-contain {
    margin-left: 0;
    margin-right: 510px;
}

.resource-content .resource-box span {
    color: #295EB2;
    margin-top: 20px;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: .05em;
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.resource-content .resource-box span span {
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.resource-content table.headless {
    border: 1px solid #e8e9e9;
}

.resource-content table.headless tbody tr td {
    border-right: none;
    border-left: none;
}

section.padtop0 {
    padding-top: 0;
}

section.padbottom0 {
    padding-bottom: 0;
}

.coe-bnr .banner-wrap>div .container .content {
    padding-right: 150px;
}

.coe-bnr .banner-wrap>div .container .content .bgtext {
    left: -50px;
    opacity: 0.05;
    top: -120px;
}

.coe-bnr .banner-wrap>div .container .content h2 {
    line-height: 1.2;
}

.coe-content section {
    position: relative;
}

.coe-content section:first-of-type {
    background: #ffffff;
}

.coe-content section ul.halflist {
    margin-right: -60px;
}

.coe-content section ul.halflist li {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.coe-content section ul.halflist li:nth-of-type(-n+2) {
    margin-top: 0;
}

.coe-content section ul.halflist li:nth-of-type(2n+1) {
    clear: both;
}

.coe-content section ul li {
    margin-top: 20px;
}

.coe-content section ul li:first-of-type {
    margin-top: 0;
}

.coe-content section ul li span.result-new {
    display: inline-block;
    font-size: 12px;
    background: #de3f3f;
    color: #fff;
    position: absolute;
    line-height: 1.6;
    padding: 0 5px;
    border-radius: 3px;
    margin-left: -15px;
    top: -15px;
}

.coe-content section ul li span.result-new:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #de3f3f;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.coe-content h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.coe-content p {
    margin-top: 30px;
}

.coe-content p:first-of-type {
    margin-top: 0;
}

.coe-content .tab-content {
    position: relative;
}

.coe-content .tab-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    top: -100%;
    left: 0;
}

.coe-content .coe-intro .img-contain {
    margin-top: 20px;
    float: right;
    width: 400px;
}

.coe-content .coe-intro .text-contain {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 400px);
    float: left;
    padding-right: 120px;
}

.applynow-bnr .banner-wrap>div .container .content {
    padding-right: 150px;
}

.applynow-bnr .banner-wrap>div .container .content .bgtext {
    left: -50px;
    opacity: 0.05;
    top: -120px;
}

.applynow-bnr .banner-wrap>div .container .content h2 {
    line-height: 1.2;
}

.applynow-content section {
    overflow: hidden;
    position: relative;
}

.applynow-content section:first-of-type {
    background: #ffffff;
}

.applynow-content section .applysteps {
    margin: 0 -50px;
    text-align: justify;
    margin-bottom: -20px;
}

.applynow-content section .applysteps:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.applynow-content section .applysteps li {
    padding: 0 50px;
    display: inline-block;
    text-align: center;
}

.applynow-content section .applysteps li .stepnum {
    display: inline-block;
    height: 105px;
    margin-bottom: 40px;
}

.applynow-content section .applysteps li .stepnum svg {
    max-width: 150px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    fill: #EDEEF1;
}

.applynow-content section .applysteps li .stepnum svg .clipgraph {
    clip-path: url(#clippath);
}

.applynow-content section .applysteps li .stepnum svg .textapply {
    font-family: 'Times New Roman', serif;
    font-size: 150px;
}

.applynow-content section .applysteps li p {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    font-size: 18px;
    color: #091326;
    line-height: 1.4;
    letter-spacing: 0.05em;
}

.applynow-content section .applysteps li.active svg,
.applynow-content section .applysteps li:hover svg {
    fill: #00509F;
}

.applynow-content section .applysteps li.active p,
.applynow-content section .applysteps li:hover p {
    color: #295EB2;
}

.applynow-content .tab-content section:nth-of-type(2n+1) {
    background: #F9F9F9;
}

.applynow-content .tab-content section:nth-of-type(2n+2) {
    background: #FFFFFF;
}

.applynow-content .tab-content .tab-pane {
    display: none;
}

.applynow-content .tab-content .tab-pane.active {
    display: block;
}

.applynow-content .tab-content .webform {
    overflow: hidden;
}

.applynow-content .tab-content .webform h4 {
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    margin-top: -10px;
}

.applynow-content .tab-content .webform .form-group {
    margin-top: 40px;
    margin-bottom: 0;
}

.applynow-content .tab-content .webform .course-wrap .container>.row {
    margin: 0 -60px;
}

.applynow-content .tab-content .webform .course-wrap .container>.row>.form-group {
    padding: 0 60px;
}

.applynow-content .tab-content .webform .course-wrap .container>.row>.form-group:nth-of-type(-n+2) {
    margin-top: 0;
}

.applynow-content .tab-content .webform .course-wrap .container .checkbox-group {
    margin-right: 100px;
}

.applynow-content .tab-content .webform .course-wrap .container .checkbox-group:last-of-type {
    margin-right: 0;
}

.applynow-content .tab-content .webform .applicant-wrap .container,
.applynow-content .tab-content .webform .contact-wrap .container {
    position: relative;
}

.applynow-content .tab-content .webform .applicant-wrap .container:before,
.applynow-content .tab-content .webform .contact-wrap .container:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #A5ACBC;
    left: 50%;
    top: 0;
}

.applynow-content .tab-content .webform .applicant-wrap .container>.row,
.applynow-content .tab-content .webform .contact-wrap .container>.row {
    margin: 0 -150px;
}

.applynow-content .tab-content .webform .applicant-wrap .container>.row>div,
.applynow-content .tab-content .webform .contact-wrap .container>.row>div {
    padding: 0 150px;
}

.applynow-content .tab-content .webform .applicant-wrap .container>.row>div:first-of-type,
.applynow-content .tab-content .webform .contact-wrap .container>.row>div:first-of-type {
    margin-top: 0;
}

.applynow-content .tab-content .webform .applicant-wrap .container>.row>div .checkbox-group,
.applynow-content .tab-content .webform .contact-wrap .container>.row>div .checkbox-group {
    vertical-align: middle;
    margin-left: 40px;
}

.applynow-content .tab-content .webform .academ-wrap section:first-of-type .row:first-of-type .form-group {
    margin-top: 0;
}

.applynow-content .tab-content .webform .academ-wrap section:first-of-type .row:first-of-type .form-group .checkbox-group {
    margin-left: 40px;
}

.applynow-content .tab-content .webform .academ-wrap section:nth-of-type(3) {
    background: transparent;
}

.applynow-content .tab-content .webform .academ-wrap h4 {
    margin-bottom: 25px;
}

.applynow-content .tab-content .webform .academ-wrap h5 {
    font-size: 16px;
    color: #000000;
    line-height: 2;
    letter-spacing: 0.05em;
}

.applynow-content .tab-content .webform .academ-wrap table {
    border: 1px solid #e8e9e9;
}

.applynow-content .tab-content .webform .academ-wrap table th {
    font-family: 'Times New Roman', serif;
    text-align: center;
}

.applynow-content .tab-content .webform .academ-wrap table th:after {
    display: none;
}

.applynow-content .tab-content .webform .academ-wrap table th:first-of-type {
    text-align: left;
}

.applynow-content .tab-content .webform .academ-wrap table tr:nth-of-type(2n+2) {
    background: #F3F3F3;
}

.applynow-content .tab-content .webform .academ-wrap table tbody tr td {
    border-right: none;
    border-left: none;
}

.applynow-content .tab-content .webform .academ-wrap table .form-group {
    margin: 20px 0;
}

.alumni-bnr .banner-wrap>div .container .content {
    padding-right: 200px;
}

.alumni-bnr .banner-wrap>div .container .content .bgtext {
    left: -100px;
    opacity: 0.05;
    top: -120px;
}

.alumni-bnr .banner-wrap>div .container .content h2 {
    line-height: 1.2;
}

.alumni-content .alumni-bgdesign:after {
    background: #F8F8F8;
}

.alumni-content .alumni-bgdesign svg {
    fill: #F2F2F3;
}

.alumni-content .content section {
    position: relative;
}

.alumni-content .content section:nth-of-type(2n+2) {
    background: #ffffff;
}

.alumni-content .content h3 {
    margin-bottom: 50px;
}

.alumni-content .content .alumni-blog .row {
    margin: 0 -23px;
}

.alumni-content .content .alumni-blog .alumni-box {
    padding: 0 23px;
    margin-top: 46px;
}

.alumni-content .content .alumni-blog .alumni-box h4 {
    font-family: 'Times New Roman', serif;
    margin-top: -10px;
    margin-bottom: 25px;
}

.alumni-content .content .alumni-blog .alumni-box p.readmore {
    margin-top: 15px;
    color: #295EB2;
}

.alumni-content .content .alumni-blog .alumni-box p.readmore span {
    width: 13px;
    height: 13px;
    margin-left: 5px;
    font-size: 20px;
    line-height: 0;
}

.alumni-content .content .alumni-blog .alumni-box:nth-of-type(-n+2) {
    margin-top: 0;
}

.alumni-content .content .alumni-blog .alumni-box:nth-of-type(2n+1) {
    clear: both;
}

.alumni-content .content .alumni-blog .alumni-box>div {
    padding: 70px;
    background: #ffffff;
    position: relative;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom {
    margin-top: 30px;
    text-align: right;
    padding-top: 25px;
    border-top: 1px solid #E2E2E2;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span {
    font-size: 14px;
    color: #767A84;
    display: inline-block;
    position: relative;
    padding: 5px 35px;
    padding-right: 0;
    margin-right: 40px;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span:last-of-type {
    margin-right: 0;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span:first-of-type {
    float: left;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span.icon-career_date:before {
    width: 22px;
    height: 22px;
    left: 0;
    top: 4px;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span.icon-alumni_eye:before {
    width: 31px;
    height: 20px;
    left: -10px;
    top: 5px;
}

.alumni-content .content .alumni-blog .alumni-box>div .box-bottom span.icon-alumni_fav:before {
    width: 21px;
    height: 20px;
    left: 0;
    top: 5px;
}

.alumni-content .content .alumni-story .story-box {
    margin-top: 30px;
}

.alumni-content .content .alumni-story .story-box:nth-of-type(-n+4) {
    margin-top: 0;
}

.alumni-content .content .alumni-story .story-box>div {
    background: #F8F8F8;
    padding: 50px 30px;
    text-align: center;
}

.alumni-content .content .alumni-story .story-box>div .profile {
    width: 125px;
    height: 125px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 25px;
}

.alumni-content .content .alumni-story .story-box>div p {
    line-height: 1.5;
    margin-top: 5px;
}

.alumni-content .content .alumni-story .story-box>div p.prof_name {
    font-weight: bold;
    color: #295EB2;
}

.alumni-content .content .alumni-story .story-box>div .prof-bottom {
    margin-top: 45px;
    display: inline-block;
    text-align: left;
}

.alumni-content .content .alumni-story .story-box>div .prof-bottom p {
    position: relative;
    padding: 5px 40px;
}

.alumni-content .content .alumni-story .story-box>div .prof-bottom p.icon-alumni_comp {
    font-weight: bold;
}

.alumni-content .content .alumni-story .story-box>div .prof-bottom p.icon-alumni_comp:before {
    width: 21px;
    height: 21px;
    left: 0;
    top: 6px;
}

.alumni-content .content .alumni-story .story-box>div .prof-bottom p.icon-alumni_prof:before {
    width: 21px;
    height: 17px;
    left: 0;
    top: 9px;
}

.testimony-wrap {
    background: #00509F;
    position: relative;
}

.testimony-wrap .home-testimony {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    background: #00509F;
    z-index: 1;
    position: relative;
}

.testimony-wrap .home-testimony .slider-contain {
    float: right;
    padding-right: 16%;
    width: calc(((100% - 1400px) / -2) - -100%);
    overflow: hidden;
    position: relative;
}

.testimony-wrap .home-testimony .slider-contain .testi-slider .owl-stage-outer {
    overflow: visible;
}

.testimony-wrap .home-testimony .slider-contain .testi-slider .owl-stage-outer .owl-item {
    padding: 0;
}

.testimony-wrap .home-testimony .slider-contain .testi-slider .item .test-quote q {
    font-weight: bold;
}

.testimony-wrap h3 {
    color: #ffffff;
}

.webmodal .modal-content {
    background: #F8F8F8;
    border-radius: 0;
    border: none;
    padding: 30px 50px;
    padding-top: 80px;
}

.webmodal .modal-content .close {
    width: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 50%;
    border: 1.5px solid #193274;
    color: #193274;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.webmodal .modal-content .close:hover {
    background: #193274;
    color: white;
}

.feedmodal .modal-content h2 {
    font-weight: normal;
    color: #00509F;
    margin-bottom: 20px;
}

.feedmodal .modal-content .form-group {
    margin-bottom: 30px;
}

.feedmodal .modal-content p {
    color: #00509F;
    margin-bottom: 30px;
}

.feedmodal .modal-content a.submit-btn {
    margin-top: 50px;
    padding: 0 60px;
}

.feedmodal .modal-content .modal-bottom {
    margin-top: 40px;
}

.feedmodal .modal-content .modal-bottom a {
    display: inline-block;
    margin-right: 20px;
    color: #C1BEBE;
    letter-spacing: 0.02em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feedmodal .modal-content .modal-bottom a:last-of-type {
    margin-right: 0;
}

.feedmodal .modal-content .modal-bottom a:hover {
    color: #000000;
}

.contact-bnr .banner-wrap>div .container .content {
    padding-right: 250px;
}

.contact-bnr .banner-wrap>div .container .content .bgtext {
    left: -100px;
    opacity: 0.05;
    top: -130px;
}

.contact-bnr .banner-wrap>div .container .content h2 {
    line-height: 1.2;
}

.contact-content section {
    position: relative;
}

.contact-content section .contact-box>div>div {
    width: 50%;
    float: left;
}

.contact-content section .contact-box>div>div.text-contain {
    width: 50%;
}

.contact-content section .contact-box>div>div:first-of-type>* {
    position: relative;
    color: #ffffff;
}

.contact-content section .contact-box>div>div:first-of-type a {
    color: #ffffff;
}

.contact-content section .contact-box>div>div:first-of-type:before {
    content: "";
    position: absolute;
    background: #51586D;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
}

.contact-content section .contact-box>div>div p:first-of-type {
    margin-top: 0;
}

.contact-content section .contact-box>div>div p span {
    display: inline-block;
    vertical-align: top;
}

.contact-content section .contact-box>div>div p:last-of-type {
    margin-top: 40px;
}

.contact-content section .contact-box>div>div p:last-of-type strong {
    width: auto;
}

.contact-content section .contact-box>div>div.form-contain {
    padding: 100px;
}

.contact-content section .contact-box>div>div.form-contain ::-webkit-input-placeholder {
    text-indent: -500px;
    color: #ffffff;
}

.contact-content section .contact-box>div>div.form-contain ::-moz-placeholder {
    text-indent: -500px;
    color: #ffffff;
}

.contact-content section .contact-box>div>div.form-contain :-ms-input-placeholder {
    text-indent: -500px;
    color: #ffffff;
}

.contact-content section .contact-box>div>div.form-contain :-moz-placeholder {
    text-indent: -500px;
    color: #ffffff;
}

.contact-content section .contact-box>div>div.form-contain h3 {
    margin-top: -10px;
    margin-bottom: 30px;
}

.contact-content section .contact-box>div>div.form-contain a.submit-btn {
    margin-top: 30px;
    padding: 0 60px;
}

.contact-content section .contact-box>div>div.form-contain input[type=text],
.contact-content section .contact-box>div>div.form-contain input[type=password],
.contact-content section .contact-box>div>div.form-contain input[type=email],
.contact-content section .contact-box>div>div.form-contain textarea {
    font-size: 16px;
    width: 100%;
    letter-spacing: 0.02em;
    padding-right: 20px;
    color: #000000;
    height: 52px;
    border: none;
    background: transparent;
    box-shadow: none;
    outline: none !important;
    border-bottom: 1px solid #C7C7C7;
}

.contact-content section .contact-box>div>div.form-contain textarea {
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    resize: none;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-content section .contact-box>div>div.form-contain .form-group {
    position: relative;
    margin-top: 35px;
}

.contact-content section .contact-box>div>div.form-contain .form-group:first-of-type {
    margin-top: 0;
}

.contact-content section .contact-box>div>div.form-contain .form-group label {
    pointer-events: none;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 15px;
    letter-spacing: 0.02em;
    font-size: 16px;
    color: #091326;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-content section .contact-box>div>div.form-contain .form-group.focused label {
    top: -8px;
    font-size: 12px;
}

.map-wrap {
    position: relative;
    z-index: 1;
}

.map-wrap .map_pin {
    cursor: pointer;
    display: inline-block;
    width: 65px;
    height: 65px;
    background: #ffffff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 3px 11px rgba(9, 19, 38, 0.12);
    position: absolute;
    right: 0;
    bottom: -32.5px;
}

.map-wrap .map_pin svg {
    display: inline-block;
    width: 20px;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.map-wrap .map_pin span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    color: #295EB2;
    position: absolute;
    background: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    left: 0;
    font-size: 42px;
}

.gmap_canvas {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    height: calc(100vh - 200px);
}

.gmap_canvas iframe {
    width: 100%;
    height: 100%;
}

.contact-bnr {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-bnr.map_class {
    height: calc(100vh - 200px);
}

.contact-bnr.map_class .gmap_canvas {
    opacity: 1;
    pointer-events: all;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.contact-bnr.map_class .contact-bgdesign,
.contact-bnr.map_class .contact-banner {
    opacity: 0;
}

.contact-bnr.map_class+.map-wrap svg {
    opacity: 0;
}

.contact-bnr.map_class+.map-wrap span {
    opacity: 1;
}


/************************ developer 2 *****************************/


/*----------------News & Events page---------------------*/

section.news_evnts {
    position: relative;
}

section.news_evnts .container .events-wrap {
    padding: 30px;
    border: 1px solid #e6e4e4;
    margin-bottom: 30px;
    background: #FFFFFF;
}

section.news_evnts .container .events-wrap label {
    font-size: 16px;
    font-style: italic;
    letter-spacing: .05em;
    color: #858a94;
    font-family: 'muli', serif;
}

section.news_evnts .container .events-wrap h4 {
    font-size: 24px;
    margin-top: 10px;
    font-family: 'muli', serif;
}

section.news_evnts .container .events-wrap h4 a:hover {
    color: #000000;
}

section.news_evnts .container .events-wrap:last-of-type {
    margin-bottom: 0;
}


/*----------------------Alumini Page Styles-----------------------------*/

.alumini_nav {
    height: auto;
    line-height: auto;
}

.alumini_nav .headmain-menu ul.navbar-right li {
    padding: 0 41px;
}

.alumini_nav .headmain-menu ul.navbar-right li:first-of-type {
    padding-left: 0;
}

.alumini_nav .headmain-menu ul.navbar-right li:last-of-type {
    padding-right: 0;
}

.alumini_nav .headmain-menu #alumini_nav {
    display: none;
}


/*---------------------Alumni_Events page styles---------------------------*/

.content .alumni-blog .container .alumni_held {
    width: 48%;
    float: left;
}

.content .alumni-blog .container .alumni_held:first-of-type {
    margin-right: 49px;
}

.content .alumni-blog .container .alumni_held .row .alumni-box {
    margin-top: 46px;
}

.content .alumni-blog .container .alumni_held .row .alumni-box:first-of-type {
    margin-top: 0;
}


/*-------Alumni login------------*/

.alumni-login-box .modal-dialog .modal-content .modal-body span.alumni-login-hd {
    color: #00509f;
    font-size: 21px;
    margin-bottom: 25px;
    display: inline-block;
}

.alumni-login-box .modal-dialog .modal-content .modal-body .modal-form a.submit-btn {
    margin-top: 10px;
}

.alumni-login-box .modal-dialog .modal-content .modal-body .modal-form a.reset-btn {
    display: inline-block;
    color: #00509f;
    text-align: right;
    float: right;
    margin-top: 30px;
}

.alumni-login-box .modal-dialog .modal-content .modal-body .modal-bottom a {
    color: #5d5d5d;
    font-weight: 500;
}

.alumni-login-box .modal-dialog .modal-content .modal-body .modal-bottom a span {
    color: #00509f;
}

.alumni-login-box .modal-dialog .modal-content .modal-body .modal-bottom a span:hover {
    text-decoration: underline;
}


/*------------------Alumini Registration---------------------------*/

.alumni-new-register .container h3 {
    text-align: center;
}

.alumni-new-register .container .row .new-registration {
    float: left;
}

.alumni-new-register .container .row .new-registration .form-group {
    margin-bottom: 30px;
    width: 47%;
    float: left;
    margin-left: 30px;
}

.alumni-new-register .container .row .new-registration .form-group input[type=text] {
    font-size: 16px;
    width: 100%;
    letter-spacing: .02em;
    padding: 0 20px;
    color: #000;
    height: 60px;
    border: 0;
    background: #fff;
    box-shadow: none;
    outline: none !important;
}

.alumni-new-register .container .row .new-registration .form-group select {
    font-size: 16px;
    width: 100%;
    letter-spacing: .02em;
    padding: 0 20px;
    color: #000;
    height: 60px;
    border: 0;
    background: #fff;
    box-shadow: none;
    outline: none !important;
    border: none;
}

.alumni-new-register .container .row .new-registration .form-group select option {
    border: none;
    outline: none;
}

.alumni-new-register .container .row .new-registration .form-group select option:last-child {
    color: #cccccc;
}

.alumni-new-register .container .row .new-registration .alumni-submit {
    clear: both;
    margin: 0 auto;
    display: block;
    width: 250px;
}


/*---------Newsletter-----------*/

.alumni_newaletter .container .newsletter-wrap {
    padding: 30px;
    border: 1px solid #e6e4e4;
    margin-bottom: 30px;
    background: #fff;
}

.alumni_newaletter .container .newsletter-wrap .alumni-newsletter-date {
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
}

.alumni_newaletter .container .newsletter-wrap h4 {
    font-size: 21px;
}

.alumni_newaletter .container .newsletter-wrap .alumni-newsletter {
    display: block;
    font-size: 16px;
    font-style: italic;
    color: #00509F;
    font-weight: 300;
}


/*---------------alumni_distinguish------------------*/

.tab-content::before {
    position: inherit !important;
}

.alumni_distinguish .container .distinguish-year {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 15px;
}

.alumni_distinguish .container .distinguish-year ul {
    padding: 0;
    width: 100%;
    background: #fff;
}

.alumni_distinguish .container .distinguish-year ul li.year-box {
    float: none;
    /*padding: 0 50px;*/
    margin: 0 auto;
    width: 28%;
}

.alumni_distinguish .container .distinguish-year ul li.year-box ul.dropdown-menu {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.alumni_distinguish .container .distinguish-year .year-inner {
    display: block;
    text-align: center;
}

.alumni_distinguish .container .distinguish-year .year-inner label {
    font-weight: 600;
    font-size: 14px;
}

.alumni_distinguish .container .distinguish-year .year-inner select {
    border: 1px solid #e8e8e8;
    width: 200px;
    padding: 7px;
    margin-left: 10px;
}

.alumni_distinguish .container .alumni-distinguish-members {
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: inline-block;
}

.alumni_distinguish .container .alumni-distinguish-members::before,
.alumni_distinguish .container .alumni-distinguish-members::after {
    content: "";
    display: table;
    clear: both;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane span.year {
    display: block;
    padding-left: 20px;
    font-size: 30px;
    line-height: 2;
    letter-spacing: .02em;
    font-weight: bold;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members {
    margin-top: 30px;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot {
    padding: 30px 0px;
    float: left;
    background: #fff;
    width: 100%;
    /*margin-right: 50px;*/
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-pic {
    width: 50%;
    float: left;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-pic .profile-img {
    width: 125px;
    height: 125px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-dtls {
    display: block;
    float: left;
    width: 50%;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-dtls p.disti-name {
    font-size: 17px;
    font-weight: 600;
}

.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-dtls .disti-batch,
.alumni_distinguish .container .alumni-distinguish-members .tab-pane .distinguish-members .distinguish-members-slot .distinguish-dtls .disti-achieve {
    line-height: 23px;
}


/*----------------alumni-achievement---------------------*/

.alumni-achievement .container .achieve-tabs {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.alumni-achievement .container .achieve-tabs ul {
    padding: 0;
}

.alumni-achievement .container .achieve-tabs ul li {
    width: 50%;
    float: left;
    line-height: 55px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    font-weight: 800;
    transition: ease-in-out 0.5s;
    margin-right: 0;
}

.alumni-achievement .container .achieve-tabs ul li:hover {
    background: #00509f;
    color: #fff;
}

.alumni-achievement .container .achieve-tabs ul li:last-of-type {
    -webkit-box-shadow: inset 1px 0 0 0 #b7b7b7;
    box-shadow: inset 1px 0 0 0 #b7b7b7;
}

.alumni-achievement .container .alumni-achieve-glry {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.alumni-achievement .container .alumni-achieve-glry .achieve-glry-inner {
    background: #FFFFFF;
    margin-bottom: 30px;
}

.alumni-achievement .container .alumni-achieve-glry .achieve-glry-inner .distinguish-dtls p {
    text-align: center;
    display: block;
}

.alumni-achievement .container .alumni-achieve-glry .form-group {
    margin-bottom: 30px;
    width: 47%;
    float: left;
    margin-left: 30px;
}

.alumni-achievement .container .alumni-achieve-glry .form-group input[type=text] {
    font-size: 16px;
    width: 100%;
    letter-spacing: .02em;
    padding: 0 20px;
    color: #000;
    height: 60px;
    border: 0;
    background: #fff;
    box-shadow: none;
    outline: none !important;
}

.alumni-achievement .container .alumni-achieve-glry .achieve-submit {
    display: block;
    margin: 0 auto;
    width: 200px;
}


/*----------alumni jobs--------------*/

.alumni-jobs {
    position: relative;
}

.alumni-jobs .container div h2 {
    background: #FFFFFF;
    color: #333333;
    font-size: 30px;
    padding: 15px 15px;
}

.alumni-jobs .container div .add-jobs {
    display: inline-block;
    float: right;
    width: 150px;
    height: 66px;
    background: #00509f;
    color: #fff;
    text-align: center;
    top: -66px;
    position: relative;
    line-height: 66px;
    font-size: 20px;
}

.alumni-jobs .container div .add-jobs a {
    display: inline-block;
    color: #FFFFFF;
}

.alumni-jobs .container div .jobs-inner {
    width: 100%;
    /*margin-top: 25px;*/
    background: #FFFFFF;
    padding: 15px;
    display: inline-block;
    margin-top: -40px;
}

.alumni-jobs .container div .jobs-inner .job-box {
    padding: 20px;
}

.alumni-jobs .container div .jobs-inner .job-box .job-position {
    font-size: 20px;
    color: #313131;
    display: block;
    margin-bottom: 15px;
}

.alumni-jobs .container div .jobs-inner .job-box p {
    color: #8c8b8b;
    line-height: 21px;
    font-size: 13px;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 5px 15px 5px;
}

.alumni-jobs .container div .jobs-inner .job-box span.comment {
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    color: #9c9999;
}

.alumni-jobs .container div .jobs-inner .job-box span.comment a {
    color: #9c9999;
}


/*----------find-alumni-------------*/

section.find-alumni {
    position: relative;
}

section.find-alumni .container .find-area {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #fff;
}

section.find-alumni .container .find-area h2 {
    display: block;
    text-align: center;
    font-size: 30px;
    margin: 18px 0;
}

section.find-alumni .container .find-area .form-group {
    width: 47%;
    margin: 30px auto;
}

section.find-alumni .container .find-area .form-group input[type=text] {
    font-size: 16px;
    width: 100%;
    letter-spacing: .02em;
    padding: 0 20px;
    color: #000;
    height: 60px;
    border: 1px solid #dad9d9;
    /*background: #ccc;*/
    box-shadow: none;
    outline: none !important;
}

section.find-alumni .container .find-area .form-group select {
    font-size: 16px;
    width: 100%;
    letter-spacing: .02em;
    padding: 0 20px;
    color: #000;
    height: 60px;
    border: 0;
    border: 1px solid #dad9d9;
    /*background: #fff;*/
    box-shadow: none;
    outline: none !important;
}

section.find-alumni .container .find-area .alumni-submit {
    display: block;
    margin: 0 auto;
    width: 170px;
}

section.find-alumni .result-area {
    width: 100%;
    float: left;
    margin-top: 30px;
}

section.find-alumni .result-area .alumni-result::before {
    content: "";
    clear: both;
    display: table;
}

section.find-alumni .result-area .alumni-result::after {
    content: "";
    clear: both;
    display: table;
}

@media (min-width: 991px) {
    .alumni-comment-box .modal-dialog {
        width: 850px !important;
    }
    .alumni-job-add .modal-dialog {
        width: 950px !important;
    }
}


/*-------Job Add popup box--------*/

.alumni-job-add .modal-dialog .modal-content .modal-body h2 {
    font-size: 45px;
}


/*-----------job comment popup box---------------*/

.alumni-comment-box .modal-dialog .modal-content .modal-body span.alumni-job-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #3a3838;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body p.alumni-job-cnt {
    display: block;
    font-size: 16px;
    color: #474646;
    line-height: 28px;
    margin: 15px 0;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body .border {
    width: 100%;
    height: 1px;
    background: #dadada;
    margin-bottom: 15px;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body .comments {
    display: block;
    width: 90%;
    margin-left: 18px;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body .comments .cmnt_name {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #00509f;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body .comments .cmnt_txt {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #080808;
    line-height: 22px;
    margin-top: 6px;
}

.alumni-comment-box .modal-dialog .modal-content .modal-body .modal-form .form-group {
    margin-bottom: 15px;
}


/*----------------alumni-gallery--------------------*/

.alumni-gallery .container .row div .alumni_gallery {
    background: #fff;
    padding: 20px;
}

.alumni-gallery .container .row div .alumni_gallery .event-dtls span.event_hd {
    margin-top: 10px;
    font-weight: 700;
    display: inline-block;
    font-size: 19px;
}


/*--------------alumni album------------------------*/

.alumni-album .container .row div .album_gallery {
    margin-bottom: 30px;
}

.alumni-album .container .row div .album_gallery .event-img {
    width: 100%;
    height: 150px;
    background-size: cover;
    object-fit: cover;
}

.overlay {
    overflow: hidden;
}

.academics-bnr .banner-wrap>div .container .content {
    padding-top: 50px;
    padding-right: 50px;
}

.academics-bnr .banner-wrap>div .container .content .bgtext {
    top: -120px;
    opacity: 0.05;
}

.bg-sec-white {
    background-color: #fff;
}

.common-tabs li.li-download .psr-blue-down {
    margin-top: 0;
    color: #295EB2 !important;
    text-transform: inherit;
}

.common-tabs li.li-download .psr-blue-down .icon-darr {
    margin-left: 15px;
}

.common-tabs li.li-download:hover a {
    background-color: transparent;
}

.contact-ul li {
    width: 39%;
    display: inline-block;
}

.contact-ul li p {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    padding-bottom: 30px;
}

.contact-ul li p:first-of-type {
    font-size: 18px;
    font-weight: 800;
    padding-bottom: 0;
}

.contact-ul li:nth-of-type(odd) {
    padding-right: 135px;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
}

.contact-ul li:nth-of-type(even) {
    padding-left: 135px;
}

.academics-content .tab-content section {
    position: relative;
}

.academics-content .tab-content section.acad-intro {
    background-color: #fff;
}

.academics-content .tab-content section.acad-intro .img-contain {
    float: left;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    border-opacity: 0.7;
    padding: 42px 0;
    width: 500px;
}

.academics-content .tab-content section.acad-intro .img-contain img {
    max-width: 300px;
    margin: 0 auto;
}

.academics-content .tab-content section.acad-intro.mou .img-contain {
    border-right: none;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
}

.academics-content .tab-content section.acad-intro.mou .text-contain {
    padding-left: 0;
    padding-right: 100px;
}

.academics-content .tab-content section .text-contain {
    width: calc(100% - 500px);
    float: left;
    padding-left: 100px;
}

.academics-content .tab-content section .text-contain h3 {
    margin-bottom: 35px;
}

.academics-content .tab-content .mou .mou-left-cnt {
    width: 55%;
    float: left;
    display: inline-block;
    padding: 50px 0;
}

.academics-content .tab-content .mou .mou-left-cnt .weblist li {
    margin: 30px 0;
}

.academics-content .tab-content .mou .mou-right-cnt {
    width: 45%;
    float: left;
    display: inline-block;
    text-align: right;
}

.academics-content .tab-content .mou .mou-right-cnt img {
    display: inline-block;
    width: 193px;
    margin: 15px;
}

.academics-content .tab-content section.acad-intro-table .table_wrap table th {
    font-family: 'Times New Roman', serif;
}

.academics-content .tab-content section.acad-intro-table h3 {
    margin-bottom: 30px;
}

.academics-content .tab-content section.acad-intro-table .child-h3 {
    margin-top: 60px;
}

.academics-content .tab-content section.iso-btm {
    background: #F8F8F8 url("../img/iso-btm.png") right no-repeat;
    padding: 0;
    height: 780px;
}

.academics-content .tab-content section.iso-btm .iso-inner-cnt {
    padding: 150px 0 0 15px;
    max-width: 700px;
    position: relative;
}

.academics-content .tab-content section.iso-btm .iso-inner-cnt p {
    padding: 15px 0;
    max-width: 800px;
}

.academics-content .tab-content section.iso-btm .iso-inner-cnt .psr-blue-down {
    right: 0;
    transform: none;
    left: auto;
}

.academics-content .tab-content section.iso-btm .iso-inner-cnt .psr-blue-down .icon-darr {
    margin-left: 15px;
}

.academics-content .tab-content section.vac-sec {
    height: auto;
    padding-bottom: 0;
}

.academics-content .tab-content section.vac-sec .vac-bg-light {
    background-color: #fff;
}

.academics-content .tab-content section.vac-sec .vac-pm-100 {
    margin-top: -100px;
    padding-top: 100px;
}

.academics-content .tab-content section.vac-sec h3 {
    margin: 0 0 50px 0;
}

.academics-content .tab-content section.vac-sec h4.vac-main-head {
    font-family: 'Times New Roman', serif;
    margin-bottom: 50px;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro {
    padding-bottom: 50px;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro h4 {
    font-family: 'Times New Roman', serif;
    margin-bottom: 50px;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro .text-contain .psr-blue-down {
    float: left;
    position: relative;
    left: 0;
    transform: none;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro .text-contain .psr-blue-down .icon-darr {
    margin-left: 15px;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro .img-contain {
    padding: 15px 0;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-intro .img-contain img {
    max-width: 290px;
    margin: 0 auto;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-sec-two {
    background-color: #FBFBFB;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-sec-two h4 {
    margin-bottom: 50px;
}

.academics-content .tab-content section.vac-sec .tab-content .vac-sec-two ul li {
    margin: 30px 0;
}

.academics-content .tab-content section.vac-sec .vac-about .img-contain {
    border: none;
}

.academics-content .tab-content section.vac-sec .LR-div .psr-blue-down {
    margin-top: 30px;
}

.academics-content .tab-content section.vac-sec .vac-courses .img-contain {
    border: none;
    padding: 100px 0;
}

.academics-content .tab-content section.vac-sec .vac-courses .img-contain img {
    max-width: 330px;
    margin: 0 auto;
}

.academics-content .tab-content section.vac-sec .vac-courses .text-contain p {
    padding-bottom: 30px;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div {
    background-color: #fff;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div:before {
    content: "";
    position: absolute;
    width: 100vw;
    left: -100vw;
    height: 100%;
    background: white;
    top: 0;
    display: block;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain {
    width: 25%;
    float: left;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain img {
    width: 290px;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div .text-contain {
    width: 70%;
    float: left;
    padding-left: 0;
}

.academics-content .tab-content section.vac-sec .vac-cstm-div .text-contain p {
    padding: 0 0 30px 0;
}

.academics-content .tab-content section.vac-sec .vac-batch .vac-ul-div {
    background-color: transparent;
}

.academics-content .tab-content section.vac-sec .vac-batch .vac-ul-div ul li {
    border-bottom: 1px solid #858A94;
}

.academics-content .tab-content section.vac-sec .vac-batch .vac-ul-div ul li.active {
    border-bottom: 3px solid #295EB2;
}

.academics-content .tab-content section.vac-sec .vac-batch .vac-ul-div ul li.active a {
    color: #295EB2;
}

.academics-content .tab-content section.vac-sec .vac-batch .vac-ul-div ul li a {
    color: #858A94;
}

.academics-content .tab-content section.vac-sec .batch-inner-table {
    padding-bottom: 100px;
}

.academics-content .tab-content section.more-extra {
    background-color: #fff;
}

.academics-content .tab-content section h3 {
    margin: 0 0 50px 0;
}

.academics-content .tab-content section.more-common-sec {
    background-color: #fff;
    padding-top: 0;
}

.academics-content .tab-content section.more-common-sec h4 {
    font-family: 'Times New Roman', serif;
    padding-bottom: 30px;
}

.academics-content .tab-content section.more-common-sec .col-md-8 ul li {
    margin: 30px 0;
}

.academics-content .tab-content section.more-common-sec .col-md-8 .psr-blue-down {
    position: relative;
    left: 0;
    transform: none;
    margin-top: 0px;
}

.academics-content .tab-content section.more-common-sec .col-md-8 .psr-blue-down .icon-darr {
    margin-left: 15px;
}

.academics-content .tab-content #acad-nss .more-common-sec .col-md-4 img {
    max-width: 227px;
    margin: 0 auto;
    padding: 50px 0;
}

.academics-content .tab-content #acad-youth .more-common-sec .col-md-4 img {
    max-width: 344px;
    margin: 0 auto;
}

.academics-content .tab-content #acad-ribbon .more-common-sec .col-md-4 img {
    max-width: 192px;
    margin: 0 auto;
}

.academics-content .tab-content #acad-nss section.motto {
    background-color: #EDEEF1;
}

.academics-content .tab-content #acad-nss section.motto .col-md-7 h4 {
    padding: 30px 0;
    font-family: 'Times New Roman', serif;
}

.academics-content .tab-content #acad-nss section.motto .col-md-7 .psr-blue-down {
    position: relative;
    left: 0;
    transform: none;
}

.academics-content .tab-content #acad-nss section.motto .col-md-7 .psr-blue-down .icon-darr {
    margin-left: 15px;
}

.academics-content .tab-content #acad-nss section.motto .col-md-5 figure img {
    max-width: 440px;
    margin: 0 auto;
}

.academics-content .tab-content #acad-nss section.obj .halflist {
    margin-right: -60px;
    margin-top: 30px;
}

.academics-content .tab-content #acad-nss section.obj .halflist li {
    width: 50%;
    float: left;
    margin: 15px 0;
    padding-right: 60px;
}

.academics-content .tab-content #acad-nss section.obj .halflist li:nth-of-type(-n+2) {
    margin-top: 0;
}

.academics-content .tab-content #acad-nss section.obj .halflist li:nth-of-type(2n+1) {
    clear: both;
}

.academics-content .tab-content #acad-nss section.extra-foot {
    background-color: #F5F5F6;
}

.academics-content .tab-content #acad-nss section.extra-foot .fac-left .address p,
.academics-content .tab-content #acad-nss section.extra-foot .fac-right .address p {
    padding-bottom: 0;
}

.academics-content .tab-content section.youth {
    padding-top: 0;
}

.academics-content .tab-content section.youth .col-md-8 {
    padding: 0;
}

.academics-content .tab-content section.youth .col-md-8 p {
    padding: 0 130px 30px 0;
}

.academics-content .tab-content section.youth .col-md-4 img {
    max-width: 355px;
    margin: 0 auto;
    padding: 0;
}

.academics-content .tab-content section.extra-foot {
    background-color: #F5F5F6;
}

.academics-content .tab-content section.extra-foot .fac-left .address p,
.academics-content .tab-content section.extra-foot .fac-right .address p {
    padding-bottom: 0;
}

.academics-content .tab-content section.obj-act {
    background-color: #FBFBFB;
}

.academics-content .tab-content section.obj-act .col-md-6 {
    padding: 0;
}

.academics-content .tab-content section.obj-act .col-md-6 h4 {
    font-family: 'Times New Roman', serif;
    padding-bottom: 30px;
}

.academics-content .tab-content section.obj-act .col-md-6 .weblist li {
    margin: 30px 0;
}

.academics-content .tab-content section.more-common-sec .right,
.academics-content .tab-content section.motto .right,
.academics-content .tab-content section.obj.youth-obj .right {
    float: right;
}

.RL-div .text-contain {
    padding-left: 0 !important;
    padding-right: 100px;
}

.RL-div .img-contain {
    border-right: 0;
    border-left: 1px solid rgba(112, 112, 112, 0.2);
    float: right;
    padding: 42px 0;
    width: 500px;
}

.LR-div {
    background-color: #FBFBFB;
}

.LR-div .img-contain {
    float: left;
    border-right: 1px solid rgba(112, 112, 112, 0.2);
    padding: 20px 0 100px 0;
    width: 500px;
}

.LR-div .img-contain img {
    max-width: 390px;
    margin: 0 auto;
}

.LR-div .text-contain {
    width: calc(-400%);
    float: left;
    padding-left: 100px;
}

.LR-div .text-contain p {
    padding: 15px 0;
}

.LR-div .psr-blue-down {
    position: relative;
    left: 0;
    transform: none;
}

section.vac-footer {
    padding: 84px 0;
}

section.vac-footer a {
    width: 16.666%;
    margin-right: 0;
}

section.vac-footer a:last-child {
    text-align: right;
}

.vac-ul-div {
    background-color: #f6f6f6;
    padding: 4px 0;
    border: none;
    text-align: center;
}

.vac-ul-div .common-sub-tabs {
    border-bottom: none;
    text-align: center;
    display: inline-block;
}

.vac-ul-div .common-sub-tabs li a {
    padding: 14px 38px;
    color: #091326;
    font-size: 16px;
    font-weight: 800;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.vac-ul-div .common-sub-tabs li a:hover {
    color: #295EB2;
}

.vac-ul-div .common-sub-tabs li.active a {
    background-color: transparent;
    color: #295EB2;
    border: none;
}

.psr-blue-down {
    color: #295EB2;
    font-size: 18px;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    padding: 7px 0;
    margin-top: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

section.motto {
    background-color: #EDEEF1;
}

section.motto h4 {
    padding: 0;
    font-family: 'Times New Roman', serif;
}

section.obj {
    background-color: #fff;
}

section.obj h4 {
    font-family: 'Times New Roman', serif;
    padding-bottom: 30px;
}

section.obj .col-md-7 {
    padding-left: 0;
}

section.obj .col-md-5 img {
    max-width: 400px;
    margin: 0 auto;
}

section.youth-obj .weblist li {
    margin: 30px 0;
}

.tab-content .more-common-sec .col-md-8 {
    padding-left: 0;
}

.tab-content .more-common-sec .col-md-8 p {
    padding-bottom: 30px;
}

#acadprofbody .more-common-sec .col-md-4 img {
    max-width: 304px;
    margin: 15px auto;
}

#acadyear .table_wrap .webtable th {
    font-family: 'Times New Roman', serif;
}

.error-404 {
    padding: 265px 0 150px !important;
    text-align: center;
}

.error-404 img {
    width: 460px;
    margin: 0 auto;
}

.error-404 h3 {
    color: #273572;
    margin-bottom: 50px;
}

#wrapper .search {
    padding-top: 165px !important;
}

#wrapper .search span,
#wrapper .search .webform {
    display: inline-block;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    vertical-align: middle;
}

#wrapper .search .filter-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

#wrapper .search .sort-right {
    text-align: right;
}

#wrapper .search .sort-right form.webform {
    width: 196px;
    margin-left: 15px;
    padding: 9px 0px;
    box-shadow: 0 0 3px 0px #D8D8D8;
    background-color: #fff;
}

#wrapper .search .sort-right form.webform .selectric .label {
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 37px;
}

#wrapper .search .sort-right form.webform .selectric-open .selectric-items {
    top: 55px;
}

#wrapper .search .sort-right form.webform .selectric-wrapper {
    padding: 0 15px;
}

#wrapper .search .search-results {
    background-color: #fff;
    padding: 0px 50px;
    box-shadow: 0 0 3px 0 #D8D8D8;
    margin-bottom: 30px;
    margin-top: 50px;
}

#wrapper .search .search-results ul li {
    border-bottom: 1px solid #E5E5E5;
    clear: both;
    padding: 30px 0;
}

#wrapper .search .search-results ul li img {
    width: 162px;
    margin-right: 20px;
    float: left;
}

#wrapper .search .search-results ul li h6 {
    color: #295EB2;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 800;
    margin-bottom: 5px;
}

#wrapper .search .search-results ul li a {
    color: #858A94;
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

#wrapper .search .search-results ul li p {
    color: #000;
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
}


/************************ opacity as 0 for anims *****************************/

.page-banner .banner-img,
.dept-top .bg-design,
.page-banner .banner-content .content>*:not(h1),
.page-banner .banner-content .content h1 span,
.dept-top .dept-ug h3,
.dept-top .dept-ug li,
.dept-top .dept-pg h3,
.dept-top .dept-pg li,
header .header-menu button,
header .header-menu .headmain-menu .search-wrap,
.home-study h4,
.home-content .home-study ul li,
.home-content .home-why .left-content,
.home-content .home-why .right-content,
.home-infra .row>div,
.home-placement .image-contain,
.home-placement .text-contain,
.home-placement .company-slider,
.home-morelink .row>div,
.home-lifeat .container>div .content>*,
.home-lifeat .banner-bottom .text-contain,
.home-newsevent .row>div,
.home-testimony:not(.alumni-testimony) .testi-slider .item,
.footer-subscribe form>*,
footer .footer-top .foottop-strip p,
footer .footer-top .foottop-links ul,
footer .footer-bottom .footer-address .container>div {
    opacity: 0;
}

header .header-menu .headmain-menu ul li,
header .header-menu .navbar-header {
    opacity: 1;
    position: unset;
}

section#principal-m .container div.img_and_text .text-wrap {
    width: 54%;
    float: right;
    padding: 23px 91px;
    padding-right: 0;
    position: relative;
    top: 0;
    z-index: 1;
}

section#principal-m .container div.img_and_text .image-wrap {
    width: 46%;
    position: relative;
    left: 0;
    top: 0%;
    height: 65%;
    transform: translateY(0%);
}

section#principal-m {
    background: #ffffff !important;
}


/************************ responsive *****************************/

@media only screen and (max-width: 1199px) {
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap p {
        max-width: unset;
    }
    section#principal-m .container div.img_and_text .image-wrap {
        width: 35%;
        position: relative;
        left: 0;
        top: 0%;
        height: 326px;
        transform: translateY(22%);
    }
    section#principal-m .container div.img_and_text .text-wrap {
        width: 65%;
        float: right;
        padding: 23px 50px;
        text-align: left;
    }
    .about-wrap .msg-chairman .container div.img_and_text .image-wrap {
        width: 35%;
        height: 326px;
        display: block;
        background-position: left;
        background-size: cover;
        background-color: #00509F;
        position: absolute;
        right: auto;
        left: 50%;
        top: 45px;
        /* height: 78%; */
        transform: translate(-50%, 0%);
        z-index: 99;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap {
        width: 100%;
        float: none;
        text-align: center;
        background: #ffffff;
        padding: 100px;
        position: relative;
        top: 0;
        z-index: 1;
        padding-top: 418px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrap .msg-chairman .container div.img_and_text .image-wrap {
        width: 49%;
    }
    section#principal-m .img_and_text {
        background: transparent;
        /* padding: 59px 0; */
        padding-bottom: 63px;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
    section#principal-m .container div.img_and_text .text-wrap {
        width: 100%;
        float: none;
        padding: 23px 50px;
        padding-top: 419px;
        text-align: center;
    }
    section#principal-m .container div.img_and_text .image-wrap {
        width: 45%;
        position: absolute;
        left: 50%;
        top: 0%;
        height: 36%;
        transform: translate(-50%, 22%);
    }
    section#principal-m .about-wrap .msg-chairman .icon-quote {
        width: 200px;
        height: 300px;
        position: absolute;
        opacity: 0.07;
        left: 50%;
        top: 77%;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom {
        margin-top: 52px;
    }
}

@media only screen and (max-width: 639px) {
    section#principal-m .container div.img_and_text .image-wrap {
        width: 58%;
        height: 33%;
    }
    .about-wrap .msg-chairman .container div.img_and_text .image-wrap {
        width: 62%;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom {
        margin-top: 42px;
    }
}

section#principal-m .container div.img_and_text .image-wrap {
    background-position: center;
}

@media only screen and (max-width: 479px) {
    section#principal-m .container div.img_and_text .text-wrap {
        padding: 25px 17px;
    }
    section#principal-m .img_and_text .image-wrap {
        width: 73% !important;
        height: 236px !important;
    }
    section#principal-m .img_and_text {
        padding-bottom: 15px;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom>div,
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom a {
        float: none;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap {
        padding-left: 20px;
        padding-top: 321px !important;
        padding-right: 20px;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap .msg-bottom {
        margin-top: 36px;
    }
    .about-wrap .msg-chairman .container div.img_and_text .image-wrap {
        width: 73% !important;
        height: 266px !important;
    }
    .about-wrap .msg-chairman .container div.img_and_text .text-wrap {
        padding-bottom: 51px;
    }
    .about-wrap .msg-chairman .container div.img_and_text .image-wrap {
        width: 83%;
        height: 216px;
        display: block;
        background-position: left;
        background-size: cover;
        background-color: #00509F;
        position: absolute;
        right: auto;
        left: 50%;
        top: 27px;
    }
}

.msg-chairman.about_page {
    background: #F8F8F8;
    max-width: 1920px;
    padding-top: 0;
}

.msg-chairman.about_page>div {
    position: relative;
}

.msg-chairman.about_page .container {
    position: static;
}

.msg-chairman.about_page .container>div.image-wrap {
    width: 64%;
    display: block;
    background-position: left;
    background-size: cover;
    background-color: #00509F;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.msg-chairman.about_page .container>div.text-wrap {
    width: 69%;
    float: left;
    background: #ffffff;
    padding: 100px;
    position: relative;
    top: 100px;
    z-index: 1;
}

.msg-chairman.about_page .container>div.text-wrap h3 {
    margin-top: -10px;
    margin-bottom: 35px;
}

.msg-chairman.about_page .container>div.text-wrap p {
    margin-top: 35px;
    width: 100%;
    max-width: 640px;
}

.msg-chairman.about_page .container>div.text-wrap p:first-of-type {
    margin-top: 0;
}

.msg-chairman.about_page .container>div.text-wrap .msg-bottom {
    margin-top: 90px;
}

.msg-chairman.about_page .container>div.text-wrap .msg-bottom>div {
    float: left;
}

.msg-chairman.about_page .container>div.text-wrap .msg-bottom>div h4 {
    line-height: 1.2;
}

.msg-chairman.about_page .container>div.text-wrap .msg-bottom a {
    float: right;
    font-size: 16px;
    font-style: italic;
    font-family: 'Times New Roman', serif;
    letter-spacing: 0.05em;
    padding: 10px 0;
    margin-bottom: -10px;
    color: #295EB2;
}

.msg-chairman.about_page .container>div.text-wrap .msg-bottom a span {
    font-size: 18px;
    display: inline-block;
    margin-left: 15px;
    line-height: 1;
}

.msg-chairman.about_page .icon-quote {
    width: 370px;
    height: 300px;
    position: absolute;
    opacity: 0.07;
    left: 40%;
    top: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1499px) {
    /*common*/
    h1,
    .h1text {
        font-size: 48px;
    }
    h2,
    .h2text {
        font-size: 36px;
    }
    h3,
    .h3text {
        font-size: 24px;
    }
    h4,
    .h4text {
        font-size: 18px;
    }
    h5,
    .h5text {
        font-size: 14px;
    }
    p,
    .ptext,
    q {
        font-size: 14px;
    }
    section {
        padding: 70px 0;
    }
    .btn_web_fill,
    .btn_web_brdr {
        height: 45px;
        line-height: 45px;
    }
    /*header .header-menu .headmain-menu ul{
    margin-bottom: -5px;

    .scale(0.8);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
  }*/
    header .header-menu .navbar-header a {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
    }
    header .header-menu .navbar-header {
        /*padding-top: 35px;*/
        position: absolute;
    }
    /*header .header-menu .headmain-menu {
    padding-top: 50px;
  }*/
    header .header-menu .container .headtop-strip {
        top: 2px;
    }
    header .header-menu .container .head-quick-contact span:first-of-type {
        margin-right: 34px;
    }
    header .header-menu .container .head-quick-contact div {
        margin-left: 34px;
    }
    header .header-menu .container .headtop-left span {
        font-size: 12px;
        padding: 0 12px;
    }
    header.white .header-menu .navbar-header {
        padding: 0;
        bottom: 0;
    }
    header.white .header-menu .container .headtop-strip {
        top: 0;
    }
    /* header.white .header-menu .headmain-menu > ul{
    margin-bottom: 15px;
  }*/
    header.white .header-menu .navbar-header a {
        margin-bottom: 5px;
    }
    header.white+div {
        padding-top: 217px;
    }
    .home-banner .banner-content .h1text,
    .home-banner .banner-content p {
        margin-bottom: 20px;
    }
    .home-banner .banner-content>div .item .h1text span {
        height: 62px;
    }
    .home-banner {
        min-height: 700px;
    }
    .home-banner .banner-content>div {
        padding-top: 0;
        padding-bottom: 30px;
        width: 400px;
    }
    .home-top .bg-design {
        left: calc(((100% - 1170px) / 2) - 210px);
    }
    .home-content .home-study .container {
        /*top: -115px;*/
        /*margin-bottom: -115px;*/
        margin:50px 0;
    }
    header .header-menu .headmain-menu li {
        padding: 0 25px;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        font-size: 15px;
        opacity: 1;
    }
    header .header-menu .headmain-menu li .btn_web_brdr {
        padding: 0 13px;
    }
    .home-content .home-study ul li:nth-of-type(3n+1),
    .home-content .home-study ul li:nth-of-type(3n+2),
    .home-content .home-study ul li:nth-of-type(3n+3) {
        width: 50%;
        margin-top: 25px;
    }
    .home-content .home-study ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .home-content .home-study .container h4 {
        margin-top: -5px;
    }
    .home-content .home-study .container>a {
        right: 60px;
        top: 20px;
    }
    .home-content .home-why .right-content {
        padding-left: 50px;
    }
    .home-content .home-why .right-content p:first-of-type {
        padding-top: 0;
    }
    .home-content .home-why .left-content {
        margin-top: 10px;
    }
    .home-content .home-why .right-content p {
        padding: 15px 0;
    }
    .home-infra {
        padding: 40px 0;
    }
    .home-infra .container>a {
        top: 0;
    }
    .home-infra h4 span {
        width: 50px;
        height: 35px;
        margin-right: 20px;
    }
    .home-infra h4 {
        margin-bottom: 20px;
    }
    .home-infra .row {
        margin: 0 -30px;
    }
    .home-infra .row>div {
        padding: 10px 30px 20px;
    }
    .home-placement .text-contain {
        padding: 30px 0;
        padding-left: 60px;
    }
    .home-placement .text-contain a {
        padding: 0 15px;
    }
    .home-placement .text-contain h3 {
        max-width: 380px;
        margin-bottom: 25px;
    }
    .home-placement .company-slider {
        margin-top: 50px;
    }
    .home-morelink .row>div i {
        width: 45px;
        height: 45px;
    }
    .home-morelink .row>div i+div {
        padding-left: 25px;
        width: calc(100% - 50px);
    }
    .home-morelink .row>div h4 {
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .home-morelink .row>div p {
        margin-bottom: 15px;
    }
    .home-lifeat {
        height: 700px;
    }
    .home-lifeat .container>div .content {
        padding-top: 0;
    }
    .home-lifeat .container>div .content a.video-link span {
        width: 50px;
        height: 50px;
    }
    .home-lifeat .banner-bottom>div {
        padding: 15px 0 10px;
    }
    .home-lifeat .container>div .content a.video-link,
    .home-lifeat .container>div .content h2,
    .home-lifeat .container>div .content p {
        margin-bottom: 20px;
    }
    .home-newsevent .events-wrap a {
        margin-top: 25px;
    }
    .home-newsevent .news-wrap p:last-of-type {
        margin-top: 20px;
    }
    .home-newsevent h3 {
        margin-bottom: 20px;
        margin-top: -10px;
    }
    .home-newsevent label {
        margin-bottom: 15px;
    }
    .home-newsevent h4 {
        margin-bottom: 10px;
    }
    .home-newsevent .container>a {
        top: -5px;
    }
    .home-testimony h3 {
        margin-bottom: 10px;
        margin-top: -10px;
    }
    .home-testimony .testi-slider .item {
        padding: 30px 30px;
    }
    .home-testimony .testi-slider .item .test-quote q {
        min-height: 140px;
        padding-bottom: 15px;
    }
    .home-testimony .testi-slider .item .test-quote:before {
        font-size: 100px;
    }
    .home-testimony .testi-slider .item .test-quote {
        padding-left: 70px;
    }
    .home-testimony .testi-slider .item .test-profile {
        padding-top: 20px;
    }
    .footer-subscribe h3 {
        margin-top: -10px;
        margin-bottom: 10px;
    }
    .footer-subscribe input[type='text'],
    .footer-subscribe input[type='email'] {
        height: 45px;
    }
    footer .footer-top .foottop-strip p {
        padding: 20px 0 0px;
    }
    footer .footer-top .foottop-links {
        padding: 20px 0 5px;
    }
    footer .footer-bottom .footer-address {
        padding: 50px 0 30px;
    }
    footer .footer-bottom a.navbar-brand {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
        margin-right: -50px;
    }
    footer .footbottom-links {
        padding: 15px 0;
    }
    footer .footer-top .foottop-links ul li a {
        font-size: 14px;
    }
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 1170px) / 2) - 160px);
    }
    .home-banner .owldots_wrap {
        bottom: 125px;
    }
    .dept-top .bg-design {
        height: calc(100% - 125px);
        top: 125px;
    }
    .dept-top .bg-design>div {
        left: calc(((100% - 1170px) / 2) - 150px);
    }
    .page-banner .banner-content .content {
        width: 460px;
    }
    .page-banner .banner-content .content h1 {
        top: -110px;
        left: -70px;
        font-size: 150px;
    }
    .page-banner .banner-content {
        padding-top: 80px;
    }
    .page-banner {
        height: 550px;
    }
    .dept-top .dept-block h3 {
        margin-bottom: 40px;
    }
    .dept-top .dept-block ul li {
        margin-top: 50px;
    }
    /* dept inner */
    .common-bgdesign {
        left: calc(((100% - 1170px) / 2) - 1650px);
    }
    .common-bnr {
        height: 400px;
    }
    .common-content .common-bgdesign {
        top: -500px;
    }
    .common-bnr .banner-wrap>div .container .content {
        width: 480px;
    }
    .common-bnr .banner-wrap>div .container .content i {
        width: 110px;
        height: 100px;
        float:right;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs {
        padding: 20px 25px;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs>li {
        margin-right: 20px;
    }
    .program-wrap .pgm-content .tab-content .program-data {
        padding-bottom: 50px;
    }
    ul.weblist li {
        padding-left: 40px;
        font-size: 14px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about {
        padding-top: 50px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
        width: 400px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
        margin-left: 400px;
        padding-left: 70px;
        width: calc(100% - 405px);
        padding-bottom: 50px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip {
        padding-left: 50px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
        padding: 40px 40px;
        padding-left: 70px;
    }
    
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div{ width:33%;}
    
    .program-wrap .pgm-content .tab-content .deptin-about .program-data {
        padding-top: 50px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data h4 {
        margin-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div>div:not(.content-bg) {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg>div:not(.content-bg):last-of-type {
        padding-bottom: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg) {
        padding-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data ul li {
        margin-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg {
        padding-right: 350px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg .content-bg>div {
        height: calc(100% - -50px);
        top: -50px;
    }
    ul.weblist li:before {
        width: 16px;
        font-size: 24px;
        top: -1px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip {
        padding: 25px 20px 5px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip {
        padding: 60px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box {
        margin-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
        width: 400px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
        padding: 70px;
        margin-left: 400px;
        width: calc(100% - 400px);
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i {
        margin-bottom: 25px;
        width: 60px;
        height: 60px;
    }
    .program-wrap .pgm-content .tab-content table tbody tr {
        height: 70px;
    }
    .program-wrap .pgm-content .tab-content table thead tr {
        height: 90px;
    }
    .program-wrap .pgm-content .tab-content table th {
        font-size: 20px;
    }
    .program-wrap .pgm-content .tab-content table tbody tr td,
    .program-wrap .pgm-content .tab-content table th {
        padding: 10px 20px;
        padding-left: 30px;
    }
    .program-wrap .pgm-content .tab-content table tbody .btn_web_brdr {
        height: 36px;
        line-height: 35px;
        width: 110px;
        font-size: 12px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box {
        padding: 60px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap {
        padding-right: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro {
        margin-bottom: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box:nth-of-type(2) {
        margin-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common a.readmore {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1499px) and (min-height: 800px) {
    .home-top .bg-design {
        left: calc(((100% - 1170px) / 2) - 235px);
    }
}

@media only screen and (max-width: 1499px) and (min-height: 900px) {
    .home-top .bg-design {
        left: calc(((100% - 1170px) / 2) - 265px);
    }
}

@media only screen and (max-width: 1499px) and (min-height: 800px) {
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 1170px) / 2) - 190px);
    }
}

@media only screen and (max-width: 1499px) and (min-height: 900px) {
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 1170px) / 2) - 220px);
    }
}

@media only screen and (max-width: 1499px) {
    .alumini_nav .headmain-menu ul.navbar-right li {
        padding: 0 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-menu .navbar-default .navbar-toggle.mobileclose {
        display: none;
    }
    header .header-menu .headmain-menu {
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    header .header-menu .headmain-menu li a {
        opacity: 1 !important;
        -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important;
    }
    body {
        left: 0 !important;
    }
    header .header-menu .container .headmain-menu .headtop-strip {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .header-menu .container {
        display: flex;
    }
    header .header-menu .container .headtop-strip {
        width: 30%;
        display: flex;
        align-items: center;
    }
    header .header-menu .container .headtop-left {
        width: 70%;
    }
    header .header-menu .container .headtop-left span {
        font-size: 11px;
        padding: 0 5px;
    }
    header .header-menu .container .headtop-left span i.svg_icon {
        width: 25px;
        height: 12px;
        padding: 0;
        margin-top: 1px;
    }
    header .header-menu .container .headtop-strip ul li a {
        line-height: 2;
        padding: 0 5px;
    }
    header .header-menu .container .headtop-strip a {
        font-size: 12px;
    }
    .header-menu .navbar {
        display: flex;
        width: 100%;
        align-items: center;
    }
    header .header-menu a.navbar-brand span {
        display: inline-block;
        width: 70px;
        height: 65px;
        vertical-align: middle;
        margin-right: 10px;
    }
    header .header-menu a.navbar-brand p {
        font-size: 24px;
    }
    header .header-menu a.navbar-brand label {
        font-size: 11px;
        margin-top: 5px;
    }
    header .header-menu .navbar-header {
        width: 50%!important;
    }
    header .header-menu .container .head-quick-contact {
        width: 50%!important;
    }
    header .header-menu .container .head-quick-contact span label {
        margin-top: 14px;
    }
    .head-quick-contact label a {
        font-size: 11px;
    }
    header .header-menu .container .head-quick-contact span svg {
        margin-right: 10px!important;
        width: 25px!important;
    }
    header .header-menu .container .head-quick-contact span {
        display: flex;
        align-items: center;
    }
    header .header-menu .container .head-quick-contact {
        padding: 13px 0!important;
        display: flex!important;
        align-items: center;
    }
    header .header-menu .container .head-quick-contact span label {
        margin-top: 5px;
    }
    .head-quick-contact label a {
        margin-top: 0px;
        font-size: 11px;
    }
    header .header-menu .container .head-quick-contact span.contact_header_middle {
        display: flex;
        float: left;
        align-items: center;
    }
    header .header-menu .container .head-quick-contact span.slash {
        display: inline-block;
        align-items: center;
    }
    .head-quick-contact label a {
        margin-top: 18px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        margin: 0 auto;
        display: block;
    }
    .header-menu .container {
        display: flex;
        justify-content: end;
    }
    header .header-menu a.navbar-brand {
        font-family: 'Roboto Condensed', sans-serif;
        line-height: 1;
        float: none;
        display: flex;
        align-items: center;
    }
    header .header-menu .container .headtop-strip ul li a {
        line-height: 2;
        padding: 0 2px;
    }
}

@media (max-width: 1023px) {
    header .header-menu .container .head-quick-contact {
        display: none!important;
    }
}

@media only screen and (max-width: 1023px) {
    .header-menu .navbar-default .navbar-toggle:hover,
    .header-menu .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    header .header-menu .container .headtop-strip {
        display: none;
    }
    header .header-menu .container .headmain-menu .headtop-strip {
        display: block;
        width: 100%;
        text-align: center;
    }
    header .header-menu .container .headtop-left {
        display: none;
    }
    header .header-menu .container .head-quick-contact {
        display: none;
    }
    header .header-menu .full-border {
        display: none;
    }
    header .header-menu .nav>.row {
        display: flex;
        margin-left: 0px!important;
        flex-direction: column;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        color: #FFFFFF;
        opacity: 1;
    }
    header .header-menu .headmain-menu li.hasdropmenu a:after {
        border-top-color: #ffffff;
    }
    .header-menu .container .navbar-toggle {
        border: none;
        margin: 0;
        padding: 25px;
        margin-right: -25px;
        opacity: 1;
        top: 16px;
        /* display: none; */
    }
    .header-menu .container .navbar-toggle span {
        width: 28px;
        background: #00509f;
        font-size: 36px;
    }
    .header-menu .container .mobileclose {
        cursor: pointer;
    }
    .header-menu .container .mobileclose span {
        background: none !important;
        color: white;
        font-size: 36px;
        line-height: 20px;
    }
    header .header-menu .navbar-header {
        z-index: 0;
    }
    .header-menu .navbar {
        overflow: hidden;
    }
    .header-menu .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }
    header .header-menu .navbar {
        padding-top: 15px;
    }
    header.white {
        padding-bottom: 10px;
    }
    header.white+div {
        padding-top: 100px;
    }
    .dept-top .bg-design {
        height: calc(100% - 95px);
        top: 95px;
    }
    header.white .header-menu .navbar-toggle span {
        background: #ffffff;
    }
    header.white .header-menu .headmain-menu {
        padding-top: 0;
    }
    header.white .header-menu .headmain-menu li a {
        color: #ffffff;
        opacity: 1;
    }
    header.white .header-menu .headmain-menu li.hasdropmenu a:after {
        border-top-color: #ffffff;
    }
    header .header-menu .headmain-menu li:last-of-type {
        margin-bottom: 0;
    }
    header.white .header-menu .headmain-menu>ul {
        margin-bottom: 0;
    }
    header .header-menu .headmain-menu .headtop-strip:after {
        display: none;
    }
    header .header-menu .headmain-menu .headtop-strip .search-wrap {
        display: none;
    }
    h3,
    .h3text {
        line-height: 1.8;
    }
    header .header-menu .navbar-header {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    header .header-menu .navbar-header ul {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    header .header-menu .navbar-header .navbar-brand {
        position: relative;
        bottom: -3px;
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transform-origin: left;
        -moz-transform-origin: left;
        -ms-transform-origin: left;
        -o-transform-origin: left;
        transform-origin: left;
    }
    header .header-menu .container .headtop-strip {
        position: relative;
        z-index: -1;
    }
    header .header-menu .headmain-menu {
        position: fixed;
        width: 100vw;
        height: 100% !important;
        left: 0;
        padding: 0;
        -webkit-transform: translate(107%, 0);
        -ms-transform: translate(107%, 0);
        -moz-transform: translate(107%, 0);
        transform: translate(107%, 0);
        top: 0;
        background: white;
        display: block;
        margin: 0;
    }
    header .header-menu .headmain-menu ul {
        padding: 30px;
        width: 100%;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin: 0;
    }
    header .header-menu .headmain-menu li .btn_web_brdr {
        display: none;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        font-size: 20px;
        line-height: 2.6;
        margin-left: 0;
        padding-left: 0;
    }
    header .header-menu .headmain-menu>ul {
        padding-top: 70px;
    }
    header .header-menu .headmain-menu>ul:before {
        content: '';
        width: 100%;
        height: 0%;
        position: absolute;
        top: 0px;
        left: 0%;
        display: block;
        background-color: #00509F;
    }
    header .header-menu .headmain-menu.in>ul:before {
        animation: slideBgTop 1s forwards;
        -webkit-animation: slideBgTop 1s forwards;
        -webkit-animation-timing-function: cubic-bezier(0.68, 0.14, 0, 1.29);
        animation-timing-function: cubic-bezier(0.68, 0.14, 0, 1.29);
        animation-delay: 0.3s;
        -webkit-animation-delay: 0.3s;
    }
    header .header-menu .headmain-menu li {
        display: block;
        vertical-align: middle;
        text-align: left;
        margin-bottom: 10px;
    }
    header .header-menu .headmain-menu li:first-of-type {
        padding-left: 25px;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        display: inline-block;
        text-align: center;
        opacity: 0;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr):hover {
        color: #ffffff;
    }
    header .header-menu .headmain-menu .headtop-strip ul li {
        display: block;
        padding: 0;
        line-height: 29px;
    }
    header .header-menu .headmain-menu .headtop-strip ul li a {
        color: white;
        line-height: 1.6;
        opacity: 1;
    }
    header .header-menu .headmain-menu .headtop-strip ul li a:hover {
        color: #193274;
    }
    header .header-menu .navbar-header {
        padding-top: 0;
    }
    header.white .header-menu .navbar-toggle span {
        background: #000000;
    }
    .header-menu .container .navbar-toggle.mobileclose {
        position: absolute;
        z-index: 1;
        right: calc((100% - 970px) / 2);
        margin: 0;
        top: 10px;
    }
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 180px);
    }
    footer .footer-bottom a.navbar-brand {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        margin-right: 0px;
    }
    footer .footer-bottom .footer-address .container>div:first-of-type {
        margin-bottom: 30px;
        width: 100%;
    }
    .home-testimony .testi-slider .item .test-quote q {
        min-height: 170px;
    }
    .home-newsevent .events-wrap a {
        padding: 0 15px;
    }
    .home-newsevent .events-wrap a:last-of-type {
        margin-top: 15px;
    }
    .home-lifeat {
        height: 570px;
    }
    .home-lifeat .container>div .content {
        padding-bottom: 30px;
    }
    .home-morelink .row>div i {
        margin-bottom: 20px;
    }
    .home-morelink .row>div i+div {
        width: 100%;
        padding-left: 0;
    }
    .home-placement .image-contain {
        width: 50%;
    }
    .home-placement .text-contain {
        padding: 0;
        padding-left: 40px;
        margin-top: -10px;
        width: 50%;
    }
    .home-placement .text-contain h3 {
        margin-bottom: 15px;
    }
    .home-placement .text-contain p {
        margin-bottom: 20px;
    }
    .home-placement .text-contain a {
        font-size: 13px;
    }
    .home-placement .text-contain a {
        padding: 0 10px;
        margin-right: 10px;
    }
    .home-content .home-why .right-content {
        padding-left: 40px;
    }
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 970px) / 2) - 120px);
    }
    .dept-top .bg-design>div {
        left: calc(((100% - 970px) / 2) - 220px);
    }
    .dept-top .dept-block ul li {
        margin-top: 40px;
    }
    .dept-top .dept-block ul li:nth-of-type(-n+3) {
        margin-top: 40px;
    }
    .dept-top .dept-block ul li:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .dept-top .dept-block ul li:nth-of-type(3n+1) {
        clear: none;
    }
    .dept-top .dept-block ul li:nth-of-type(2n+1) {
        clear: both;
    }
    .dept-top .dept-block ul li:nth-of-type(3n+1) {
        width: 50%;
    }
    .dept-top .dept-block ul li:nth-of-type(3n+2) {
        width: 50%;
    }
    .dept-top .dept-block ul li:nth-of-type(3n+3) {
        width: 50%;
    }
    .dept-top .dept-block ul li i {
        width: 40px;
        height: 40px;
    }
    .dept-top .dept-block ul li p {
        padding-left: 30px;
    }
    .page-banner {
        height: 480px;
    }
    .page-banner .banner-content {
        padding-top: 50px;
    }
    .page-banner .banner-content .content h1 {
        top: -90px;
        left: -50px;
        font-size: 120px;
    }
    /** departments inner page **/
    .nav-tabs.common-tabs>li.hasdropdown>a {
        display: none;
    }
    .nav-tabs.common-tabs>li .dropdown-menu li {
        display: inline-block;
        margin: 0;
        margin-right: 10px;
    }
    .nav-tabs.common-tabs>li .dropdown-menu li:last-of-type {
        margin-right: 0;
    }
    .nav-tabs.common-tabs>li .dropdown-menu,
    .nav-tabs.common-tabs>li.active .dropdown-menu {
        padding: 0;
        background: transparent;
    }
    .nav-tabs.common-tabs>li .dropdown-menu li,
    .nav-tabs.common-tabs>li.active .dropdown-menu li {
        background: transparent;
        margin-bottom: 0;
    }
    .nav-tabs.common-tabs>li .dropdown-menu li a,
    .nav-tabs.common-tabs>li.active .dropdown-menu li a {
        padding: 18px;
        color: #000000;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs:after {
        display: none;
    }
    .nav-tabs.common-tabs>li {
        display: inline-block;
        float: none;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs {
        white-space: nowrap;
        overflow: auto;
        border: none;
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .nav-tabs.common-tabs>li .dropdown-menu {
        position: static;
        float: none;
        padding: 0;
        border: none;
        box-shadow: none;
        /* display: block; */
    }
    .program-wrap .pgm-content .content>.container {
        padding-top: 30px;
    }
    .program-wrap .pgm-content .content>.container>div {
        padding: 20px;
        padding-bottom: 15px;
        background: #fafafa;
        border: 0;
        box-shadow: 1px 2px 8px rgba(10, 27, 64, 0.07);
    }
    .program-wrap .pgm-content .tab-content .deptin-about {
        padding-top: 30px;
    }
    .common-bnr {
        height: 470px;
    }
    .common-content .common-bgdesign {
        top: -470px;
    }
    .common-bgdesign {
        left: calc(((100% - 970px) / 2) - 1800px);
    }
    .common-bnr .banner-wrap>div .container .content i {
        width: 80px;
        height: 70px;
        margin-bottom: 20px;
    }
    .common-bnr .banner-wrap>div .container .content h2,
    .common-bnr .banner-wrap>div .container .content .h2text {
        margin-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
        width: 300px;
        position: static;
        display: block;
        height: 380px;
        float: left;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
        margin-left: 0;
        width: calc(100% - 305px);
        float: right;
        padding-left: 40px;
        padding-bottom: 40px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip {
        clear: both;
        padding-left: 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
        padding: 30px 50px 10px;
    }
    .common-bnr .banner-wrap>div .container .content {
        width: 400px;
        padding-top: 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg {
        padding-right: 280px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data h4 {
        margin-bottom: 15px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div>div:not(.content-bg) {
        margin-bottom: 20px;
        padding-bottom: 25px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg>div:not(.content-bg):last-of-type {
        padding-bottom: 25px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg) {
        padding-top: 25px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data ul li {
        margin-bottom: 15px;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs>li {
        margin-right: 10px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+1),
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+2),
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+3) {
        width: 50%;
    }
    .other_links a {
        margin-top: 20px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div {
        width: 49%;
        margin-top: 25px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
        padding: 40px;
        margin-left: 300px;
        width: calc(100% - 300px);
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i {
        margin-bottom: 20px;
        width: 50px;
        height: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
        width: 300px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .home-infra .row>div {
        padding: 35px 25px 35px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .home-infra {
        margin-top: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .image-wrap {
        width: 205px;
        padding-left: 0;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap {
        width: calc(100% - 210px);
        padding-left: 60px;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table {
        table-layout: fixed;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table tbody tr td:nth-of-type(1),
    .program-wrap .pgm-content .tab-content .deptin-faculty table th:nth-of-type(1) {
        width: 25%;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table tbody tr td:nth-of-type(2),
    .program-wrap .pgm-content .tab-content .deptin-faculty table th:nth-of-type(2) {
        width: 15%;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table tbody tr td:nth-of-type(3),
    .program-wrap .pgm-content .tab-content .deptin-faculty table th:nth-of-type(3) {
        width: 18%;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table tbody tr td:nth-of-type(4),
    .program-wrap .pgm-content .tab-content .deptin-faculty table th:nth-of-type(4) {
        width: 30%;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty table tbody tr td:nth-of-type(5),
    .program-wrap .pgm-content .tab-content .deptin-faculty table th:nth-of-type(5) {
        width: 12%;
    }
    .program-wrap .pgm-content .tab-content table th {
        font-size: 18px;
    }
    .program-wrap .pgm-content .tab-content table tbody tr td {
        font-size: 14px;
    }
    .program-wrap .pgm-content .tab-content table tbody tr td,
    .program-wrap .pgm-content .tab-content table th {
        padding: 10px 15px;
        padding-left: 15px;
    }
    .program-wrap .pgm-content .tab-content table thead tr {
        height: 70px;
    }
    .program-wrap .pgm-content .tab-content table th:after {
        height: 50px;
        top: calc(50% - 25px);
    }
    .program-wrap .pgm-content .tab-content table tbody tr {
        height: 60px;
    }
    .program-wrap .pgm-content .tab-content table tbody .btn_web_brdr {
        width: 100%;
        padding: 0;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .image-wrap {
        width: 300px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap {
        padding-right: 50px;
        width: calc(100% - 300px);
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap>h3 {
        margin-top: -5px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap ul li {
        margin-bottom: 10px;
    }
    section.find-alumni .container .find-area .form-group {
        width: 77%;
    }
    .alumini_nav .headmain-menu ul.navbar-right li:first-of-type {
        padding-left: 20px;
    }
    .alumni_distinguish .container .distinguish-year ul li.year-box {
        width: auto;
    }
    .alumni_distinguish .container .distinguish-year ul li.year-box ul.dropdown-menu {
        height: auto;
    }
}

@media only screen and (max-width: 1199px) and (min-height: 800px) {
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 210px);
    }
}

@media only screen and (max-width: 1199px) and (min-height: 900px) {
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 240px);
    }
}

@media only screen and (max-width: 1199px) and (min-height: 800px) {
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 970px) / 2) - 150px);
    }
}

@media only screen and (max-width: 1199px) and (min-height: 900px) {
    .home-top.mobile_only .bg-design {
        left: calc(((100% - 970px) / 2) - 180px);
    }
}

.home-why .mobile_only .right-content .image-wrap {
    display: none;
}

.home-why .mobile_only .left-content {
    width: 40%;
}

.home-why .mobile_only .right-content {
    width: 60%;
}

.home-why .mobile_only .right-content .row>div:first-of-type {
    width: 100%;
}

.home-placement .mobile_only .text-contain {
    width: 100%;
    text-align: center;
}

.home-placement .mobile_only .text-contain h3 {
    max-width: 100%;
}

.home-placement .mobile_only .text-contain p {
    width: 100%;
}

.home-placement .mobile_only .text-contain {
    padding: 0 15px;
}

@media only screen and (max-width: 1023px) {
    .header-menu .navbar-default .navbar-toggle:hover,
    .header-menu .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    header .header-menu .container .headtop-strip {
        display: none;
    }
    header .header-menu .container .headmain-menu .headtop-strip {
        display: block;
        width: 100%;
        text-align: center;
    }
    header .header-menu .container .headtop-left {
        display: none;
    }
    header .header-menu .container .head-quick-contact {
        display: none;
    }
    header .header-menu .full-border {
        display: none;
    }
    footer .footer-bottom .footer-address .container>div:first-of-type {
        display: none;
    }
    .home-content .home-why .right-content .image-wrap {
        display: none;
    }
    .home-content .home-why .left-content {
        width: 40%;
    }
    .home-content .home-why .right-content {
        width: 60%;
    }
    .home-content .home-why .right-content .row>div:first-of-type {
        width: 100%;
    }
    .home-placement .text-contain {
        width: 100%;
        text-align: center;
    }
    .home-placement .image-contain {
        display: none;
    }
    .home-placement .text-contain h3 {
        max-width: 100%;
    }
    .home-placement .text-contain p {
        width: 100%;
    }
    .home-placement .text-contain {
        padding: 0 15px;
    }
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 120px);
    }
    .home-top .bg-design {
        min-height: 700px;
        height: 100vh;
        max-height: 1130px;
        left: 0 !important;
        width: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .home-top .bg-design>div {
        display: none;
    }
    .dept-top .bg-design {
        display: none;
    }
    .page-banner {
        height: auto;
        display: block;
    }
    .page-banner .banner-img {
        height: 450px;
        position: static;
    }
    .page-banner .banner-content {
        display: block;
        position: static;
        background: #F8F8F8;
    }
    .page-banner .banner-content .content {
        position: static;
        width: 100%;
    }
    header.white .header-menu .navbar {
        padding-top: 5px;
    }
    header.white {
        padding-bottom: 5px;
    }
    header.white+div {
        padding-top: 85px;
    }
    .page-banner .banner-content {
        padding: 50px 0;
    }
    .page-banner .banner-content p {
        width: 90%;
    }
    .page-banner .banner-content .content h1 {
        top: 120px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 120px;
        text-align: center;
        color: rgba(255, 255, 255, 0.1);
    }
    /** departments inner page **/
    .common-bgdesign {
        display: none;
    }
    .common-bnr .banner-wrap>div .container .content {
        width: 100%;
        max-width: 500px;
    }
    .common-bnr {
        height: 400px;
    }
    .common-content .common-bgdesign {
        top: -400px;
    }
    .common-bnr .banner-wrap:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .common-bnr .banner-wrap .container {
        z-index: 1;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg .content-bg {
        display: none;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg {
        padding-right: 15px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg>div:not(.content-bg):last-of-type {
        border-bottom: none;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div:before {
        display: none;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip:after {
        opacity: 1;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
        padding: 30px 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg):after {
        display: none;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs {
        padding: 15px 20px;
    }
    .program-wrap .pgm-content {
        background: #f8f8f8;
    }
    /*----Alumni pages----*/
    .alumni_newaletter .container .newsletter-wrap h4 {
        font-size: 18px;
    }
    .alumni_distinguish .container .alumni-distinguish-members .distinguish-members .distinguish-members-slot {
        border: 1px solid #ececec;
    }
    .alumni-jobs .container div .jobs-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) and (min-height: 800px) {
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 150px);
    }
}

@media only screen and (max-width: 1024px) and (min-height: 900px) {
    .home-top .bg-design {
        left: calc(((100% - 970px) / 2) - 180px);
    }
}

@media only screen and (max-width: 991px) {
    .home-content .home-study ul li:nth-of-type(3n+1),
    .home-content .home-study ul li:nth-of-type(3n+2),
    .home-content .home-study ul li:nth-of-type(3n+3) {
        width: 100%;
        margin-top: 20px;
    }
    .home-content .home-study ul li:nth-of-type(1) {
        margin-top: 0;
    }
    .header-menu .container .navbar-toggle.mobileclose {
        right: calc((100% - 768px) / 2);
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        font-size: 18px;
        line-height: 2.4;
    }
    /* common */
    h1,
    .h1text {
        font-size: 40px;
    }
    h2,
    .h2text {
        font-size: 32px;
    }
    section {
        padding: 50px 0;
    }
    .home-content .home-study .container>h3 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .home-content .home-study .container>a {
        top: 15px;
    }
    .home-content .home-study .container>div {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .home-infra .row>div {
        padding: 25px 30px 25px;
        border-top: 1px solid rgba(200, 204, 211, 0.2);
    }
    .home-infra .row>div:nth-of-type(-n+2) {
        border-top: none;
    }
    .home-infra h3 {
        margin-bottom: 5px;
    }
    .home-infra {
        padding: 40px 0 20px;
    }
    .home-morelink .row>div {
        width: 49%;
        float: none;
        display: inline-block;
    }
    .home-morelink .row {
        text-align: center;
        margin-top: 25px;
    }
    .home-morelink .row:nth-of-type(-n+2) {
        margin-top: 0;
    }
    .home-lifeat .banner-bottom>div {
        width: 100%;
        margin: 0 auto;
    }
    .home-lifeat .banner-bottom>div:after {
        display: none;
    }
    .home-lifeat .container>div .content {
        padding-bottom: 60px;
    }
    .home-lifeat {
        height: 480px;
    }
    .home-newsevent .row>div {
        width: 50%;
    }
    .home-newsevent .news-wrap .row>div {
        width: 100%;
    }
    .home-newsevent .news-wrap .row>div:last-of-type {
        display: none;
    }
    .home-testimony .testi-slider .item .test-quote:before {
        font-size: 70px;
    }
    .home-testimony .testi-slider .item .test-quote {
        padding-left: 0;
        padding-top: 40px;
    }
    .home-testimony .testi-slider .item .test-profile span+div {
        padding-left: 15px;
    }
    .home-testimony .testi-slider .owl-dots {
        margin-top: 10px;
    }
    .home-testimony .testi-slider .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
    footer .footbottom-links a {
        margin-right: 15px;
    }
    footer .footer-top .foottop-links ul li {
        margin-bottom: 0;
    }
    footer .footer-top .foottop-strip p a i {
        margin-right: 15px;
        width: 20px;
        height: 20px;
    }
    .home-newsevent .container>a {
        top: -10px;
    }
    .home-banner .banner-content>div .item .h1text span {
        height: 52px;
    }
    .page-banner .banner-img {
        height: 400px;
    }
    /*departments inner page*/
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip {
        padding: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .image-wrap {
        width: 240px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .text-wrap {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div i {
        width: 24px;
        height: 24px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div p {
        margin-left: 10px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i {
        margin-bottom: 15px;
        width: 40px;
        height: 40px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain h4 {
        margin-bottom: 10px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
        width: 250px;
		height:500px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
        padding: 15px 30px;
        margin-left: 250px;
        width: calc(100% - 250px);
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain ul li {
        margin-bottom: 0;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain ul {
        margin-top: 15px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box {
        padding: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .image-wrap {
        float: none;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap {
        padding-right: 0;
        width: 100%;
        margin-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap ul {
        margin-top: 10px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .table_wrap {
        overflow: auto;
    }
    .program-wrap .pgm-content .tab-content .dept-common .table_wrap table {
        min-width: 930px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+1),
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+2),
    .program-wrap .pgm-content .tab-content .deptin-about .other_links a:nth-of-type(3n+3) {
        width: 100%;
    }
    .other_links a {
        margin-top: 15px;
    }
    .alumni-jobs .container div .jobs-inner .job-box {
        padding: 15px;
    }
    section.find-alumni .container .find-area .form-group {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    header .header-menu .navbar-header {
        margin: 0;
    }
    header .header-menu .navbar-header .navbar-brand {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: -5px;
        margin-right: -50px;
    }
    .header-menu .container .navbar-toggle.mobileclose {
        right: 15px;
    }
    .header-menu .navbar-default .navbar-toggle {
        padding: 20px;
        margin-right: -15px;
    }
    .home-banner .container {
        width: 100%;
    }
    .home-banner {
        min-height: 0;
        max-height: none;
        height: 600px;
    }
    .home-banner .banner-content>div {
        padding-top: 50px;
        padding-bottom: 0;
        width: 100%;
        max-width: 500px;
    }
    .home-banner .owldots_wrap {
        bottom: 10px;
    }
    .home-banner .owldots_wrap .owl-dot {
        margin-left: 5px;
    }
    .home-content .home-study .container {
        top: 0;
        margin-bottom: 0;
        margin-top: 50px;
    }
    .home-content .home-why .left-content {
        width: 100%;
        text-align: left;
        margin-top: 0;
    }
    .home-content .home-why .left-content h3 {
        margin-top: 15px;
    }
    .home-content .home-why .left-content a.btn_web_fill {
        margin-left: 0;
    }
    .home-content .home-why .left-content a:not(.btn_web_fill) {
        margin-top: 30px;
    }
    .home-content .home-why .right-content {
        width: 100%;
        padding-left: 15px;
        margin-top: 30px;
    }
    footer .footer-top .foottop-strip {
        padding: 5px 0;
    }
    footer .footer-top .foottop-strip p {
        width: 50%;
        display: block;
        float: left;
        padding: 0;
    }
    footer .footer-top .foottop-strip:after {
        content: "";
        display: table;
        clear: both;
        width: auto;
    }
    footer .footer-top .foottop-links {
        padding: 15px 0 15px;
    }
    footer .footer-top .foottop-links:after {
        content: "";
        display: table;
        clear: both;
        width: auto;
    }
    footer .footer-top .foottop-links ul {
        width: 50%;
        float: left;
    }
    footer .footer-top .foottop-links ul:nth-of-type(n+3) {
        display: none;
    }
    footer .footbottom-links .container>div a {
        display: none;
    }
    .home-testimony .testi-slider .item .test-quote q {
        min-height: 0;
    }
    .home-lifeat .container {
        width: 100%;
    }
    footer .footer-bottom .footer-address {
        display: none;
    }
    .dept-top .dept-block ul li i {
        width: 35px;
        height: 30px;
    }
    .dept-top .dept-block ul li p {
        padding-left: 20px;
        width: calc(100% - 35px);
    }
    .dept-top .dept-block h3 {
        margin-bottom: 30px;
    }
    .page-banner .banner-img {
        height: 320px;
    }
    .page-banner .banner-content .content h1 {
        top: 100px;
        font-size: 80px;
    }
    .dept-top .dept-block ul li p br {
        display: none;
    }
    header.white {
        padding-bottom: 0;
    }
    header.white+div {
        padding-top: 75px;
    }
    /*departments inner page*/
    .common-bnr {
        height: 350px;
    }
    .common-content .common-bgdesign {
        top: -350px;
    }
    .program-wrap .pgm-content .content>.container {
        padding-top: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about {
        padding-top: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
        width: 240px;
        height: 300px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
        width: calc(100% - 245px);
        padding-left: 25px;
        padding-bottom: 25px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap h3 {
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
        padding: 30px  30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data {
        padding-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .program-data {
        padding-bottom: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div span {
        font-size: 12px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div i {
        width: 30px;
        height: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div {
        padding-left: 45px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip {
        padding: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip {
        padding: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div:nth-of-type(2),
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div {
        margin-top: 20px;
        width: 100%;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box {
        padding: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip:after {
        display: none;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
        padding: 20px 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-achieve .program-data .container>div {
        padding: 30px;
    }
    .program-wrap .pgm-content .tab-content .deptin-place .program-data .table_wrap {
        overflow: auto;
    }
    .program-wrap .pgm-content .tab-content .deptin-place .program-data .table_wrap table {
        min-width: 700px;
    }
    /*----------Alumni page----------------*/
    .alumni_distinguish .container .alumni-distinguish-members .distinguish-members .distinguish-members-slot {
        margin-bottom: 25px;
    }
    .alumni-jobs .container div .jobs-inner .job-box {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 640px) {
    .home-banner {
        min-height: 0;
        max-height: none;
        height: 550px;
    }
    header .header-menu .navbar-header .navbar-brand {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -10px;
        margin-right: -50px;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        font-size: 16px;
        line-height: 2;
        opacity: 1;
    }
    header .header-menu .headmain-menu ul {
        padding: 15px;
    }
    header .header-menu .headmain-menu li:last-of-type {
        margin-bottom: 0;
    }
    header .header-menu .headmain-menu>ul {
        padding-top: 50px;
    }
    .header-menu .navbar-default .navbar-toggle {
        padding: 15px;
        margin-right: -10px;
    }
    .home-content .home-study .container>* {
        padding-left: 30px;
        padding-right: 30px;
    }
    .home-content .home-study ul li i {
        width: 25px;
        height: 25px;
        vertical-align: top;
        margin-top: 3px;
    }
    .home-morelink .row>div {
        width: 100%;
        text-align: left;
        margin-bottom: 40px;
    }
    .home-morelink .row>div:last-of-type {
        margin-bottom: 0;
    }
    .home-morelink .row>div i {
        width: 40px;
        height: 40px;
        margin-bottom: 15px;
    }
    .home-morelink .row>div h4 {
        margin-bottom: 5px;
        margin-top: -5px;
    }
    .home-morelink .row>div a {
        padding: 0px 0;
    }
    .home-morelink .row>div p {
        margin-bottom: 10px;
    }
    .home-lifeat .banner-bottom .text-contain>div {
        text-align: center;
    }
    .home-newsevent .row>div.news-wrap {
        width: 100%;
    }
    .home-newsevent .row>div.news-wrap .row>div {
        margin-bottom: 30px;
    }
    .home-newsevent .row>div.news-wrap .row>div:last-of-type {
        display: block;
        margin-bottom: 0;
    }
    .home-newsevent .row>div.events-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .home-newsevent label {
        margin-bottom: 10px;
    }
    .home-newsevent .events-wrap a,
    .home-newsevent .events-wrap a:last-of-type {
        margin-top: 15px;
    }
    .home-newsevent .news-wrap p:last-of-type {
        margin-top: 10px;
    }
    .footer-subscribe input[type='text'],
    .footer-subscribe input[type='email'] {
        padding: 0 10px;
    }
    .footer-subscribe .submit-btn {
        width: 150px;
        text-align: center;
        padding: 0;
        font-size: 14px;
    }
    .footer-subscribe input[type='text'],
    .footer-subscribe input[type='email'] {
        width: calc(100% - 165px);
    }
    .dept-top .dept-block ul li {
        width: 100% !important;
        margin-top: 30px !important;
        clear: both !important;
    }
    .dept-top .dept-block ul li:first-of-type {
        margin-top: 0 !important;
    }
    header.white .header-menu .navbar-header a {
        margin-bottom: 0;
    }
    header.white {
        padding-top: 4px;
    }
    header.white+div {
        padding-top: 70px;
    }
    /*departments inner page*/
    .program-wrap .pgm-content .content>.container>div {
        padding: 10px;
        padding-bottom: 5px;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs>li a,
    .program-wrap .pgm-content .nav-tabs.common-tabs>li .dropdown-menu li a,
    .program-wrap .pgm-content .nav-tabs.common-tabs>li.active .dropdown-menu li a {
        padding: 10px;
        font-size: 14px;
        line-height: 1.8;
    }
    .program-wrap .pgm-content .nav-tabs.common-tabs>li,
    .program-wrap .pgm-content .nav-tabs.common-tabs>li .dropdown-menu li {
        margin-right: 4px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
        width: 320px;
        height: 400px;
        float: none;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
        width: 100%;
        float: none;
        padding: 30px 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div {
        width: 49%;
        margin-bottom: 20px;
        vertical-align: top;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div:last-of-type {
        margin-bottom: 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div i {
        width: 40px;
        height: 40px;
        top: 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div {
        padding-left: 65px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
        width: 300px;
        position: relative;
        height: 320px;
        padding-left: 15px;
        padding-top: 20px;
		top:0;
		transform:none;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain {
        width: 100%;
        margin-left: 0;
        padding: 20px 15px !important;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .home-infra {
        margin-top: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro {
        margin-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip {
        padding: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box {
        padding: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .text-wrap>h3 {
        line-height: 1.4;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box .image-wrap {
        width: 250px;
    }
    .program-wrap .pgm-content .tab-content table thead tr {
        height: 60px;
    }
    .program-wrap .pgm-content .tab-content table th {
        font-size: 16px;
    }
    .program-wrap .pgm-content .tab-content .deptin-faculty .table_wrap table {
        min-width: 820px;
    }
    .program-wrap .pgm-content .tab-content table th:after {
        height: 40px;
        top: calc(50% - 20px);
    }
    .program-wrap .pgm-content .tab-content table tbody tr td,
    .program-wrap .pgm-content .tab-content table th {
        padding-left: 10px;
    }
    .program-wrap .pgm-content .tab-content table tbody tr {
        height: 50px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .container>h3 {
        margin-bottom: 10px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .txtimg-box:nth-of-type(2) {
        margin-top: 20px;
    }
    /*-------Alumni Pages--------*/
    .alumni_newaletter .container .newsletter-wrap h4 {
        line-height: 25px;
    }
    .alumni_newaletter .container .newsletter-wrap .newsletter-view {
        margin-top: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .footer-subscribe input[type='text'],
    .footer-subscribe input[type='email'] {
        width: 100%;
        margin-bottom: 10px;
    }
    .home-placement .text-contain a {
        display: table;
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
    .home-placement .text-contain a:first-of-type {
        margin-top: 0;
    }
    .home-banner .banner-content p {
        display: none;
    }
    .home-banner {
        height: 450px;
    }
    .home-banner .banner-content>div .item .h1text span {
        height: 46px;
    }
    .footer-subscribe p {
        line-height: 1.6;
    }
    .home-testimony .testi-slider .item {
        padding: 20px;
    }
    .home-lifeat .banner-bottom .text-contain>div p {
        line-height: 1.4;
    }
    .home-lifeat .container>div .content a.video-link,
    .home-lifeat .container>div .content h2,
    .home-lifeat .container>div .content p {
        margin-bottom: 15px;
    }
    .home-infra .row>div {
        width: 100%;
        border: none;
        border-bottom: 1px solid rgba(200, 204, 211, 0.2);
    }
    .home-infra .row>div:last-of-type {
        border-bottom: none;
    }
    .home-newsevent .container {
        padding-bottom: 40px;
    }
    .home-newsevent .container>a {
        bottom: -15px;
        top: auto;
        left: 15px;
        right: auto;
    }
    .home-infra {
        padding: 25px 0 20px;
    }
    .home-infra .container {
        padding-bottom: 40px;
    }
    .home-infra .container>a {
        top: auto;
        bottom: 0;
        left: 15px;
        right: auto;
    }
    .home-content .home-study .container {
        padding-bottom: 50px;
        margin-top: 20px;
    }
    .home-content .home-study .container>a {
        top: auto;
        left: 15px;
        bottom: -5px;
        right: auto;
        width: calc(100% - 30px);
        background: #f8f8f8;
        padding: 17px 0;
        padding-left: 30px;
    }
    .home-content .home-study .container>h3 {
        line-height: 2;
    }
    .home-content .home-study ul li:nth-of-type(3n+1),
    .home-content .home-study ul li:nth-of-type(3n+2),
    .home-content .home-study ul li:nth-of-type(3n+3) {
        width: 100%;
        margin-top: 10px;
    }
    .home-content .home-study .container h4 {
        margin-top: 0px;
    }
    .home-content .home-study .container h4 {
        margin-bottom: 10px;
    }
    .home-content .home-study .container>div {
        padding-bottom: 25px;
    }
    header .header-menu a.navbar-brand span+div {
        display: none;
    }
    footer .footer-top .foottop-strip {
        padding: 15px 0;
    }
    footer .footer-top .foottop-strip p a {
        padding: 5px 0;
    }
    footer .footbottom-links {
        padding: 10px 0;
    }
    /* common */
    h1,
    .h1text {
        font-size: 36px;
    }
    h2,
    .h2text {
        font-size: 26px;
    }
    h3,
    .h3text {
        font-size: 22px;
    }
    h4,
    .h4text {
        font-size: 16px;
    }
    section {
        padding: 30px 0;
    }
    .page-banner .banner-content {
        padding: 30px 0;
    }
    .page-banner .banner-content .content p {
        margin-bottom: 20px;
    }
    .dept-top .dept-block h3 {
        margin-bottom: 20px;
    }
    .page-banner .banner-img {
        height: 270px;
    }
    .page-banner .banner-content .content h2 {
        margin-bottom: 15px;
    }
    .page-banner .banner-content .content p {
        margin-bottom: 10px;
        width: 100%;
    }
    .dept-top .dept-block ul li i {
        width: 25px;
        height: 25px;
        vertical-align: top;
        margin-top: 4px;
    }
    .dept-top .dept-block ul li {
        margin-top: 20px !important;
    }
    .page-banner .banner-content .content h1 {
        top: 70px;
        font-size: 50px;
    }
    /*departments inner page*/
    .common-bnr .banner-wrap>div .container .content i {
        width: 60px;
        height: 50px;
    }
    .common-bnr {
        height: 350px;
    }
    .common-content .common-bgdesign {
        top: -300px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .image-wrap {
        width: 250px;
        height: 320px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div>div {
        width: 100%;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .text-wrap {
        padding: 20px 0;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div:after {
        display: none;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-intro .info-strip>div {
        padding: 20px 20px 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data {
        padding-top: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data h4 {
        margin-bottom: 10px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div>div:not(.content-bg) {
        margin-bottom: 15px;
        padding-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div.sidebg>div:not(.content-bg):last-of-type {
        padding-bottom: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data>div:not(.sidebg) {
        padding-top: 20px;
    }
    .program-wrap .pgm-content .tab-content .deptin-about .program-data ul li {
        margin-bottom: 10px;
    }
    .other_links a {
        margin-top: 10px;
        padding-left: 30px;
        position: relative;
        font-size: 14px;
    }
    .other_links a span {
        position: absolute;
        left: 0;
        top: 4px;
    }
    ul.weblist li {
        padding-left: 30px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip {
        padding: 20px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div p {
        width: calc(100% - 40px);
        margin-left: 0;
        margin-top: 0;
        text-align: left;
        vertical-align: top;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .bottom-strip>div i {
        margin-right: 10px;
        margin-top: 5px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .home-infra .row>div {
        padding: 20px 25px 20px;
    }
    .program-wrap .pgm-content .home-infra .container {
        padding-bottom: 0;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain p {
        line-height: 1.8;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .text-contain i {
        margin-bottom: 10px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-intro .top-strip .image-wrap {
        width: 180px;
    }
    .program-wrap .pgm-content .tab-content .dept-common a.readmore {
        margin-top: 20px;
    }
    .other_links a {
        width: 100%;
    }
    .alumni_distinguish .container .alumni-distinguish-members .distinguish-members .distinguish-members-slot .distinguish-pic {
        width: 100%;
    }
    .alumni_distinguish .container .alumni-distinguish-members .distinguish-members .distinguish-members-slot .distinguish-dtls {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    .alumni-jobs .container div .add-jobs {
        width: 62px;
        height: 50px;
        line-height: 17px;
        padding: 7px;
        font-size: 16px;
        top: -57px;
    }
}

@media only screen and (max-width: 400px) {
    h1,
    .h1text {
        font-size: 32px;
    }
    .home-placement .company-slider .item {
        height: 30px;
    }
    header .header-menu .headmain-menu li a:not(.btn_web_brdr) {
        font-size: 14px;
        opacity: 1;
    }
    .home-banner .banner-content>div .item .h1text span {
        height: 41px;
    }
    .home-banner {
        height: 350px;
    }
    .home-banner .banner-content a span {
        display: none;
    }
    footer .footer-top .foottop-strip p {
        width: 100%;
    }
    .home-content .home-study .container>div {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .home-content .home-study .container>* {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-content .home-study .container>a {
        padding-left: 5px;
    }
    .page-banner .banner-img {
        height: 250px;
    }
    .program-wrap .pgm-content .tab-content .dept-common .program-data .infra-box .img-contain {
        width: 240px;
        height: 270px;
    }
}

@media only screen and (max-width: 1499px) {
    .academics-wrap .container {
        position: relative;
    }
    .academics-wrap .breadcontain.container {
        position: absolute;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain img {
        width: 220px;
    }
    .nav-tabs.common-tabs {
        padding: 30px 15px;
    }
    .nav-tabs.common-tabs>li {
        margin-right: 10px;
    }
    .academics-content .tab-content section.iso-btm {
        background-size: 59%;
        height: 645px;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt {
        max-width: 480px;
        padding: 80px 0 0 0;
        position: relative;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt .psr-blue-down {
        left: 0px;
        transform: none;
        margin-top: 15px;
    }
    section.vac-footer a {
        width: auto;
        margin: 15px 29px;
    }
    .academics-content .tab-content section.vac-sec .vac-course-fac .content .fac-left p,
    .academics-content .tab-content section.vac-sec .vac-course-fac .content .fac-right p {
        font-size: 14px;
    }
    .academics-content .tab-content section.vac-sec .vac-course-fac .content .fac-left p:first-of-type,
    .academics-content .tab-content section.vac-sec .vac-course-fac .content .fac-right p:first-of-type {
        font-size: 16px;
    }
    .placement-content .tab-content .vendor-box>div {
        width: 159px;
        height: 159px;
    }
    .testimony-wrap .home-testimony .slider-contain,
    .abt-content .slider-wrap .slider-contain {
        /*     width: calc(650%); */
    }
    section .container.contact-box .text-contain,
    .contact-content section .contact-box>div>div.form-contain {
        padding: 80px;
    }
    /*-------Alumini_event page---------*/
    .content .alumni-blog .container .alumni_held:first-of-type {
        margin-right: 45px;
    }
}

@media only screen and (max-width: 1365px) {
    .table_wrap {
        width: 100%;
        overflow: auto;
/*         white-space: nowrap; */
    }
    .testimony-wrap .home-testimony .slider-contain,
    .abt-content .slider-wrap .slider-contain {
        /*     width: calc(550%); */
    }
    .applynow-content .tab-content .webform .applicant-wrap .container>.row,
    .applynow-content .tab-content .webform .contact-wrap .container>.row {
        margin: 0;
    }
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div,
    .applynow-content .tab-content .webform .contact-wrap .container>.row>div {
        padding: 0 30px;
    }
    /*--------*/
    .about-wrap .msg-chairman .container>div.image-wrap {
        background-position: center;
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-toggle {
        position: absolute;
        right: 17px;
        z-index: 9999;
    }
    .navbar-toggle span {
        color: #FFFFFF;
        font-size: 15px;
    }
    .webmodal .modal-content {
        padding: 15px 30px;
        margin-top: 15px;
    }
    .board-container {
        width: 970px;
    }
    .webform .form-group label {
        display: block;
        white-space: normal;
    }
    .applynow-content section:first-of-type {
        white-space: nowrap;
        overflow: auto;
    }
    .applynow-content section .applysteps:after {
        width: auto;
    }
    .placement-content .tab-content .place-intro .row.contact-box>div p strong {
        width: 80px;
    }
    .placement-content .tab-content .vendor-box>div {
        width: 149px;
        height: 149px;
        margin-right: 0;
        margin-top: 0;
    }
    header .header-menu .headmain-menu li .depart-dropmenu {
        width: 100%;
        position: absolute;
        height: 0;
        overflow: hidden;
        padding: 0;
        right: 0;
        left: 0;
        transition: all 0.3s ease-in-out;
        z-index: 9999;
    }
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box {
        width: 100%;
    }
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li {
        text-align: left;
    }
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li a,
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li a {
        color: #000000;
        text-align: left;
    }
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box span.dropmenu-head {
        text-align: left;
        display: block;
        overflow: hidden;
        position: relative;
    }
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box span::after {
        width: 100%;
    }
    header .header-menu .headmain-menu li:hover .depart-dropmenu {
        height: auto;
        right: 0;
        left: 0;
        position: absolute;
        opacity: 1;
        visibility: visible;
        padding: 38px;
    }
    .placement-content .tab-content .goal-wrap .weblist {
        width: 60%;
    }
    .placement-content .tab-content .place-intro .img-wrap {
        width: 350px;
        margin-left: 50px;
    }
    .placement-content .tab-content .place-intro .img-wrap+div,
    .research-content .tab-content .img-content-wrap .img-contain+div {
        width: calc(-300%);
    }
    .research-content .tab-content .img-content-wrap .img-contain+div,
    .research-content .tab-content .research-intro .img-contain {
        padding-left: 0;
    }
    .research-content .tab-content .research-intro .img-contain img {
        width: 290px;
        margin: 0 auto;
    }
    .placement-content .tab-content .list-box .container .box-wrap>div:first-of-type,
    .placement-content .tab-content .place-intro .img-wrap+div {
        padding-right: 0;
    }
    .placement-content .tab-content .list-box .container .box-wrap>div:last-of-type {
        padding-left: 15px;
    }
    .placement-content .tab-content .goal-wrap>div>div.img-contain {
        position: absolute;
        width: 300px;
        margin-top: -16px;
        right: 15px;
        top: 40px;
    }
    .abt-content .slider-wrap .slider-contain {
        width: 100%;
        padding: 0 90px;
    }
    .placement-content .tab-content .goal-wrap>div>div:not(.img-contain),
    .testimony-wrap .home-testimony .slider-contain,
    .col-sm-6.acc-yes-no,
    .col-sm-6.acc-cnt {
        width: 100%;
    }
    .col-sm-6.acc-cnt p {
        white-space: normal;
    }
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .text-content,
    .testimony-wrap .home-testimony .slider-contain {
        padding-right: 0;
    }
    .placement-content .tab-content .place-intro .number-wrap {
        width: 300px;
    }
    .placement-content .tab-content .place-intro .number-wrap .number span:first-of-type {
        width: 185px;
    }
    .placement-content .tab-content .place-intro .number-wrap+div {
        width: calc(-210%);
    }
    section .container.contact-box .text-contain,
    .placement-content .tab-content .place-intro .number-wrap+div,
    .alumni-content .content .alumni-blog .alumni-box>div {
        padding: 35px;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.readmore {
        float: left;
        margin-top: 30px;
    }
    .nav-tabs.common-tabs {
        white-space: nowrap;
        overflow: auto;
        border: none;
        padding: 20px;
        margin-top: 30px;
    }
    .nav-tabs.common-tabs li {
        display: inline-block;
        float: none;
    }
    .contact-ul li {
        width: 48%;
    }
    .contact-ul li:nth-of-type(odd),
    .research-content .tab-content .img-content-wrap .img-contain+div {
        padding-right: 15px;
    }
    .contact-ul li:nth-of-type(even) {
        padding-left: 15px;
    }
    .contact-ul li p:first-of-type {
        font-size: 16px;
    }
    .contact-ul li p {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .academics-content .tab-content section.vac-sec .batch-inner-table {
        padding-bottom: 50px;
    }
    .academics-content .tab-content section.vac-sec .batch-inner-table .table_wrap .webtable th,
    #acadyear .table_wrap .webtable th {
        padding: 16px 24px;
        font-size: 16px;
    }
    .academics-content .tab-content section.vac-sec .batch-inner-table .table_wrap .webtable td,
    #acadyear .table_wrap .webtable td {
        font-size: 14px;
        padding: 10px 25px;
    }
    .academics-content .tab-content section.vac-sec .vac-course-fac .fac-right .address {
        padding-left: 15px;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .text-contain {
        width: 75%;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain img {
        width: 200px;
    }
    .vac-course-sec-two {
        background-color: #FBFBFB;
    }
    .LR-div .img-contain {
        width: 200px;
        margin: 0;
        padding-bottom: 20px;
        border: none;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div:before,
    .abt-content .vismis-wrap .numbers:before {
        display: none;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div {
        padding: 70px 15px;
    }
    .academics-content .tab-content section.vac-sec .vac-about .img-contain,
    .academics-content .tab-content section.vac-sec .vac-courses .img-contain,
    .research-content .tab-content .research-intro .img-contain {
        width: 400px;
    }
    .academics-content .tab-content section.vac-sec .vac-about .text-contain,
    .academics-content .tab-content section.vac-sec .vac-courses .text-contain {
        width: calc(-300%);
        padding-right: 0;
    }
    section.vac-footer a {
        width: 24%;
    }
    section.vac-footer a:last-child {
        text-align: left;
    }
    .academics-content .tab-content section.vac-intro .text-contain {
        width: calc(-300%);
        padding-right: 50px;
    }
    .academics-content .tab-content section.vac-intro .img-contain {
        width: 400px;
    }
    .vac-ul-div .common-sub-tabs li a {
        padding: 14px 30px;
    }
    .academics-content .tab-content .mou .mou-right-cnt {
        text-align: left;
    }
    .academics-content .tab-content .mou .mou-right-cnt img {
        width: 45%;
        margin: 5px;
    }
    .nav-tabs.common-tabs>li.li-download {
        display: none;
    }
    .academics-content .tab-content section.acad-intro.mou .text-contain {
        padding-right: 45px;
        width: calc(-200%);
    }
    .academics-content .tab-content section.acad-intro .img-contain {
        padding: 0;
        width: 300px;
    }
    .academics-content .tab-content section .text-contain {
        padding-left: 45px;
        width: calc(-200%);
    }
    .academics-content .tab-content section.acad-intro .img-contain img {
        max-width: 200px;
    }
    table.webtable thead tr {
        height: auto;
    }
    .table_wrap table th {
        padding: 15px;
        font-size: 16px;
    }
    .applynow-content .tab-content .webform .academ-wrap h5 {
        font-size: 14px;
    }
    .table_wrap table td {
        font-size: 14px !important;
        padding: 0px 15px !important;
        line-height: 1.5 !important;
    }
    .academics-content .tab-content section.iso-btm {
        background-size: 46%;
        height: 100%;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt {
        max-width: 500px;
        padding: 30px 0;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt .psr-blue-down {
        position: relative;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt p {
        padding-bottom: 0;
    }
    .feedmodal .modal-content a.submit-btn {
        margin-top: 0;
    }
    .career-content .row>div a {
        float: left;
    }
    .research-content .tab-content .common-sub-tabs:after {
        display: block;
    }
    .alumni-content .content .alumni-story .story-box:nth-of-type(-n+4) {
        margin-top: 30px;
    }
    .home-testimony .testi-slider {
        padding: 0 45px;
    }
    .contact-content section .contact-box>div>div.form-contain,
    section .container.contact-box .text-contain {
        padding: 30px;
    }
    .applynow-content section .applysteps li .stepnum {
        margin-bottom: 0;
    }
    .applynow-content section .applysteps li .stepnum svg {
        max-width: 80px;
    }
    .applynow-content .tab-content .webform .course-wrap .container>.row {
        margin: 0;
    }
    .applynow-content .tab-content .webform .course-wrap .container>.row>.form-group,
    .abt-content .slider-wrap .board-container .slider-contain {
        padding: 0 15px;
    }
    .applynow-content .tab-content .webform .course-wrap .container .checkbox-group {
        margin-right: 30px;
    }
    .abt-content .slider-wrap .owl-stage-outer {
        overflow: hidden;
    }
    /*-------*/
    .about-wrap .campus-expect .expectbox-wrap .row>div {
        padding: 0 25px;
    }
    /*----------Alumni page-----------------*/
    .content .alumni-blog .container .alumni_held:first-of-type {
        margin-right: 37px;
    }
}

@media only screen and (max-width: 1024px) {
    .academics-content .tab-content section.iso-btm {
        background-image: none;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt {
        max-width: 100%;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt p {
        max-width: 100%;
    }
    .dept-banner .breadcontain .breadcrumbs {
        bottom: 349px;
    }
    .counter-wrap>div {
        padding: 2px 100px;
    }
}

@media only screen and (max-width: 991px) {
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box .other-nav li,
    header .header-menu .headmain-menu li .depart-dropmenu .inner-box .depart-nav li {
        width: 100%;
        text-align: left;
        margin-top: 15px;
    }
    .board-container {
        width: 750px;
    }
    .webform .form-group .selectric span,
    .webform .form-group input[type=email],
    .webform .form-group input[type=file]~p,
    .webform .form-group input[type=password],
    .webform .form-group input[type=text],
    .webform .form-group select {
        height: 50px;
        line-height: 47px;
        padding: 0 15px;
    }
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div,
    .applynow-content .tab-content .webform .contact-wrap .container>.row>div {
        padding: 0 15px;
    }
    .abt-content .vismis-wrap .vismis>div:first-of-type {
        padding-right: 30px;
    }
    .abt-content .vismis-wrap .vismis>div:last-of-type {
        padding-left: 30px;
    }
    .webform .form-group .date-selectric .selectric span,
    .webform .form-group .date-selectric input[type=email],
    .webform .form-group .date-selectric input[type=file]~p,
    .webform .form-group .date-selectric input[type=password],
    .webform .form-group .date-selectric input[type=text],
    .webform .form-group .date-selectric select {
        font-size: 12px;
    }
    .webform .form-group .date-selectric .selectric b.button {
        right: -15px;
    }
    .abt-content .vismis-wrap .numbers p {
        font-size: 16px;
    }
    .abt-content .vismis-wrap .numbers p span {
        font-size: 24px;
    }
    .webform .form-group input[type=file]+p label {
        top: 6px;
        right: 6px;
    }
    .applynow-content section .applysteps li p {
        font-size: 16px;
    }
    .career-content .row>div span {
        padding-right: 8px;
        margin-right: 8px;
    }
    .placement-wrap .placement-content .content>.container>div,
    .academics-wrap .academics-content .content>.container>div {
        padding: 20px;
        padding-bottom: 15px;
        background: #fafafa;
        border: 0;
        box-shadow: 1px 2px 8px rgba(10, 27, 64, 0.07);
        position: relative;
        z-index: 1;
    }
    .placement-wrap .placement-content .nav-tabs.common-tabs,
    .academics-wrap .academics-content .nav-tabs.common-tabs {
        white-space: nowrap;
        overflow: auto;
        border: 0;
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin-top: 0;
    }
    .placement-content .tab-content .place-intro .row.contact-box .col-sm-5 {
        width: 42%;
    }
    .research-content .tab-content .by3list li {
        width: 50%;
        float: left;
        clear: none !important;
        margin: 5px 0 !important;
    }
    .placement-content .tab-content .vendor-box {
        position: relative;
        bottom: auto;
        top: auto;
        transform: none;
        margin-top: 15px;
    }
    .placement-content .tab-content .indus-col .col-sm-6 {
        width: 100%;
    }
    .placement-content .tab-content .vendor-box>div {
        margin: 0 10px 10px 10px !important;
        margin-left: 0 !important;
        float: left;
    }
    .placement-content .tab-content section.place-portal .container {
        width: 50%;
        float: left;
    }
    .placement-content .tab-content section.place-portal .bgimage-wrap {
        bottom: 0;
        height: 450px;
        top: 62px;
        background-repeat: no-repeat;
    }
    .placement-content .tab-content .place-intro .img-wrap+div {
        width: 100%;
    }
    .placement-content .tab-content .place-intro .img-wrap {
        padding: 0;
        margin: 0;
        width: 150px;
        margin-bottom: 30px;
    }
    .placement-content .tab-content .place-intro .number-wrap {
        width: 250px;
    }
    .placement-content .tab-content .place-intro .number-wrap .number span:first-of-type {
        width: 150px;
        height: 80px;
    }
    .placement-content .tab-content .place-intro .number-wrap h3 {
        line-height: 1.4;
    }
    .placement-content .tab-content .place-intro .number-wrap+div {
        width: calc(-155%);
        padding: 15px;
    }
    .placement-content .tab-content .place-intro .number-wrap .number span:last-of-type {
        width: 25px;
        height: 25px;
    }
    section .container.contact-box .text-contain {
        padding: 15px;
    }
    section .container.contact-box .text-contain p strong {
        width: 70px;
    }
    .contact-content .content section .container.contact-box .text-contain p strong {
        display: block;
        width: auto;
    }
    .admission-content .content .tab-content #admisoffice section:nth-of-type(2n+1) {
        padding-bottom: 0;
    }
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) .image-content,
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) .text-content,
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .image-content,
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .text-content {
        float: none;
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        padding: 0;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.readmore {
        float: right;
        margin-top: 0;
    }
    section.vac-footer {
        padding: 50px 0;
    }
    section.vac-footer a {
        width: 40%;
    }
    section.obj .col-md-5 img {
        margin: 0;
        max-width: 250px;
    }
    .academics-content .tab-content section.youth .col-md-8 p {
        padding-right: 0;
    }
    .academics-content .tab-content section.more-common-sec .right,
    .academics-content .tab-content section.motto .right,
    .academics-content .tab-content section.obj.youth-obj .right {
        float: none;
    }
    .academics-content .tab-content #acad-nss section.motto .col-md-5 figure img,
    .research-content .tab-content .img-content-wrap .img-contain {
        width: 300px;
        max-width: 100%;
        margin: 0;
    }
    .academics-content .tab-content #acad-nss .more-common-sec .col-md-4 img,
    .academics-content .tab-content #acad-youth .more-common-sec .col-md-4 img,
    .academics-content .tab-content #acad-ribbon .more-common-sec .col-md-4 img,
    #acadprofbody .more-common-sec .col-md-4 img {
        max-width: 100%;
        width: 200px;
        margin: 0 0 15px;
        padding: 0;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div {
        padding: 50px;
        margin-bottom: 50px;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .text-contain p {
        padding: 10px 0;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain,
    .academics-content .tab-content section.vac-sec .vac-cstm-div .text-contain {
        width: 100%;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div .img-contain img {
        width: 150px;
    }
    .applynow-content section .applysteps {
        margin: 0;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-intro .img-contain,
    .academics-content .tab-content section.vac-sec .vac-about .img-contain,
    .academics-content .tab-content section.vac-sec .vac-courses .img-contain,
    .research-content .tab-content .research-intro .img-contain {
        float: none;
        border-left: none;
        padding-bottom: 0;
        padding-top: 0;
        width: 100%;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-intro .img-contain img,
    .academics-content .tab-content section.vac-sec .vac-courses .img-contain img,
    .research-content .tab-content .research-intro .img-contain img {
        margin: 0;
        max-width: 150px;
    }
    .academics-content .tab-content section.vac-intro .text-contain,
    .academics-content .tab-content section.vac-about .text-contain,
    .academics-content .tab-content section.vac-sec .vac-courses .text-contain,
    .research-content .tab-content .img-content-wrap .img-contain+div {
        width: 100% !important;
        padding-right: 0;
        margin-top: 20px;
        border: none;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-intro .text-contain .psr-blue-down {
        position: relative;
        top: 0;
        margin-top: 15px;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-intro h4,
    .academics-content .tab-content section.vac-sec h4.vac-main-head,
    .research-content .tab-content h3 {
        margin-bottom: 15px;
    }
    .vac-ul-div .common-sub-tabs {
        white-space: nowrap;
        overflow: auto !important;
        border: none;
        padding: 20px;
        display: block;
        overflow-y: hidden !important;
    }
    .vac-ul-div .common-sub-tabs li {
        display: inline-block;
        float: none;
    }
    .academics-content .tab-content .mou .mou-left-cnt,
    .alumni-content .content .alumni-blog .alumni-box>div {
        padding: 0;
    }
    .academics-content .tab-content .mou .mou-left-cnt .weblist li {
        margin: 20px 0;
    }
    .academics-content .tab-content section.acad-intro.mou .img-contain {
        position: absolute;
        border-left: none;
    }
    .academics-content .tab-content section.acad-intro.mou .text-contain {
        margin-top: 80px;
        width: 100%;
        padding-right: 0;
    }
    .academics-content .tab-content section .text-contain h3 {
        margin-bottom: 15px;
    }
    #acadiso section.iso-btm {
        background-color: #fff;
    }
    .academics-content,
    .academics-content .tab-content section.acad-intro {
        background-color: #f8f8f8;
    }
    .academics-content .tab-content section.acad-intro .img-contain {
        width: 250px;
        border-right: none;
    }
    .academics-content .tab-content section.acad-intro .img-contain img,
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+1) .image-content img,
    .admission-content .content .tab-content .admis-common section:nth-of-type(2n+2) .image-content img {
        width: 200px;
        max-width: 100%;
        margin: 0;
    }
    .academics-content .tab-content section .text-contain {
        padding-left: 0px;
        width: 100%;
        border: none;
        margin-top: 20px;
    }
    .table_wrap {
        width: 100%;
        overflow: auto;
    }
    .research-content .tab-content .common-sub-tabs {
        height: auto;
    }
    .home-testimony .testi-slider {
        padding: 0 25px;
    }
    .home-testimony .testi-slider .item .test-quote q {
        min-height: 200px;
    }
    .applynow-content section .applysteps li {
        width: 24%;
        padding: 0;
    }
    .applynow-content section .applysteps li .stepnum {
        height: 100px;
    }
    .applynow-content section .applysteps li .stepnum svg {
        max-width: 50px;
    }
    /*-----------------*/
    .about-wrap .campus-expect .expectbox-wrap .row>div:nth-of-type(-n+2) {
        margin-top: 20px;
    }
    .about-wrap .history-wrap .text-wrap {
        width: calc(85%);
        padding: 20px 20px;
    }
    .about-wrap .history-wrap .image-wrap {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .about-wrap .campus-expect .expect-intro {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .about-wrap .campus-expect .expectbox-wrap {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ccd2e0;
    }
    .about-wrap .campus-expect .expectbox-wrap .row>div {
        padding: 0 25px 0 0;
    }
    .about-wrap .campus-expect .expectbox-wrap .row>div {
        width: 47%;
    }
    .coe-content .coe-intro .img-contain {
        float: left;
        width: 300px;
    }
    .coe-content .coe-intro .text-contain {
        width: 100%;
        padding-right: 0;
        padding-top: 60px;
    }
    .resource-content .resource-intro .img-contain {
        float: left;
        padding-bottom: 30px;
        width: 320px;
    }
    .resource-content .resource-intro .img-contain+div {
        width: 100%;
        border-left: none;
        border-top: 1px solid #ccd2e0;
        padding-left: 0;
        padding-top: 30px;
    }
    .gallery-content .gallery-intro .img-contain+.text-contain {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
    .gallery-content .gallery-intro .img-contain {
        width: 300px;
        padding-left: 0;
    }
    .resource-content .resource-box .img-contain {
        width: 100%;
        height: 350px;
        position: inherit;
    }
    .resource-content .resource-box .text-contain {
        width: 100%;
        margin-left: 0;
        padding: 20px;
    }
    .about-wrap .trust-wrap .container>div.image-wrap {
        width: 100% !important;
        height: 400px;
        position: inherit;
    }
    .about-wrap .trust-wrap .container>div.text-wrap {
        width: 100% !important;
        margin: 0;
        padding: 40px;
    }
    .about-wrap .msg-chairman .container>div.image-wrap {
        /*     display: none; */
    }
    .about-wrap .msg-chairman .container>div.text-wrap {
        width: 100%;
        top: 0px;
        padding: 40px;
    }
    .about-wrap .msg-chairman .container>div.text-wrap .msg-bottom {
        margin-top: 40px;
    }
    .resource-content .resource-intro {
        padding: 30px;
    }
    .deptsub-content .dept-number {
        width: 100%;
    }
    .deptsub-content .intro-content {
        border-left: none;
        border-top: 1px solid #193274;
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }
    .about-wrap.princi-wrap .common-content section {
        margin: 40px 0;
        padding: 10px 0;
    }
    .about-wrap .msg-chairman .container {
        position: relative;
    }
    .about-wrap .campus-expect .expect-intro p {
        margin-top: 0px;
    }
    .admission-content .content .tab-content .admis-common section .text-content h3,
    .admission-content .content .tab-content .admis-common section .text-content h4 {
        margin-bottom: 10px;
    }
    .admission-content .content .tab-content .admis-common section .text-content>div {
        margin-top: 20px;
    }
    section {
        padding: 20px 0;
    }
    .alumni-content .content h3 {
        margin-bottom: 25px;
    }
    section.alumni-story .container h3 {
        margin-bottom: 0px;
    }
    section.career-wrap .container .row .col-sm-6 {
        padding-top: 0px;
    }
    .deptsub-content .intro-content h3 {
        margin-bottom: 8px;
    }
    .deptsub-content .intro-content p {
        margin-top: 14px;
    }
    .deptsub-content .dept-number h3 {
        margin: 30px 0 6px;
    }
    .counter-wrap>div {
        width: auto;
        display: inline-block;
    }
    .counter-wrap {
        width: 100%;
        margin: 0;
    }
    /*.counter-wrap>div:first-of-type{
        padding-left: 0;
        padding-right: 30px;
      }
      .counter-wrap>div:nth-of-type(2n){
        padding: 0 38px;

      }
      .counter-wrap>div:last-of-type{
        padding-right: 0;
        padding-left: 30px;
      }*/
    .resource-content h3 {
        margin-bottom: 10px;
    }
    .counter-wrap>div {
        padding: 2px 24px;
    }
    .counter-wrap>div span {
        font-size: 35px;
    }
    .counter-wrap>div p {
        margin-top: 15px;
        line-height: 1.4;
        font-size: 15px;
    }
    /* .breadcontain .breadcrumbs{
        float: left !important;
        bottom: 280px;
        color: #333;
        transform: matrix(1, 0, 0, 1, 0, 0);
      }*/
    /*---------alumni page ------------*/
    .content .alumni-blog .container .alumni_held {
        width: 47%;
    }
}


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

@media only screen and (max-width: 768px) {
    .gallery-content .gallery-intro .img-contain+.text-contain {
        width: 100%;
        padding-top: 40px;
    }
    .dept-banner .breadcontain .breadcrumbs {
        bottom: 345px;
    }
    .abt-content .slider-wrap .navigation-wrap {
        right: 0px;
    }
    .about-wrap.princi-wrap .common-content section {
        margin: 0px;
    }
    .search .search-results {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    section.news_evnts .container .events-wrap h4 {
        font-size: 18px;
        line-height: 20px;
    }
    h3,
    .applynow-content .tab-content .webform .course-wrap .container>.row>.form-group,
    .applynow-content .tab-content .webform h4,
    .webform .form-group .date-selectric .col-sm-4,
    .webform .form-group.ph-group,
    .acc-form-group .form-group {
        margin-bottom: 15px !important;
    }
    .research-content .tab-content .common-sub-tabs {
        white-space: normal;
    }
    .placement-content .tab-content .place-slider .slider-wrap .owl-controls {
        top: -55px;
    }
    .academics-content .tab-content section.vac-sec #acad-vac-faculty h4.vac-main-head,
    .academics-content .tab-content section.vac-sec #acad-vac-contact h4.vac-main-head {
        margin-bottom: 0;
    }
    .abt-content .vismis-wrap h3 {
        margin-bottom: 0 !important;
    }
    .common-sub-tabs.batch-ul.show-submenu {
        box-shadow: none;
        padding: 0 !important;
        height: 56px !important;
    }
    .abt-content .vismis-wrap .numbers {
        margin: 0 -15px;
    }
    .ph-pin .form-group,
    .applynow-content .tab-content .webform .form-group.diff_pincodetext,
    .applynow-content .tab-content .webform .form-group.diff_addressphonetext,
    .board-container {
        width: 100%;
    }
    .selectric .button {
        right: -15px;
    }
    .vac-ul-div .common-sub-tabs.batch-ul li {
        width: auto;
        display: inline-block !important;
    }
    .common-sub-tabs.batch-ul li.active:before {
        display: none;
    }
    .webform .form-group input[type=file]+p label {
        top: 9px;
        font-size: 12px;
    }
    .applynow-content section:first-of-type {
        padding: 32px 0;
        background: #fafafa;
        border: 0;
        box-shadow: 1px 2px 8px rgba(10, 27, 64, 0.07);
        position: relative;
        z-index: 1;
        margin: 15px;
    }
    .webform .form-group .date-selectric .col-sm-4 {
        width: 33.333%;
        float: left;
    }
    .webform .form-group.ph-group label {
        display: block;
        margin-bottom: 0;
    }
    .career-content h3,
    .webform .form-group .date-selectric .col-sm-4:last-child,
    .acc-form-group .form-group:last-child,
    .academics-content .tab-content #acad-nss section.extra-foot h3 {
        margin-bottom: 0 !important;
    }
    .career-content .row>div {
        padding: 15px 100px;
    }
    .alumni-content .content .alumni-blog .alumni-box>div .box-bottom span {
        padding: 5px 0 5px 27px;
        margin-right: 20px;
    }
    .alumni-content .content .alumni-blog .alumni-box>div .box-bottom {
        padding-bottom: 25px;
        border-bottom: 1px solid #E2E2E2;
        margin-top: 0;
        margin-bottom: 30px;
        border-top: none;
        padding-top: 25px;
    }
    .contact-content .main-contact section .contact-box>div>div.form-contain {
        padding: 30px 15px;
    }
    .webmodal .modal-content .close {
        width: 30px;
        height: 30px;
        line-height: 26px;
        z-index: 1;
    }
    .admission-content .content .tab-content section.sch-sec-two,
    .research-content section.reshighlt-sectwo,
    .alumni-content .content section.alumni-story {
        padding-top: 0;
    }
    .admission-content .content .tab-content section.sch-sec-two .table_wrap,
    .alumni-content .content .alumni-blog .alumni-box,
    .contact-content .main-contact section .contact-box>div>div.form-contain .form-group,
    .applynow-content .tab-content .webform .form-group {
        margin-top: 0;
    }
    .placement-content .tab-content .list-box .container .box-wrap:before,
    .home-testimony.alumni-testimony .owl-controls .owl-nav,
    .applynow-content section .applysteps li .stepnum,
    .applynow-content .tab-content .webform .applicant-wrap .container:before,
    .applynow-content .tab-content .webform .contact-wrap .container:before {
        display: none;
    }
    .placement-content .tab-content .list-box .container .box-wrap>div:first-of-type,
    .placement-content .tab-content .list-box .container .box-wrap>div:last-of-type {
        width: 50%;
        float: left;
        margin-bottom: 30px;
    }
    .placement-content .tab-content .goal-wrap .container,
    .academics-content .tab-content section.vac-sec .tab-content .vac-intro {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .abt-content .vismis-wrap .vismis {
        padding: 15px 0;
    }
    .placement-content .tab-content .goal-wrap>div.darkbg,
    .alumni-content .content .alumni-story .story-box>div {
        padding: 30px;
    }
    .placement-content .tab-content .goal-wrap>div>div:not(.img-contain),
    .common-bnr .banner-wrap>div .container .content,
    .testimony-wrap .home-testimony .slider-contain {
        padding-right: 0;
    }
    .placement-content .tab-content .place-slider .slider-wrap .img-item img {
        width: 100%;
        height: auto;
    }
    .placement-content .tab-content .place-slider .slider-wrap .img-item {
        height: 100px;
    }
    .contact-content .main-contact section .contact-box>div>div.text-contain {
        position: relative;
    }
    .placement-content .tab-content .goal-wrap .weblist,
    .testimony-wrap .home-testimony .slider-contain,
    .contact-content .main-contact section .contact-box>div>div.text-contain,
    .contact-content .main-contact section .contact-box>div>div.form-contain,
    .contact-content .main-contact section .contact-box>div>div:first-of-type:before {
        width: 100%;
    }
    .placement-content .tab-content .goal-wrap>div>div.img-contain {
        display: none;
    }
    .placement-content .tab-content .place-intro .number-wrap+div {
        border: none;
        padding-left: 0;
        padding-bottom: 0;
        padding-top: 0;
    }
    .placement-content .tab-content .place-intro .number-wrap {
        margin-bottom: 30px;
    }
    .admission-content .content .tab-content #admisoffice section:nth-of-type(2n+1) .text-content,
    .placement-content .tab-content .list-box .container .box-wrap>div:last-of-type,
    .placement-content .tab-content .place-intro .row.contact-box .col-sm-5 h4,
    .career-bnr .banner-wrap>div .container .content h2 {
        margin-bottom: 0;
    }
    .career-bnr .banner-wrap>div .container .content h3 {
        line-height: 1.2;
    }
    section .container.contact-box .text-contain h3 {
        margin-bottom: 25px;
    }
    .admission-content .content .tab-content .admis-common section .text-content p,
    section .container.contact-box .text-contain p,
    .placement-content .tab-content .place-intro .text-wrap p {
        margin-top: 0;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.readmore {
        float: left;
        margin-top: 30px;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.readmore {
        margin-top: 0px;
        margin-left: 15px;
    }
    .admission-content .content .tab-content .admis-common section .text-content a:first-of-type {
        width: 52%;
        text-align: center;
        height: auto;
    }
    .admission-content .content .tab-content .admis-common section .text-content h3,
    .admission-content .content .tab-content .admis-common section .text-content h4,
    .feedmodal .modal-content .form-group,
    .research-content .tab-content .tab-content h4,
    .alumni-content .content .alumni-blog .alumni-box h4,
    .webform .form-group label,
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div.guard-det .form-group,
    .applynow-content .tab-content .webform .guard-det .form-group {
        margin-bottom: 15px;
    }
    .admission-content .content .tab-content .admis-common section .text-content>div,
    .placement-content .tab-content .place-common section:first-of-type,
    .research-content .tab-content .img-content-wrap p,
    .alumni-content .content .alumni-story .story-box>div .prof-bottom,
    .contact-content .main-contact section .contact-box>div>div.form-contain a.submit-btn,
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div.app-det-personal .form-group,
    .applynow-content .tab-content .webform .app-det-personal .form-group,
    .webform .form-group label.appli-bloodg {
        margin-top: 15px;
    }
    .webform .app-det-personal .form-group .checkbox-group {
        margin-left: 5px !important;
    }
    .webform .app-det-personal .form-group .checkbox-group [type=radio]+label {
        padding-right: 35px;
    }
    #acad-vac-batch .vac-batch.vac-bg-light {
        padding-top: 0;
    }
    .common-sub-tabs {
        height: 56px !important;
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
        z-index: 1;
    }
    .vac-ul-div .common-sub-tabs li.active {
        display: block;
        border-bottom: 2px solid #295EB2;
    }
    .vac-ul-div .common-sub-tabs li {
        text-align: center;
        display: none;
        margin: 0 auto !important;
        width: 100%;
        float: none;
        padding: 15px;
    }
    .common-sub-tabs.show-submenu {
        height: auto !important;
        box-shadow: 0px 0px 10px 1px #ccc;
        padding: 15px !important;
        background-color: #fff;
        z-index: 2;
    }
    .common-sub-tabs.show-submenu li,
    .placement-content .tab-content .place-intro .row.contact-box>div p strong,
    .webform .form-group label {
        display: block !important;
    }
    .common-sub-tabs li a,
    .applynow-content .tab-content .webform .course-wrap .container>.row>.form-group,
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div,
    .applynow-content .tab-content .webform .contact-wrap .container>.row>div {
        padding: 0 !important;
    }
    .vac-ul-div {
        background-color: transparent;
        padding: 0;
        height: 56px;
    }
    .common-sub-tabs li.active:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        right: 15px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(135deg);
        bottom: 25px;
    }
    .common-sub-tabs.show-submenu li.active:before {
        display: none;
    }
    section.vac-footer {
        padding: 30px 0;
    }
    section.vac-footer a {
        width: 45%;
        margin-left: 0;
    }
    section.obj .col-md-5 img,
    #acadprofbody .more-common-sec .col-md-4 img {
        margin: 15px auto;
        max-width: 250px;
    }
    .academics-content .tab-content section.youth .col-md-8 p {
        padding: 0;
    }
    .tab-content #acad-ieee .more-common-sec .col-md-8 p,
    .placement-content .tab-content .place-common section.list-box,
    .research-content section:first-of-type,
    .alumni-content .content section.alumni-blog,
    .academics-content .tab-content section.more-extra,
    #acadextra section.obj h4 {
        padding-bottom: 0;
    }
    .academics-content .tab-content #acad-nss .more-common-sec .col-md-4 img,
    .academics-content .tab-content #acad-youth .more-common-sec .col-md-4 img,
    .academics-content .tab-content #acad-ribbon .more-common-sec .col-md-4 img {
        width: 150px;
        max-width: 150px;
        margin: 15px auto;
    }
    .academics-content .tab-content section.motto .right,
    .academics-content .tab-content section.motto .col-md-7,
    .tab-content .more-common-sec .col-md-8 {
        padding: 0;
    }
    .academics-content .tab-content section h3 {
        margin-bottom: 15px !important;
        margin-top: 0px;
    }
    .academics-content .tab-content #acad-nss section.obj .halflist {
        margin-top: 0;
    }
    .academics-content .tab-content #acad-nss section.obj .halflist li {
        width: 100%;
        margin: 5px 0 !important;
    }
    .academics-content .tab-content #acad-nss section.motto .col-md-7 h4 {
        padding: 30px 0 15px;
    }
    .academics-content .tab-content #acad-nss section.motto .col-md-7 .psr-blue-down {
        margin-top: 15px;
    }
    .fac-left p,
    .fac-right p {
        padding-bottom: 10px !important;
    }
    .academics-content .tab-content section.vac-sec .vac-cstm-div,
    .webmodal .modal-content {
        padding: 15px;
    }
    .academics-content .tab-content section.vac-sec .vac-courses .text-contain p {
        padding-bottom: 0;
    }
    .weblist li {
        margin: 20px 0 !important;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-sec-two h4 {
        margin-bottom: 20px;
    }
    .academics-content .tab-content section.vac-sec .tab-content .vac-introm,
    .research-content section.res-col-tab {
        padding-bottom: 30px;
    }
    .academics-content .tab-content section.acad-intro {
        padding-bottom: 0;
    }
    .academics-content .tab-content section.acad-intro.mou .text-contain,
    .placement-content .tab-content .place-intro .number-wrap,
    .placement-content .tab-content .place-intro .number-wrap+div {
        width: 100%;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt p {
        padding-top: 0;
    }
    #acadiso section.acad-intro,
    #acadiso section.iso-btm {
        padding: 30px 0;
    }
    .academics-content .tab-content section.acad-intro .img-contain {
        width: 200px;
    }
    .academics-content .tab-content section.acad-intro .img-contain img {
        width: 150px;
    }
    .academics-content .tab-content section .text-contain {
        width: 100%;
    }
    .academics-content .tab-content section.iso-btm .iso-inner-cnt {
        padding: 0;
    }
    .academics-content .tab-content section .text-contain h3 {
        margin-bottom: 10px;
    }
    .placement-content .tab-content section {
        padding: 15px 0;
    }
    .career-content .row>div a {
        float: none;
        width: 140px;
        height: 40px;
        line-height: 40px;
    }
    .alumni-content .content .alumni-story .story-box {
        width: 50%;
        float: left;
    }
    .home-testimony .testi-slider,
    .webform .form-group select {
        padding: 0 15px;
    }
    .home-testimony .testi-slider .item .test-quote q {
        min-height: auto;
    }
    .applynow-content section .applysteps li {
        width: auto;
        padding: 0 20px;
    }
    .applynow-content .tab-content .webform .applicant-wrap .container>.row>div.guard-det,
    .applynow-content .tab-content .webform .guard-det {
        margin-top: 30px;
    }
    .applynow-content .tab-content .webform .contact-wrap .container>.row>div .ph-group .checkbox-group,
    .academ-wrap section:first-of-type .row:first-of-type .form-group.ph-group .checkbox-group {
        margin-left: 0 !important;
        margin-right: 10px;
    }
    .career-content .row {
        margin: 0;
    }
    .career-content .row>div {
        padding: 15px 0;
        border-right: none !important;
    }
    .abt-content .vismis-wrap .vismis>div:last-of-type ul.weblist li {
        margin: 5px 0 !important;
    }
    /*-------*/
    .gallery-content .gallery-wrap .row>div:nth-of-type(-n+3) .gallery-box {
        margin-top: 35px;
    }
    .about-wrap .campus-infrawrap .row>div:nth-of-type(-n+3) {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .count-wrap .row .col-sm-4 {
        width: 33.33333333%;
        float: left;
    }
    section.padtop0 {
        overflow: auto;
    }
    .campus-expect .expect-intro h3 {
        margin-bottom: 0px !important;
    }
    .counter-wrap>div {
        float: left;
    }
    .counter-wrap>div span {
        font-size: 28px;
    }
    .counter-wrap>div span sup {
        font-size: 14px;
    }
    .counter-wrap>div p {
        font-size: 14px;
    }
    .counter-wrap>div span {
        font-size: 27px;
    }
    .deptsub-wrap section:after {
        display: none;
    }
    .deptsub-wrap section:nth-child(even) {
        background: #fff;
    }
    /*-------------Alumni page styles-----------------*/
    .content .alumni-blog .container .alumni_held {
        width: 100%;
    }
    /*.counter-wrap>div{
        width: 100%;
        border-right: none;

      }
      .counter-wrap>div{
        float: left;
        min-height: 165px;
      }
      .counter-wrap>div:first-of-type{
        padding: 0 20px;
      }
      .counter-wrap>div:nth-of-type(2n){
        padding: 0 20px;
      }
      .counter-wrap>div p{
        width: 150px;
      }

      .counter-wrap>div span{
        font-size: 38px;
      }
      */
}

@media only screen and (max-width: 640px) {
    .placement-content .tab-content .vendor-box>div {
        width: 47%;
    }
    .placement-content .tab-content .place-intro .weblist {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .academics-content .tab-content section.extra-foot {
        padding: 15px 0;
    }
    .academics-content .tab-content section.extra-foot h3 {
        margin-bottom: 0 !important;
    }
    section.youth-obj .col-md-5 img {
        margin: 10px 0 !important;
    }
    section .container.contact-box .text-contain p strong {
        display: block;
        padding: 15px 0 0;
    }
    .abt-content .vismis-wrap .numbers p {
        font-size: 14px;
        line-height: 1.5;
    }
    .abt-content .vismis-wrap .numbers p span {
        font-size: 18px;
        margin-bottom: 5px;
    }
    section .container.contact-box .img-contain,
    .placement-content .tab-content section.place-portal .bgimage-wrap {
        display: none;
    }
    .placement-content .tab-content section.place-portal {
        padding-top: 0;
    }
    section .container.contact-box .text-contain,
    .placement-content .tab-content .list-box .container .box-wrap>div:first-of-type,
    .placement-content .tab-content .list-box .container .box-wrap>div:last-of-type,
    .placement-content .tab-content section.place-portal .container,
    .placement-content .tab-content .place-intro .row.contact-box .col-sm-5,
    .alumni-content .content .alumni-story .story-box,
    .abt-content .vismis-wrap .vismis>div:first-of-type,
    .abt-content .vismis-wrap .vismis>div:last-of-type {
        width: 100%;
    }
    .abt-content .vismis-wrap .vismis>div:first-of-type {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }
    .abt-content .vismis-wrap .vismis>div:last-of-type {
        padding-right: 15px;
        padding-left: 15px;
    }
    .placement-content .tab-content .place-intro .row.contact-box .col-sm-5,
    .placement-content .tab-content .place-common h4 {
        margin-bottom: 15px;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.btn_web_brdr {
        line-height: 2;
        margin-bottom: 15px;
    }
    .admission-content .content .tab-content .admis-common section .text-content a:first-of-type {
        width: 100%;
        padding: 10px 0;
    }
    .admission-content .content .tab-content .admis-common section .text-content a.readmore {
        margin-left: 0;
        width: auto;
    }
    section.vac-footer a,
    .contact-ul li:nth-of-type(odd),
    .contact-ul li:nth-of-type(even) {
        width: 100%;
    }
    .contact-ul li:nth-of-type(odd) {
        border-right: none;
        border-bottom: 1px solid rgba(112, 112, 112, 0.2);
    }
    .contact-ul li,
    .academics-content .tab-content #acad-nss section.extra-foot {
        padding: 15px 0 !important;
    }
    .academics-wrap .container {
        position: relative;
    }
    .academics-content .tab-content section.acad-intro.mou .text-contain {
        width: 100%;
        padding-right: 0;
    }
    .academics-content .tab-content section .text-contain {
        width: 100%;
        padding-left: 0;
    }
    .academics-content .tab-content .mou .mou-left-cnt,
    .academics-content .tab-content .mou .mou-right-cnt {
        width: 100%;
    }
    .academics-content .tab-content .mou .mou-right-cnt img {
        width: 49%;
        margin: 0;
    }
    .alumni-content .content .alumni-story .story-box {
        margin-top: 15px !important;
    }
    .contact-content .main-contact section .contact-box>div>div p:last-of-type {
        margin-top: 0;
    }
    .academics-content .tab-content section.acad-intro-table .child-h3,
    .academics-content .tab-content .mou .mou-right-cnt {
        margin-top: 15px;
    }
    .academics-content .tab-content section,
    .research-content section.reshighlt-sectwo {
        padding-top: 15px;
    }
    .vac-ul-div {
        margin-bottom: 30px;
    }
    section .container.contact-box .text-contain {
        padding: 15px;
    }
    /*-------*/
    .about-wrap .campus-expect .expectbox-wrap .row>div {
        width: 100%;
    }
    .about-wrap .campus-expect .expectbox-wrap .row>div:nth-of-type(2n) {
        margin-top: 40px;
    }
    .common-bnr .banner-wrap>div .container .content p {
        line-height: 1.4;
        margin-bottom: 0px;
        display: none;
    }
    .counter-wrap>div p {
        width: 126px;
    }
    /* .breadcontain .breadcrumbs{
        bottom: 9px;
      }*/
}

@media only screen and (max-width: 480px) {
    .applynow-content .tab-content .webform .form-group.diff_pincodetext,
    .applynow-content .tab-content .webform .form-group.diff_addressphonetext {
        width: 100%;
        display: block;
    }
    .academics-content .tab-content #acad-nss section.motto .col-md-5 figure img,
    .webform .form-group .date-selectric .col-sm-4 {
        width: 100%;
    }
    .abt-content .vismis-wrap .numbers {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .testimony-wrap .home-testimony .slider-contain {
        padding-right: 0;
    }
    section.obj .col-md-5 img {
        width: 100%;
        margin: 0;
        max-width: 100%;
    }
    section.obj .col-md-5 {
        padding: 0;
    }
    .common-bnr .banner-wrap>div .container .content p {
        line-height: 1.4;
        margin-bottom: 0;
    }
    .common-bnr .banner-wrap>div .container .content a {
        margin-bottom: 30px;
    }
    .placement-content .tab-content .vendor-box>div {
        width: 46%;
    }
    .research-content .tab-content .by3list li,
    #resfundorg section .halflist li {
        width: 100%;
    }
    .weblist li {
        margin: 5px 0 !important;
    }
    .research-content .tab-content .tab-content h4 {
        margin-bottom: 0 !important;
    }
    .home-testimony .testi-slider {
        padding: 0 15px;
    }
    /*------------------*/
    .about-wrap .msg-chairman .container>div.text-wrap {
        padding: 20px;
    }
    .about-wrap .msg-chairman .container>div.image-wrap {
        /*     display: none; */
    }
    .about-wrap .trust-wrap .container>div.text-wrap {
        padding: 20px;
    }
    .error-404 img {
        width: 100%;
    }
    .dept-banner .breadcontain .breadcrumbs {
        bottom: 330px;
    }
    .about-wrap .campus-expect {
        padding-left: 20px;
        padding-right: 20px;
    }
    .about-wrap .campus-expect .expectbox-wrap i+div {
        padding-left: 20px;
        width: calc(16%);
    }
    .about-wrap .msg-chairman .container>div.text-wrap .msg-bottom {
        margin-top: 35px;
    }
    .career-content.career-innerwrap .halflist li {
        width: 100%;
    }
    .coe-content section ul.halflist li {
        width: 100%;
    }
    .common-bnr .banner-wrap>div {
        vertical-align: middle;
    }
    .common-bnr .banner-wrap>div .container .content .count-wrap {
        margin-top: 15px;
    }
    .search .search-results ul li h6 {
        display: inline-block;
        margin-top: 20px;
    }
    .research-content .tab-content .img-content-wrap .img-contain {
        width: 100%;
    }
    .deptsub-wrap section h4 {
        margin-bottom: 10px;
    }
    .counter-wrap>div {
        width: 100%;
        border-right: none;
        padding: 25px 10px;
        border-top: 1px solid #646e99;
    }
    .counter-wrap>div:first-of-type {
        border-top: none;
        padding-top: 0;
    }
    .counter-wrap>div p {
        float: left;
        margin-top: 0;
        margin-left: 10px;
    }
    .counter-wrap>div span {
        float: left;
        font-size: 35px;
    }
    .counter-wrap>div:nth-of-type(2n) p {
        margin-left: 46px;
    }
    .counter-wrap>div span sup {
        font-size: 18px;
    }
    .counter-wrap>div:last-of-type p {
        margin-left: 22px;
    }
    .gallery-content .gallery-wrap .row>div:first-of-type .gallery-box {
        margin-top: 0;
    }
}

@media only screen and (max-width: 400px) {
    .dept-banner .breadcontain .breadcrumbs {
        bottom: 350px;
    }
}

@media only screen and (max-width: 320px) {
    .dept-banner .breadcontain .breadcrumbs {
        bottom: 412px;
    }
}

ul.sub-menu {
    background-color: #ffffff2b;
}

.home_h325px h3{ margin-bottom:25px;}

ul.weblistfordiamond li:before {
    content: "\2666" !important;
    position: absolute;
    left: 0;
    width: 20px;
    font-size: 26px;
    text-indent: 0px !important;
    overflow: hidden;
    line-height: 1;
    top: 1px;
    color: #295EB2;
}

ul.weblist.square li:before {
    content: "\0025AA";
    font-size: 35px !important;
     text-indent: 0px !important;
    line-height: 25px;
    top: 1px;
    color: #295EB2;
}

ul.weblist.circle li:before {
    content: "\002022";
    font-size: 35px !important;
     text-indent: 0px !important;
    line-height: 20px;
    top: 1px;
    color: #295EB2;
}

ul.weblist.triangular li:before {
    content: "\002023";
    font-size: 50px !important;
    text-indent: 0px !important;
    line-height: 23px;
    top: 1px;
    color: #295EB2;
}


ul.weblist.doublecircle li:before {
    content: "\0029BF";
    font-size: 18px !important;
     text-indent: 0px !important;
    line-height: 26px;
    top: 1px;
    color: #295EB2;
}


ul.weblist.square li > ul.weblist li:before {
    /*content: "\002192" !important;*/
    /*font-size: 35px !important;*/
    /* text-indent: 0px !important;*/
    /*line-height: 25px;*/
    /*top: 1px;*/
    /*color: #295EB2;*/
        content: "\002192" !important;
    position: absolute;
    left: 0;
    width: 20px;
    font-size: 26px !important;;
    text-indent: -8px !important;;
    overflow: hidden;
    line-height: 1;
    top: 1px;
    color: #295EB2;
}


ul.listmt0 li{ margin-top:0px !important; }


.headtop-left > ul,.headtop-left ul li{ float:left;}
.headtop-left > ul li{ padding: 1px 5px;}