



body {
/*  font-family: 'Lato', sans-serif;*/
  font-family: "Poppins", sans-serif;
  font-size: 16px; line-height: 30px;
  color:#000;
  background: #fff;
  margin: 0;
  padding: 0;
  line-height: normal; font-weight: 400;
display: flex;
min-height: 100%;
flex-direction: column;
}

html {
    height: 100%;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form, input, select, div, textarea {
  padding: 0;
  margin: 0
}
img {
  border: none;
  max-width: 100%;
  height: auto
}
.clear {
  margin: 0;
  padding: 0;
  clear: both
}
.after:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden
}
a {
  text-decoration: none;
  padding: 0;
  margin: 0;
  outline: none;
  transition: all 0.3s;
  transition: all 500ms ease-in-out
}
a:hover {
  text-decoration: none
}

button{transition: all 0.3s;
  transition: all 500ms ease-in-out;}
img {
  max-width: 100%;
}


.wrapper{
	max-width:1430px; width: 100%;
	margin: 0 auto;
}

.topHeader{margin-top: 10px;  padding-bottom:10px; 
	background: rgb(208,208,208);
	background: linear-gradient(0deg, rgba(208,208,208,1) 0%, rgba(255,255,255,1) 100%); 
	width: 100%; border-bottom: #517E4E solid 3px;}

.topHeaderWrap{display: flex;}

.logoArea{padding: 0 15px; margin: 0 auto 0 0;}
.logoArea img{max-width: 590px; width: 100%;}

.navSec{padding:0 15px 0 15px; margin: 0 0 0 auto;}



.navSec .navMenuAdmin{ width: 100%; display: inline-block; margin-bottom: 22px;}

.navSec .navMenuAdmin ul{list-style-type: none; float: right; margin-bottom: 0;}
.navSec .navMenuAdmin ul li{color: #fff; font-size: 13px; font-weight: 600; margin:0 9px; float: left;}
.navSec .navMenuAdmin ul li:first-child{margin-left: 0;}
.navSec .navMenuAdmin ul li:last-child{margin-right: 0;}
.navSec .navMenuAdmin ul li:first-child a{background: #517E4E url("../images/admin_icon_a.png") no-repeat 15px 5px;}
.navSec .navMenuAdmin ul li:first-child a:hover{background: #517E4E url("../images/admin_icon_a.png") no-repeat 15px 5px;}

.navSec .navMenuAdmin ul li:last-child a{background: #131613 url("../images/admin_icon_b.png") no-repeat 15px 5px;}
.navSec .navMenuAdmin ul li:last-child a:hover{background: #646464 url("../images/admin_icon_b.png") no-repeat 15px 5px;}
.navSec .navMenuAdmin ul li a{color: #fff; text-decoration: none; padding:8px 20px 8px 45px; display: inline-block; border-radius: 30px;}

.navSec .navMenu{background: url("../images/flag_.jpg") no-repeat center right; padding-right: 50px; height: 32px;}

.navSec .navMenu ul.mainNav{list-style-type: none; float: right; margin-bottom: 0;}
.navSec .navMenu ul.mainNav li{float: left; margin: 0 12px; font-weight: normal; font-weight: 400; font-size: 16px; position: relative; list-style-type: none;}
.navSec .navMenu ul.mainNav li:first-child{margin-left: 0;}

.navSec .navMenu ul.mainNav li a{color: #121212; text-decoration: none; padding-bottom: 15px; padding-top: 5px; border-bottom:rgba(255,255,255,0) solid 4px; display: inline-block;}
.navSec .navMenu ul.mainNav li a:hover{border-bottom: #517E4E solid 4px;}
.navSec .navMenu ul.mainNav li::last-child{margin-right: 0;}

/*
.navSec .navMenu ul.mainNav li:last-child a{color: #fff; font-size: 17px; background: #ed2529; margin:0; padding:5px 18px; text-decoration: none; border-radius: 50px;}
.navSec .navMenu ul.mainNav li:last-child a:hover{color: #ed2529; font-size: 17px; background: #fff;}
*/




.navSec .navMenu ul.mainNav li button {display: none;}
.navSec .navMenu ul.mainNav li ul {
  background:#517E4E;
visibility: hidden;
opacity: 0;
min-width:220px;
position: absolute;
transition: all 0.5s ease;
margin-top: 0;
left: 0;
display: none;
top:36px;
z-index: 1;
}

.navSec .navMenu ul.mainNav li:hover > ul,
.navSec .navMenu ul.mainNav li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.navSec .navMenu ul.mainNav li ul li {
  clear: both; margin: 0; padding: 0; border-bottom: #ffffff solid 1px;
  width: 100%;
}
.navSec .navMenu ul.mainNav li ul li:last-child{border: none;}
.navSec .navMenu ul.mainNav li ul li a{padding: 8px 11px; margin: 0; border: none; border-radius: 0; font-size: 15px; color: #fff; display: block;}
.navSec .navMenu ul.mainNav li ul li a:hover{padding: 8px 11px; margin: 0; border: none; border-radius: 0;  font-size: 15px; color: #fff; background: #000; display: block;}

.navSec .navMenu ul.mainNav li ul li:last-child a{padding: 8px 11px; margin: 0; border: none; border-radius: 0; font-size: 15px; color: #fff; display: block;}
.navSec .navMenu ul.mainNav li ul li:last-child a:hover{padding:8px 11px; margin: 0; border: none; border-radius: 0; font-size: 15px; color: #fff; background: #333; display: block;}

/*.navSec .flag_org{}*/


.bannerSec{background: url("../images/banner.jpg") no-repeat center center; background-size: cover; min-height: 669px; padding-top: 65px;}
.bannerTxt{max-width: 750px; margin:245px 0 0 auto; padding: 18px 27px; background: rgba(0,0,0,.5);}
.bannerTxt h2{color: #fff;
  font-size: 37px;
  font-weight: 100;
  margin: 0;
  line-height: 51px;}
.bannerTxt h2 strong{color: #ffdd03; display: block; font-weight: 700;}


.bannerBot{background: #517E4E; width: 100%; padding: 30px 0 10px 0;}
.redBox{text-align: center; margin-bottom: 20px}
.redBox .iconImg{margin-bottom: 15px;}
.redBox h3{font-size: 22px; color: #fff; font-weight: 700; margin-bottom: 7px;}
.redBox p{font-size: 15px; color: #fff; line-height: 24px; margin: 0;}





.bannerSliderMain {
  width: 100%;
  margin: 0 0 0 0;
  position: relative;
}

.bannerSliderMain .bannerSlide {
/*  background: #c5a678 url(../images/banner.png) no-repeat center center;*/
/*  background: #c5a678;*/
    background-size: auto;
/*  min-height: 479px;*/
  background-size: cover;
  text-align: center;
}

.bannerSliderMain .bannerSlide img {
  display: inline-block; width: 100%;
}

.bannerSliderMain .slick-prev.slick-arrow {
  width: 68px;
  height: 67px;
  color: #fff;
  font-size: 20px;
  background-image: url("../images/bannerLeftArr.png");
background-position: center center;
background-repeat:  no-repeat;
background-color: inherit !important;
  border-radius: 3px;
  opacity: 1;
  left: 35px;
  overflow: hidden;
  text-indent: -250px;
  z-index: 1;
}

.bannerSliderMain .slick-next.slick-arrow {
  width: 68px;
  height: 67px;
  color: #fff;
  font-size: 20px;
  background: url("../images/bannerRightArr.png") no-repeat center;
background-color: inherit !important;
  border-radius: 3px;
  opacity: 1;
  right: 35px;
  overflow: hidden;
  text-indent: -250px;
  z-index: 1;
}


/*
.bannerSec{padding: 60px 0; width: 100%; display: flex; align-items: center; background: url("../images/banner.jpg") no-repeat top center; 
	min-height: 735px; background-size: cover;}

.bannerSec .leftTxtSec{margin:0; padding: 0 15px; max-width:955px;}
.bannerSec .leftTxtSec h2{font-size: 42px; color: #000; font-weight:800;margin-bottom: 30px; line-height: 54px;}
.bannerSec .leftTxtSec h2 strong{display: block; color: #ed2529; font-weight: 800;}

.bannerSec .leftTxtSec p{font-size: 17px; line-height: 32px; color: #000000; max-width: 639px;}
*/



/*.welcomeSecMain{background: #a21e21; width: 100%;}
.welcomeBotSecTopSec{padding-top: 55px; padding-bottom: 65px; display: inline-block; width: 100%;}


.topbox{width: 100%;}
.topbox i{font-size: 71px; color: #fff; margin-bottom: 17px;}
.topbox h2{font-size: 22px; color: #fff; font-weight:700; margin-bottom: 17px;}
.topbox p{font-size: 16px; line-height: 26px; color: #f3cdce; font-weight:300; margin-bottom: 17px;}


.welcomeBotSecBotec{background: #fff; padding-top: 85px; padding-bottom: 85px; border-radius:300px 0 0 0; width: 100%; display: inline-block;}


.welcomeTxtLeft h1 {
  font-size: 36px;
  color: #0e0e0e;
  font-weight: 400;
  max-width: 650px;
  margin-bottom: 24px;
}

.welcomeTxtLeft h1 span {font-weight: 900; color: #ed2529; font-size: 48px; display: block;	}

.welcomeTxtLeft p {font-size: 16px; line-height: 36px; color: #000;}


.welcomeImgRight img{border: #272727 solid 8px; border-radius: 7px;}*/


.welcomeSec{width: 100%; padding: 70px 0; background: #fff;}
.welcomeleft h1 {font-size: 23px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 37px;}

.welcomeleft h1 strong{display: block;
  color: #517E4E;
  font-size: 38px;}

.welcomeleft p{font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 15px;} 

.offer{padding: 0 15px;}
.offer_sub{background: url("../images/img_a.png") no-repeat bottom left;
  width: 100%;
  padding: 30px 0 30px 0;
  margin-bottom: 35px;
  border-radius: 10px;
  display: inline-block;
  min-height: 370px; background-size: cover;}
.offer_sub .col_offer_sub{max-width: 650px; float: right !important; padding: 0 15px}

.offer_sub h2{font-size: 24px;
  color: #fff;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 700;}
.offer_sub ul{margin: 0; padding: 0; list-style-type: none;}
.offer_sub ul li{margin: 0 0 10px 0; padding: 0; font-size: 14px; color: #fff; width: 50%; float: left;}


.chairmanDesk{background: #517E4E; width: 100%; padding: 30px 0 30px 0;}
.chairmanDesk_sub{display: flex; align-items: center;}
.chairmanDesk .chairman_left img{border-radius: 10px; overflow: hidden; border: rgba(255,255,255,.3) solid 5px;}


.chairmanDesk .chairman_right h2{color: #fff;}
.chairmanDesk .chairman_right p{color: #fff;}

.schemeSec{background: #f9f9f9; width: 100%; padding: 33px 0 0 0;}
.titleSec h2{color: #000000; font-size: 30px; font-weight: 900; margin-bottom: 70px; line-height: 22px;}
.titleSec h2 span{font-size: 20px; color: #517E4E; font-weight: 500;}


.slideBoxMain{width: 100%; padding-bottom: 15px; display: inline-block;}

.slideBox{}
.slideBoxSub{padding:48px 28px 22px 28px; background: #fafafa; box-shadow: rgba(175, 167, 213, 0.2) 0px 0px 8px 4px; border-radius: 20px; position: relative; margin-bottom: 22px; min-height: 239px;}
.slideBoxSub .redBox{width: 66px;
height: 66px;
background: #517E4E;
position: absolute;
top: -32px;
left: 28px;
border-radius: 10px;
display: flex;
align-items: center;}

.slideBoxSub .redBox span{margin: 0 auto;}

.slideBoxSub h2{font-size: 18px; color: #517E4E; font-weight: 700; margin-bottom: 3px;}
.slideBoxSub p{font-size: 15px; color: #161616; line-height: 24px; margin-bottom: 3px;}
.slideBoxSub p a{font-size: 16px; text-decoration: underline; color: #151515; font-weight: 700;}
.slideBoxSub p a:hover{text-decoration: none;}



.slideBoxLink{width: 100%; text-align: center;}

.slideBoxLink a{background: #517E4E; padding:4px 16px; border-radius: 5px; display: inline-block; color: #fff; line-height: 23px; text-decoration: none;}
.slideBoxLink a:hover{background: #131613; color: #fff; text-decoration: none;}
 

.footerSec{background: #d2d7c2; border-top: #517E4E solid 2px; padding: 42px 0;}

.footerAbout h2{font-size: 24px; color: #517E4E; font-weight: 700; margin-bottom: 6px;}
.footerAbout p{font-size:15px; color: #000; line-height: 24px; margin-bottom: 13px;} 
.footerAbout p a{background: #517E4E; padding:4px 16px; border-radius: 5px; display: inline-block; color: #fff; line-height: 23px;}
.footerAbout p a:hover{background: #131613;}


.footerNav h2{font-size: 24px; color: #517E4E; font-weight: 700; margin-bottom: 8px;}
.footerNav ul {list-style-type: none; padding-left: 0;}

.footerNav ul li {
  color: #1c1c1c; font-size: 15px; margin-bottom: 14px; background: url("../images/aro.png") no-repeat 0 5px; padding-left: 14px;}
.footerNav ul li a {color: #1c1c1c;}
.footerNav ul li a:hover {color: #517E4E;}


.footerAddress h2{font-size: 24px; color: #517E4E; font-weight: 700; margin-bottom: 8px;}
.footerAddress ul {list-style-type: none; padding-left: 0;}

.footerAddress ul li {
  color: #1c1c1c; font-size: 15px; margin-bottom: 9px; background: url("../images/phon.png") no-repeat 0 2px; padding-left: 21px;}
.footerAddress ul li:first-child {background: url("../images/home_icon.png") no-repeat 0 2px;}
.footerAddress ul li:last-child{margin-bottom: 20px;}
.footerAddress ul li a {color: #1c1c1c;}
.footerAddress ul li span{display: block; color: #000; font-weight: 700;}


 ul.address_li {list-style-type: none; padding-left: 0;}

 ul.address_li li {
  color: #1c1c1c; font-size: 15px; margin-bottom: 9px; background: url("../images/phon.png") no-repeat 0 2px; padding-left: 21px;}
 ul.address_li li:first-child {background: url("../images/home_icon.png") no-repeat 0 2px;}
 ul.address_li li:last-child{margin-bottom: 20px;}
 ul.address_li li a {color: #1c1c1c;}
 ul.address_li li span{display: block; color: #000; font-weight: 700;}


.footerAddress .mapSec{width: 100%;}


.footerCopyright{background: #517E4E; width: 100%; padding:10px 15px; font-size: 14px; color: #fff; text-align: center; line-height: 18px;}
.footerCopyright a{color: #fff;}
.footerCopyright a:active{color: #fff;}
.footerCopyright a:hover{color: #fff; text-decoration: underline;}






