f/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu,17 Apr 2014 04:03:46 GMT
 */

/* NUKEVIET ICONS */

@font-face {
    font-family:'NukeVietIcons';
    src:url('../../cunghoctoan/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../cunghoctoan/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../cunghoctoan/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../cunghoctoan/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../cunghoctoan/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}

[class^="icon-"],
[class*=" icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 NukeVietIcons;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    vertical-align:-10%;
}

.icon-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-25%;
}

.icon-horizon {
    width:14px;
}

.icon-lg.icon-horizon {
    width:22px;
}

.icon-nukeviet:before {
    content:"\e607";
}

.icon-nukeviet_sm:before {
    content:"\e608";
}

.icon-callcenter:before {
    content:"\e609";
}

.icon-today:before {
    content:"\e600";
}

.icon-qrcode:before {
    content:"\e601";
}

.icon-enter:before {
    content:"\e602";
}

.icon-exit:before {
    content:"\e603";
}

.icon-yahoo:before {
    content:"\e604";
}

.icon-old-phone:before {
    content:"\e606";
}

.icon-icq:before {
	content: "\e605";
}
.icon-viber:before {
	content: "\e60a";
}

.icon_new {
    background:url("../images/icons/new.gif") no-repeat;
    display:inline-block;
    width:33px;
    height:15px;
}

.icon_new_small {
    background:url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
    background:url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

/* Fonts Color */

.text-black {
    color:#000 !important;
}

.text-white {
    color:#fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight:400;
}

.text-bold {
    font-weight:800;
}

/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display:none;
}

.hidden-ss-block {
    display:block !important;
}

.hidden-ss-inline {
    display:inline !important;
}

.hidden-ss-inline-block {
    display:inline-block !important;
}

.margin {
    margin:10px;
}

.margin-right {
    margin-right:10px;
}

.margin-left {
    margin-left:10px;
}

.margin-top {
    margin-top:10px;
}

.margin-bottom {
    margin-bottom:10px;
}

.margin-sm {
    margin:4px;
}

.margin-right-sm {
    margin-right:4px;
}

.margin-left-sm {
    margin-left:4px;
}

.margin-top-sm {
    margin-top:4px;
}

.margin-bottom-sm {
    margin-bottom:4px;
}

.margin-lg {
    margin:15px;
}

.margin-right-lg {
    margin-right:15px;
}

.margin-left-lg {
    margin-left:15px;
}

.margin-top-lg {
    margin-top:15px;
}

.margin-bottom-lg {
    margin-bottom:15px;
}

.padding-top{
    padding-top: 10px
}

.padding-left{
    padding-left: 10px
}

.padding-right{
    padding-right: 10px
}

.padding-bottom{
    padding-bottom: 10px
}

.boder-top{
    border-top: 1px solid #ccc;
}

.boder-bottom{
    border-bottom: 1px solid #ccc;
}

.border-left{
    border-left: 1px solid #ccc;
}

.border-right{
    border-right: 1px solid #ccc;
}

.column-margin-left{
    margin-left: 10px !important
}

.bg-gainsboro{
    background-color:#C0C0C0
}

.bg-lavender{
    background-color:#EEEEEE
}

/*Load_Bar*/
.load-bar{
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

/*Center DIV*/
.centered {
   text-align: center;
   font-size: 0
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width:1px;
    border-style:solid;
    border-color:#D4D4D4;
    border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#f7f7f7;
    color:#333;
    padding:10px;
}

.nv-info.error {
    background-color:#EFD7D7 !important;
    border-color:#DCA8A6 !important;
}

.nv-info.success {
    background-color:#E5F1FB !important;
    border-color:#8DC1ED !important;
}

.nv-info:before {
    display:inline-block;
    font-family:FontAwesome;
    font-size:20px;
    line-height:1;
    vertical-align:middle;
    margin-right:5px;
}

.nv-info.error:before {
    content:" \f057 ";
    color:#A94442;
}

.nv-info.success:before {
    content:" \f13a ";
    color:#449D44;
}

.clear {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.pointer {
    cursor:pointer;
}

.middle{
    vertical-align:middle
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

ul,
ol {
    list-style:none;
	padding-left:18px;
}

.input-group-btn {
    font-size:14px !important;
}
.radius-bottom-left {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}

.radius-bottom-right {
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.radius {
    -webkit-border-radius:5px;
    border-radius:5px;
}

.bg-gradient {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image:linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.3) 100%);
}

.box-shadow {
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
}

.fix-box {
    position:inherit !important;
    margin-left:0 !important;
}

.well {
    padding:8px;
    line-height:18px;
	height:43px;
}

.well p {
    margin:0;
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}
textarea.required{
    background-position: right 10px;
}
select.required{
    background-position: calc(100% - 15px) 10px;
}
label.required{
    padding-right: 20px;
}

label.radio-box,label.check-box{
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}
div.radio-box,div.check-box{
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}
.has-error div.radio-box,.has-error div.check-box{
    border-color: #a94442;
}

.display-inline-block{
    display: inline-block
}

.display-table {
    display:table;
}

.display-table > * {
    display:table-row;
}

.display-table > * > * {
    display:table-cell;
    padding:5px;
}

/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#0C2138;
    border-radius:4px;
    height: auto;
    overflow: auto
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size:12px !important;
    font-weight:400 !important;
    line-height:18px !important;
}

.ui-datepicker {
    width:18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width:59% !important;
    font-weight:normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width:39% !important;
    font-weight:normal !important;
}

figure {
    position: relative;
    padding: 3px;
    display: block;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background: #949494;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background: #1182C8;
    color:#fff;
    font-size:11px
}

/* Global */

html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0
}

body {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height:1.6;
	text-align:justify;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
	
}

a{
	color:#00adef;
}
a:link{
	color:#00adef;
}
a:active{
	 color:#00adef;
}
a:visited {
    color:#F30;
}

a:hover,
a:focus {
    text-decoration:none;
    color:#F30;
}

a.dimgray  {
    color:#696969;
}

a.dimgray:hover {
    color:#205FA0;
}

a.black  {
    color:#333;
}

a.black:hover {
    color:#205FA0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:700;
	font-size:15px;
	text-transform:uppercase;
}

.title{
    font-size:22px
}

.hometext{
	font-style:italic;
}

.bodytext {
    word-break:keep-all
}


.bodytext p{
    margin-bottom: 15px !important
}

iframe {
    border:0;
}

.m-bottom {
    margin-bottom:10px !important;
}

.wraper {
    position:relative;
    width:1080px;
    margin:0 auto;
}

.container,.rel {
    position:relative;
	padding:0 30px;
}

.fa-fix {
    margin-right:-5px;
}

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

.fa-lg.fa-horizon {
    width:22px;
}

h3.sm {
    font-size:16px;
}

span.keyword {
    background:yellow;
}

.nv-fullbg {
    min-height:100%;
    background:#fff;
}

a.btn {
    color:#fff;
}
/*
.body-bg {
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
     background:url(../images/transparent-white.png) no-repeat center top; 
}
*/
/* Header */
.trantser{
	width:100%;
	background:url(../images/transparent-white1.png) repeat-x;
	height:10px;
	margin-top:-10px;
}
.trantser2{
	width:100%;
	background:url(../images/transparent-white2.png) repeat-x;
	height:10px;
}
.trantser3{
	width:100%;
	background:url(../images/transparent-white1.png) repeat;
	height:15px;
	margin-bottom: 5px
}
header{
    background: #fff;
    margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
}
#header {
    position:relative;
    background:transparent;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    
}

#header .logo {
    position:relative;
    float:left;
	z-index:9999;
    margin-top:-36px;
    padding: 0 15px;
}

#header .search-banner{
   overflow: hidden; 
}

#header .logo:before{
    content:'';
	width:15px;
	height:100px;
    left:0;
	background:url(../images/logo-shadow.png) left top no-repeat;
    position:  absolute;
    top:0;
    z-index:   99;
}

#header .logo .center{
	float:left;
	position:relative;
    padding:0;     
}

#header .logo .center:before{
	height:10px;
	position:absolute;
	top:-10px;
	left:0;
    right: 0;
	content:'';
    background: url(../images/transparent-white1.png);
}

#header .logo .center a{
    background: #FFF;
    padding-top: 30px;
    display: inline-block;
}
#header .logo:after{
	width:15px;
	height:100px;
    content:'';
    right:  0;
    position:  absolute ;
	background:url(../images/logo-shadow.png) right top no-repeat;
    z-index:   99;
    top:    0;
}
#header .logo img{
    height:auto;
    width:230px;
}
#header .logo h1 {
    display:none;
}

#header .logo h2 {
    color:#F00;
    font-size:14px;
    font-weight:bold;
    font-style:italic;
    font-family:"Times New Roman";
    line-height:1.1;
    margin:0;
    padding:0;
	text-transform:uppercase;
	margin-top:15px;
}

/* menu top*/
/* menu top*/
.menu-top{
	float:right;
	text-align:center;
	/*background:url(../images/bg-menu-top.png) no-repeat top right;*/
	/*padding-top:27px;*/
	/*min-width:390px;*/
	/* margin-top:-105px; */
	/*padding-right:15px;*/
    margin-top: 17px;
}
.menu-top ul{
    margin-bottom: 0;
}
.menu-top ul li{
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
}

.menu-top ul li a{
    text-align: center;
    padding: 0 12px;
    color: #383838;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    background-size: 40px auto;
    font-weight: bold;
    color: #00adef;
}

.menu-top ul li a .image{
    padding-bottom: 12px;
}

.menu-top ul li a .image img{
    height: 45px;
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
}
.menu-top ul li a:hover .image img{
     -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
         -ms-transform: rotateY(360deg);
          -o-transform: rotateY(360deg);
             transform: rotateY(360deg);
}

.menu-top ul li:nth-of-type(2) a{
    color: #93c524;
}

.menu-top ul li:nth-of-type(3) a{
    color: #f33b31;
}

/*.menu-top .thcs:before,.menu-top .thpt:before,.menu-top .ltdh:before{
	content:url(../images/before.png);
	position:absolute;
	width:82px;
	height:28px;
	top:-18px;
	left:12px;
}
*/
/* breadcrumb */

.breadcrumbs {
    overflow:hidden;
    width:100%;
	border-bottom:1px solid #CCC;
}

.breadcrumbs li {
    float:left;
    margin:0 .5em 0 1em;
}

.breadcrumbs a {
    padding:.6em 0em;
    float:left;
    color:#333;
    position:relative;
	color:#666;
}

.breadcrumbs a:after {
    content:"/";
    position:absolute;
    right:-1em;
}


.breadcrumbs li:last-child a{
    font-weight:bold;
    background:none;
}
.breadcrumbs li:last-child a:after{
    content:"";
    position:absolute;
}

.fix_banner_left {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    left:2px;
    display:none;
}

.fix_banner_right {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    right:2px;
    display:none;
}

/* SECOND NAV */
.second-nav{
    z-index:3
}
.second-nav .bg {
    background:#ccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
}

/* THIRD NAV */

.third-nav {
    position:relative;
    margin-bottom:6px;
}
.third-nav .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
	float:right;
}

.third-nav ul + .current-time{
    float:right;
    margin-top:-30px
}

.headerSearch {
    float: right;
    max-width: 350px;
    width: 100%;
    margin-right: 40px;
    margin-top: 50px;
}

.headerSearch .input-group{
    border:1px solid #e5e5e5;
    -webkit-border-radius: 20px;
            border-radius: 20px;
        overflow: hidden;
}

.headerSearch input {
    border:0;
    height:40px;
    background:#fff !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.headerSearch input:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}

.headerSearch input:hover,
.headerSearch input:focus {
    background:#fff !important;
}

.headerSearch .btn-info {
    background-color:transparent;
    color:#00adef;
    border:0;
}

/* Bootstrap Menu */

.navbar-default {
    background-color:#00adef;
	float:none;
	margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
}

.navbar-default .navbar-nav > li {
    margin-left:1px;
}

.navbar-default .navbar-nav > li:first-child {
    margin-left:0;
	background:#A7060C;
}

.navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}

.navbar-default .navbar-nav > li > a {
    color:#fff !important;
	text-transform:uppercase;
	font-weight:bold;
}

.navbar-nav > li > a {
    white-space:nowrap;
}

.dropdown-menu {
    border:0 !important;
    padding: 0;
}

.dropdown-menu > li {
    border-bottom:1px solid #fff;
}

.dropdown-menu > li:last-child {
    border-bottom:none;
}

.dropdown-menu > li > a {
    color:#333 !important;
    line-height:30px !important;
    padding:6px 15px !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
    color:#fff !important;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%) !important;
    color:#333 !important;
}

.dropdown-submenu {
    position:relative;
}

.dropdown-submenu li a {
    color:#333;
    display:block;
}

.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333;
    margin-top:10px;
    margin-right:-5px;
}

.dropdown-submenu.pull-left {
    float:none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}

/* Head-Nav */

.header-nav {
    top:0;
    left:0;
    height:auto;
    width:100%;
    color:#fff;
    background:transparent;
	margin-bottom:50px;
}

.header-nav a,
.header-nav a:hover {
    color:#fff;
}

.header-nav a.button {
    display:inline-block;
    padding:8px;
    color:#fff;
    line-height:1;
    background:#1182C8;
    border-width:2px;
    border-color:transparent transparent #1182C8 #1182C8;
    border-style:solid;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.header-nav a.button:hover,
.header-nav a.active {
    background-color:#205FA0 !important;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background:#eee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}

#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
	z-index:99999999;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom:#a7a6a6 1px solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background:#e1e1e1;
    border:1px solid #ccc;
    padding:10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}

#ftip .ftip-footer {
    margin:10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

#tip ul {
    margin:0;
    padding:0;
}

#tip a {
    color:#333 !important;
}

#tip .socialList a {
    color:#fff !important;
}

/* Blocks social-icons,contactDefault and personalArea */

.social-icons,
.personalArea {
    line-height:51px;
    float:right;
    margin:0;
}

.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:51px;
    margin:0 10px;
    display: none !important;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width:30px;
    height:30px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}

.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background:#D8EAF8;
    border:1px solid #ADD3F0;
    padding:10px;
    z-index:1000;
    display:none;
}

/* block counter */
.counter.display-table{
    width:100%
}

.counter span + span{
    text-align: right;
}

/* guestBlock */

.guestBlock {
    width:350px;
}

.guestBlock > h3 {
    border-bottom:1px solid #ccc;
}

.guestBlock > h3 > a {
    display:inline-block;
    line-height:34px;
    padding:0 17px;
    background:#e5e5e5;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.guestBlock > h3 > a:hover,
.guestBlock > h3 > a.current {
    background:#D0D0D0;
}

.socialList,
.contactList {
    list-style:none;
    padding:0;
    margin:0;
}

.socialList li,
.contactList li {
    display:inline-block;
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}

.socialList li a {
    display:block;
    width:28px;
    height:28px;
    line-height:28px;
    /*background:#1182c8;*/
    /*color:#fff;*/
    color: #333;
    text-align:center;
    font-size:16px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}

.socialList li a[href*="facebook"]:hover {
    background:#3D5D8C;
}

.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background:#DD4B39;
}

.socialList li a[href*="twitter"]:hover {
    background:#50A0D7;
}

.socialList li a[href*="instagram"]:hover{
    background: #cc01ff;
}

.socialList li a[href*="feeds"]:hover {
    background:#FF9900;
}

.socialList li .fa {
    margin-right:-4px;
}

.socialList li .fa-instagram{
    margin-right: 0;
}

/* Body */

#body {
    /* background:#fff; */
}

/* Footer-NAV2 */

.footerNav2 {
    position:relative;
    width:100%;
    padding:0;
	background:#00adef;
}

.footerNav2 .theme-change {
    float:left;
    margin-left:10px;
    margin-right:10px;
    height:40px;
    display: none;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display:inline-block;
    margin-top:5px;
    margin-right:10px;
    line-height:30px;
    width:30px;
    background:#102D4C;
    color:#0c2138;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.footerNav2 .theme-change span {
    color:#2469B5;
    background:#102D4C;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#fff;
    background:#147bbf;
}

.footerNav2 .theme-change .fa-lg {
    font-size:14px;
}

.footerNav2 .theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}

.footerNav2 .bttop {
    float:right;
    width:40px;
    height:40px;
    margin-right:10px;
	margin-top:10px
}

.footerNav2 .bttop a {
    display:block;
    line-height:40px;
    background:#00adef;
    color:#fff;
    font-size:14px;
    text-align:center;
    border-radius:20px;
    -webkit-border-radius:20px;
}

.footerNav2 .bttop a:hover {
    color:#fff;
    background:#147bbf;
}

.footerNav2 .bttop em {
    margin-right:-2px;
}

/* Footer */

#footer {
    position:relative;
    min-height:200px;
    width:100%;
	margin-top:0;
	margin-bottom:0;
    padding-bottom: 40px;
}
#footer,
#footer a {
    color:#333;
}

#footer h3 {
    font-weight:700;
    font-size:10px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color:#111;
	display:none;
}

#footer h3 a {
    color:inherit;
}

#footer p {
    margin:0;
    padding:0;
}

/* Block Footer-Menu */

#footer .menu {
    list-style:none;
    padding:0;
    margin:0;
}

#footer .menu li {
    position:relative;
    display:inline-block;
    width:100%;
    padding:0;
    margin:0;
}

#footer .menu li:nth-child(2n+1) {
    padding-right:8px;
}

#footer .menu li:nth-child(2n) {
}

#footer .menu li a {
    display:block;
    white-space:nowrap;
    border-bottom:1px #CCC dotted;
    padding:8px 0;
}

#footer .menu li a:before {
    content:"\f111";
    color:#143961;
    font-family:FontAwesome;
    font-size:5px;
    padding-right:6px;
    vertical-align:middle;
}

#footer .menu li a:hover {
    border-bottom-color:#1C528B;
    color:#39F;
}

#footer .menu li a:hover:before {
    color:#1C528B;
}

/* Block copyright*/

.copyright {
    color:#fff;
	margin-top:0;
    font-size: 12px;
    background: #000;
    padding: 10px;
}

.copyright span a {
    color:#fff !important;
}
section{
    width:100%;
    display: inline-block;
}
.copyright span a:hover {
    color:#89BAE7 !important;
}
#demo{   
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#demo .owl-carousel{
    margin-top: 0;
    position: relative;
}

#demo .owl-carousel .owl-controls{
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 100%;
    padding: 0 0;
}

#demo .owl-carousel .owl-controls .owl-buttons{
    margin: 0;
    position: relative;
    overflow: hidden;
    left: -70px;
    width: calc(100% + 140px);
    max-width: calc(100% + 140px);
}
#demo .owl-carousel .owl-controls .owl-pagination{
    display: none;
}

#demo .owl-carousel .owl-controls .owl-buttons .owl-prev, 
#demo .owl-carousel .owl-controls .owl-buttons .owl-next{
    background-color: transparent;
    border:0;
    padding: 0;
    margin: 0;
}

#demo .item img{
    max-width: 45%;
    float: right;
}
/* Block Company info */

.company_info li {
    display:table;
    clear:both;
}

.owl-carousel .owl-controls .owl-buttons{
    position: absolute;
    width: 100%;
}
.company_info .company_name {
    text-transform:uppercase;
	font-size:18px;
	font-weight:600;
	color:#00adef;
	margin-top:10px;
    margin-bottom: 16px;
}

.owl-theme .owl-controls{
    margin-top: 0;
}

.padding{
	margin-bottom:-6px;
	float:left;
	width:100%;
}
.company_info li > em,
.company_info li > span {
    display:table-cell;
    vertical-align:middle;
}

.company_info li.company_name > span {
    display:inline;
}

.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
	color:#00adef;
}

#company-map {
    width:100%;
    height:300px;
}

/* Page break line */

.nv-hr {
    clear:both;
    height:1px;
    border-bottom:1px #dadada solid;
    margin:10px 0;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -box-shadow:0 1px 1px rgba(0,0,0,0.1);
}

.nv-hr.nv-hr-lg {
    margin:20px 0;
}

.nv-hr.nv-hr-sm {
    margin:5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-social-share li {
    display:inline-block;
}

.nv-social-share li.facebook {
    position:relative;
    top:-4px;
    padding-right:40px;
}

/* Form control */

.nv-captcha {
    vertical-align:middle;
}

/* List item */

.nv-list-item {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-list-item li {
    padding:4px;
    margin:0 !important;
}

.nv-list-item.sm li {
    padding:2px;
}

.nv-list-item.xsm li {
    padding:1px;
}

.nv-list-item.lg li {
    padding:10px;
}

/* sub-list-icon */
.sub-list-icon > li:first-child > *:before,.cat-icon:before{
    content: " \f114 ";
    font-family:FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px;
    margin-top: -5px;
	font-size:20px;
}
.sub-list-icon > li + li > *:before{
    content: " \f10c ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px
}
.sub-list-icon > li:first-child + li > *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style:none;
    margin:0;
    padding:0;
}

/* Block global */

.nv-block-banners {
    position:relative;
    margin-bottom:10px;
    text-align:center;
}

.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}

.nv-block-banners img {
    max-width:100% !important;
    height:auto;
}

.nv-block-rss li {
    border-bottom:1px #dadada solid;
}

.nv-block-rss li:last-child {
    border:none;
    padding-bottom:0;
}

.nv-block-rss li:first-child {
    padding-top:0;
}

.nv-block-rss img {
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto;
    position:relative;
    top:4px;
    margin-right:10px;
    margin-bottom:5px;
}

/* Info die */

.nv-infodie {
    margin:0 auto;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
    border:1px #dadada solid;
    background:#fff;
    position:absolute;
    min-height:300px !important;
    min-width:300px !important;
    display:table;
}

.nv-infodie .panel-body {
    display:table-cell;
    vertical-align:middle;
}

/* panel-body */

.panel-body p {
    margin:0;
}

.panel-body ul {
    margin:0;
    padding:0;
}

.panel-body img {
    margin-right:5px;
}

.panel-body ul li:last-child {
    margin-bottom:0;
}

.nv-infodie .logo {
    max-width:90% !important;
}

/* Form */

input[type="checkbox"],
input[type="radio"] {
    border-width:1px;
    border-style:solid;
    border-color:#bbb;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:3px 4px 0 0;
    outline:0;
    padding:0 !important;
    text-align:center;
    vertical-align:middle;
    width:16px;
    min-width:16px;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#555;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}

input[type=radio] {
    border-radius:50%;
    margin-right:4px;
    line-height: inherit;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
    opacity:0.7;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    float:left;
    display:inline-block;
    vertical-align:middle;
    width:14px;
    font:normal 14px/1 'FontAwesome';
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

input[type=checkbox]:checked:before {
    content:'\f00c';
    margin:0 0 0 0;
    color:#1e8cbe;
}

input[type=radio]:checked:before {
    content:'\2022';
    text-indent:-9999px;
    border-radius:50px;
    font-size:24px;
    width:6px;
    height:6px;
    margin:4px;
    line-height:16px;
    background-color:#1e8cbe;
}

.img-thumbnail {
    border: none;
    max-width: 100%;
}
.text{
    max-width: 1200px;
    padding-right: calc(50% + 40px);
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    height: 100%;
    background: transparent;
    
}
.text .infoa{
	width:100%;
	float:left;
	background:#00adef;
	padding:10px 20px 5px 20px;
}
.text .infoa .description{
	height:40px;
	overflow:hidden;
}
.text .infoa h3{
	text-transform:uppercase;
	font-size:16px;
}
.text .infoa h3 a{
	color:#0a2864;
    font-size: 18px;
}

.fb-like {
    height:30px;
    margin-right:50px;
}

.navbar-inverse {
    background-color:#0855A1;
    border-color:#043C72;
}

.navbar-inverse .navbar-nav > li > a {
    color:#FFFFFF;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color:#ffffff;
    background-color:#043C72;
}

.panel-heading {
   
    border-bottom:1px solid rgba(0,0,0,0);
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding:10px;
}

.panel-primary>.panel-heading>a {
    color:#fff;
}

.panel-primary>.panel-heading>a:hover {
    color:#ddd;
}

table caption {
    color:#0066CC;
    text-align:left;
    font-size:13px;
    font-weight:700;
    line-height:22px;
    padding:0 0 5px 2px;
}

blockquote {
    font-size:13px;
}

.modal-header .close {
    margin-top:-2px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.modal-body{
    padding:15px
}

#sitemodal .modal-dialog {
  position: relative;
  width: auto !important;
  max-width: 600px;
  text-align: center;
  font-size: 0;
}
#sitemodal .modal-content{
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}
#sitemodal .close{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border:2px solid #ccc;
    border-radius: 12px
}
#sitemodal .close:hover{
    opacity:1;
}
@media (max-width: 619px) {
    #sitemodal .modal-dialog{
        margin-left: 10px;
        margin-right: 10px;
    }
  #sitemodal .modal-content{
        display: block
    }
}

#sb-container {
    z-index:99999999 !important;
}

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#0000FF !important;
}

/* Block featured-products */

.featured-products > .row {
}

.featured-products > .row:last-child {
    margin-bottom:0;
}

.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:#fff !important;
    border-width:1px !important;
    padding:0 !important;
	border: solid 2px #e21a22;
    margin: 0;
    padding: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 5px 5px 5px #ff0000;
    -webkit-box-shadow: 5px 5px 5px #ff0000;
    box-shadow: 5px 5px 5px #ff0000;
}

.featured-products ul {
    margin:0;
    padding:0;
}

.featured-products ul > li {
    margin-bottom:5px;
}

.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}

/* Account Level */
[class^="lev-"],
[class*=" lev-"]{
    display:inline-block;
}
[class^="lev-"]:before,
[class*=" lev-"]:before{
    font-family: FontAwesome;
    font-size:inherit;
    margin-right: 5px;
    color: #ffdc31;
}
.lev-1:before{
    content: " \f005 \f005 \f005 "
}
.lev-2:before{
    content: " \f005 \f005 \f006 "
}
.lev-3:before{
    content: " \f005 \f006 \f006 "
}
.lev-user:before{
    content: " \f007 "
}

/* module Contact*/
.contact-result{
    position:absolute;
    top:40px;
    left:5%;
    width:90%;
    float:left;
    z-index:2;
    padding:30px 20px;
    display:none
}

/* Block module-menu */
.module-menu{
    display:block;
    float:left;
    width:100%;
    background: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.1);
    background:#4189C7;
    background-image:linear-gradient(to right,#428BCA 4px,#4189C7 4px);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration: none;
    margin:0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}
.module-menu a:before{
    font-family:'FontAwesome';
    content:" \f105 ";
    margin-right:5px;
}
.module-menu a.home:before{
    content:" \f07c ";
}
.module-menu a.active{
    background:#205FA0;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#fff;
    text-decoration:none;
    background-image:linear-gradient(to right,#FF6600 4px,rgba(0,0,0,0) 4px);
}
.calendar-icon{
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/
.nv-alert {
    position:fixed !important;
    top:25% !important;
    right:0;
    left:0;
    width:350px !important;
    margin:auto;
    z-index:99999999999999 !important;
    text-align:center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.info{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin:15px 0;
}
.title{
	font-size:30px;
	text-transform:none;
	font-weight:normal;
	text-align:left;
	position:relative;
	font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 30px;
}
.title2{
	font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    padding-left: 15px;
    border-color: #dddddd;
    color: #F00;
}
.border{
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:5px 0;
    color: #868686;
    margin-bottom: 24px;
}
.margin{
	margin:0 0 15px 0 !important;
}
.chitiet{
	background:#3FBDED;
	padding:5px 10px;
	color:#fff !important;
	margin:6px 0 !important;
	font-weight:600;
	float:right;
}

.chitiet:after{
    position: relative;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 8px;
    margin-left: 8px;
}

.padding_left{
	padding-left:0;
}
.noboder{
	border:none !important;
	margin-bottom:0 !important;
}
.page{
	border:0;
    padding: 20px 0;
    position: relative;
    /*background: url(../images/bg-detail.png) left top repeat-y;*/
}
/*.page:before{
	    content: url(../images/bg-top-detail.png);
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    top: 0;
}*/
.wolfarmalpha{
	padding:15px;
	text-transform:none;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}
.latext{
	width:100%;
	height:200px;
	border-radius:5px;
	border:1px solid #CCC;
}
.two_column p{
    overflow: hidden !important;
    width: 100%;
}
.two_column .a{
	color:#F00;
	float:right;
	margin-top:10px;
}
.panel-body .p{
	overflow:hidden;
}
.featured .p{
	text-align:left;
}

.panel-body .h3{
	overflow:hidden;
}
.panel-body .h3 a{
	color:#1e2742;
	font-size:24px;
	text-transform:none;
}
.panel-body .h3 a:hover{
	color:#F00;
	text-decoration:underline;
}
.timenew{
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}
.timenew td, th{
	padding:10px;
}
footer .container{
    background: transparent;
}
.panel-primary{
    margin-bottom:16px;
}
ul{
    padding-left:0;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
    padding:10px 15px;
}
.text-align-right{
    text-align: right;
}
.social-icons, .personalArea,.contactDefault,.menu-mobile{
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.navbar-default h3{
    display: none;
}

.userBlock .row{
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding:20px;
    display: none;
    color:#333;
    border-radius: 5px;
    box-shadow: 1px 2px 1px #eee;
}
.userBlock .row a{
    color:#f00;
    text-decoration: underline;
    font-weight: normal;
}
.userBlock h3{
    margin-bottom: 0;
    padding-top:10px;
    border: 0;    
    font-size: 12px;
    color: #333;
}

.userBlock .margin-top{
    display: none;
}

.luyen-thi-toan-cao-cap .slider-main{    
    margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
    background: #6483be;
    padding: 20px;
}

/*.luyen-thi-toan-cao-cap .slider-main .col-xs-24{
    padding: 0;
}*/

.luyen-thi-toan-cao-cap .slider-main *{
    -webkit-border-radius: 0;
            border-radius: 0;
}

.luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(2){
    position: absolute;
    max-width: 1200px;
    margin: 0 auto;
    top:50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0;
}


.luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title,
.luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title a{
    font-size: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
}

.luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .description{
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
}
.luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .chitiet{
    margin-top: 16px;
    background-color: #00adef;
    display: inline-block;
    line-height: 38px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 13px;
    float: none;
}

.body-bg .wraper:nth-of-type(1){
    background: transparent;
    margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
    max-width: none;
    width: auto;
    background:url(../images/background.jpg);
}
.body-bg .wraper .header-nav{
    max-width: 1200px;
    margin: 0 auto;
    border-width: 0 0 1px ;
    border-style: solid;
    border-image:linear-gradient(to left,#fbfbfb, rgba(0, 0, 0, 0)) 1 0 100%;
}

.body-bg .wraper .header-nav .social-icons, .body-bg .wraper .header-nav .personalArea{
    line-height: 40px;
}

.body-bg header .container{
    max-width: 1200px;
    margin: 0 auto;
    position:unset;
}

.body-bg header{
    padding: 0;
}

.body-bg header .navbar #menu-site-default{
    max-width: 1200px;
    margin: 0 auto;
    border:0;
}

.panel-default>.panel-heading{
    font-size: 30px;
    margin: 0 0 30px;
    padding:0 0 10px;
    position: relative;
    font-weight: normal;
    text-align: left;
    color: #333;
}
.panel-default>.panel-heading:after{
    background: #00adef;
    bottom: 0;
    left: calc(50% - 40px);
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 80px;

}
.panel-default>.panel-heading span{
    color: #00adef;
}

.link-more{
    padding-top: 16px;
    overflow: hidden;
    width: 100%;
}

.chitiet{
    font-weight:normal;
    margin-top:0 !important;
    float:left;
    text-align:right;
    font-style:italic;
    text-decoration:underline;
    font-size:12px;
    background: #3FBDED;
    -webkit-border-radius: 20px;
            border-radius: 20px;
    line-height: 38px;
    padding: 0 24px;
    text-decoration: none;
    margin-right: 10px !important;
    font-style: normal;
    color: #FFF;
}

.chitiet:hover{
    background: #f33b31;
}


.chitiet:last-child{
    margin-right: 0 !important;
}

.news-post .panel-default:nth-of-type(2),
.news-post .panel-default:nth-of-type(3){
    width: calc((100% - 30px) / 2);
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
    border: 0;
}

.news-post .panel-default:nth-of-type(2){
    padding-right: 15px;
}
.news-post .panel-default:nth-of-type(3){
    padding-left: 15px;
}

.new-post-block li p.date{
    float: left;
    margin-right: 24px;
    color: #00adef;
    font-size: 14px;
    font-weight: 700;
    width: 50px;
}

.new-post-block li{
    overflow: hidden;
    margin-bottom: 40px;
}

.new-post-block li p.date span{
    font-size: 50px;
    line-height: 1;
    display: inline-block;
    width: 100%;
}
.new-post-block li .new-post-block-content{
    overflow: hidden;
}

.new-post-block li .new-post-block-content a{
    color: #383838;
    font-size: 20px;
    font-weight: normal;
    background: transparent;
    display: inline-block;
    margin-bottom: 14px;
    text-align: left;
}

.new-post-block li .new-post-block-content a:hover{
    color: #00adef;
}
.new-post-block li .new-post-block-content p{
    color: #858585;
}

.category-top{
    margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
    background: #fff;
}
.category-top .panel-default{
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.category-top .panel-default .clearfix{
    border:0;
}

.category-top .panel-default .panel-heading{
    text-align: center;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    word-spacing: 0;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    padding: 0;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .images{
    margin-bottom: 16px;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li img{
    height: 70px;
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
    margin: 0;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li h2{
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: normal;
    text-transform: none;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .description{
    font-size: 15px;
    font-weight: normal;
    color: #858585;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .link-more{
    font-weight: normal;
    text-decoration: underline;
    font-size: 12px;
    background: #3FBDED;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    line-height: 38px;
    padding: 0 24px;
    text-decoration: none;
    font-style: normal;
    display: inline-block;
    color: #FFF;
    width: auto;
    margin-top: 16px;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .link-more:after{
    position: relative;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 8px;
    margin-left: 8px;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:hover,
.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:active,
.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:focus{
    background: transparent;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:hover li h2{
    color: #00adef;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:hover li .description{
    color:#333;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:hover li .link-more{
    background: #f33b31;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:before{
    content:none;
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:hover li img{
   -webkit-transform: rotateY(360deg);
      -moz-transform: rotateY(360deg);
       -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
           transform: rotateY(360deg);
}

.category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(3n){
    margin-right: 0;
}
.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul{
    display: flex;
}
.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a{
    width: 25%;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 999;
    background: #93c524;
    -webkit-transition: all 500ms ease;
       -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
         -o-transition: all 500ms ease;
            transition: all 500ms ease;
    padding: 20px;
}


.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a h2{
    font-size: 18px;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a p{
    text-align: left;
    color: #FFF;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a p.link-more{
    background: #FFF;
    color: #333;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(2n){
    background: #00adef;
    
}
.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:hover{
    background: #ffc107;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:hover h2,
.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:hover p{
    color: #FFF;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:hover .link-more{
    color: #333;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a{
    color: #FFF;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a .images{
    display: inline-block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border:1px solid #fff;
    padding: 20px;
}

.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a .images img{
    height: 60px;
}

.contact-footer {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #f7f7f7;
  padding: 30px 0;
  margin-left: calc(((100vw - 100%) / 2 ) * -1);
  margin-right: calc(((100vw - 100%) / 2 ) * -1);
}

.contact-footer .wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}

.contact-footer .wrap > div {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  text-align: center;
}

.contact-footer .wrap > div a {
  font-size: 16px;
  color: #383838;
  display: inline-block;
  width: 100%;
}

.contact-footer .wrap > div a:before {
    content:'\f041';
    font-family: FontAwesome;
    font-style: normal;
    font-size: 35px;
    color: #00adef;
    width: 50px;
    height: 50px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #00adef;
    display: inline-block;
    padding: 10px;
}

.contact-footer .wrap > div a:hover:before{
    color: #f33b31;
    border: 1px solid #f33b31;
}

.contact-footer .wrap > div a span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-top: 14px;
}

.contact-footer .wrap > div:last-child {
  margin-right: 0;
}

.contact-footer .wrap .tell a:before{
    content:'\f095';
} 

.contact-footer .wrap .email a:before{
    content:'\f1fa';
} 

#footer{
    background: #00adef;
}

#footer .container{
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
}

#footer .wraper{
    background: transparent;
    border:0 !important;
}

#footer h3{
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 8px;
}

#footer .wraper .col-md-24{
    word-spacing: -6px;
}

#footer .wraper .col-md-24 *{
    word-spacing: 0;
}

#footer .wraper .panel-default{
    display: inline-block;
    vertical-align: top;
}

#footer .wraper .panel-default:nth-of-type(2){
    width: 25%;
    margin-right: 20px;    
}

#footer .wraper .panel-default:nth-of-type(3){
    width: calc(75% - 20px);
}

#footer .wraper .panel-default:nth-of-type(3) .metismenu ul{
    word-spacing: -6px;
}

#footer .wraper .panel-default:nth-of-type(3) .metismenu ul li{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    word-spacing: 0;
}

#footer .wraper .panel-default:nth-of-type(3) .metismenu ul li:nth-of-type(3n){
    margin-right: 0;
}

.panel-body{
    padding: 0;
}

#footer .wraper .panel-default .metismenu .sidebar-nav,
#footer .wraper .panel-default .metismenu .sidebar{
    background: transparent;
}
#footer .wraper .panel-default ul li{
    border-bottom: 0;
    list-style:none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
#footer .wraper .panel-default ul li a{
    color: #FFF;
    background: transparent;
    font-size: 15px;
    font-weight: normal;    
    padding: 5px 0;
    border:0;
    display: block;
}

#footer .wraper .panel-default ul li a:hover{
    color: #93c525;
}


#footer .wraper .panel-default ul li a:before{
    position: relative;
    content: '\f054';
    font-family: FontAwesome;
    font-size: 8px;
    margin-right: 8px;
    top:-1px;
    color: #FFF;
}

#footer .panel-default>.panel-heading,
.company_info .company_name,
.company_info .company_name span{
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding-bottom: 8px;
    margin: 30px 0 16px !important;
    padding: 0 0 5px;
    text-transform: unset;
    
}

#footer .panel-default>.panel-heading:after,
.company_info .company_name:after{
    content: '';
    background: #FFF;
    width: 150px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer .wraper .company_info{
    width: 50%;
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}

#footer .wraper .panel-default:nth-of-type(5),
#footer .wraper .panel-default:nth-of-type(4){
    width: calc((50% - 60px) / 2);
}

#footer .wraper .panel-default:nth-of-type(5){
    margin-left: 30px;
}

.company_info li > em, .company_info li > span{
    color: #FFF;
}

.company_info li > span,
.company_info li > span a{
    font-size: 15px;
    color: #FFF !important;
}

.company_info li > span a:hover{
    text-decoration: underline;
}

.footerNav2 .wraper{
    background: transparent !important;
    text-align: center;
    border:none !important;
}
.footerNav2 .wraper .container{
    position: unset;
    padding: 0;
}

.footerNav2 .socialList li{
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}
.footerNav2 .socialList{
    padding: 0 0 20px;
}
.footerNav2 .socialList li a{
    color: #FFF;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 2px;
    background: #93c524;
}
.footerNav2 .socialList li .fa{
    margin-right: -4px;
    line-height: 38px;
    font-size: 22px;
}
.footerNav2 .socialList li .fa-youtube{
    margin-right: -5px;
}
.footerNav2 .socialList li .fa-instagram{
    margin-right: 0;
}

.navbar-static-top{
    border:0;    
}

.news-post .panel-default:nth-of-type(1) .panel-heading:after,
.news-post .panel-default:nth-of-type(2) .panel-heading:after,
.news-post .panel-default:nth-of-type(3) .panel-heading:after{
    left: 0;    
}

.news-post .panel-default{
    padding: 50px 0;
}
.breadcrumbs {
    margin-top: -22px;
    margin-bottom: 40px;
}

.news_column .panel-body a{
    color: #868686 !important;
}

#news-bodyhtml >span,
#news-bodyhtml >div >span{
    font-family: 'Roboto Condensed', sans-serif !important;
}

.nv-social-share{
    overflow: hidden;
}
.nv-social-share li{
    vertical-align: top;
    height: 20px;
}

.nv-social-share li >div{
    height: 20px;
}

.nv-social-share li.facebook{
    padding-right: 3px;
    top:0;
}
.nv-social-share li .fb-like{
    margin-right: 0;
}

.nv-social-share li:nth-of-type(2){
    display: none;
}

.well.well-sm{
    padding: 0;
    background: #FFF;
    border:0;
    -webkit-box-shadow:none;
            box-shadow:none;
    height: auto;
}

#body .col-md-18{
    padding: 00 40px 0 0;
}

.body-bg, .container{
    padding: 0;
}

.news_column .alert-info{
    padding-top: 0 !important;
    padding-bottom: 40px !important;
    -webkit-border-radius: 0;
            border-radius: 0;
}

.news_column .alert-info{
    border:0;
}
.news_column .alert-info h1{
    font-size: 30px;
    margin: 0 0 30px;
    padding: 0 0 10px;
    position: relative;
    font-weight: normal;
    text-align: left;
    color: #333;
    position: relative;
    border:0 !important;
}
.news_column .alert-info h1:after{
    background: #00adef;
    bottom: 0;
    left: calc(50% - 40px);
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    width: 80px;
    left: 0;
}

/*.news_column .MathJax,
.news_column .MathJax *{
    font-family: times new roman,times,serif !important;
}*/

.cat-des *{
    font-family: 'Roboto Condensed', sans-serif !important;
}
.cat-des .alert >div{
    margin-left: 0 !important;
}

.news_column .text-right.list-inline{
    text-align: right;
}

.news_column .panel-body.timenew{
    padding-top: 0;
}

.news_column .panel-body.timenew.detail .bodytext >span,
.news_column .panel-body.timenew.detail .bodytext >div >span{
    font-family: 'Roboto Condensed', sans-serif !important;
    
}

.news_column .panel-body.timenew.detail .bodytext span.MathJax{
    font-family:times new roman,times,serif !important;
}

.socialbutton{
    margin-bottom: 40px;
}

.socialbutton .socialicon{
    padding-top: 10px;
}

.socialbutton .socialicon .fb-like{
    padding: 10px 0;
    margin: 0;
    top:0;
}

.socialbutton .socialicon .g-plusone{
    display: none;
}
#footer{
    position: relative;
}
#footer .bttop {
    width: 50px;
    height: 50px;
    position: absolute;
    top:-25px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    right: 20px;
    background: #00adef;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

#footer .bttop a{
    color: #FFF;
}

.panel-default{
    -webkit-border-radius: 0;
            border-radius: 0;
}

.luyen-thi-toan-cao-cap .news-post .panel-default:nth-of-type(1){
    margin-left: calc(((100vw - 100%) / 2 ) * -1);
    margin-right: calc(((100vw - 100%) / 2 ) * -1);
    background: #FFF;
}
.luyen-thi-toan-cao-cap .news-post .panel-default:nth-of-type(1) >div{
    max-width: 1200px;
    margin: 0 auto;
}


.luyen-thi-toan-cao-cap .news-post .panel-default:nth-of-type(1) .panel-heading{
    margin-bottom: 30px;
}

.luyen-thi-toan-cao-cap .body-bg section:nth-of-type(2){
    display: none;
}

#owl-demo .item{
    background: transparent !important;
}

@media screen and (max-width: 1300px) {
    #demo .owl-carousel .owl-controls .owl-buttons{
        width: 100%;
        margin: 0;
        left: 0;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(2){
        padding-left: 40px;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(1){
        padding-right: 62px;
    }
}

.cont-contact{
    margin-bottom: 100px;
}

.cont-contact .row .col-md-24{
    padding: 0;
}
.cont-contact .panel-default>.panel-heading h3{
    font-size: 24px;
}

.cont-contact .panel-default>.panel-heading:after{
    left: 0;
}

.cont-contact iframe{
    margin-top: 40px;
}

.cont-contact .info-contact *,
.cont-contact .contact-form *{
      padding: 0;
  }

.cont-contact .info-contact{
    padding: 0 15px 0 0;
}

.cont-contact .contact-form{
    padding: 0 0 0 15px;
}

.cont-contact .contact-form .panel-heading{
    padding: 8px 16px;
}

.cont-contact .contact-form .loadContactForm{
    padding: 16px;
}

.cont-contact iframe{
    padding: 0 5px;
}



.cont-thu-vien-truc-tuyen{
    margin-bottom: 100px;
}

.ghi-danh iframe{
    max-height: 1000px;
}


.loadContactForm form .input-group-addon, .loadContactForm form .input-group-btn, .loadContactForm form .input-group .form-control{
    padding: 5px 10px !important;
}



@media screen and (max-width: 1200px) {
    #header .logo img{
        margin-left: -13px;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(2){
        padding: 20px;
    }

    .luyen-thi-toan-cao-cap .news-post{
     padding: 0 20px;   
    }

    #footer .wraper{
        padding: 0 20px;
        border:0 !important;
    }

    #footer .wraper .col-xs-24,
    .footerNav2 .wraper .col-xs-24{
        padding: 0;
    }

    #body .col-md-18{
        padding-left: 16px;
    }

    .sidebar-cont{
        padding-right: 16px;
    }

    .cont-contact{
        padding: 0 16px;
    }

    

}

@media screen and (max-width: 1100px) {
    .headerSearch{
        max-width: 290px;
        margin-right: 20px;
    }

    .menu-top ul li a{
        font-size: 14px;
    }
}



@media screen and (max-width: 992px) {
    .body-bg .wraper .header-nav{
        height: auto;
    }

    header #header .logo{
        margin-top:-40px;
        padding: 0;
    }

    header #header .logo img{
        width:  190px;
    }

    header #header .logo .center{
        padding: 0 15px;
    }

    header #header .logo .center:before{
        left: 15px;
        right: 15px;
    }

    header .container{
        padding: 0 5px;
    }

    .menu-top{
        margin-top: 6px;
    }

    .headerSearch{
        margin-top: 38px !important;
    }

    .navbar-default{
        margin-top: 0 !important;
    }

    /*#owl-demo .item .img-thumbnail {
        height: 400px;
        object-fit: cover;
    }*/

    #owl-demo .item{
        background: transparent !important;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(2){
        padding: 20px 40px;
    }

    .owl-carousel .owl-controls .owl-buttons .owl-prev{
        margin-left: -20px;
    }
    .owl-carousel .owl-controls .owl-buttons .owl-next{
        margin-right: -20px;
        background-position: right center;
    }

    .container{
        padding: 0 !important;
    }

    .luyen-thi-toan-cao-cap .news-post{
        padding: 0;
    }

    .luyen-thi-toan-cao-cap .news-post .panel-default:nth-of-type(1){
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 0;
    }
    .news-post .panel-default:nth-of-type(2), .news-post .panel-default:nth-of-type(3){
        padding-bottom: 0;
    }
    #footer .wraper{
        margin: 0 auto;
        padding: 0 16px;
    }

    #footer{
        margin-left: calc(((100vw - 100%) / 2 ) * -1);
        margin-right: calc(((100vw - 100%) / 2 ) * -1);
        width: auto;
    }

    .footerNav2 .socialList{
        background: #00adef;
    }

     #footer .wraper .panel-default:nth-of-type(5) ul,
      #footer .wraper .panel-default:nth-of-type(4) ul{
          padding-left: 0 !important;
      }

    #footer .wraper .panel-default:nth-of-type(5) ul li, #footer .wraper .panel-default:nth-of-type(4) ul li{
        padding: 0 !important;
        width: 100% !important;
    }

    .breadcrumbs-full ul{
        font-size: 12px;
    }
}


@media screen and (max-width: 991px) {
    .breadcrumbs-full{
        margin-bottom: 0 !important;
    }
    #header .search-banner .menu-top{
        margin-top: 6px;
    }

    .news-post .panel-default:nth-of-type(2){
        padding-left: 16px;
    }
    .news-post .panel-default:nth-of-type(3){
        padding-right: 16px;
    }

    .category-top{
        padding: 0 16px;
    }

    .contact-footer{
        padding-left: 16px;
        padding-right: 16px;
    }

    div.news_column.two_column a{
        text-align: center;
    }

    .thu-vien-truc-tuyen div.news_column.two_column a .images{
        display: inline-block;
    }


    div.news_column.two_column a p{
        text-align: left;
    }

    div.news_column.two_column a p.chitiet{
        float: none;
    }


    .sidebar-cont{
        margin-top: 80px !important;
        padding:0 16px !important;
    }

    .detail .bodytext >div{
        margin-left: 0 !important;
    }

    .detail .border .col-md-12{
        width: auto;
    }

    .detail .border{
        margin-bottom: 20px;
    }
    .detail .border .col-md-12:nth-of-type(1){
        float: left;
    }

    .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
        padding: 8px 11px;
    }

    .headerSearch input{
        height: 34px;
    }

    .contact .container.cont-contact{
        padding: 0 16px !important;
    }

}

@media screen and (max-width: 840px) {
    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title, .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title a{
        font-size: 24px;
    }
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul{
        display: block;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a{
        width: 50%;
        background: #93c524;
    }
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(2n){
        background: #93c524;
    }
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(2),
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(3),
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(5),
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(7),
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(9){
        background: #00adef;
    }

    /*.category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a p{
        height: auto !important;
    }*/

    .category-top .panel-default:nth-of-type(1){
        padding-bottom: 0;
    }

    .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(2n){
        margin-right: 0;
    }

    .category-top .panel-default:nth-of-type(2) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(3n){
        margin-right: 20px;
    }

    .category-top .panel-default:nth-of-type(2) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(6n){
        margin-right: 0;
    }

    #footer .wraper .panel-default:nth-of-type(2),
    #footer .wraper .panel-default:nth-of-type(3){
        width: 100%;
        margin: 0;
    }

     #footer .wraper .panel-default:nth-of-type(2) ul{
         word-spacing: -6px;
     }

    #footer .wraper .panel-default:nth-of-type(2) ul li{
        width: calc((100% - 40px) / 3);
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        word-spacing: 0;
    }

    #footer .wraper .panel-default:nth-of-type(2) ul li:nth-of-type(3n){
        margin-right: 0;
    }

    #footer .wraper .company_info{
        margin-right: 20px;
        width: 100%;
    }

    #footer .wraper .panel-default:nth-of-type(5), #footer .wraper .panel-default:nth-of-type(4){
        width: calc((100% - 20px)/2);
        margin: 0;
    }

    #footer .wraper .panel-default:nth-of-type(5) ul  li, #footer .wraper .panel-default:nth-of-type(4) ul li{
        width: 100% !important;
    }

    #footer .wraper .panel-default:nth-of-type(5){
        margin-left: 20px;
    }
}


.footerNav2 .visible-xs-inline-block{
    display: block !important;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    position: relative;
    margin-bottom: 16px;
    text-transform: inherit;
}

.row{
    margin: 0;
}

@media screen and (max-width:767px) {
    .headerSearch{
        width: calc(100% - 32px) !important;
        position: absolute;
        left: 16px;
        right:16px;
        max-width: none;
        bottom: 10px;
        margin: 0;
        padding: 0;
    }

    #header .search-banner .menu-top{
        /* margin-top: 0; */
        padding-right: 4px;
    }

    .menu-top ul li a .image{
        padding-bottom: 5px;
    }

    .menu-top ul li a .image img{
        height: 40px;
    }

    .menu-top ul li a{
        /*font-size: 13px;
        font-weight: normal;*/
    }

    #header{
        padding-bottom: 65px;
    }

    .panel-default>.panel-heading{
        font-size: 24px;
        margin-bottom: 30px !important;
        padding-bottom: 5px;
    }

    .news-post .panel-default:nth-of-type(2),
    .news-post .panel-default:nth-of-type(3){
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    .news-post .panel-default:nth-of-type(2){
        padding-bottom: 0;
    }

    .new-post-block li .new-post-block-content a{
        font-size: 17px;
        margin-bottom: 8px;
    }
    .new-post-block li p.date{
        font-weight: normal;
        font-size: 13px;
        margin-right: 20px;
    }
    .new-post-block li p.date span{
        font-size: 35px;
    }

    #footer .wraper .panel-default:nth-of-type(2) ul li,
    #footer .wraper .panel-default:nth-of-type(3) .metismenu ul li{
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }   

    #footer .wraper .panel-default:nth-of-type(2) ul li:nth-of-type(3n),
    #footer .wraper .panel-default:nth-of-type(3) .metismenu ul li:nth-of-type(3n){
        margin-right: 20px;
    }

    #footer .wraper .panel-default:nth-of-type(2) ul li:nth-of-type(2n),
    #footer .wraper .panel-default:nth-of-type(3) .metismenu ul li:nth-of-type(2n),
    #footer .wraper .panel-default:nth-of-type(2) ul li:nth-of-type(6n),
    #footer .wraper .panel-default:nth-of-type(3) .metismenu ul li:nth-of-type(6n){
        margin-right: 0;
    }

    #footer .panel-default>.panel-heading,
    .company_info .company_name,
    .company_info .company_name span,
    .visible-xs-inline-block{
        font-size: 20px;
    }

    .social-icons{
        margin-right: 0;
    }
    .social-icons .content{
        display: inline-block !important;
    }

    .social-icons .content .visible-xs-inline-block{
        display: none !important;
    }

    .social-icons a.button{
        display: none;
    }

    .menu-mobile{
        margin-right: 0;
    }
    .menu-mobile .navbar-toggle{
        float: right;
        margin-right: 0;
        /* padding: 9px 10px; */
        margin-top: 0px;
        margin-bottom: 0;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        position: relative;
        width: 40px;
        height: 40px;
        border: 0;
        text-align: center;
    }

    .footerNav2 .visible-xs-inline-block{
        font-size: 20px;
    }

    .luyen-thi-toan-cao-cap .slider-main{
        padding: 16px;
    }

    .cont-contact .contact-form{
        padding-left: 0;
    }

    .cont-contact .info-contact{
        padding-right: 0;
        margin-bottom: 24px;
    }
}

@media screen and (max-width:640px) {
    #demo .owl-carousel .owl-controls .owl-buttons .owl-prev, #demo .owl-carousel .owl-controls .owl-buttons .owl-next{
        -webkit-background-size: 20px auto !important;
             -o-background-size: 20px auto !important;
                background-size: 20px auto !important;
        background-position: center left;
    }
    #demo .owl-carousel .owl-controls .owl-buttons .owl-next{
        background-position: center right;
    }
    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(2){
        position: relative;
        transform: none;
        top: auto;
        padding: 20px 0 0;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .col-xs-24:nth-of-type(1){
        padding: 0;
    }

    #demo .item img{
        max-width: 100%;
    }

    .info{
        margin: 0;
    }

    .text{
        padding-right: 0;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title, .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .title a,
    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .description{
        text-align: left;
    }

    .luyen-thi-toan-cao-cap .slider-main #demo .owl-carousel .item .info .chitiet{
        float: left;
    }

    #footer .panel-default>.panel-heading, .company_info .company_name, .company_info .company_name span, .social-icons .visible-xs-inline-block{
        margin-bottom: 0;
    }
   
}

@media screen and (max-width:626px) {
    header #header .logo{
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    header #header .logo .center{
        float: none;
    }

    #header .logo .center a{
        padding: 0;
    }

    #header .search-banner{
        width: 100%;
        padding: 0 16px;

    }

    #header .search-banner .menu-top{
        margin-top: 74px;
        width: 100%;
    }

    #header .search-banner .menu-top li a{
        padding: 0 8px !important;
    }

    #header .search-banner .menu-top li:first-child a{
        padding-left: 0 !important;
    }
    #header .search-banner .menu-top li:last-child a{
        padding-right: 0 !important;
    }

    .menu-top ul li a .image img{
        height: 30px;
    }

    .body-bg .wraper:nth-of-type(1) {
        background: #3fbded;
    }


    #header .search-banner{
        position: relative;
    }

    .headerSearch{
        top:16px;
        bottom: auto;
        margin: 0 !important;
    }

    #header{
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .socialList li a,
    .userBlock h3{
        color: #FFF;
    }
}

@media screen and (max-width:550px) {
    .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a{
        width: 100%;
        margin: 0 0 30px;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a{
        width: 100%;
        margin-bottom: 20px;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:last-child{
        margin-bottom: 0;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a .images{
        padding: 10px;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a .images img{
        height: 50px;
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a h2,
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a p{
        height: auto !important; 
    }

    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a{
        background: #93c524 !important;
    }
    .category-top .panel-default:nth-of-type(1) .panel-body .clearfix .sidebar .sidebar-nav ul a:nth-of-type(2n){
        background: #00adef !important;
    }


    .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a{
        text-align: center;
    }

   .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .description{
       text-align: left;
   }


   .contact-footer .wrap{
       display: block;
   }

   .contact-footer .wrap > div{
       width: 100%;
       text-align: left;
   }

   .contact-footer .wrap > div a span{
       display: inline;
   }

   .contact-footer .wrap > div a:before,
   .contact-footer .wrap > div a:hover:before{
       width: auto;
       height: auto;
       font-size: 20px;
       padding: 0;
        margin-right: 12px;
        position: relative;
        top: -3px;
        border:0;
   }

   .contact-footer .wrap > div a{
       font-size: 14px;
   }

   #footer .wraper .panel-default:nth-of-type(2) ul li, #footer .wraper .panel-default:nth-of-type(3) .metismenu ul li{
       width: 100%;
       margin: 0;
   }

   #footer .wraper .panel-default ul li a{
       font-size: 14px;
   }

   #footer .wraper .panel-default:nth-of-type(5), #footer .wraper .panel-default:nth-of-type(4){
       width: 100%;
       margin: 0;
   }

   .footerNav2 .visible-xs-inline-block{
       display: none !important;
   }

   .footerNav2 #socialList .visible-xs-inline-block{
       display: block !important;
   }

   .category-top .panel-default .panel-body .clearfix .sidebar .sidebar-nav ul a li .description{
       height: auto !important;
   }

   .menu-top ul li a{
       font-size: 13px;
   }

    #header .search-banner .menu-top{
       margin-right: 0;
    }

    #header .search-banner{
        padding: 0 8px;
    }

    .detail h3{
        font-size: 24px;
    }
}

@media screen and (min-width:768px) {
    .contant-logo .logo{
       /* display: none; */
    }
}

@media screen and (max-width:499px) {
    .body-bg, .container{
        padding: 0 !important;
    }

    .ghi-danh iframe{
        height: 1000px;
        max-width: 1200px;
    }

}

@media screen and (min-width:360px) {
    #header .search-banner .menu-top li a span br{
        display: none;
    }
}
