/********************************************
*	
* Fonts
*
********************************************/
@font-face{font-family:'hel-r';
			src: url('../fonts/hel-r.ttf') format('truetype');
}
@font-face{font-family:'hel-b';
			src: url('../fonts/hel-b.ttf') format('truetype');
}
@font-face{font-family:'hel-l';
			src: url('../fonts/hel-l.ttf') format('truetype');
}
@font-face{font-family:'uikit';
			src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
ul.default li span{font-family:hel-r; text-transform:uppercase; font-size:14px; margin:auto 10px;}
ul.default {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: auto;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
	overflow-x: hidden;
	font-family: hel-r;
	font-weight: 300;
	font-size: 0.875em;
}
a {
    color: #150b58;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
li.socials a {
    color: #fff;
    display: flex;
}
.fa-youtube.btn.btn-danger{
    font-size: 30px;
    border-radius: 50px;
    margin: 0;
}
.ptb-7{
	padding:70px 0;
}
.titlegold span {
    font-family: hel-b;
    color: #a2c74f;
    margin-left: 10px;
    display: contents;
}
.titlegold::before {
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #a2c74f;
    width: 70px;
    display: block;
    position: absolute;
    left: -90px;
    top: 30px;
}
.yellowtext {
    color: #85ab52;
}
.blacktext{color: #000;}
a.bigtitle h5,.bigtitle h5,.newscontent h5, a.smltitle h5 {
    text-transform: uppercase;
    position: relative;
    display: block;
    
    width: 100%;
    font-size: 1rem;
	font-family:hel-r;
}
q {
    position: relative;
    display: block;
    width: 90%;
}
q:before {
    content: open-quote;
    font-size: 100px;
    line-height: 0.6em;
    color: #a2c74f;
    position: absolute;
}
q:after {
    content: close-quote;
    font-size: 100px;
    line-height: 0.6em;
    color: #a2c74f;
    position: absolute;
    right: 0;
    bottom: -15px;
}
q span {
    display: block;
    width: 78%;
    text-align: center;
    margin: 20px 60px;
    color: #000;
    font-size: 16px;
}
#listresult {
    margin: auto;
    list-style: none;
}
.green {
	color:#84ac5c;
}
.greentitle{
    color: #84ac5c;
	text-transform:uppercase;
}
.product-price {
    padding: 3px 30px 3px;
    text-align: center;
    /* border: solid 1px #999; */
    border-radius: 58px;
    display: inline-block;
    margin-top: 15px;
    /* line-height: 1; */
    float: left;
    background: #fff;
    color: red;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: bold;
}
.product-buttons .buy, .product-buttons1 .buy {
    font-size: 1.2em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(197 211 0) 0%, rgb(100, 151, 91) 100%);
    padding: 0 27px;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5);
    /* box-shadow: 1px 1px 4px 0 rgba(0,0,0,.5); */
    /* position: relative; */
    margin-left: 15px!important;
    margin-top: 16px!important;
    line-height: 3;
    border-radius: 50pc;
}img.w-100 {
    width: 100%!important;
}
p.cate {
    display: inline-block;
    padding: 5px 25px;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 20px;
}
.goldbg {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(231 255 0) 0%, rgb(184 255 41) 50%, rgb(100, 151, 91) 100%);
    display: inline-block;
    padding: 5px 15px;
}
.titlegold {
    text-transform: uppercase;
    font-family: hel-l;
    font-size: 3.3em;
    position: relative;
    display: flex;
}
/* Safari 6.1+ 
#ontop   {-webkit-order: 1;width:100%}
#section1   {-webkit-order: 2;width:100%}
#section2   {-webkit-order: 3;width:100%}
#section3  {-webkit-order: 4;width:100%}
#section4   {-webkit-order: 5;width:100%}
#section5   {-webkit-order: 6;width:100%}

/* Standard syntax 
#ontop       {order: 1;width:100%}
#section1    {order: 2;width:100%}
#section2   {order: 3;width:100%}
#section3  {order: 4;width:100%}
#section4   {order: 5;width:100%}
#section5   {order: 6;width:100%}*/
.categories-grid {
    margin-bottom: 20px;
}
.categories-grid a {
    display: block;
    position: relative;
    background: #fff;
}
img.w-100 {
    width: 100%!important;
}
.productview img.w-100 {
    width: 100%!important;
    background: #fff;
}
.categories-grid a span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(54,55,56,.8);
    color: #fff;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: .0625em;
    transition: background-color 90ms linear;
    font-size: 18px;
    padding: 12px 39px 12px 12px;
}
.categories-grid a:hover span {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%);
}
.categories-grid a span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 9px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-left-color: #84ac5c;
}
.categories-grid a:hover :after {
    border-left-color: white;
}
.mapify-popOver.mapify-visible {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    text-align: left;
}
.dropdown .dropdown-menu{}
.dropdown:hover .dropdown-menu{display:block!important}
.nav.flex-column{display:contents!important;}
.nav-item span img{display:none;}
.nav-item .fonttitle {
    font-family: gil!important;
    text-align: left!important;
    display: block;
	
}
#general #sub-nav ul li.dropdown a .fonttitle:hover {
    color: #174075!important;
    display: contents!important;
    text-align: left!important;
}
.dropdown-menu.w-100 {
    width: 200px !important;
}
@media (max-width: 768px) {
#general #sub-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f8b038;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
#general #sub-nav ul li.dropdown a{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 10px 0 15px 15px;
    display: block;
    text-decoration: none;
}
/* #general #sub-nav ul li.dropdown .dropdown-menu {
    position: static;
	display: block;
}
 */
 #general #sub-nav ul li.dropdown .dropdown-menu {
    position: static;
    display: contents;
    width: 100%!important;
}
 #general #sub-nav ul li {
    height: auto!important;
}
.dropdown-menu li {
    margin: 0 5px;
    text-align: left;
    padding: 0px 0px;
}
#general #sub-nav.open #sub-nav-items, #general-form #sub-nav.open #sub-nav-items {
     height: 70vh!important;
    background: #f8b038;
}
}
.pagination {
    display: -ms-flexbox;
    display: inline-flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item {
    position: relative;
    padding: 0 0.75rem 0;
    margin-left: -1px;
    line-height: 2.3;
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}
#banner.banner1 {
    position: relative;
}
.page-item.active {
    z-index: 2;
    color: #fff!important;
    background-color: #f9af32;
    border-color: #c4a151;
}
.searchproject > *{vertical-align:middle!important;}
.checkboxform .form-group {
    /* margin-bottom: 0; */
    margin: auto;
    display: flex;
}
.checkbox {
    margin: 20px 0 0 10px;
    display: block;
    width: 95%;
}
.row.fixcol {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.checkbox label {
    display: inline-block;
    margin-bottom: 0;
}
.submenulink{display:contents!important;}
#general #sub-nav.open #sub-nav-items.many-8, #general-form #sub-nav.open #sub-nav-items.many-8 {
    height: 410px;
    background: #f8b038;
}
#general #sub-nav ul.sml li.sml_item, #general-form #sub-nav ul.sml li.sml_item {
    height: 65px;
}
#general #sub-nav ul.sml li.sml_item a, #general #sub-nav ul.sml li.sml_item a, #general-form #sub-nav ul.sml li.sml_item a {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 5px 0 5px 36px;
    display: block;
    text-decoration: none;
}
.newscontent1 p img {
    width: 100%!important;
    height: auto!important;
}p.type a{color:#000;}
p.type a:hover{color:#cfa105;}

.fadeslide1.slider {
    max-height: 438px;
    overflow: hidden;
}
.lib .smltitle {
    color: #ffffff!important;
    font-family: gil-b;
    font-size: 14px;
    text-decoration: none!important;
}
.bgpage{background:url(../img/bg-page.jpg) bottom center; background-repeat:no-repeat; background-size:100% auto;}
#general {
    background: #fff;
}
	.bgwhite{background:#fff;}
	.mapper {
		margin: 0;
	}
	.introproject{}
	.forcus{margin-top:70px}
.middle {
    vertical-align: middle;
    margin: auto 0;
}
h6.linktext {
    font-size: 14px;
    margin: auto 0;
}
.form__select-wrapper:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f9af32;
    content: "";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.form__select-wrapper__label {
    left: 10px;
    pointer-events: none;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    color: #8a8a8a;
}
.border__form__select-wrapper__select {
    background: none;
    border: none;
    box-shadow: none;
    height: 100%;
    height: 42px;
    line-height: 2;
    overflow: hidden;
    position: relative;
    width: 58%;
    padding-left: 10px;
    border: 1px solid #f9af32;
    float: right;
}
select::-ms-expand {	display: none; }
select{
    -webkit-appearance: none;
    appearance: none;
}
.searchproject .title {
    color: #f9af32;
    font-family: gil;
    font-size: 31px;
    text-transform: uppercase;
    line-height: 2;
    width: 100%;
}
label i.more {
    -webkit-mask-box-image: url(../img/icon_more.png);
    height: 14px;
    width: 18px;
    display: block;
    margin-left: auto;
    float: left;
    background: #f9af32;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: auto;
}
.form__select-wrapper {
    /* max-width: 210px; */
    border: 0px solid #f9af32;
    position: relative;
    width: auto;
    height: 37px;
    vertical-align: middle;
    display: inline-grid!important;
    margin: auto 0;
    padding: 0;
}
.filters-group__options__input-group {
    max-width: calc(33.333% - 12px);
/*     width: calc(33.333% - 12px);
 */}
.checkboxform{
/*     width: calc(16.333% - 12px);
 */    vertical-align: middle;
    margin: auto 0;
    display: table;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}
.searchproject .btn-warning:hover, .btn-warning:hover, .namefile .btn-warning:hover{
    background-position: 0;
    color: #feffba;
}
.checkboxform .btn--primary {
    background: linear-gradient(90deg,#fff 0,#fff 50%,#2c3992 51%,#2c3992);
    background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;
}
.searchproject{
    margin-top: 20px;
}
.searchproject .btn-warning {
    color: #fff;
    border-color: #f9af32;
    border-radius: 0;
    padding: 5px 15px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 14px;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
	background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;

}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: rebeccapurple;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

/********************************************
*	
* gallery
*
********************************************/
.grid-wrap {
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 0 0 1.875em!important;
}
.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%!important;
    list-style: none;
    text-align: center;
}
.grid li img{width:100%!important;}
.grid li {
    width: 33.3333%;
    float: left;
    cursor: pointer;
    overflow: hidden;
}
.grid figure img{box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3);}
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 0!important;
    min-width: 320px;
    max-width: none!important;
    max-height: none!important;
    width: 100%!important;
    background: transparent!important;
    text-align: center;
    cursor: pointer;
}
.slideshow figure {
    width: 100%;
	height:auto!important;
    background: #fff;
    border: 5px solid #fff!important;
    overflow: hidden;
}
.slideshow li {
    width: 1000px!important;
    height: auto!important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -499px!important;
    visibility: hidden;
}

.slideshow figcaption {
    padding-bottom: 0!important;
}
@media (max-width: 768px) {
.slideshow figure {
    width: 100%;
	height:100%!important;
    background: #fff;
    border: 5px solid #fff!important;
    overflow: hidden;
}
.slideshow li {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0px 0 0 0px!important;
    visibility: hidden;
}
}

/********************************************
*	
* homepage
*
********************************************/
.navbar.affix-top,
.navbar.affix-bottom {
  position: static;
}

.navbar.affix{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: all .35s ease;
}

#sidemenu.affix-top, #sidemenu.affix {
  position: static;
}

#sidemenu.affix-bottom {
  position: absolute;
}

@media (min-width: 768px) {
#sidemenu.affix {
    position: fixed;
    top: 98px;
    max-width: 380px;
}
}

/********************************************
*	
* homepage
*
********************************************/
.rightgradient {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 80%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    background-image: linear-gradient(to right, rgba(0, 0, 0,0.0001) 0, rgb(0 0 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    /* background-repeat: repeat-y; */
    /* border-bottom: 5px #ec3835 solid; */
}
.navbar-text {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(232, 200, 124);
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #e8c981;
}
.navbar-brand{
	vertical-align:middle;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1)!important;
    text-shadow: 2px 2px 10px black;
}.navbar-brand img {
    width: auto;
    float: left;
    margin-right: 0px;
}
header .container {
    max-width: 100%;
	padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
/* .bg-topnav {
    color: #222;
    background: url(../img/bg-nav.png)transparent;
    background-size: auto 100%;
}
 */.bg-topnav2 {
    color: #222;
    background: url(../img/bg-nav.png)transparent;
    background-size: auto 100%;
	position:absolute;
	top:0;
}
.bg-topnav1 {
    color: #222;
    background: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3);
}
ul.navbar-nav > li.nav-item > a.nav-link:before {
    background-color: transparent;
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
ul.navbar-nav > li.nav-item:hover > a.nav-link:before, ul.navbar-nav > li.nav-item > a.nav-link.active:before {
    background-color: #a2c74f;
    width: 100%;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.is-pinned.headroom--not-top {
    color: #222;
    background: #eef3ef;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: all .5s linear;
}
.nav-link {
    color: rgba(0,0,0,1);
    text-transform: uppercase;
    font-size: 13px;
}
.nav-link:hover, .nav-link.active {
    color: #e8c981;
}
ul.navbar{
    width: 100%;
}
.lang ul li {
    float: left;
    list-style: none;
    margin: auto 10px;
    /* vertical-align: middle; */
    height: 17px;
    display: block;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-block;
    vertical-align: middle;
    /* height: 100%; */
}
.lang {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 20px;
    padding: 0;
}
.lang ul{
    padding: 0;
}
ul.navbar-nav{
    width: 100%;
}
.btn-group{
    /* margin: 0; */
    padding: 0;
    /* vertical-align: middle; */
}
#myBtn, #myBtnBack1 {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #13115a;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #fff;
}
/********************************************
*	
* section
*
********************************************/
.section1 {
    background: #0a1c45;
    order: 1;
    width: 100%;
    overflow: hidden;
}
/********************************************
*	
* banner
*
********************************************/
.bannerindex{overflow:hidden; position:relative}
.bannergradient {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 18%;
    height: 100%;
    top: 0;
    opacity: 1;
    left: 82%;
    /* background: url(../img/bg_rightbanner.png); */
    background-image: -webkit-linear-gradient(left, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to right, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 80%, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.bottomgradient{
	position: absolute;
    z-index: 61;
    overflow: hidden;
    width: 100%;
    height: 17%;
    bottom: 0;
    opacity:1;
    background-image: -webkit-linear-gradient(top, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-y;
}
.m-menu__link-icon {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%);
    background-repeat: no-repeat;
    background-position: top center;
    height: 51px;
    width: 55px !important;
    margin: 15px auto;
    display: block;
}
.flaticon-years {
    -webkit-mask-box-image: url(../img/icon_medal.png);
}
.flaticon-companys {
    -webkit-mask-box-image: url(../img/icon_company.png);
}
.flaticon-members {
    -webkit-mask-box-image: url(../img/icon_member.png);
}
.flaticon-ketnoi {
    -webkit-mask-box-image: url(../img/icon_ketnoi.png);
}
.flaticon-khonggian {
    -webkit-mask-box-image: url(../img/icon_khonggian.png);
}
.flaticon-quanhe {
    -webkit-mask-box-image: url(../img/icon_quanhe.png);
}
.introlabel{
    margin: 0 auto;
    display: table;
	text-shadow: 2px 2px 8px #000000;
}
.bottomgradient .row{
    height: 100%;
}
.introlabel > *{vertical-align:middle;}
.introlabel i, div.contentintrolabel{ float:left}
.bigtext{font-size:4em!important}
.contentintrolabel span {
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2;
    font-size: 0.9em;
}
.doc {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    cursor: pointer;
}
.groupbtn i{ float:left;}
.groupbtn > * {
  vertical-align: middle;
}
.groupbtn:hover {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
}
.groupbtn {
    border: 1px solid #d9c075;
    width: 80%;
    margin: 0 auto 20px auto;
    display: table;
    padding: 0;
	cursor:pointer;
}
.groupbtn:hover > a > .golden-text, .groupbtn:hover > a {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(10, 28, 69) 0%, rgb(10, 28, 69) 26%, rgb(10, 28, 69) 35%, rgb(10, 28, 69) 45%, rgb(10, 28, 69) 61%, rgb(10, 28, 69) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-decoration:none!important;
}
.golden-text {
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.golden-text-style{
    text-transform: uppercase;
    font-size: 21px;
    font-family: gil-b;
    line-height: 4;
    vertical-align: middle;
}
.groupbtn:hover > a > .m-menu__link-icon1{background: #0a1c45;}
.m-menu__link-icon1 {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
    background-repeat: no-repeat;
    background-position: top center;
    height: 53px;
    width: 53px !important;
    margin: 15px;
    display: block;
}
.rightcol{margin:100px auto 20px}
.slogan{
    margin: 10px 0 0 0;
    font-family: gil-b;
    text-transform: uppercase;
}
.colbanner .btn-info {
    color: black;
    background-color: #fffe00;
    border-color: transparent;
    border-radius: 0;
    padding: 10px 20px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 3px 5px 20px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 5px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 20px 0px rgba(0,0,0,0.75);
    border-radius: 50px;
    font-family: hel-r;
}
.slick-initialized .slick-slide {
    display: block;
    position: relative;
}
.bg-topnav img{
    height: 80px;
    margin: 10px 20px;
	transition: 0.2s;
}
.bg-topnav1 img {
    height: 60px;
    margin: 10px 20px;
    transition: 0.2s;
}
.fadeslide.slick-initialized .slick-slide {
    display: block;
    position: relative;
	overflow:hidden;
	height: 376px;

}
.colbanner {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    color: #fff;
}
.colbanner h5{
  font-weight: 400;
  font-style: normal;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.banner1 .colbanner h5 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: uppercase;
}
.colbanner h1 span {
    font-weight: normal;
    font-style: normal;
    font-family: 'hel-b', sans-serif;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
}
 .colbanner h1{
  font-weight: normal;
  font-style: normal;
  font-family: 'hel-l', sans-serif;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0px;
  text-transform:uppercase;
  text-shadow: 2px 2px #000;
}
/********************************************
*	
* mapify
*
********************************************/
#dynamicClassChange{background:#000!important;}
area#dynamicClassChange:hover {
    fill: rgba(0,0,0,0.5)!important;
    fillColor: '000000';
}
.canvas-area{
    margin-top: 0px;
    margin-bottom: 0px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
}
.span6{position:absolute; top:0; left:0; display:none;}
.span6 .btn{
    position: absolute;
    right: 0;
    top: 43px;
}
	/* Mapify custom popOver example */
img.mapify:hover {
    background: #f00;
}	
	.mapify-hover{
	fill:rgba(0,0,0,0.7);
	stroke: #fff;
	stroke-width: 0;
}
	
	.mapify-popOver strong{
		font-weight: 400;
		font-size:24px;
		line-height: 1em;
		display: block;
		margin-bottom: 10px;
		color: #000;
	}
	.mapify-popOver{
		color: #999;
		font-size: 16px;
		height: auto!important;
	}
.mapify-popOver-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: contents;
    vertical-align: middle;
}
	
	.mapify-popOver.customPopOver{
		background: #09f;
	}
	
	/* Custom hovering style */
	.mapify-hover{
		fill:rgba(0,0,0,0.05);
		stroke: #fff;
		stroke-width: 2;
	}
	
	.customHover{
		fill:#000;
		stroke: #fff;
		stroke-width: 2;
	}

/********************************************
*	
* about
*
********************************************/
.mt-20 {
    margin-top: 20px!important;
}
.mt-70 {
    margin-top: 70px!important;
}
.breadcrumb:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    margin: 16px 0 0px 15px;
    background-color: #555;
    position: absolute;
    left: 0;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 3rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    position: relative;
}
#general .breadcrumb li, #general .breadcrumb li a {
    color: #000;
    text-decoration: none;
    font-family: gil;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
}



#sub-nav-items ul li a.navitem-link:before {
	 background-color: transparent;
    content: '';
    width: 0;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    -moz-transition: width 0.2s ease;
    -o-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
#sub-nav-items ul li:hover > a.navitem-link:before, #sub-nav-items ul li > a.navitem-link.active:before  {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
	width: 100%;
}

p.label1 {
    color: #fff;
    position: absolute;
    left: 33px;
    -ms-transform: rotate(-450deg);
    transform: rotate(-450deg);
    text-align: right;
    -ms-transform-origin: bottom left;
    transform-origin: 0 0;
    margin: 0;
    top: 0;
    padding: 5px 13px 5px 11px!important;
    width: auto!important;
    margin: 0;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-270deg);
}
p.label1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    opacity: 1;
    z-index: -1;
}
.contentintro p {
    padding-left: 55px;
    font-size: 1.0625em;
	text-align: justify;
    text-justify: inter-word;
}

.note {
    border-left: 2px solid #e3c47b;
    display: table;
    padding: 20px;
    margin: 10px 0 20px;
    font-size: 16px;
}
.other {
    padding: 0;
    order: 3;
}
.labelblack {
    background: #000;
    padding: 10px;
    color: #fff;
    display: inline-table;
}
.contentintro p.label1 {
    padding-left: 0;
    font-size: 1.0625em;
}
.bigtitle-content{
	font-family:gil-b;
	font-size:51px;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	text-transform:uppercase;
	margin:0px 0 0 0;

	}
	.bigtitle-content1 {
    font-family: gil-b;
    font-size: 51px;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 70px 0 0 0;
}
#sub-nav-items ul li a:hover, #sub-nav-items ul li a.active {
    text-decoration: none;
    color: #D5AD6D;
    background: #13115a;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.no-bullet{list-style:none;}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
/*     overflow: hidden;
 */}
/********************************************
*	
* Project
*
********************************************/
.slick-dotted.slick-slider {
	position:relative;
    margin-bottom: 30px;
}
.labelgold {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    font-family: gil-b;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
}
.col15{padding:15px 0 ; text-align:justify;}
a.morename{color:#b01b43!important; font-weight:bold; text-transform:uppercase; text-decoration:none!important; margin: 20px 0!important;}
a.morename:hover{color:#13115a; font-weight:bold; text-transform:uppercase;}
/********************************************
*	
* lib
*
********************************************/
.lib {
    width: 100%;
    display: block;
    position: relative;
    padding: 0;
    margin: 0 0 25px;
}
.col-md-6 .lib img, .col-md-4 .lib img{
    object-fit: cover;
    height: 100%;
}
.col-md-6 .lib {
    height: 360px;
}
 .more{
    margin: auto 0 auto auto!important;
}

.col-md-4 .lib {
    height: 235px;
}
.lib .newscontent p, .lib .newscontent h6 {
    width: 100%;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    margin: auto;
}
.lib .col .titlecontent {
    width: 80%;
    float: left;
    display: block;
}
.lib .newscontent {
    padding: 5px 15px 5px 53px;
    margin: 0;
    display: inline-block;
    text-align: justify;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* padding: 0; */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255,0.0001) 0, rgba(255, 255, 255, 1) 100%);
    color: #fff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    display: flex;
    height: 70px;
}
.lib .bigthumb {
    height: 100%;
    display: block;
    overflow: hidden;
    margin: 0;
}

 .news .lib .smltitle {
    color: #ffffff!important;
    font-family: gil-b;
    font-size: 16px;
    text-decoration: none!important;
}
.lib .more {
    -webkit-mask-box-image: none;
    background: url(../img/icon_more.png);
    height: 21px;
    width: 74px;
    display: block;
    float: right;
    padding: 0 0 0 11px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right;
    text-transform: uppercase;
    text-decoration: :none!important;
    background-size: contain;
    vertical-align: middle;
    margin: auto;
}
.videoscreen {
    margin: 0 15px 20px 15px;
    overflow: hidden;
}/********************************************
*	
* dropdown
*
********************************************/
.navbar .dropdown-menu {
    width: 200px;
    left: 0;
    right: 0;
    top: 78px;
}
.navbar-expand-md .navbar-collapse{
    height: 50px;
}
.dropdown-menu .nav-link {
    display: block;
    padding: .5rem 1rem;
}
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
    border: none;
    background-color: rgba(255, 255, 255, 0.8)!important;
	color:#555!important;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
  .checkbox {
    margin: 5px 0 0 10px;
    display: block;
    width: auto; 
}
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

.navbar .dropdown-menu {
    width: 200px;
    left: 0;
    right: 0;
    top: 60px;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
.navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.3);
    background-color: #fff;
}

}.nav-item {
    position: relative;
}
.lib{}
nav.navbar .dropdown-menu li {
    margin: 0 5px;
    text-align: left;
    padding: 0px 0px;
}
nav.navbar li {
    margin: 0;
    text-align: left;
    padding: 20px 0px;
    font-weight: 600;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link {
    color: rgba(0,0,0,1);
}
nav.navbar li.searchmenu {
    margin: auto 5px;
    text-align: left;
    padding: 0px 0px;
}
nav.navbar li.lang {
    margin: auto 5px;
    text-align: left;
    padding: 0px 0px;
    height: 39px;
}
nav.navbar li .btn-group li {
    margin: 0 5px;
    text-align: left;
    padding: 0px 0px;
}
nav.navbar li .btn-group li.fb{
    background-color: #2407ff;
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/facebook_circle-512.png);
	background-size:cover;
}
.collapse.show .navbar li {
    margin: 0 5px;
    text-align: left;
    padding: 10px 0px;
}
.collapse.show {
    display: block;
    height: auto!important;
}
/********************************************
*	
* tuyendung
*
********************************************/
.item_left {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #a2c74f;
    transform: rotate(45deg);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 20px;
    display: flex;
}
.number {
    transform: rotate(315deg);
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 34px;
    line-height: 0;
    margin: auto;
    width: 100%;
}
.item_right{
    float: right;
    display: block;
    width: 79%;
    margin: 10px;
}
.tuyendung .social-share ul.no-bullet {
    list-style: none;
    display: inline-flex;
    margin: 0;
    padding: 0 0 0 0px;
}
.tuyendung .namefile {
    line-height: 1;
    border-bottom: 0px solid #fed15c;
    margin-bottom: 0;
}
.tuyendung .social-share {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 26px;
}
.tuyendung p{
    line-height: 1.5;
}
.tuyendung .newscontent1 {
    margin: 0 24px 24px;
    text-align: justify;
    border-top: 0px solid #fed15c;
    padding-top: 20px;
}
/********************************************
*	
* bctc
*
********************************************/
.namefile .btn-warning:hover .more {background:#feffba;}
.namefile .more {
    background: #fff;
    margin: auto 0 auto 10px;
    vertical-align: middle;
	height: 17px;
    width: 20px;

}
.namefile .bigtitle {
    color: #a0c54f!important;
    /* font-family: gil-b; */
    font-size: 20px;
    text-decoration: none!important;
    font-weight: bold;
}
.namefile .btn-warning {
    color: #fff!important;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    border-color: #f9af32;
    border-radius: 0;
    padding: 7px 40px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 21px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;
	float:right;
	display: flex;
}
.namefile {
    line-height: 1;
    border-bottom: 1px solid #fed15c;
    margin-bottom: 20px;
}
/********************************************
*	
* News
*
********************************************/
.slick-next {
    right: -55px!important;
}
.slick-prev {
    left: -55px!important;
}
.slick-prev:before, .slick-next:before {
    font-size: 35px!important;
    line-height: 1;
    opacity: 1!important;
    color: #84ac5c!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slidepic{overflow: visible;}
.slidepic:before {
    left: -15px;
}
.slidepic:after {
    right: -15px;
}
.slidepic:after, .slidepic:before {
    content: "";
    display: block;
    height: 105%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
	background-color: #ffd15d;
	
}
.tinlienquan{
	background: hsla(0,0%,100%,.1);
    padding: 20px;
	
}
.desc-content {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
}
#general .type a, #general-form .type a {
    text-decoration: none;
    color: #555;
}
.projectthumb {
    height: 225px;
    display: inline-block;
    overflow: hidden;
    object-fit: cover;
}
.imgthumb {
    width: 100% !important;
    object-fit: cover;
    min-height: 100%;
}
.minimenu{
    display: block;
    font-size: 10px;
}
.newscontent1 {
    margin: 0 17px 24px;
/*     text-align: justify;
 */    border-top: 0px solid #fed15c;
    padding-top: 20px;
}
.project1, .news {
    background: #fff;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3);
    margin: 6px 0px 15px;
    display: block;
}
.shadow{box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3);}
.project1 h6{
    margin-bottom: 20px;
}
.project1 h6:after {
    content: '';
    display: block;
    width: 73px;
    height: 3px;
    margin: 5px 0 0px 26px;
    background-color: #f9af32;
    position: absolute;
    left: 0;
}
.project1 .label {
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    display: table;
    padding: 0;
    color: #215080!important;
    margin: 0 0 15px;
    text-decoration: none!important;
    font-weight: bold;
}
/* .fadeslide .slick-prev, .fadeslide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -36px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #e8c87b;
    border: none;
    outline: none;
    background: #fff;
    border: 1px solid #e8c87b;
}
.fadeslide .slick-next {
    right: 0;
}
.fadeslide .slick-prev {
    right: 50px;
	left:auto!important;
}
.fadeslide .slick-prev:before, .fadeslide .slick-next:before {
    font-family: 'neo';
    font-size: 20px;
    line-height: 0;
    opacity: .75;
    color: #e8c87b;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
}
.fadeslide .slick-prev:hover, .fadeslide .slick-prev:focus, .fadeslide .slick-next:hover, .fadeslide .slick-next:focus {
    color: #ffffff00;
    outline: none;
    background: #13115a;
} */
.btn-warning {
    color: #fff;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    border-color: #f9af32;
    border-radius: 0;
    padding: 8px 30px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
	background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;


}
.datetime {
    color: #424242;
    font-weight: bold;
    display: block;
}
.label {
    background: #b01b43;
    text-transform: uppercase;
    font-size: 10px;
    display: table;
    padding: 5px 10px;
    color: #fff;
    margin: 0 0 15px;
    text-decoration: none!important;
    color: #fff!important;
}
.project1 .smltitle {
    color: #b01b43!important;
    font-family: gil-b;
    font-size: 32px;
    text-decoration: none!important;
}
.other .project1 .smltitle {
    color: #b01b43!important;
    font-family: gil-b;
    font-size: 25px;
    text-decoration: none!important;
}
.descproject {
    font-size: 14px;
    color: #555;
    font-family: arial;
    text-transform: none!important;
}

.date {
    color: #f89431;
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    margin: 0;
}
i {
    font-family: uikit;
    margin: 10px;
}
a.more{
	margin:10px 0;
}
.more1 {
    -webkit-mask-box-image: url(../img/icon_more.png);
    height: 21px;
    width: 26px;
    display: block;
    margin-left: auto;
    float: right;
    background: #f9af32;
}
.title {
    text-transform: uppercase;
    color: #84ac5c;
    margin-bottom: 20px;
    font-size: 30px;
}
.titlepro {
    color: #84ac5c;
    font-size: 30px;
    text-transform: uppercase;
}
.relation .title {
    color: #84ac5c;
    /* font-family: gil; */
    font-size: 24px;
    text-transform: uppercase;
    line-height: 2;
    width: 100%;
}
.thumb {
    height: 195px;
    width: 100%;
    display: block;
    overflow: hidden;
    /* margin-right: 10px; */
}
.bigthumb {
    height: 230px;
    display: block;
    overflow: hidden;
    margin: 10px;
}
.smlnews {
    background: #edeeef;
    margin: 0px 0 10px 0;
    display: inline-block;
    width: 100%;
}
.yellowbg {
    color: #000;
    padding: 12px 30px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%);
    background: -o-linear-gradient(transparent, transparent);
    background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;
}
.mt-8{margin-top:8rem!important;}
.bannergradient_l {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 40%;
    height: 100%;
    top: 0;
    opacity: 1;
    right: 60%;
    /* background: url(../img/bg_rightbanner.png); */
    background-image: -webkit-linear-gradient(right, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to left, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    color: #fff;
}
.project {
    font-family: gil;
    text-transform: uppercase;
    color: #fff;
    font-size: 30pt;
    margin: 58px 20px 20px 60px;
}
.infoproject .status{color:#f9af32; text-transform:uppercase;}
.infoproject span{width:100%; display:block;}
.infoproject {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin: 0 65px;
}
/********************************************
*	
* footer
*
********************************************/
.text-gil-b{font-family:gil-b;}
.footer{
	background:#181727;
}
.cntfooter .col-md-8 .row{
    border-right: 1px solid #b1b1b1;
}
.cntfooter {
    padding: 10px 0 10px;
}
.copyright{background:#b1b1b1}
.allrights{
    text-align: center;
    border-top: 1px solid #8d8fa4;
    border-bottom: 1px solid #8d8fa4;
}
.allrights span {
    vertical-align: -webkit-baseline-middle;
    color: #8d8fa4;
    font-size: 12px;
    margin: 5px 0;
    display: block;
}
.menubtm{list-style:none;}
.menubtm li {
    background: url(../img/arrow_y.png);
    padding-left: 18px;
    background-repeat: no-repeat;
    background-position: 5px 8px;
    width: 45%;
    float: left;
}
.contactblk .row{height:100%;}
/********************************************
*	
* msocial
*
********************************************/
.social-share ul.no-bullet {
    list-style: none;
    display: inline-flex;
    margin: 0;
	padding:0 0 0 20px;
}
.social-share ul li.share1 {
    float: left;
    height: 20px;
    width: 58px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    color: #a2c74f;
}.social-share ul li {
    float: left;
    height: 20px;
    width: 20px;
    display: inline-block;
    margin: 0 5px;
}
.social-share {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 50px;
}

hr.lineshare {
    background: #a2c74f;
    /* border: none; */
    box-sizing: content-box;
    display: block;
    height: 1px;
    width: 100%;
}
.social-share ul li a:hover {background-color:#f00;}
.social-share ul li.fb a {
    -webkit-mask-box-image: url(../img/icon_fb.svg);
    background-color: #a2c74f;
    display: block;
    width: 100%;
    height: 100%;
}.social-share ul li.gplus a {
    -webkit-mask-box-image: url(../img/icon_g.svg);
    background-color: #a2c74f;
    display: block;
    width: 100%;
    height: 100%;
}

ul.social,ul.social1{
    margin: 0;
    padding: 0;
}
.social li {
    list-style: none;
    float: right;
    margin: 0px 15px;
    font-family: uikit;
    width: 35px;
    height: 35px;
    display: block;
    background: #fff;
    border-radius: 0px;
    padding: 5px;
}
.social li.lang1 {
    list-style: none;
    float: right;
    margin: 0;
    /* font-family: uikit; */
    width: auto;
    height: 35px;
    display: block;
    background: #b1b1b1;
    border-radius: 0px;
    padding: 6px;
    font-family: neo;
    color: #9f9f9f;
}
.lang1 a {
    color: #555;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
.social li a:hover  {background-color:#ff8400!important;}
.social li.lang1 a:hover  {background-color:transparent!important;}
.social li.fb { border-radius:50%}
.social li.top{ 
    background-color:#9f9f9f;
}
.social li.fb a {
    -webkit-mask-box-image: url(../img/icon_fb.svg);
    background-color:#38335e;
    display: block;
    width: 100%;
    height: 100%;
}
.social li.gplus a {
    -webkit-mask-box-image: url(../img/icon_g.svg);
    background-color:#38335e;
    display: block;
    width: 100%;
    height: 100%;
}
.social li.sk a {
    -webkit-mask-box-image: url(../img/icon_sk.svg);
    background-color:#38335e;
    display: block;
    width: 100%;
    height: 100%;
}
.social1 li.tw a {background: #55acee;}
.social1 li.gplus a {background: #dd4b39;}

.social1 li {
    list-style: none;
    float: right;
    margin: 0px 10px;
    font-family: uikit;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 6px;
}

.social li img,.social1 li img {
    width: 100%;
    height: auto;
    padding: 5px;
}.social li img:hover,.social1 li img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/********************************************
*	
* Search
*
********************************************/
.sb-search {
    position: relative;
   margin-top: 0px!important;
    width: 0%;
    min-width: 30px!important;
    height: 30px!important;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}


.sb-search-open .sb-search-input {
	width: 300px;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #fff;
    width: 280px!important;
    height: 30px!important;
    margin: 0;
    z-index: 10;
    padding: 15px 65px 15px 20px!important;
    font-family: inherit;
    font-size: 13px!important;
    color: #2c3e50;
}
.sb-search-input-light {
    background: #aaa!important;
}
.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 30px!important;
	height: 30px!important;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.searchmenu{position:relative}
.possearch {
    position: absolute;
    top: -14px;
    right: 0;
	bottom: unset;
}.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 300px!important;
}
.sb-icon-search {
    background: url(../img/icon_search.png) #a2c74f;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    z-index: 90;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
}
.lightbtn {
    background: url(../img/icon_search.png) #ffffff!important;
    background-repeat: no-repeat!important;
    background-position: 2px 2px!important;
}
input#search::placeholder { color: #555; }
/********************************************
*	
* min-width: 992px
*
********************************************/
.fixed-top1 {
    order: 2;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: none;
}
.sticky {
  position: fixed!important;
  top: 0!important;
  width: 100%!important;
   z-index: 100!important;
   transition: none;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {padding-top: 90px;}
.sticky + .content2 {padding-top: 120px;}
.sticky + .content3{padding-top: 120px;}
.sticky + .content4 {padding-top: 120px;}
.sticky + .content5 {padding-top: 120px;}
.sticky + .content6 {padding-top: 120px;}
/********************************************
*	
* min-width: 992px
*
********************************************/
@media (min-width: 992px) {
}
/********************************************
*	
* max-width: 992px
*
********************************************/
@media (max-width: 992px) {
}
/********************************************
*	
* Desktop
*
********************************************/
@media (min-width: 768px) {
	.lib .titlecontent {
    width: 80%;
    float: left;
    display: flex;
}

	.newscontent__mg {
    margin: 24px 33px 24px 0!important;
}

.newscontent {
    margin: 10px 15px 0 40px;
    display: inline-block;
    text-align: justify;
    height: auto;
    position: relative;
    color: #8d8fa4;
}

.smallnews{
    height: 240px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
}.sml_item .more {
    -webkit-mask-box-image: url(../img/icon_more.png);
    height: 15px;
    width: 20px;
    display: block;
    margin: 5px 5px 0 0;
    float: left;
    background: #f9af32;
}
#general.relation #sub-nav ul li.sml_item a, #general-form #sub-nav ul li.sml_item a {
    position: relative;
    top: 2px;
    display: block;
    border-bottom: 0px solid transparent;
    padding: 9px 0 7px 0px;
    font-weight: bold;
    color: #969696;
    font-size: 14px;
    text-transform: uppercase;
    transition: border 250ms;
    letter-spacing: 1px;
}
#general.relation #sub-nav ul, #general-form #sub-nav ul {
    display: -ms-flexbox;
    display: inline-table;
    -ms-flex-direction: row;
    /* flex-direction: row; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: left;
    justify-content: left;
    height: 40px;
    top: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left: 0px;
}
#general.relation #sub-nav ul.sml, #general-form #sub-nav ul.sml {
    display: -ms-flexbox;
    display: inline-table;
    -ms-flex-direction: row;
    /* flex-direction: row; */
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: left;
    justify-content: left;
    height: 40px;
    top: 44px;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-left: 0px;
}
#general.relation #sub-nav ul.sml a.forcuslink{
    position: absolute!important;
    padding: 8px 14px!important;
}	
#general.relation #sub-nav ul li.sml_item, #general-form #sub-nav ul li.sml_item {
    height: 42px;
    display: inline-block;
    margin: 0px 0;
    width: 90%;
    text-align: left;
    padding: 0;
    border-bottom: 0px solid #fed15c;
    /* color: #f00; */
}	
	
		
	
	
	

#general.relation #sub-nav, #general-form #sub-nav {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    bottom: auto!important;
    height: auto!important;
    width: 100%!important;
    -ms-flex: 0 0 62.5%!important;
    flex: 0 0 62.5%!important;
    max-width: none!important;
    padding: 0!important;
    margin: 0!important;
    background-color: transparent!important;
    border-top: 2px solid rgba(0, 0, 0, 0.3)!important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3)!important;
}
#general.relation #sub-nav ul li a:hover{
    border-color: #fed15c!important;
}

#general.relation #sub-nav ul li a, #general-form #sub-nav ul li a {
    position: relative;
    top: 2px;
    display: block;
    border-bottom: 0px solid transparent;
    padding: 9px 15px 9px 15px;
    font-weight: bold;
    color: #fed15c;
    font-size: 14px;
    text-transform: uppercase;
    transition: border 250ms;
    letter-spacing: 1px;
}
#general.relation #sub-nav, #general-form #sub-nav {
    right: 0!important;
    left: 0!important;
    bottom: 0!important;
    width: 100%!important;
    z-index: 3!important;
    text-align: left!important;
    transition: width 250ms!important;
}
.relation .sub-nav-items ul.no-bullet {
    width: 100%;
    height: auto!important;
    display: inline-block!important;
    background: #fff!important;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3);
    margin: 6px 0px 15px!important;
    display: table-caption;
    height: 367px!important;
    padding: 5px 0!important;
}
#general.relation #sub-nav ul li, #general-form #sub-nav ul li {
    height: 42px;
    display: inline-block;
    margin: 0px 0;
    width: 90%;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #fed15c;
    /* color: #f00; */
}	
#general.relation #sub-nav ul li.current_page_item a, #general-form #sub-nav ul li.current_page_item a {
    border-color: transparent;
}
#general.relation #sub-nav, #general-form #sub-nav {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    bottom: auto!important;
    height: auto!important;
    width: 100%!important;
    -ms-flex: 0 0 62.5%!important;
    flex: 0 0 62.5%!important;
    max-width: none!important;
    padding: 0!important;
    margin: 0!important;
    background-color: transparent!important;
    border-top: 0px solid rgba(0, 0, 0, 0.3)!important;
    border-bottom: 0px solid rgba(0, 0, 0, 0.3)!important;
}



	
	.golden-text-style {
    text-transform: uppercase;
    font-size: 16px;
    font-family: gil-b;
    line-height: 5;
    vertical-align: middle;
}
}
.sticky{
    position: -webkit-sticky;
    position:    -moz-sticky;
    position:     -ms-sticky;
    position:      -o-sticky;
    position:         sticky;
    top: 10px;
}
.form__select-wrapper__select {
    border: 1px solid #f9af32;
    float: right;
    height: 42px;
    width: 56%;
    padding-left: 10px;
}
.selectcol{
    margin: auto;
}
/********************************************
*	
* Tablet
*
********************************************/
@media (max-width: 768px) {
.bigtext {
    font-size: 2em!important;
}
.bottomgradient{
	position: absolute;
    z-index: 61;
    overflow: hidden;
    width: 100%;
    height: 38%;
    bottom: 0;
    opacity:1;
    background-image: -webkit-linear-gradient(top, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-y;
}
.other {
    padding: 0;
    order: 3;
    margin: 0;
}
ul.navbar-nav {
    width: 100%;
    padding: 15px 15px 30px;
}
.bottomgradient {
    position: absolute;
    z-index: 61;
    overflow: hidden;
    width: 100%;
    height: 38%;
    bottom: 0;
    opacity: 1;
    background-image: -webkit-linear-gradient(top, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-y;
}	.bottomgradient .row {
    height: 100%;
    width: 100%;
}
.introlabel i, div.contentintrolabel {
    float: none;
}.bannerindex {
    overflow: hidden;
    position: relative;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0;
}	.rightcol {
    margin: 25px auto 20px;
}
	 #sub-nav.subpage-yes.open #sub-nav-items{
    overflow: scroll!important;
    height: 214px!important;
}
	#general #sub-nav.subpage-yes ul, #general-form #sub-nav.subpage-yes ul {
		    position: absolute!important;

	}
	#general #sub-nav.subpage-yes.open ul, #general-form #sub-nav.subpage-yes.open ul {
    text-align: left;
    width: 90%;
    margin: 0 0 0 5%;
    padding: 0;
    position: relative!important;
    bottom: 0;
    z-index: 2;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition-property: transform;
    transition-duration: 250ms;
}
.slideshow figure {
    width: 100%;
    height: 100%;
    background: #fff;
    border: 50px solid #fff;
    overflow: hidden;
    vertical-align: middle;
    display: grid;
}
	.padding-content1{
    margin-top: 60px!important;
}
.navbar .dropdown-menu {
    width: 100%!important;
    left: 0;
    right: 0;
    top: 78px;
}.possearch {
    position: absolute;
    bottom: 0px;
    right: 0;
	top: unset;
}	
	a span.fonttitle, a:hover span.fonttitle, a:active span.fonttitle {
	display:contents!important;
    color: #fff!important;
}
	.slick-dotted.slick-slider {
    position: relative;
    margin-bottom: 30px;
    height: 242px;
	overflow:hidden;
}
	.lib .titlecontent {
    width: 80%;
    float: left;
    display: block;
}
	.newscontent {
    margin: 15px;
    display: inline-block;
    text-align: justify;
    height: auto;
    position: relative;
}
.newscontent__mg {
    margin: 15px;
}
.fadeslide .slick-slide img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 204%;
}
.fadeslide .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 240px;
}
ul.sml {
    position: inherit!important;
    display: contents!important;
    list-style: none!important;
    padding-left: 20px;
    /*list-style-type: square;*/
    color: #fff;
}
#general #sub-nav ul.sml li.sml_item, #general-form #sub-nav ul.sml li.sml_item {
    height: 48px!important;
    padding-left: 20px;
}	
	
		nav.navbar li {
    margin: 0 5px;
    text-align: left;
    padding: 10px 0px;
}
	.item_right {
    float: right;
    display: block;
    width: 58%;
    margin: 10px;
}
	.mt-20 {
    margin-top: 70px!important;
}
	.namefile .btn-warning {
    color: #fff;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    border-color: #f9af32;
    border-radius: 0;
    padding: 7px 40px;
    margin: 0px auto 15px;
    text-transform: uppercase;
    font-size: 21px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;
    float: none;
    display: flex;
}
		.mapper {
		order: 1;
		margin: 15px;
	}
	.introproject{order:2}

		.forcus{margin-top:20px}

	.form__select-wrapper {
    /* max-width: 210px; */
    border: 0px solid #f9af32;
    position: relative;
    width: 100%;
    height: 37px;
    vertical-align: middle;
    display: table;
    margin: auto 15px;
}
	.searchproject {
    margin-top: 70px;
}
.single-item1 .slick-slide img {
    display: block;
    width: 100%;
}
		.bigtitle-content1 {
    font-family: gil-b;
    font-size: 51px;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0px 0 0 0;
}
	.newscontent1 {
    margin: 0 0px 24px;
    display: inline-block;
    text-align: justify;
    border-top: 2px solid #fed15c;
    padding-top: 20px;
}
	.slidepic {
    overflow: hidden;
}
	.bigthumb {
    height: auto;
    display: block;
    overflow: hidden;
}
	.mt-70{margin-top:70px!important}

li.nav-item {
    padding: 0 20px;
    display: contents;
}	.cntfooter .col-md-8 .row {
    border-right: 0px solid #b1b1b1;
}
#general #sub-nav ul li a, #general #sub-nav ul li a, #general-form #sub-nav ul li a {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    padding: 10px 0 15px 15px!important;
    display: block;
    text-decoration: none;
}
.breadcrumb:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    margin: 11px 0 0px 15px;
    background-color: #555;
    position: absolute;
    left: 0;
}
	.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 3rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}
	#general .breadcrumb li, #general .breadcrumb li a {
    color: #000;
    text-decoration: none;
    font-family: gil;
    font-size: 15px;
    text-transform: uppercase;
}

#myBtn, #myBtnBack1 {
    display: none;
    position: fixed;
    bottom: 84px;
    right: 19px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #b36520;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 29px;
    /* border: 1px solid #fff; */
    height: 50px;
    width: 50px;
}
	.contentintro img{width:100%; height:auto;}
	p.label1 {
    color: #fff;
    position: absolute;
    left: 48px;
    -ms-transform: rotate(-450deg);
    transform: rotate(-450deg);
    text-align: right;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    margin-bottom: 0;
    top: 79px!important;
    padding: 5px 13px 5px 11px!important;
    width: auto!important;
    margin: 0;
    display: none;
}
.title {
    color: #f9af32;
    font-family: gil;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 2;
    width: 100%;
    margin-top: 20px;
}
	.contentintro p {
    padding-left: 0;
    font-size: 1.0625em;
    text-align: justify;
    text-justify: inter-word;
}
	.bigtitle-content {
    font-family: gil-b;
    font-size: 29px;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
	margin:0px 0 0 0;
}
	#section6{display:none;}
	ul.social{
    text-align: center;
    margin: 0 auto;
    display: table;
    width: auto;
}
	.bannergradient_l {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 80%;
    height: 100%;
    top: 0;
    opacity: 1;
    right: 32%;
    /* background: url(../img/bg_rightbanner.png); */
    background-image: -webkit-linear-gradient(right, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to left, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    color: #fff;
}
.name{text-align:center;}
.project {
    font-family: gil;
    text-transform: uppercase;
    color: #fff;
    font-size: 20pt;
    margin: 23px 20px 20px 60px;
}
	#section2{
    padding: 15px 0 0;
}
	.btnchitiet{text-align:center; width:100%; display:block;}
	.bannerindex {
    overflow: hidden;
    position: relative;
    height: auto;
}
	.m-menu__link-icon1 {
    background: linear-gradient(to right, #BF953F, #FCF6BA, #FBF5B7, #AA771C);
    background-repeat: no-repeat;
    background-position: top center;
    height: 30px;
    width: 30px !important;
    margin: 10px;
    display: block;
}
.toplogo {
    position: absolute;
    top: 80px;
    z-index: 1;
}
.bg-topnav {
    color: #222;
    background: #f1f6f2;
}
.colbanner h5 {
    font-family: hel-r;
    font-size: 1rem;
    text-align: center;
}
.slogan {
    margin: 10px 0 0 0;
    font-family: gil-b;
    text-transform: uppercase;
    font-size: 2rem;
	text-align:center;
}
.colbanner h5:before{display:none;}

.newscontent1 p img{width:100%; height:auto;}
.fixed-top1{
    order: 2;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    transition: none;
}
	.bannergradient {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 18%;
    height: 100%;
    top: 0;
    opacity: 0;
    left: 82%;
    /* background: url(../img/bg_rightbanner.png); */
    background-image: -webkit-linear-gradient(left, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to right, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 80%, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.golden-text-style {
    text-transform: uppercase;
    font-size: 17px;
    font-family: gil-b;
    line-height: 3;
    vertical-align: middle;
    display: inline-block;
}
}
/********************************************
*	
* Mobile
*
********************************************/
@media (max-width: 568px) {

}
/********************************************
*	
* Mobile
*
********************************************/
@media (max-width: 375px) {
.bigtitle-content1 {
    font-family: gil-b;
    font-size: 30px;
    color: #D5AD6D;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(182, 144, 67) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgb(203, 171, 92) 45%, rgb(203, 171, 92) 61%, rgb(179, 134, 48) 100%);
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0px 0 0 0;
}.bottomgradient {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 100%;
    height: 31%;
    bottom: -3px;
    opacity: 1;
    background-image: -webkit-linear-gradient(top, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    background-image: linear-gradient(to bottom, rgba(10, 28, 69,0.0001) 0, rgba(10, 28, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-y;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.introlabel i, div.contentintrolabel {
    float: none;
    margin: 0 auto;
}
.rightcol {
    margin: 10px auto 10px;
}
.groupbtn {
    border: 1px solid #d9c075;
    width: 80%;
    margin: 11px auto 10px auto;
    display: table;
    padding: 0;
    cursor: pointer;
}
	#section1 .col-lg-8, #section1 .col-md-8, #section1 .col-sm-12 ,#section1 .col-xs-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
	#section1 .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

}
/*////////////////////////////////*/
a span.fonttitle, a:hover span.fonttitle {
	display:block;
    color: #000;
}
.pictitle{
    font-weight: bold;
    color: #b01b43!important;
}
figcaption{
    padding-left: 7px;
}
.mapify-popOver {
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    width: 260px;
    background: #fff;
    box-shadow: rgba(0,0,0,.15) 0 0 0 2px;
    z-index: 999;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    border-radius: 5px;
    text-align: center;
    height: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size: 14px;
    z-index: -1;
    opacity: 0;
    text-align: left!important;
}

.groupbtn a{
    height: 100%;
    display: block;
}
.rowyear{
    color: #b01b43;
    background: url(../img/ar_IR.png) center left no-repeat;
    padding-left: 20px;
    font-weight: bold;
}
.yearDoc {
    padding: 7px 0 7px 12px;
    background: url(../img/yearBG2.png) center left no-repeat;
    margin-top: 15px;
	margin-bottom:20px;
}
.mejs__controls:not([style*='display: none']) {
    background: rgba(255, 0, 0, 0.7);
   background: #d4a220;
   background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%)!important;
}
.mejs__container {
    width: 100%!important;
}
.btn-info, .newslist a.btn-info {
    color: #000;
    border-color: #007a39;
    border-radius: 50px;
    padding: 12px 30px;
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 12px;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(231 255 0) 0%, rgb(184 255 41) 50%, rgb(100, 151, 91) 100%);
    background: -o-linear-gradient(transparent, transparent);
    background-position: 99%;
    background-size: 205% 100%;
    transition: all .3s ease-in-out;
    font-family: hel-r;
}.btn-info:hover{
    background-position: 0;
    color: #fff;
    background-color: #fdee9c;
    border-color: #fdee9d;
}
.socials a{	border-radius:50px;
padding: 11px auto!important;
margin:0;
}
.socials {
    font-family: uikit;
    float: left;
    display: block;
    font-size: 25px;
    margin: 0 15px 0 0;
}
.galleryfeature h6, .galleryfeaturebig h6 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 2px 2px 2px #000000;
    text-transform: uppercase;
    font-size: 14px;
}
.galleryfeature img, .galleryfeaturebig img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
.galleryfeature {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
    display: inline-block;
}
.galleryfeaturebig {
    position: relative;
    width: 100%;
    height: 344px;
    overflow: hidden;
    display: inline-block;
}
.revealOnScroll { opacity: 0; }

.col-content{
	width:80%;
	margin:auto 0 auto auto;
}
a num, num {
    font-family: hel-b;
    font-size: 2.7em;
    position: absolute;
    /* color: #d4a220; */
    top: 0;
    left: -63px;
    display: block;
    line-height: 1;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.description{
    color: #8d8fa4;
}
a .title1 {
    font-family: hel-l;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    position: relative;
    height: 85px;
    display: flex;
}
num.lib {
    font-family: hel-b;
    font-size: 2.7em;
    position: absolute;
    color: #d4a220;
    top: -30px;
    left: -63px;
    display: block;
    line-height: .7;
}
.title1 {
    font-family: hel-l;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.8em;
    position: relative;
    height: auto;
    display: flex;
}
.introcontent{
	width:70%!important;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	margin-top:auto;
}
.contactblk {
    display: flex;
    height: 100px;
    background: #002844;
    color: #fff;
    line-height: 1.4;
}
ul.follow {
    list-style: none;
    text-transform: uppercase;
    margin: auto 0 auto auto;
    float: right;
    display: flex;
}
ul.follow li {
    float: left;
    margin: auto 5px;
    height: 50px;
}
.dark-bg {
    background: #f1f1f1;
}
.picthumb{
	height: 182px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.footer, .menubtm li a{
	color:#8d8fa4;
}
.footer h5 {
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    width: 100%;
	font-size: 1rem;
}
.footer h5::before, a.bigtitle h5::before, .newscontent h5::before, .bigtitle h5::before {
    content: "";
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #85ab52;
    width: 27px;
    display: block;
    position: absolute;
    left: -30px;
    top: 10px;
}
#section5 .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left: 1px solid rgba(255,255,255,.5);
    margin: 5px 10px!important;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.info1 label{
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
}
.posbtn {
    position: absolute;
    right: 0;
    background: url(../img/arrow_w.png) no-repeat #a2c74f;
    padding: 16px 21px;
    bottom: -3px;
    border-radius: 3px;
    background-position: 13px 8px;
}
.info1{
	margin: auto;
    width: 100%;
}
.info1 input {
    margin: 0 auto auto;
    width: 63%!important;
    background: #181727;
    color: #fff;
    border-color: #7b7c86;
}
#section2 .m-menu__link-icon {
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(203 216 2) 0%, rgb(150 192 87) 50%, rgb(94, 156, 101) 100%);
    background-repeat: no-repeat;
    background-position: top center;
    height: 59px;
    width: 65px !important;
    margin: 15px auto;
    display: block;
}
.why{
	margin-bottom:20px;
}
#section2 .col-md-6 img, #chitiet img {
    width: 100%;
    height: auto;
}
.blocktv {
    background: #002945;
    padding: 20px;
    border: 1px solid #414260;
}
/********************************************
*	
* tab
*
********************************************/  
/* Style the tab */
.productinfo .tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.productinfo .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 16px;
    transition: 0.3s;
    font-size: 19px;
    width: 28%;
    color: #fff;
    margin: 10px 28px 0;
    text-transform: uppercase;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/* Change background color of buttons on hover */
.productinfo .tab button:hover {
    background-color: #473f81;
	color:#fff;
}

/* Create an active/current tablink class */
.productinfo .tab button.active {
    background-color: #03395e;
    color: #659859;
    font-weight: bold;
}

/* Style the tab content */
.productinfo .tabcontent {
    display: none;
    padding: 20px 10px;
    border-top: none;
}

.productinfo .tab {
    width: 100%;
    background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(left, rgb(197 211 0) 0%, rgb(100, 151, 91) 100%);
    padding: 0px 20px 0;
    color: #fff;
}
/* Style the tab */
.newslist .tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.newslist .tab button {
    background-color: #000000;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 16px;
    transition: 0.3s;
    font-size: 14px;
    width: auto;
    color: #b6b6b6;
    margin: 10px 4px 0 0;
    text-transform: uppercase;
}
/* Change background color of buttons on hover */
.newslist .tab button:hover {
    background-color: #eee;
    color: #b6b6b6;
}

/* Create an active/current tablink class */
.newslist .tab button.active {
    background-color: #a2c74f;
    color: #fff;
    font-weight: bold;
}
/* Style the tab content */
.newslist .tabcontent {
    display: none;
    padding: 20px 10px;
    border-top: none;
}

.newslist .tab {
    width: 100%;
    background: transparent;
    padding: 0;
    color: #ccc;
    border-bottom: 3px solid #a2c74f;
}.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.newsblock{padding:30px 0; border-bottom:1px solid #ccc;}
.newslist, .bggrey{background:#fff}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 20px;
}
.titletin {
    background: #fff;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-family: hel-l;
    padding: 0 15px 10px 0;
    font-weight: normal;
}
.tinlienquan {
    background: #a3c541;
    /* box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3); */
    margin: 6px 0px 35px;
    display: block;
    padding: 50px 20px 20px;
    position: relative;
}
ul.contactlist {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}
ul.contactlist li {
    margin: 10px 0 10px 0px;
    position: relative;
    padding-left: 32px;
}
ul.contactlist i {
    position: absolute;
    left: -10px;
    top: -10px;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
@media (min-width: 768px){
.border1 {
    border: 1px solid #414260!important;
    display: flex;
    background: #002945;
    padding: 10px 10px!important;
    margin: 10px 0 20px!important;
}

	.contbanner{
	margin:auto 50px auto auto;
	display:flex;
	height:100%;
	}
	.events{
		margin:auto;
	}

}
@media (max-width: 768px) and (orientation:landscape ){
.border1 {
    border: 1px solid #414161!important;
    background: #212136;
    padding: 10px 10px!important;
    margin: 10px 0 20px!important;
}
	h6.linktext {
		width: 100%;
		font-size: 14px;
		margin: auto 0;
	}
	.order1{display:none!important;}
	.order2{display:none!important;}
	.order3{display:block!important;}
	.contbanner {
		width: 100%!important;
		padding: 0;
		margin: 0;
		display: flex;
	}
	.colbanner h1 {
		font-weight: normal;
		font-style: normal;
		font-family: 'hel-l', sans-serif;
		color: #ffffff;
		font-size: 31px;
		line-height: 1.2;
		letter-spacing: 0px;
		text-transform: uppercase;
		text-shadow: 2px 2px #000;
	}
	.colbanner h1 span {
    font-weight: normal;
    font-style: normal;
    font-family: 'hel-b', sans-serif;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
	}
	.colbanner {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 60%;
    height: 100%;
    top: 0;
    opacity: 1;
    right: 0;
    color: #fff;
    padding-left: 0%;
    text-shadow: 2px 2px 8px #000000;
}
.events {
    margin: auto;
    width: 80%;
}
	.single-item img{width:100%}
	.single-item .d-md-none{
		width:100%;
		height:100%
	}
	.toplogo{display:none;}
}
label.list:before {
    content: '';
    right: 6px;
    top: 15px;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    pointer-events: none;
    display: block;
}
label.list:after {
    content: '<>';
    font: 16px "Consolas", monospace;
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 4px;
    top: 15px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}
#language-select select {
    padding: 3px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #888;
    border: 2px solid #cdcdcd;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    min-width: 100px;
    height: 37px;
    margin-top: 5px;
    width: 100%;
}

@media (max-width: 768px) and (orientation: portrait){
	.border1 {
    border: 1px solid #414161!important;
    background: #212136;
    padding: 10px 10px!important;
    margin: 10px 0 20px!important;
}

	h6.linktext {
		width: 100%;
		font-size: 14px;
		margin: auto 0;
	}
	.order1{display:none!important;}
	.order2{display:block!important;}
	.order3{display:none!important;}
	.contbanner {
    width: 100%!important;
    padding: 0;
    margin: 0;
	}
	.colbanner {
    position: absolute;
    z-index: 60;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    right: 0;
    color: #fff;
    padding-left: 0%;
    text-shadow: 2px 2px 8px #000000;
	}
	.colbanner h1 {
		font-weight: normal;
		font-style: normal;
		font-family: 'hel-l', sans-serif;
		color: #ffffff;
		font-size: 31px;
		line-height: 1.2;
		letter-spacing: 0px;
		text-transform: uppercase;
		text-shadow: 2px 2px #000;
	}
	.colbanner h1 span {
    font-weight: normal;
    font-style: normal;
    font-family: 'hel-b', sans-serif;
    color: #ffffff;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: 0px;
    text-transform: uppercase;
    text-shadow: 2px 2px #000;
	}
	.events{
		margin:auto auto 10px auto;
		position: absolute;
		bottom: 49px;
	}
}
.pretty .state label:before {
    border-color: transparent!important;
}
.pretty .state label {
    position: initial;
    display: inline-block;
    font-weight: 400;
    margin: 10px 0!important;
    text-indent: 1.5em;
    min-width: calc(1em + 2px);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
				.pretty {
					position: relative;
					display: inline-grid!important;
					margin-right: 1em;
					white-space: nowrap;
					line-height: 1;
				}
				.field-search-txtsearch{
					display: inline-block;
					width: inherit;
				}
				.form-group.field-search-txtsearch {
					margin-bottom: 0;
				}  
	p.help-block-error {
					margin-top: 0;
					margin-bottom: 0;
				}				
.info-search {float: left;width: 100%;margin: 0 0 30px;}

.info-search input#search-txtsearch {
    padding: 10px;width: 100%;border-radius: 0;border: 1px solid #aeaeae;
    
}
.p-off img {
    border: 5px solid #fff;
    border-radius: 15px;
    overflow: hidden;
}
.p-on img {
    border: 5px solid #a2c74f;
    border-radius: 15px;
    overflow: hidden;
}
#search-type{
    display: flex;
    margin:0;
    padding:0;
}
.research .search-submit {
    padding: 13px 20px;
    background: #d3091f;
    color: #fff;
    border: 1px solid #d3091f;
    border-radius: 0;
}
.info-search .research {box-shadow: 0 1px 6px rgb(0 0 0 / 6%), 0 2px 32px rgb(0 0 0 / 16%); background: #fff;
    padding: 10px;float: left;width: 60%;margin-left: 20%;border-radius: 50px;}
    
    @media only screen and (max-width: 767px) {
        .info-search .research {width: 100%;margin: 0;}
        #search-type{
    display: block;
}
.info-search input#search-txtsearch {
    padding: 10px;
    width: 78%;
    border-radius: 0;
    border: 1px solid #aeaeae;
    margin-bottom: 5px;
}    
        
    }
.input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group .form-control#bookingform-startdate {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 0;
}
div.boxrfmbooking {
    background: white;
    border-radius: 4px;
    padding: 20px;
}
input#bookingform-startdate{
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #ddd;
    background: #fff;
    color: #444;
    -webkit-transition: all .2s linear;
    -webkit-transition-property: border,background,color,box-shadow,padding;
    transition: all .2s linear;
    transition-property: border,background,color,box-shadow,padding;
}
#bookroomfrm .control-group {
	    color: #000;
}
.input-group.date .input-group-addon i {
    cursor: pointer;
    width: 16px;
    height: 5px;
}
/********************************************
*	
* pagination
*
********************************************/
.pagination li {
    padding: 5px;
    display: inline-block;
}
.pagination>li.active>a {
    border: none;
    background-color: #a8c74a;
    border-color: #a8c74a;
    color: #fff;
    border-radius: 4px;
}
.pagination>li>a{
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination{display: inline-block; margin:0 auto;}
.pagination .disabled {display:none}
.pagination li a{
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}