@font-face{
    font-family: 'FjallaOne';
    src: url('fonts/fjalla-one/FjallaOne.ttf');
}
html {
    overflow-x: hidden;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    top: 0!important;
}
a{
    color: #4f4f4f;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
    cursor: pointer;
}
a:hover,a:focus,a:active{
    color: #23527c;
    text-decoration: unset;
}
img{ max-width: 100%; }
div[class*="col-custom"]{
    padding-left: 20px;
    padding-right: 20px;
}
div[class*="col-sb-gallery"]{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
div[class*="row-custom"]{
    margin-left: -30px;
    margin-right: -30px;
}
div[class*="row-no-mar"]{
    margin-left: 0;
    margin-right: 0;
}
div[class*="row-sb-gallery"]{
    margin-left: -5px;
    margin-right: -5px;
}
div[class*="roboto"]{
    font-family: "Roboto", sans-serif;
}
div[class*="row-no-mar"] div[class*="col-"] {
    padding: 0;
}
.padding-top3{padding-top: 30px;}
.margin-bot3{margin-bottom: 30px;}
.margin-bot0{margin-bottom: 0;}
#container {
    width: 100%;
    float: left;
}
#language {
    position: absolute;
    bottom: inherit;
    right: 55px;
    width: auto;
    color: #999;
    line-height: 17px;
    top: 15px;
    z-index: 999;
}
.clearfix{
    display: block;
}
.float-all{
    width: 100%;
    float: left;
}
.box-shadow {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 10px;
    box-shadow: -1px 2px 3px 0px #d4d4d4;
    border-radius: 3px;
}
#header{
    background: #fff;
    width: 100%;
    float: left;
}
#header .bottom-header {
    z-index: 99999;
    width: 100%;
    background-color: #007437;
    position: relative;
}
#header .bottom-header .menu-all-page {
    width: 100%;
}
#header .bottom-header ul {
    margin: 0;
    padding: 0;
}
#header .bottom-header ul.menu-all {
    width: 100%;
    display: flex;
}
#header .bottom-header .menu-all li {
    display: inline-block;
    float: left;
    position: relative;
}
#header .bottom-header .menu-all > li {
    flex: 1;
    text-align: center;
}
#header .bottom-header .menu-all > li.search-menu {
    flex: inherit;
}
#header .bottom-header .menu-all > li > a{
    padding: 15px 5px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
#header .bottom-header .menu-all > li.search-menu > a {
    padding: 15px;
}
#header .bottom-header .menu-all > li:hover > a, #header .bottom-header .menu-all > li a:hover, #header .bottom-header .menu-all > li.current > a{
    text-decoration: unset;
    background: #ffd8ad;
    color: #555;
}
#header .bottom-header .menu-all ul{
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: all .5s ease 0s;
    width: 180px;
    z-index: 99999;
    background: #007437;
    padding: 0;
    left: 0;
}
#header .bottom-header .menu-all li:hover > ul{
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}

#header .bottom-header .menu-all ul li{ 
    width: 100%; 
    display: block;
    border-bottom: 1px solid #1a3b61;
}
#header .bottom-header .menu-all ul li:last-child{
    border-bottom: 0;
}
#header .bottom-header .menu-all ul li a{
    padding: 10px 10px 10px 15px;
    display: block;
    color: #fff;
}
#header .bottom-header .menu-all ul ul{
    left: 180px;
    top: 0;
}

li.search-menu:before, li.search-menu:after {
    bottom: -2px;
    z-index: 100;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
li.search-menu:before {
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
li.search-menu:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
li.search-menu:hover:before, li.search-menu:hover:after {
    opacity: 1;
}
ul.menu-all #search {
    position: absolute;
    top: 100%;
    right: -15px;
    min-width: 280px;
    z-index: 99;
    box-shadow: 1px 1px 15px rgba(0,0,0,0.15);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    padding: 15px;
    display: none; 
}
ul.menu-all li.search-menu:hover > #search {
    display: block;
}
ul.menu-all #search .search-over {
    position: relative;
}
ul.menu-all #search .search-over input[type="text"] {
    border: 1px solid #ddd;
    padding: 0 50px 0 10px;
    height: 40px;
    font-size: 14px;
}
ul.menu-all #search .search-over #button-search-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #d26e4b;
    color: #fff;
}

#header #logo {
    position: static;
    z-index: 1;
}
#header .btn-mb {
    display: none;
}
#header #logo a {
    margin: 5px 0 0;
    display: block;
    text-align: center;
}
#header #logo img{
    max-height: 145px;
}
#header .comment-header h3 {
    font-size: 25px;
    margin-top: 30px;
    color: #ff0000;
    font-style: italic;
    font-family: 'Lobster', cursive;
}
#header .item-social, #header .item-social a {
    color: #800080;
    font-weight: 400;
    font-family: 'Lobster', cursive;
}
#header .item-social a {
    text-decoration: underline;
}
#header .item-social i {
    width: 20px;
    font-size: 15px;
}
#header .address-header {    
    font-weight: 600;
    font-style: italic;
}
#header .address-header h2 {
    font-size: 16px;
    margin-top: 0
}
#header .address-header img {
    vertical-align: top;
    display: inline-block;
    margin: 2px 5px;
}

.menu-header{
    width: 100%;
    float: left;
    background-color: #2e3a8c;
    border-bottom: solid 1px #cbcde2;
    position: relative;
}
.captcha {
    background: transparent;
    border-radius: 3px;
    box-shadow: 0 0 0;
    box-sizing: border-box;
    width: 300px;
    padding: 5px;
}
.captcha .c_input a {
    border: 0;
    color: #fff;
    padding: 7px 10px;
    background: #E95843;
    border-radius: 2px;
    display: inline-block;
}
.captcha .c_logo {
    display: none;
}

/* slides */
.owl-theme .owl-controls { margin-top: 0; }
.slides.owl-carousel .owl-buttons div[class*='owl'] {
    opacity: 1;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffff;
    text-shadow: none;
}
.slides.owl-carousel .owl-buttons div[class*='owl']:hover {
    background-color: rgba(0, 33, 71, 0.6);
}
.slides.owl-carousel .owl-buttons .owl-next{
    right: 10px;
}
.slides.owl-carousel .owl-buttons .owl-prev{
    left: 10px;
}
.slides.owl-carousel .owl-buttons div[class*='owl'] i{
    font-size: 26px;
}
.slides.owl-carousel .item span.news-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

/**/
#crumbs {
    background-color: #f5f5f5;
    overflow: hidden;
    margin-bottom: 10px;
}
#crumbs .inner-crumbs {
    margin-top: 10px;
    background: #ddd;
    border: 1px solid #aaa;
    padding: 10px 15px;
    border-radius: 3px;
}
#crumbs .inner-crumbs a{
	color: #111;
}
#crumbs .inner-crumbs a:hover{
	color: #fdc800;
}

/*list cat*/
.list-cat-related h3 {
    line-height: 34px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
    padding-left: 20px;
    background: #22479f url(../image/i4.gif) no-repeat left center;
    color: #fff;
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
.list-cat-related ul {
    border-bottom: #c8c8c8 2px solid;
    background-color: #f5f5f5;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}
.list-cat-related ul li {
    padding: 10px 0px 10px 18px;
    margin-left: 10px;
    margin-right: 10px;
    background: url(../image/i5.gif) no-repeat left center;
    font-weight: bold;
    font-size: 15px;
    border-top: #d1d1d1 1px dotted;
}
.list-cat-related ul li.current a {
    color: #ffb406;
}
.news-by-categories.box-left-right {
    border: solid 1px #e4e4e4;
    margin-bottom:  15px;
}
.news-by-categories.box-left-right ul.box-news-content {
    list-style:  none;
    margin:  0;
}
.news-by-categories.box-left-right ul.box-news-content li {
    width:  100%;
    display:  inline-block;
    padding: 8px;
}
.news-by-categories.box-left-right ul.box-news-content li .image {
    width: 60px;
    float: left;
    margin-right: 5px;
}
.news-by-categories.box-left-right ul.box-news-content li .name {
    display: block;
    line-height: 15px;
    height: 45px;
    overflow: hidden;
}
.news-by-categories.box-left-right ul.box-news-content li .name a {
    font-size: 12px;
    text-transform: uppercase;
}

/* support */
.support-online-col .box-content {
    background: #ff0000;
}
.support-online-col .sup-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.support-online-col .sup-item:first-child {
    padding-top: 0;
}
.support-online-col .sup-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.support-online-col .sup-item p {
    display: block;
    color: #fff700;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.support-online-col .sup-item p.name {
    padding-right: 3px;
}

/*cat*/
h1.title-page {
    font-size: 18px;
    color: #333;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 600!important;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-bottom: 30px;
}
h1.title-page:after{
    content: '';
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0;
    position: absolute;
    background: #ffa400;
}

/**/
.facebook-like-box{ 
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

/*combo*/
.news-by-combo-categories div[class *='col'] {
    padding: 0;
    border: 1px solid #1376f2;
    margin-bottom: 30px;
}
.news-by-combo-categories .position{
    position: relative;
}
.news-by-combo-categories .title {
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    transform: rotate(-90deg);
    bottom: 50%;
    right: 50%;
    margin: 0 -18px -18px 0px;
    z-index: 2;
}
.news-by-combo-categories .title span{
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    padding: 8px 15px;
    display: inline-block;
    width: calc(100% - 70px);
    position: relative;
}
.news-by-combo-categories .title span:before {
    content: '';
    position: absolute;
    top: 0px;
    left: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid #229dcc;
    border-left: 18px solid transparent;
}
.news-by-combo-categories .title span:after {
    content: '';
    position: absolute;
    top: 0px;
    right: -35px;
    border-top: 18px solid #229dcc;
    border-bottom: 18px solid transparent;
    border-right: 18px solid transparent;
    border-left: 17px solid #229dcc;
}
.news-by-combo-categories .post-cat .title{ margin: 0 -18px -17px 0px; }
.news-by-combo-categories .post-cat h3 {
    margin: 0;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/**/

.flexslider{
    border: 0;
}
.box-news-content ul {
    list-style: none;
    padding-left: 0;
}
.box .box-content{
    background: transparent;
}
.bg-gray{
    background: #f6f6f6;
}
.box-news-content{
    position: relative;
    padding: 0;
}
.col-sb-gallery img, .box-type-news-3 .box-item img, .box-news-content .image a img {
    float: none;
    margin-right: 0;
    padding: 0;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease ;
    -ms-transition: all .3s ease ;
    -o-transition: all .3s ease ;
    transition: all .3s ease ;
}
.col-sb-gallery img:hover, .box-type-news-3 .box-item:hover img, .box-news-content .image:hover a img {
    opacity: .8;
}

.box-news-featured .news-item{
    border: 1px solid #e8e8e8;
    background: #fff;
    margin-bottom: 10px;
}
.box-news-content .name {
    margin-bottom: 0;
    height: 37px;
    padding: 3px 0;
    line-height: 30px;
    overflow: hidden;
}
.box-news-content .date_added {
    font-size: 12px;
    color: #898989;
    margin-bottom: 2px;
}
.box-news-content .name:hover a {
    color: #E95843;
}
.news-bottom-block{
    font-weight: 600;
}
#content .flexslider{
    margin-bottom: 10px;
}

.news-custom-more{
    background: #fff;
    margin: 18px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.4) inset;
}
.news-custom-more .news-custom-item{
    float: left;
    width: 20%;
}
.banner-content-mainbottom img, .news-custom-more .news-custom-item img {
    padding: 10px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out ;
    -ms-transition: all .4s ease-in-out ;
    -o-transition: all .4s ease-in-out ;
    transition: all .4s ease-in-out ;
}
.news-custom-more .news-custom-item img:hover {
    -webkit-transform: scale(1.09);
    -moz-transform: scale(1.09);
    -ms-transform: scale(1.09);
    -o-transform: scale(1.09);
    transform: scale(1.09);
}
.banner {
    background: #fff;
}
.banner.text-center{
    padding-top: 30px;
}
.banner div.video-youtube{
    margin-bottom: 5px;
    overflow: hidden;
}
.banner div {
    text-align: center;
    display: block;
}
.content-week li {
    padding: 5px 0;
    border-bottom: 1px dotted #e2e2e3;
}
.box-heading h2, .box-heading {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    color: #007437;
    margin-top: 0;
    font-size: 15px;
    position: relative;
}
.box-heading.margin-bot0 { margin-bottom: 0; }
.box-heading span {
    background: #007437;
    display: inline-block;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
}
.box-heading span.full-center {
    display: block;
}
.box-heading span a {
	color: #fff;
}
.banner div img {
    margin-bottom: 10px;
}

#content h1.banner-title {
    font-size: 48px;
    color: #007437;
    margin-bottom: 15px;
    font-weight: 400;
}

p.description-banner {
    margin-bottom: 50px;
}

.banner-item img.img-responsive {
    display: inline-block;
    margin: 0;
}

.news-by-categories ul li a{
    display: block;
    margin-bottom: 5px;
}
.combo-ads{
    margin-bottom: 10px;
}
.flexslider .slides iframe {
    width: 100%;
    display: block;
}

footer .copy{
    line-height: 35px;
    text-align: center;
}
#powered {
    text-align: center;
    clear: both;
    line-height: 35px;
    background: #000;
    overflow: hidden;
    width: 100%;
    float: left;
    margin: 0 auto;
    color: #fff;
    padding: 10px 0 0;
    font-size: 12px;
}
#powered a {
    font-family: 'FjallaOne';
    color: #333;
}
#powered .pull-right { color: #333; }
.scroll-head {
    background-color: rgba(253, 200, 0, 0.8);
    bottom: 0;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    position: fixed;
    right: 0;
    text-align: center;
    transition: all .5s cubic-bezier(0, 0, 0, 1) 0s;
    width: 45px;
    z-index: 99999;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.scroll-head.visible {
    visibility: visible;
    opacity: 1;
    right: 20px;
    bottom: 10px;
}
.scroll-head:hover{
    background-color: rgba(255, 255, 255, 0.8);
    color: #007437;
}
.banner-content-mainbottom img:hover{
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}
.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 30px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
#slider-home {
    width: 100%;
    float: left;
    overflow: hidden;
}
#slider-home .owl-carousel{
    margin: 0;
}
#slider-home .owl-carousel img{ width: 100%; }
#slider-home .owl-carousel .owl-pagination{
    top: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#slider-home .owl-carousel .owl-controls .owl-page span{
    border: solid 2px #c7c7c7;
    width: 14px;
    height: 14px;
    margin: 0;
}
#slider-home .owl-carousel .owl-controls .owl-page.active span{
    border: solid 2px #fff;
}
.bg-img-header{
    height: 115px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left center;
}
.categories-category ul {
    border: 1px solid #E3E3E3;
    background: #F6F6F6;
    padding: 0;
    height: 39px;
}
.categories-category ul li{
    list-style-type: none;
    display: inline-block;
}
.categories-category ul li a{
    line-height: 39px;
    text-transform: uppercase;
    padding: 0 10px;
    font-weight: 600;
}
.news-list > div .name:hover a{
    color: #E95843;
}
.news-list > div {
    overflow: auto;
    clear: both;
    padding: 10px 0px;
}
.news-list .col-xs-6:nth-child(3n+1){
	clear: both;
}
.news-list .news-list-item{
	margin-bottom: 30px;
}
.news-list .image {
    width: 100%;
}
.news-list .image img {
    width: 100%;
    display:  block;
}
.news-list .image img:hover{
    opacity: 0.8;
}
.news-list .desc{
	width: 100%;
}
.pagenumber .links {
    float: right;
    padding-top: 6px;
    margin-bottom: 5px;
}
.pagenumber .links .pagination > .active > a, .pagenumber .links .pagination > .active > span, .pagenumber .links .pagination > .active > a:hover, .pagenumber .links .pagination > .active > span:hover, .pagenumber .links .pagination > .active > a:focus, .pagenumber .links .pagination > .active > span:focus {
    background: none repeat scroll 0 0 #e3e3e3;
    border: 1px solid #dddddd;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0;
    border-radius: 0 !important;
    color: #000;
    cursor: default;
    margin-top: -1px;
    z-index: 2;
}
.pagenumber .links .pagination > li > a, .pagenumber .links .pagination > li > span {
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    color: #000;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #111;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.news-list-slide #bottom_news{
    margin: 10px 0;
    border: 1px solid #e8e8e8;
    padding: 7px 0;
    background: #f6f6f6;
}
.pagenumber .links .pagination > li {
    display: inline-block;
    margin: 0 3px;
}
.pagenumber .links .pagination > li:last-child > a, .pagenumber .links .pagination > li:last-child > span{
    border-radius: 0;
}
.pagenumber {
    border-top: 0;
    display: inline-block;
    width: 100%;
    padding-top: 0;
}
.news-description *{
    max-width: 100%;
}
.news-description table {
    width: 100%!important;
}
.news-description table p {
    margin: 0;
}
.news-description img{
    max-width: 100%;
    height: auto !important;
}
.news-description {
    width: 100%;
}
.tags-list {
    background: url(../image/tags.gif) no-repeat 0px top;
    padding-left: 45px;
    height: 30px;
    padding-top: 7px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.news-related h3 {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    padding: 8px;
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 10px;
}
.news-related ul {
    background: none repeat scroll 0 0 #eee;
    box-shadow: 0 0 0;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 20px;
    padding: 9px;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}
.contact-info {
    background: #fff;
    padding: 15px;
    box-shadow: 1px 2px 13px #a0a0a0;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-info address i.fa {
	color: #fdc800;
    display: inline-block;
    vertical-align: middle;
}
.contact-info .dessc{
	margin-bottom: 30px;
}
.write-comment > div {
    margin-bottom: 10px;
}
.write-comment p{
    margin: 0;
}
a.button, input.button {
    background: #1376f2;
    color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgb(200, 200, 210);
    text-decoration: none;
    display: inline-block;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 13px;
    border: none;
}
input[type='text'], input[type='password'], textarea {
    padding: 3px;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 0 0;
    border-radius: 3px;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d4d4d4;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    outline: medium none;
    width: auto;
}
.write-comment input[type="text"], .write-comment textarea {
    border: 1px solid #d7dce9;
    border-radius: 0;
    background: none repeat scroll 0 0 #fff;
    padding: 5px;
    width: 100%;
}
.tags-list a {
    margin: 0 2px;
}
.news-info {
    width: 100%;
    display: inline-block;
}

a.button:hover, a.button:focus, a.button:active, input.button:hover, input.button:focus, input.button:active {
    background: #1376f2;
    color: #fff;
    border: none;
}
#content h1 {
    font-weight: 500;
}
.bx-wrapper .bx-pager{
    display: none;
}
.bx-viewport{
    height: 39px;
    line-height: 39px;
}
#news_hot_head span{
    position: absolute;
    top: 9px;
    padding: 1px 4px 0px;
    color: red;
    font-weight: 700;
    border: 1px solid red;
}
#news_hot_head{
    position: absolute;
    min-width: 500px;
}
#content, #content-maintop, #content-mainbottom {
    position: relative;
    width: 100%;
    float: left;
}
ul.pgwSlider>li img, .pgwSlider>ul>li img {
    width: 100%;
    min-height: 100%;
    display: none;
    transition: margin-top 250ms linear;
}
.pgwSlider .ps-caption {
    display: none !important;
}
ul.pgwSlider>li, .pgwSlider>.ps-list>li {
    background: #212121;
    opacity: 0.9;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    height: 77px !important;
    padding: 11px;
    overflow: hidden;
}
ul.pgwSlider>li a, .pgwSlider>.ps-list>li a{
    color: #fff;
    font-family: 'FjallaOne';
    display: block;
    font-size: 14px;
    height: 45px;
    overflow: hidden;
}
ul.pgwSlider>li span, .pgwSlider>.ps-list>li span {
    display: block;
    width: 100%;
    position: static;
    bottom: 0;
    padding: 5px;
    background: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.pgwSlider .ps-current {
    width: 75%;
}
ul.pgwSlider>li:hover, .pgwSlider>ul>li:hover {
    opacity: 1 !important;
    background-color: #E95843;
}
.pgwSlider .ps-list li.active-wds{
    position: relative;
    overflow: visible;
}
.pgwSlider .ps-list li.active-wds:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: '';
    border-width: 0 0 38px 20px;
    border-style: solid;
    border-color: transparent transparent #E95843 transparent;
    z-index: 9;
}
.pgwSlider .ps-list li.active-wds:after{
    position: absolute;
    left: -20px;
    bottom: 0;
    content: '';
    border-width: 0 20px 38px 0;
    border-style: solid;
    border-color: transparent #E95843  transparent transparent ;
    z-index: 9;
}

.sign-all.float-all {
    margin-bottom: 30px;
}
.sign-all .content-admissions {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #f2f2f2;
}
.sign-all .content-admissions h4 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding: 0px 6px;
    background: #2e3a8c url(../image/g7.gif) no-repeat left center;
    margin-bottom: 20px;
    margin-top: 0;
}
.sign-all .content-admissions .float-all {
    padding: 0 20px;
}
.sign-all .content-admissions .form-control {
    width: 100%;
}
.sign-all .content-admissions input.form-control {
    border: 0;
    border-bottom: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;
    border-radius: 8px;
    height: 40px;
    font-size: 16px;
    padding: 10px;
}
.sign-all .content-admissions textarea.form-control {
    border: 0;
    border-bottom: solid 1px #6b6b6b;
    border-right: solid 1px #6b6b6b;
    border-radius: 8px;
    font-size: 16px;
    padding: 10px;
}
.sign-all .content-admissions #button-send-book,
.sign-all .content-admissions #button-send-vote {
    background: #007437;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    border: solid 1px #6b6b6b;
    padding: 5px 30px;
}
.sign-all .content-admissions .btn-primary{
    margin-top: 20px;
}
.sign-all .box-fb {
    width: 100%;
    float: left;
    overflow: auto;
}
.sign-all h3.title-fb {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
h3.title-result {
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    color: #007437;
}
/* news featured */
#content-maintop .box-news-featured{
    background: #f5f5f5;
    margin: 0;
}
.box-news-featured {
    padding: 60px 0;
}
.box-news-featured .row {
    margin-right: -10px;
    margin-left: -10px;
}
.box-news-featured .box-featured-slide.owl-carousel {
    background: transparent;
    margin: 0;
}
.box-news-featured .courses-box1 {
    padding: 0 10px;
}
.box-news-featured  .single-item-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper {
    position: relative;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper img.img-responsive {
    width: 100%;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper a {
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    display: block;
    background: #007437;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper:hover a {
    opacity: 1;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.box-news-featured .single-item-wrapper .courses-img-wrapper:hover:before {
    background-color: rgba(253, 200, 0, 0.8);
    z-index: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.box-news-featured .courses-content-wrapper {
    padding: 20px 15px;
}
.box-news-featured .courses-content-wrapper h3.item-title {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-news-featured .courses-content-wrapper h3.item-title a {
    color: #007437;
    white-space: nowrap;
}
.box-news-featured .courses-content-wrapper h3.item-title a:hover {
    color: #fdc800;
}
.box-featured-slide.owl-carousel .owl-buttons{
    position: absolute;
    top: -80px;
    right: 8px;
}
.box-featured-slide.owl-carousel .owl-buttons div[class*="owl"] {
    opacity: 1;
    position: unset;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fdc800;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.box-featured-slide.owl-carousel .owl-buttons div[class*="owl"]:hover {
    background: #007437;
}
.box-featured-slide.owl-carousel .owl-buttons div[class*="owl"] i.fa {
    font-size: 14px;
    margin: 0;
    color: #fff;
    line-height: 30px;
    display: block;
}
/* end news featured */

.box.md-carousel {
    padding-top: 60px;
}

.box-border-bottom .box-heading{
    font-family: 'FjallaOne';
    border-bottom: 1px solid #DBDBDB;
    text-transform: uppercase;
    font-size: 22px;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
}
.row-custom .col-custom-left{
    border-right: 1px solid #dbdbdb;
}
.box-news-content .box-news-first-description .name {
    height: 26px;
    padding: 10px 0 0;
    line-height: 15px;
}
.box-news-content .box-news-first-description .short-content {
    font-size: 12px;
    line-height: 16px;
    padding-top: 5px;
    margin-bottom: 12px;
}
.box-news-content .short-content {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.box-type-news-3.float-all .owl-carousel {
    margin: 0;
    background: transparent;
}

/* news latest */
.news-by-categories .box-heading {
    border-bottom: 1px solid #007437;
}
.news-by-categories .box-heading span {
    font-size: 14px;
}
.news-by-categories .box-heading span:before {
    content: " \f114 ";
    font-family: FontAwesome;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    margin-top: -3px;
    font-size: 16px;
}
.news-by-categories.box-left-right .box-heading span:before {
    display: none;
}
.news-by-categories .owl-theme .box-item {
    padding: 0 15px;
}
.news-by-categories .owl-theme .box-item .event-calender {
    position: absolute;
    top: 0px;
    left: 0;
    background: #fff;
    border: 2px solid #446084;
    padding: 0px 15px;
    font-weight: 600;
}
.news-by-categories .owl-theme .box-item .event-calender span {
    display: block;
    text-align: center;
}
.news-by-categories .owl-theme .box-item .event-calender span.month { font-size: 18px; }
.news-by-categories .owl-theme .box-item h3 {
    font-size: 15px;
    line-height: 22px;
}
.news-by-categories .owl-theme .box-item h3 a:hover {
    color: #007437;
}
.news-by-categories a.view-more {
    font-size: 12px;
    color: #007437;
}
.news-by-categories .owl-theme .owl-controls .owl-buttons div {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    margin: 0;
}
.news-by-categories .owl-carousel .owl-buttons div i {
    font-size: 20px;
    margin: 0;
}
.news-by-categories .owl-carousel .owl-buttons .owl-prev { left: 10px; }
.news-by-categories .owl-carousel .owl-buttons .owl-next { right: 10px; }

.news-by-categories .list-child-cat {
    display: inline-block;
    vertical-align: middle;
}
.news-by-categories .list-child-cat ul {
    margin: 0;
}
.news-by-categories .list-child-cat li {
    display: inline-block;
}
.news-by-categories .list-child-cat li a {
    font-size: 12px;
    padding: 0 10px;
    display: block;
    border-right: 1px solid #aaa
}

/* news latest */
.md-news-lastes {
    margin: 20px 0;
}
.md-news-lastes .list-news-new ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.md-news-lastes .list-news-new ul li {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0 5px 12px;
    border-bottom: 1px dotted #e2e2e3;
    text-align: justify;
}
.md-news-lastes .list-news-new ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #007437;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -2px;
}
.md-news-lastes .list-video ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.md-news-lastes .list-video ul li {
    margin-bottom: 2px;
    border-bottom: 1px solid #e8e8e8;
    padding: 4px 10px;
    background-color: #eee;
}
.md-news-lastes .list-video ul li:hover{
    background: #ddd;
}
.md-news-lastes .list-video ul li i {
    margin-right: 10px;
    list-style: none;
    font-size: 14px;
}

/* end news latest */

/* location */
.location.box.float-all {
    padding: 45px 0 60px;
    position: relative;
}
.location-item h3 {
    font-size: 14px;
    color: #007437;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    display: inline-block;
    width: 100%;
}
.location-item .location-info {
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    display: inline-block;
    width: 100%;
}
.location-item .location-info .icon {
    width: 30px;
    float: left;
    color: #007437;
}
.location-item .location-info .location-info-content {
    float: right;
    width: calc(100% - 30px);
    color: #000080;
}
.location-item .location-info .location-info-content a {
    color: #000080;
}


footer.float-all {
    background: #007437;
    padding: 50px 0;
    color: #f5f5f5;
}
footer.float-all input[type='text'], footer.float-all input[type='password'], footer.float-all textarea{
    width: 100%;
}
footer.float-all .colum-footer {
    width: 100%;
    float: left;
}
footer.float-all .colum-footer iframe {
    max-width: 100%;
    max-height: 210px;
}
footer.float-all .colum-footer.colum-footer-2 ul {
    margin-bottom: 30px;
}
footer.float-all .colum-footer.colum-footer-2 .hotline {
    border-top: solid 2px #0794d6;
}
footer.float-all .colum-footer.colum-footer-2 .hotline strong {
    display: block;
    font-weight: normal;
    padding-top: 8px;
    margin-bottom: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
footer.float-all .colum-footer.colum-footer-2 .hotline span {
    display: block;
    font-size: 17px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    background: url(../image/if.png) no-repeat left center;
    padding-left: 30px;
    font-weight: 600;
}
address i.fa {
    width: 20px;
}
footer ul{
    padding: 0;
}
footer ul li{
    list-style-type: none;
    padding-bottom: 5px;
}
footer ul li a{
    color: #fff !important;
    font-size: 14px;
}
footer ul li a:hover{
    color: #ddd !important;
    font-size: 14px;
}
footer ul li i.fa{
	color: #fdc800;
	margin-right: 5px;
}
footer .button-map{
    color: #fff;
    background: #e95843;
    padding: 10px 15px;
    border-radius: 5px;
}
footer .button-map:hover{
    background: #9f3c2d;
}
footer .button-map i{
    margin-left: 15px;
}
footer h3{
    margin-top: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}
footer ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
}
footer ul.footer-social li i{
	margin: 0;
	color: #fff;
}
footer ul.footer-social li a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    text-align: center;
    line-height: 27px;
}
footer ul.footer-social li a:hover {
    border: 1px solid #fdc800;
    background: #fff;
    color: #fff;
}
footer ul.footer-social li a:hover i{
	color: #007437;
}
footer address i{
	color: #fdc800;
}
footer .alert{
	font-size: 14px;
	padding: 5px 10px;
}
footer ul.footer-banner li {
    display: inline-block;
    width: 32%;
    padding-bottom: 0;
    float: left;
    margin: 0 3px 3px 0;
}
footer ul.footer-banner li img:hover{
	opacity: 0.8;
}
footer .newsletter-form {
    position: relative;
    display: table;
    border-collapse: separate;
}
footer .newsletter-form input.input-email {
    border: 0;
    text-transform: lowercase;
    color: #717a7f;
    height: 42px;
    font-size: 13px;
    background-color: rgba(0, 8, 46, 0.3);
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    padding: 6px 12px;
}
footer .newsletter-form input.input-email:focus{
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
footer .newsletter-form span.over-input {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}
footer .newsletter-form span.over-input button {
    border: 0;
    padding: 13px 17px 14px 17px;
    line-height: 1;
    font-size: 14px;
    color: #fdc800;
    background-color: rgba(0, 8, 46, 0.3);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#language .drop-button {
    background: none repeat scroll 0 0 #4d4d4d;
    border: 1px solid #212121;
    padding: 3px 15px;
    color: #fff;
    font-weight: normal;
}
#language .drop-button i{
    margin-left: 5px;
    margin-right: 5px;
}
#search input{
    padding: 10px;
    font-size: 12px;
    width: 100%;
    border: 0;
    line-height: 1.4;
    padding-right: 40px;
}
#button-search-header:hover{
    cursor: pointer;
}
.drop-box .drop-content .drop-description ul.list-link li a:hover, .drop-box .drop-content .drop-description ul.list-link li a.active {
    color: #007437;
    text-decoration: underline;
}
.drop-box .drop-content .drop-description ul.list-link li a span{
    padding-left: 5px;
}
.drop-box .drop-content {
    background-color: #fff;
    box-shadow: 0 0 0;
    clear: both;
    position: absolute;
    display: none;
    z-index: 1000;
}
.drop-box .drop-content .drop-title .drop-close:hover {
    background-color: #e95843;
    border-radius: 50%;
    color: #fff;
}
.drop-box .drop-content.top {
    border: 1px solid #909090;
    border-radius: 0 0 0;
}
.drop-box .drop-content.top:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #909090;
    border-width: 12px;
}
.pad-full5 {
    padding: 5px;
    font-size: 15px;
}
.news-list > div .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0 0;
}
.news-list > div .name a{
	white-space: nowrap;
}
.news-list .short-content {
    font-size: 13px;
    text-align: justify;
    overflow: hidden;
    color: #666;
    padding-top: 10px;
    line-height: 20px;
}
.news-list a.view {
    line-height: 24px;
    width: 90px;
    text-align: center;
    border: solid 1px #007437;
    font-style: italic;
    border-radius: 12px;
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
}
.news-list a.view:hover{
	color: #fff;
	border: solid 1px #fdc800;
	background: #fdc800;
}
.news-related{
    margin-bottom: 20px;
}
.news-related .box-news-related .name{
    padding: 3px 5px 3px 12px;
    font-size: 12px;
    background: url('../image/icon4.gif') center left no-repeat;
}
.fancybox-opened,.fancybox-overlay, .modal{
    z-index: 999999 !important;
}
.box-search .category, .box-search .description {
    display: none;
}
.box-search .search input {
    width: 100%;
    height: 40px;
    padding: 10px;
}

input[type='text'], input[type='password'], textarea{border-radius: 0;}
@media (min-width: 992px) {
	#header .bottom-header .menu-all-page {
	    display: block!important;
	}
}
@media (max-width: 991px) {
	#header .bottom-header.fixed {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	}
	#header .comment-header h3 {
		margin-top: 3px;
		text-align: center;
	}
	#header .item-social {
		text-align: center;
	}
	#header .address-header {
		margin-top: 10px;
	}
    #header .btn-mb{
    	display: block;
    	float: right;
	    line-height: 50px;
	    width: 50px;
	    text-align: center;
	    color: #fff;
	    font-size: 26px;
    }
    #header .btn-mb.open i.fa-bars:before{
    	content: "\f00d";
    }
    #header .bottom-header .responsive-mb.pull-right{
    	position: static;
    }
    #header .bottom-header .menu-all-page{
    	display: none;
    	position: absolute;
	    width: 100%;
	    left: 0;
	    top: 100%;
	    background: #f8f8f8;
	    max-height: 90vh;
	    overflow: auto;
    }
    #header .bottom-header .menu-all-page ul.menu-all {
        width: 100%;
        float: left;
        display: block;
    }
    #header .bottom-header .menu-all-page ul.menu-all li{
        float: left;
	    position: relative;
	    width: 100%;
	    text-align: left;
	    border-top: 1px solid#ddd;
    }
    #header .bottom-header .menu-all > li > a {
    	display: block;
	    color: #212121;
	    padding: 1em 5%;
	    font-size: 12px;
	    font-weight: 600; 
    }
    #header ul.menu-all span.mb-toggle {
        position: absolute;
	    width: 50px;
	    height: 43px;
	    line-height: 45px;
	    color: #212121;
	    z-index: 99;
	    right: 0;
	    top: 0;
	    text-align: center;
	    font-size: 15px;
	    cursor: pointer;
    }
    #header ul.menu-all span.mb-toggle:before {
        content: "\f067";
        font-family: FontAwesome;
    }
    #header ul.menu-all span.mb-toggle.open:before {
    	content: "\f068";
    }
    #header .bottom-header .menu-all ul {
        position: unset;
        width: 100%;
        float: left;
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
        background: #f8f8f8;
        display: none;
    }
	#header .bottom-header .menu-all ul li{
		border: 0;
	}
	#header .bottom-header .menu-all ul li a{
		padding: 1em 10%;
	    color: #212121;
	    font-size: 13px;
	}
	#header .bottom-header .menu-all ul ul a{
		padding: 1em 15%;
	}
	.news-wrapper .box-item{
		display: block;
	}
	.news-wrapper .box-item .image{
		margin-bottom: 10px;
	}
	footer .col-lg-3:nth-child(2n+1){
		clear: both;
	}
	footer.float-all .colum-footer{
		margin-bottom: 30px;
	}
	.news-list .col-xs-6:nth-child(3n+1){
		clear: none;
	}
	.news-list .col-xs-6:nth-child(2n+1){
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
    #container{
        overflow: hidden;
    }
    #header .container{
    	position: relative;
    }
}
@media (max-width: 767px) {
	.box .box-heading h2, .box .box-heading{
		margin-bottom: 15px;
	}
	.banner.text-center {
	    padding-top: 10px;
	}
	.box-news-featured {
	    padding: 40px 0 30px;
	}
	.box-featured-slide.owl-carousel .owl-buttons{
		top: -50px;
	}
	.home .news-latest, .home .news-by-categories{
		width: 100%;
		padding: 30px 0 0;
	}

    .news-by-combo-categories .title{ display: none; }
    .combo-ads img, .box-news-content .image a img {
        margin: 0 auto;
    }
    .banner div img {
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }


    .navbar-default .navbar-nav>li>a {
        color: #000;
        font-weight: 600;
    }
    .navbar-nav>li a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
        display: block;
        position: relative;
    }
    .xs-mg-15 {
        margin-bottom: 15px;
    }
    .news-by-categories.box-left-right{ display: none; }
}
@media (max-width: 480px){
	.news-list .col-xs-6{
		width: 100%;
	}
}