@charset "utf-8";
/* CSS Document */


*, .box_sizing_border_box, 
*:before,
*:after  {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #f9d686;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
* {
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-decoration: none
}
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  background: none;
  font-family: 'Montserrat', sans-serif;
}
body, html {
  padding: 0;
  margin: 0;
  background: #fff
}
ul {
  list-style: none;
  margin: 0
}
a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.wrapper {
  overflow: hidden;
  transform-origin: top left;
  position: relative;
}
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  /*max-width: 1920px;*/
}
.container {
  display: block;
  margin: 0 auto;
  width: 1440px;
}
.frame {
	width: 100%;
	max-width: 1100px;
	height: auto;
	position: relative;
	margin: 0 auto;
}
.desktop{
	display:block !important
}
.mobile{
	display:none !important
}
.text-brown {
	color: #515151 !important;
	}	
.text-brown-50 {
	color: #979797 !important;
	}
.text-gray {
	color: #e0e0e0 !important;
	}	
.text-green {
	color: #9BC123 !important;
	}
.col-center {
	text-align: inherit;
	}	
.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.zoom-50 {
  transition: transform .3s; /* Animation */
}

.zoom-50:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media (max-width: 1200px) {
.desktop{
	display:none !important
}
.mobile{
	display:block !important
}
}
@media (max-width: 575px) {
.frame {
    max-width: calc(100% - 5px * 2)
  }
}
@media (orientation: portrait) {
.frame {
    max-width: calc(100% - 10px * 2)
  }

}


/*----------------------------frame 1---------------------------------*/

.bg-navbar {
	height: 64px;
	background-color: #0060af;
	font-size: 15px;
	font-weight: 700;
}
.bg-navbar ul li {
  position: relative;
  padding: 0 15px;
}

.bg-navbar ul li.item-menu.active a:after {
  width: 100%;
}
.bg-navbar ul li.item-menu:hover a:after {
  width: 100%;
}
.bg-navbar ul li a.nav-link {
  color: #fff;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.bg-navbar ul li.item-menu a:after {
  display: block;
  background: #fff;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.bg-navbar .border-start span small {
	font-size: 10px;
	}
.bg-navbar .border-start span.h5 {
	font-size: 20px;
	margin-top: -3px;
	display: block;
	}
.bg-navbar .border-start .float-end{
	padding-left: 5px;
	}
.bg-navbar .dropdown-menu .dropdown-item {
	font-size: 15px;
	font-weight: 700;
	color: #4B4B4B;
	padding: 8px;
	}
.bg-navbar .dropdown-menu .dropdown-item:hover {
	color: #9bc123;
	}
.bg-navbar .dropdown-menu .dropdown-item img {
	margin-right: 6px;
	}
.language a.dropdown-toggle {
	font-size: 15px;
	font-weight: 700;
	}
.bg-navbar .ims .dropdown-menu li a.dropdown-item{
	font-size: 15px;
	color: #4B4B4B;
	line-height: 32px;
	min-width: 220px;
	font-weight: 700;
	}
.bg-navbar .ims .dropdown-menu li:hover{
	overflow: hidden;
	transition: all 0.3s;
	}
.bg-navbar .ims .dropdown-menu li:hover a{
	color: #9bc123;
	}
.bg-navbar .ims .dropdown-menu a:after {	
	content: none;
}
.ims .dropdown-menu {
  position: absolute;
  top: 40px;
}	
.offcanvas {
	max-width: 80%;
}
.offcanvas .offcanvas-header .btn-close {
	border-radius: 0;
	text-align: center;
	padding: 13px;
	background-color: #d9d9d9;
	opacity: 1;
	font-size: 24px;
	font-weight:400;
	}
.offcanvas .navbar-nav .dropdown a, .offcanvas .offcanvas-body a.nav-link, .offcanvas .offcanvas-body a.dropdown-item{
	font-size: 16px;
	color: #4B4B4B;
	}
.offcanvas .offcanvas-body a.dropdown-item{
	font-size: 14px;
	color: #515151;
	line-height: 45px;
	}
.offcanvas .offcanvas-body .form-control {
	border-radius: 50px;
	background-color: #e0e0e0;
	}	
.offcanvas .offcanvas-body .btn-search {
	background: #9bc123;
	border-radius: 50px;
	}
.offcanvas .offcanvas-body ul li a{
	line-height: 36px;
	font-size: 16px;
	font-weight: 700;
	}
.offcanvas .offcanvas-body ul li.active a{
	color: #9bc123;
	}
/*.offcanvas .offcanvas-body ul li:hover{
	text-indent: 10px;
	background:#eef1f6;
	overflow: hidden;
	transition: all 0.3s;
	}
.offcanvas .offcanvas-body ul li:hover a{
	color: #9bc123;
	line-height: 36px;
	}*/
.offcanvas .offcanvas-body ul li:hover a img{
	filter: saturate(8);
	}	
.offcanvas .offcanvas-body ul li a span small {
	margin-top: -3px;
	}
.offcanvas .offcanvas-body ul li a span.h5 {
	font-size: 16px;
	margin-top: -12px;
	}
/*---swiper slide---*/
.swiper {
	width: 100%;
	height: 100%;
	margin-top: 64px;
}
.swiper-wrapper {
  max-height: 650px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
/*	display: block;
	width: 100%;
	height: 100%;*/
	object-fit: cover;
}

.swiper-slide .content-slide {
	width: 100%;
	margin: auto;
	padding: 150px 15px 0 15px;
	position: absolute;
	z-index: 300;
	top: 0px;
	right: 0px;
	text-align: left;
	left: 0px;
}
.swiper-pagination-bullet {
	background: #9bc123 !important;
	width: 13px !important;
	height: 13px !important;
}
.swiper-slide .content-slide .cs-title{
	font-size: 36px;
	color: #fff;
	font-weight: 700;
	line-height: 58px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.swiper-slide .content-slide .cs-description {
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 22px;
	max-width: 430px;
	margin-bottom: 0;
}

.swiper-slide .content-slide .btn-slide {
	padding: 40px 0 0 0;
}
.swiper-slide .content-slide .btn-slide a { 
	min-width: 160px;
	margin: 0 10px 0 0;
	text-decoration: none;
}

.swiper-slide .content-slide .btn-slide a.btn-green {
	display: inline-block;
	height: 48px;
	padding: 0 15px;
	border-radius: 10px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	background: #9BC123;
	text-align: center;
	position: relative;
	overflow: hidden;	
}
a.btn-green:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  transition: all 300ms linear 0ms;
}
.swiper-slide .content-slide .btn-slide a.btn-blue {
	display: inline-block;
	height: 48px;
	padding: 0 15px;
	border-radius: 10px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	background: #0060AF;
	text-align: center;
	position: relative;
	overflow: hidden;

}
a.btn-blue:before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  width: 50%;
  height: 100%;
  -webkit-transform: skewX(-25deg);
  -khtml-transform: skewX(-25deg);
  -moz-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  -o-transform: skewX(-25deg);
  transform: skewX(-25deg);
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6)
  );
  transition: all 300ms linear 0ms;
}
/*  a.btn-blue:hover:before {
    animation: shine 0.75s;
  }

  a.btn-green:hover:before {
    animation: shine 0.75s;
  }*/

  a.btn-blue:hover,
  a.btn-green:hover {
    filter: brightness(1.2);
  }
 @-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
@media only screen and (max-width: 1400px) {
.bg-navbar {
	font-size: 13px;
	font-weight: 700;
}

}
@media only screen and (max-width: 1200px) {
.bg-navbar {
	font-size: 11px;
	font-weight: 700;
}
.bg-navbar ul li {
  padding: 0 9px;
}
.bg-navbar .ims .dropdown-menu li a.dropdown-item{
	font-size: 11px;
	line-height: 25px;
	min-width: 150px;

	}
}
@media (max-width: 992px) {
.swiper-slide .content-slide {
	width: 100%;
	max-width: 100%;
	height: 500px;
	position: absolute;
	z-index: 300;
	bottom: 0px;
	right: 0px;
	text-align: center;
	left: 0px;
	top: auto;
	padding: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.01), rgba(0,0,0,0.01), rgba(0,0,0,1), rgba(0,0,0,1));
	
}
.swiper-slide .content-slide .cs-title{
	padding-top: 170px;
}
.swiper-slide .content-slide .cs-description {
	margin: 0 auto;
	}
}
@media (max-width: 575px) {
.swiper-slide .content-slide .btn-slide a { 
	min-width: 140px;
}
.swiper-wrapper {
  max-height: 750px;
}
}
@media only screen and (min-width: 320px) {
.img-slide {
      width: 100%;
      height: 650px;
}
}
/*----------------------------frame 2---------------------------------*/
.frame2-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #f5f4f5;
}
.frame2-background img{
  width: 100%;
  height: 1795px;
  object-fit: cover;
  object-position: top center;
}
.frame2-content-1 {
	width: 100%;
	height: 100%;
}
.frame2-content-1-title{
	padding-top: 68px;
}
.frame2-content-1-title h2{
	color:#0060AF;
	font-size: 48px;
}
.frame2-content-1-title h1{
	color:#9BC123;
	font-size: 64px;
}
.frame2-content-2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.frame2-content-2-title{
	padding-top: 70px;
	text-align: center;
}
.frame2-content-2-title h3{
	color:#414141;
	font-size: 36px;
}
.frame2-content-2-title h3:after, .frame3-content-1-title h3:after, .frame4-content-1-title h3:after, .frame5-content-1-title h3:after, .a-frame3-content-1-title h3:after, .j-frame2-content-1-title h3:after, .j-frame2-content-2-title h3:after{
  display: block;
  background: #9BC123;
  content: "";
  height: 4px;
  border-radius: 4px;
  width: 120px;
  margin: 30px auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.mySwiper1 .swiper-slide {
	position:relative;
	padding: 8px;
	background: none;
	}
.mySwiper1 .swiper-wrapper {
	padding-bottom: 30px;
	}
.frame2-content-2 .item-project {
	position:relative;
	}
.frame2-content-2 .item-project .bg-thumb img{
	width: 100%;
	border-radius: 50px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.frame2-content-2 .item-project .info-thumb {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.frame2-content-2 .item-project:hover .info-thumb {
    bottom: 20px;	
  }

.frame2-content-2 .item-project:hover .bg-thumb img{
    -webkit-transform: scale(1.04, 1.04);
    -moz-transform: scale(1.04, 1.04);
    -o-transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    transform: scale(1.04, 1.04);
  }
.frame2-content-3 {
	width: 100%;
	height: 100%;
	position: relative;
	margin-bottom: 170px;
}
.frame2-content-3-title{
	margin-top: 100px;
	
}
.frame2-content-3-title h3{
	color:#414141;
	padding-left: 18px;
	font-size: 36px;
}
.frame2-content-3-title h3:before, .a-frame2-content-2 h4:before, .a-frame4-content-1-title h4:before{
  display: block;
  background: #9BC123;
  content: "";
  height: 100%;
  border-radius: 4px;
  width: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.frame2-content-3 .card-body {
	padding: 20px 0;
	}
.frame2-content-3 .card-title {
	font-size: 22px;
	color:#9bc123;
	font-weight:700;	
	}
.frame2-content-3 .card-text {
	font-size: 14px;
	color:#414141;
	font-weight:400;
	text-align: justify;	
	}
.frame2-content-3-news {
	width: 39%;
	flex: 0 0 auto;
	}
.frame2-content-3-news .card {
	padding-right: 35px;
	}
.frame2-content-3-video {
	width: 61%;
	flex: 0 0 auto;
	position: relative;
	}
.popup-video {
	width: 1140px;
	height: 640px;
	padding: 0;

	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 300;
	transform: translate(-50%, -50%);
	}
.popup-video iframe {
	border: solid 3px #FFFFFF;
	border-radius: 4px;
	}	
	
.frame2-content-3-video .f2-thumb {
	position: absolute;
	left: 0;
	bottom: 0;
	}
.frame2-content-3-video .f2-thumb1 {
	position: absolute;
	right: -70px;
	top: 0;
	}
.frame2-content-3-video .f2-thumb2 {
	position: absolute;
	left: -20px;
	top: 70px;
	}	
.frame2-content-3-video .f2-play {
	width: 80px;
	height: 80px;
	background: rgba(0, 96, 175, 0.59);
	display: inline-block;
	text-align: center;
	position: absolute;
	border: solid 4px #9bc123;
	border-radius: 50px;
	top: 220px;
	left: 330px;
	cursor: pointer;
	  }
.frame2-content-3-video .f2-play img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 300;	
	}
.frame2-content-3-video .f2-play .f2-ripple::before {	  
	-webkit-animation: ripple 2s linear infinite;
	-moz-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}
.frame2-content-3-video .f2-play .f2-ripple::after {	  
	-webkit-animation: ripple 2s linear 1s infinite;
	-moz-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}
.frame2-content-3-video .f2-play .f2-ripple::before, .frame2-content-3-video .f2-play .f2-ripple::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: solid 5px #9bc123;
	border-radius: 100px;
	
	}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px){
.popup-video {
  max-width: 100%;
  max-height: calc(50% - 3rem);
}
.modal-dialog{
	max-width: 100%;
	}
}
@media (max-width: 992px) {
.frame2-content-1-title{
	text-align: center;
}
}
@media only screen and (max-width: 820px){
.popup-video {
  max-width: 500px;
  max-height: calc(50% - 3rem);
}
}
@media only screen and (max-width: 768px) {
.frame2-content-3-news {
	width: 100%;

	}
.frame2-content-3-news .card {
	padding-right: 0;
	}
.frame2-content-3-video {
	width: 100%;
	min-height: 300px;
	position: relative;
	}
.frame2-content-3-video .f2-thumb1 {
	position: absolute;
	right: -70px;
	top: 30px;
	}
.frame2-content-3-video .f2-thumb2 {
	position: absolute;
	left: -10px;
	top: 130px;
	}
.popup-video {
  max-width: 100%;
  max-height: calc(50% - 3rem);
}
.frame2-content-2-title{
	padding-top: 40px;
	text-align: center;
}
.frame2-content-3-title{
	margin-top: 60px;
	
}
.frame2-content-1-title{
	padding-top: 30px;
}
.frame2-background img{
  height: 1895px;
}
.frame2-content-3-video .f2-play {
	top: 250px;
	left: 280px;
	  }
}
/*----------------------------frame 3---------------------------------*/
.frame3-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #f5f4f5;
}
.frame3-background img{
  width: 100%;
  height: 508px;
  object-fit: cover;
  object-position: top center;
}
.frame3-content-1 {
	width: 100%;
	height: 100%;
}
.frame3-content-1-title{
	padding-top: 40px;
	text-align: center;
}
.frame3-content-1-title h3{
	color:#FFFFFF;
	font-size: 36px;
}

.frame3-content-1 .card { 
	text-align: left;
}
.frame3-content-1 .swiper-slide {
	background-color: transparent;
	}
.frame3-content-1 .card-date { 
	font-size: 12px;
	font-weight: 400;
	color: #9bc123;
}
.frame3-content-1 .card-title { 
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	line-height: 25px;
}
.frame3-content-1 .card-title a, .a-frame3-content-1 .card-title a, .af4c1-timeline h4 a, .t-frame2-content-2 .card-title a, .td-frame2-content-1 .card-title a, .e-frame2-content-1 .card-title a, .td-frame2-content-slide .card-title a{ 
	color: #515151;
}
.frame3-content-1 .card-title a:hover, .a-frame3-content-1 .card-title a:hover, .af4c1-timeline h4 a:hover, .t-frame2-content-2 .card-title a:hover, .td-frame2-content-1 .card-title a:hover,  .e-frame2-content-1 .card-title a:hover, .td-frame2-content-slide .card-title a:hover{ 
	color: #9bc123;
}
.frame3-content-1 .card-text { 
	font-size: 13px;
	font-weight: 400;
	color: #979797;
	line-height: 22px;
}
.frame3-content-1 .swiper {
	margin-top: 44px;
	}
.frame3-content-1 .btn-more{
	background-color: #9bc123;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color:#fff;
}
  a.btn-more:hover {
    filter: brightness(1.1);
  }
/*----------------------------frame 4---------------------------------*/
.frame4-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f5f4f5;
}
.frame4-background img{
  width: 100%;
  height: 857px;
  object-fit: cover;
  object-position: top center;
}
.frame4-content-1 {
	width: 100%;
	height: 100%;
}
.frame4-content-1 .mySwiper3{
	padding-bottom: 50px;
}
.frame4-content-1-title{
	padding-top: 100px;
	text-align: center;
}
.frame4-content-1-title h3{
	color:#515151;
	font-size: 36px;
}
.frame4-content-1 .swiper-slide {
	background-color: transparent;
	}
	/*----------------------------frame 5---------------------------------*/
.frame5-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.frame5-background img{
  width: 100%;
  height:551px;
  object-fit: cover;
  object-position: top center;
}
.frame5-content-1 {
	width: 100%;
	height: 100%;
}
.frame5-content-1-title{
	padding-top: 60px;
	text-align: center;
}
.frame5-content-1-title h3{
	color:#515151;
	font-size: 36px;
}
.frame5-content-1-title h3{
	color:#515151;
	font-size: 36px;
}
.frame5-content-1 h4{
	font-size: 16px;
	font-weight: 400;
}
.frame5-content-1 .swiper-slide {
	background-color: transparent;
	text-align: center;
	height: calc((100% - 40px) / 2) !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	}		  
.frame5-content-1  .swiper-wrapper {
	height: 180px;
	}
.frame5-content-1 .mySwiper4 {
	padding-bottom: 30px;
	}
.frame5-content-1 .swiper-pagination-bullets.swiper-pagination-horizontal, .frame2-content-2 .swiper-pagination-bullets.swiper-pagination-horizontal, .s-frame2-content-slide .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: 0;
	}
/*----------------------------frame 6---------------------------------*/
.frame6-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #f5f4f5;
}
.frame6-background img{
  width: 100%;
  height: 508px;
  object-fit: cover;
  object-position: top center;
}
.frame6-content-1 {
	width: 100%;
	height: 100%;
}
.frame6-content-1 .f6b1{
	padding-top: 80px;
	font-size: 13px;
	color:#FFF;
}
.frame6-content-1 .f6b2{
	padding-top: 80px;
	font-size: 13px;
	color:#FFF;
	margin-left: 20px;
}
.frame6-content-1 h2{
	font-size: 20px;
}
.frame6-content-1 .f6b2 li.list-group-item, .frame6-content-1 .f6b3 li.list-group-item, .frame6-content-1 .f6b5 li.list-group-item   {
	padding-left: 0;
	}
.frame6-content-1 .f6b3{
	padding-top: 80px;
	font-size: 13px;
	color:#FFF;
}
.frame6-content-1 .f6b4{
	padding-top: 80px;
	font-size: 13px;
	color:#FFF;
}

.frame6-content-1 .f6b4 .form-control::placeholder {
	color:#FFF;
	opacity: 1;
}
.frame6-content-1 .f6b4 .btn-send{
	background-color:#9bc123;
	color:#FFF;
	padding: 8px 25px;
}
.frame6-content-1 .f6b5{
	padding-top: 80px;
	font-size: 13px;
	color:#FFF;
}
@media only screen and (max-width: 1400px) {
	.frame6-content-1 .f6b2, .frame6-content-1 .f6b3, .frame6-content-1 .f6b4, .frame6-content-1 .f6b5{
	padding: 80px 10px;
}
}
@media only screen and (max-width: 1200px) {
 .frame6-background{
  background-color: #0060af;
}
.container {
	width: 100%;
}
.col-center {
	text-align: center;
	}
.frame6-content-1 .f6b2, .frame6-content-1 .f6b3, .frame6-content-1 .f6b4, .frame6-content-1 .f6b5{
	padding: 40px 10px 10px 10px;
}
}
/*----------------------------a frame 1---------------------------------*/
.a-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 0px;
  background-color: #f5f4f5;
}
.a-frame1-background img{
  width: 100%;
  height: 721px;
  object-fit: cover;
  object-position: top center;
}
.a-frame1-content-1 {
	width: 100%;
	height: 781px;
	position: relative;
}
.a-frame1-content-1 .a-frame1-content-1-title{
	padding-top: 480px;
	text-align: center;
	color:#FFF;
}
.a-frame1-content-1 .a-frame1-content-1-title h1{
	font-size: 64px;
}
.a-frame1-content-1 .a-frame1-content-1-title p{
	font-size: 20px;
	font-weight:600;
	text-transform:none;
}
@media only screen and (max-width: 575px) {
.a-frame1-content-1 .a-frame1-content-1-title{
	padding-top: 280px;
}	
}
/*----------------------------a frame 2---------------------------------*/
.a-frame2-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.a-frame2-background img{
  width: 100%;
  height: 254px;
  object-fit: cover;
  object-position: top center;
}
.a-frame2-content-1, .a-frame2-content-2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.a-frame2-content-1 .a-frame2-content-1-title{
	min-height: 254px;
}
.a-frame2-content-1 .a-frame2-content-1-title p {
	font-size: 16px;
	font-weight: 400;
	text-transform:none;
}
.a-frame2-content-2 .a-frame2-content-2-title{
	background-color:#0060AF;
	margin-top: 50px;
	}
.a-frame2-content-2 .a-frame2-content-2-title h3{
	padding: 10px 0;
	
	}
.a-frame2-content-2 h4 {
	padding-left: 20px;
	position: relative;
	font-size: 32px;
	}	
	
/*----------------------------a frame 3---------------------------------*/
.a-frame3-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0px;
}
.a-frame3-background img{
  width: 100%;
  height: 486px;
  object-fit: cover;
  object-position: top center;
}
.a-frame3-content-1{
	width: 100%;
	height: 100%;
	position: relative;
}
.a-frame3-content-1 .a-frame3-content-1-title {
	text-align: center;
	padding-top: 150px;	
	}
.a-frame3-content-1 .a-frame3-content-1-title h3{
	font-size: 32px;	
	}
.a-frame3-content-1 .card { 
	text-align: left;
}
.a-frame3-content-1 .swiper {
	margin-top: 10px;

	}
.a-frame3-content-1 .af3c1-main{
	padding: 20px;	
	background-color: #fff;	
	}
.a-frame3-content-1 .card-date { 
	font-size: 12px;
	font-weight: 400;
	color: #9bc123;
}
.a-frame3-content-1 .card-title { 
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	line-height: 25px;
}
.a-frame3-content-1 .card-text { 
	font-size: 13px;
	font-weight: 400;
	color: #979797;
	line-height: 22px;
}
.a-frame3-content-1 .btn-more{
	background-color: #9bc123;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color:#fff;
}
/*----------------------------a frame 4---------------------------------*/

.a-frame4-content-1{
	width: 100%;
	height: 100%;
	position: relative;
}
.a-frame4-content-1 .a-frame4-content-1-title {
	padding-top: 100px;
	
	}
.a-frame4-content-1 .a-frame4-content-1-title h4{
	padding-left: 20px;
	position: relative;
	font-size: 36px;
	}

.a-frame4-content-1 .af4c1-timeline {
	display: flex;
	flex-direction: column;
	margin: 0 .125em;
	position: relative;
	padding-left: 20px;
	margin-top: 60px;
}
.a-frame4-content-1 .af4c1-timeline:before {
	background-color: #E0E0E0;
	border-radius: 50rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
.a-frame4-content-1 .af4c1-timeline  .af4c1-timeline-date {
	position: relative;
	margin-bottom: 60px;
	}
.a-frame4-content-1 .af4c1-timeline  .af4c1-timeline-date h5{
	font-size: 14px;
	font-weight: 600;
	}
.a-frame4-content-1 .af4c1-timeline  .af4c1-timeline-date h5:before {
	background-color: #A9CD38;
	border-radius: 50%;
	content: "";
	height: 14px;
	margin-right: 5px;
	position: absolute;
	left: -26px;
	top: 10px;
	transform: translateY(-50%);
	width: 14px;
	}
.af4c1-timeline-date h4{
	font-size: 24px;
	font-weight: 700;
	}
.af4c1-timeline-date p{
	font-size: 13px;
	font-weight: 400;
	}
.af4c1-timeline-date .btn-link{
	font-size: 13px;
	font-weight: 400;
	}
/*----------------------------s frame 1---------------------------------*/
.s-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.s-frame1-background img{
  width: 100%;
  height: 380px;
  object-fit: cover;
  object-position: top center;
  /*opacity:.16;*/
  filter:blur(10px);
}
.s-frame1-background:after{
  width: 100%;
  height: 380px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  opacity:.65;
}
.s-frame1-item {
	display: block;
	width: 100%;
	height: 500px;
	}
.s-frame1-content-1{
	width: 100%;
	height: 100%;
	position: relative;
}
.s-frame1-content-1-title{
	padding-top: 100px;
	width: 470px;
	text-align: left;
}
.s-frame1-content-1-title h6{
	font-size: 18px;
	font-weight: 500;
}
.s-frame1-content-1-title h1{
	font-size: 36px;
	font-weight: 700;
}
.s-frame1-content-1-title .sf1c1-des{
	font-size: 15px;
	font-weight: 400;
}
.s-frame1-content-1-title p a{
	font-size: 15px;
}
.s-frame1-slide {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 700px;
	height: 394px;
	z-index: 100;
	}
.s-frame1-slide .s-banner {
	width: 100%;
	}
	
.s-frame1-slide .swiper-button-next, .s-frame1-slide .swiper-button-prev {
	top: auto;
	bottom:0;
	width: 48px;
	height: 48px;
	background-color: #0060AF;
	}
.s-frame1-slide .swiper-button-next {
	right: 0;
}
.s-frame1-slide .swiper-button-prev {
	right: 48px;
	left: auto;	
}
.s-frame1-slide .swiper-button-next:hover, .s-frame1-slide .swiper-button-prev:hover {
	background-color: #9BC123;
}
.s-frame1-slide .swiper-button-prev:after, .s-frame1-slide .swiper-button-next:after {
	font-family: Verdana, Geneva, sans-serif;
	content: "";
}
.bline-readmore {
	width: 100%;
	position: relative;
	display: block;
	}
.bline-readmore:after {
	background-color: #E0E0E0;
	border-radius: 50rem;
	bottom: 12px;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
	height: 1px;
	}

/*----------------------------s frame 2---------------------------------*/


.s-frame2-content-1{
	width: 100%;
	overflow: auto;
	height: 100%;
	position: relative;
	margin: 0 auto;
	display:block;
	}
.s-frame2-content-1 ul{
	width: 100%;
	}
.s-frame2-content-1 ul li{
	padding: 10px 20px;
	}
.s-frame2-content-1 ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #515151;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	}
.s-frame2-content-1 ul li.li-ft.active a:after{
  width: 100%;
}
.s-frame2-content-1 ul li.li-sc.active a:before{
  width: 100%;
}
.s-frame2-content-1 ul li.li-ft:hover a:after{
  width: 100%;
}
.s-frame2-content-1 ul li.li-sc:hover a:before{
  width: 100%;
}
.s-frame2-content-1 ul li a.nav-link {
  color: #515151;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.s-frame2-content-1 ul li.active a.nav-link {
  color: #0060AF;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.s-frame2-content-1 ul li.li-ft a:after {
  display: block;
  background: #9bc123;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.s-frame2-content-1 ul li.li-sc a:before {
  display: block;
  background: #9bc123;
  content: "";
  height: 2.2px;
  width: 0%;
  position: absolute;
  top: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.s-frame2-content-2 {
	margin-top: 7px;
	}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(155,193,35,.85);
}

.thumb-sf2c2:hover .overlay {
  opacity: 1;
}

.text-sf2c2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 0 10px;
}
.text-sf2c2 h4{ 
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.title-sf2c2 {
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
}
.title-sf2c2 a{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
}
.thumb-sf2c2:hover .title-sf2c2{
  display: none;
}


.s-frame2-content-slide{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
}
.s-frame2-content-slide .mySwiper7{
	padding-bottom: 50px;
}
.s-frame2-content-slide .swiper {
	margin-top: 30px;
	}
.s-frame2-content-slide .swiper-slide {
	height: calc((100% - 5px) / 2) !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
	}		  
.s-frame2-content-slide .swiper-wrapper {
	max-height: 600px;
	}


	
@media only screen and (max-width: 1440px){
.s-frame1-content-1-title{
	width: 350px;
}

}
@media only screen and (max-width: 1199px){
.mobile .s-banner {
	width: 100%;
	max-width: 700px;
	}
.s-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.s-frame1-background img{
  width: 100%;
  height: 1000px;
  object-fit: cover;
  object-position: top center;
  /*opacity:.16;*/
  filter:blur(10px);
}
.s-frame1-background:after{
  width: 100%;
  height: 1000px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  opacity:.75;
}
.mobile .swiper-button-next, .mobile .swiper-button-prev {
	top: auto;
	bottom:0;
	width: 48px;
	height: 48px;
	background-color: #0060AF;
	}
.mobile .swiper-button-next {
	right: 0;
}
.mobile .swiper-button-prev {
	right: 48px;
	left: auto;
	
}
.mobile .swiper-button-next:hover, .mobile .swiper-button-prev:hover {
	background-color: #9BC123;
}
.mobile .swiper-button-prev:after, .mobile .swiper-button-next:after {
	font-family: Verdana, Geneva, sans-serif;
	content: "";
}
.mobile .container.frame h6 {
	font-size: 16px;
	font-weight: 500;
	}
.mobile .container.frame h1{
	font-size: 36px;
	font-weight: 700;
}
.mobile .container.frame .sf1c1-des{
	font-size: 15px;
	font-weight: 400;
}
.s-frame1-content-1-title p a{
	font-size: 15px;
}
}

@media only screen and (max-width: 575px){
.thumb-sf2c2:hover .overlay{
  display: none;
}
.thumb-sf2c2:hover .title-sf2c2{
  display: block;
}
.s-frame2-content-1::-webkit-scrollbar {
    display: none;
}

.s-frame2-content-1{
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.s-frame2-content-1 ul{
	width: max-content;
	}

}

/*----------------------------t frame 1---------------------------------*/
.t-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 64px;
  left: 0px;
}
.t-frame1-background img{
  width: 100%;
  height: 770px;
  object-fit: cover;
  object-position: top center;
}
.t-frame1-content-1{
	padding-top: 240px;
	width: 100%;
	max-width: 480px;
}
.t-frame1-content-1 .toast{
	width: 96%;
	max-width: 480px;
	background-color: rgba(255, 255, 255, 0.65);
	position: relative;
}
.t-frame1-content-1 .toast-footer a:hover{
	filter:brightness(1.1);
}
.t-frame1-content-1 .toast-footer .btn-toast{
	width: 45px;
	height: 45px;
	border-radius: 100px;
	position: absolute;
	bottom: 11px;
	right: -20px;
	padding: 0;
	border: unset;
}
.t-frame1-content-1 .toast h2 a{
	font-size: 25px;
	font-weight: 700;
	color: #515151;
	text-transform:uppercase;
}
.t-frame1-content-1 .toast p{
	font-size: 16px;
	font-weight: 500;
	color: #515151;
}
.t-frame1-content-2{
	width: 100%;
	height: 100%;
	position: relative;
}
.t-frame1-content-2-title h1{
	padding-top: 270px;
	width: 100%;
	font-size: 64px;
	font-weight: 700;
	padding-bottom: 50px;
}

/*----------------------------t frame 2---------------------------------*/

.t-frame2-content-1 {
	margin-top: 50px;
	}
.t-frame2-content-1 ul li{
	padding: 10px 20px;
	}
.t-frame2-content-1 ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #515151;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	}
.t-frame2-content-1 ul li.li-ft.active a:after{
  width: 100%;
}
.t-frame2-content-1 ul li.li-ft:hover a:after{
  width: 100%;
}
.t-frame2-content-1 ul li a.nav-link {
	color: #515151;
	font-weight: 700;
	position: relative;
	display: block;
	padding: 0 !important;
	border: unset;
}
.t-frame2-content-1 ul li.active a.nav-link {
  color: #0060AF;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.t-frame2-content-1 ul li.li-ft a:after {
  display: block;
  background: #9bc123;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.t-frame2-content-2 .card-date { 
	font-size: 12px;
	font-weight: 400;
	color: #9bc123;
}
.t-frame2-content-2 .card-title { 
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	line-height: 25px;
}
.t-frame2-content-2 .card-text { 
	font-size: 13px;
	font-weight: 400;
	color: #979797;
	line-height: 22px;
}
.t-frame2-content-2 .btn-more{
	background-color: #9bc123;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color:#fff;
}
.line-sep {
	height: 1px;
	width: 100%;
	display: block;
	background: linear-gradient(90deg, #ffffff, rgba(0, 0, 0, .31), rgba(255, 255, 255, 1))
	}
@media only screen and (max-width: 575px) {
.t-frame2-content-1 ul li{
	padding: 10px 15px;
	}
}
/*----------------------------td frame 1---------------------------------*/
.td-frame1-content-1 {
	margin-top: 64px;
	padding: 0 10px;
	}
.td-frame1-content-1 .breadcrumb {
	padding: 20px 0 0 0;
	}
.td-frame1-content-1 h1{
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	}
.td-frame1-content-1 .fdf1c1-date {
	font-size: 12px;
	font-weight: 400;
	padding: 20px 0;
	}
.news-detail {
	width: 100%;
	text-align: justify;
	line-height: 34px;
	margin-top: 30px;
	}
.td-frame1-content-1 .form-cv {
	padding: 40px 0 0 0;
	height: auto;
	}
.form-cv .card-header{
	background-color: #9bc123;
	line-height: 60px;
	font-size: 24px;
	font-weight: 700;
	}
.form-cv h4{
	font-size: 16px;
	font-weight: 700;
	color:#242021;
	line-height: 40px;
	}
.form-cv .asterisk{
	color:#9bc123;
	}
.form-cv .card-body {
	color:#242021;
	font-size: 16px;
	font-weight: 500;
	}
.form-cv .btn-sendcv {
	color:#fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 55px;
	background: #9bc123;
	text-transform: uppercase;
	}
.sidebar
{
    height:auto;
}
.stick {
    position: fixed;
    width: auto;
    top: 70px;
	max-width: 368px;
}

.abs {
    position: absolute;
    bottom: 0px;
    width: auto;
}	
/*----------------------------td frame 2---------------------------------*/
.td-frame2-content-1 ul li{
	padding: 10px 20px;
	}
.td-frame2-content-1 ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #515151;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	}
.td-frame2-content-1 ul li a:after {
  display: block;
  background: #9bc123;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.td-frame2-content-slide .card-date { 
	font-size: 12px;
	font-weight: 400;
	color: #9bc123;
}
.td-frame2-content-slide .card-title { 
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	line-height: 25px;
}
.td-frame2-content-slide .card-title a{ 
	color: #515151;
	text-decoration: none;
}
.td-frame2-content-slide .card-text { 
	font-size: 13px;
	font-weight: 400;
	color: #979797;
	line-height: 22px;
}
.td-frame2-content-slide .btn-more{
	background-color: #9bc123;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color:#fff;
}

.td-frame2-content-slide .swiper-slide{
	text-align: left;
	}
.td-frame2-content-slide .swiper{
	padding-bottom: 50px;
	}
/*----------------------------j frame 1---------------------------------*/
.j-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f4f5;
}
.j-frame1-background img{
  width: 100%;
  height: 721px;
  object-fit: cover;
  object-position: top center;
}
.j-frame1-background video{
  width: 100%;
  min-height: 647px;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}
.j-frame1-content-1 {
	width: 100%;
	height: 781px;
	position: relative;
}
.j-frame1-content-1 .j-frame1-content-1-title{
	padding-top: 300px;
	text-align: center;
	color:#FFF;
}
.j-frame1-content-1 .j-frame1-content-1-title h1{
	font-size: 72px;
}
.j-frame1-content-1 .j-frame1-content-1-title p{
	font-size: 16px;
	font-weight:normal;
	text-transform: uppercase;
	width: 800px;
	margin: 0 auto;
}
@media only screen and (max-width: 980px){
.j-frame1-content-1 .j-frame1-content-1-title p{
	width: 100%;
	text-align: center;
}
}
/*----------------------------j frame 2---------------------------------*/
.j-frame2-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.j-frame2-background img{
  width: 100%;
  height: 1015px;
  object-fit: cover;
  object-position: top center;
}
.j-frame2-content-1, .j-frame2-content-2 {
	width: 100%;
	height: 100%;
	position: relative;
}
.j-frame2-content-1 .j-frame2-content-1-title, .j-frame2-content-2 .j-frame2-content-2-title{
	padding-top: 100px;
	text-align: center;
}
.j-frame2-content-1 .j-frame2-content-1-des p {
	font-size: 16px;
	font-weight: normal;
	text-transform:none;
	width: 500px;
	margin: 0 auto;
	text-align: center;
}	
.j-frame2-content-1-item {
	width: 100%;
	height: 100%;
	position: relative;
	margin-top: 80px;
	}
.j-frame2-content-1-item .card .jf2c1-img {
	min-height: 130px;
	}	
.j-frame2-content-1-item .card-title {
	font-weight: 700;
	font-size: 20px;
	color: #0060AF;
	}
.j-frame2-content-1-item .card-text {
	font-weight: 400;
	font-size:14px;
	}
.j-frame2-content-2 {
	width: 100%;
	height: auto;
	position: relative;

	}
.j-frame2-content-2-search {
	max-width: 980px;
	margin: 0 auto;
	}
.j-frame2-content-2-search .btn-search {
	background-color: #9BC123;
	color: #fff;
	padding: 10px 20px;
	}
.jf2c2-suggest {
	width: 100%;
	position: relative;
	margin-bottom: 50px;
}
.jf2c2-suggest h2{
	font-size: 24px;
	font-weight: 600;
	padding-top: 30px;
}
.jf2c2-suggest .btn-suggest{
	background-color: #E0E0E0;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 20px;
	margin: 5px;
}
.jf2c2-suggest .btn-suggest{
	background-color: #E0E0E0;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 20px;
	margin: 5px;
	color: #979797;
}
.jf2c2-suggest .btn-suggest:hover{
	background-color: #9BC123;
	color: #fff;
}

@media only screen and (max-width: 575px) {
.j-frame2-content-1 .j-frame2-content-1-des p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
}
/*----------------------------j frame 3---------------------------------*/
.j-frame3-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.j-frame3-background img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: top center;
}
.j-frame3-content-1{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
	margin-top: 100px;
}
.j-frame3-content-1 .swiper {
	padding: 30px;
	}
.j-frame3-content-1 .swiper-slide {
	height: calc((100% - 40px) / 2) !important;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: left;
	}		  
/*.j-frame3-content-1 .swiper-wrapper {
	max-height: 800px;
}*/
.j-frame3-content-1 h5{
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #919191;
	}
.j-frame3-content-1 h5 img {
	filter: invert(60%);
	
	}
.j-frame3-content-1 .card-date {
	font-size: 12px;
	font-weight: 400;
	color: #919191;	
	}
.j-frame3-content-1 .card-title a{
	font-size: 20px;
	font-weight: 700;
	color: #515151;
	
	}
.j-frame3-content-1 .card-text {
	font-size: 13px;
	font-weight: 400;	
	color: #515151;
	}
.btn-finish {
	background-color: #515151;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50px;
	padding: 10px 20px;
	}
.btn-finish {
	background-color: #515151;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50px;
	padding: 8px 20px;
	}
.btn-job {
	background-color: #A9CD38;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	border-radius: 50px;
	padding: 8px 20px;	
	}
.j-frame3-content-1 .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: -5px;
	}
.j-frame3-content-1 .card:hover {
	background-color: #A9CD38;
	}
.j-frame3-content-1 .card:hover h5, .j-frame3-content-1 .card:hover a, .j-frame3-content-1 .card:hover .card-date, .j-frame3-content-1 .card:hover .card-title, .j-frame3-content-1 .card:hover .card-text{
	color: #fff;
	}
.j-frame3-content-1 .card:hover img {
	filter: none;
	
	}
.j-frame3-content-1 .card:hover .btn-finish, .j-frame3-content-1 .card:hover .btn-job {
	background-color: #fff;
	color: #A9CD38;
	}
/*----------------------------e frame 1---------------------------------*/
.e-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.e-frame1-background img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: top center;

}
.e-frame1 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 720px

}
.e-frame1-item {
	display: block;
	width: 100%;
	height: 630px;
	}
.e-frame1-item a{
	text-align: center;
	margin: 0 auto;
}
.e-frame1-content-1{
	width: 100%;
	height: 100%;
	position: relative;
}
.e-frame1-content-1 h1{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 430px;
}
.e-frame1-content-1-title{
	padding: 30px;
	width: 670px;
	text-align: left;
}
.e-frame1-content-1-title h1{
	font-size: 35px;
	font-weight: 700;
}
.e-frame1-slide {
	position: absolute;
	bottom: 0;
	right: 30px;
	width: 700px;
	height: 261px;
	z-index: 100;
	background: linear-gradient(360deg, #222 35%, rgba(34,34,34,0.7) 45%);
	}
.e-frame1-slide .e-banner {
	width: 100%;
	}
.e-frame1-slide .swiper-button-next, .e-frame1-slide .swiper-button-prev {
	top: auto;
	bottom:0;
	width: 48px;
	height: 48px;
	background-color: #0060AF;
	}
.e-frame1-slide .swiper-button-next {
	right: 0;
}
.e-frame1-slide .swiper-button-prev {
	right: 48px;
	left: auto;
	
}
.e-frame1-slide .swiper-button-next:hover, .e-frame1-slide .swiper-button-prev:hover {
	background-color: #9BC123;
}
.e-frame1-slide .swiper-button-prev:after, .e-frame1-slide .swiper-button-next:after {
	font-family: Verdana, Geneva, sans-serif;
	content: "";
}
.bline-readmore {
	width: 100%;
	position: relative;
	display: block;
	}
.bline-readmore:after {
	background-color: #E0E0E0;
	border-radius: 50rem;
	bottom: 12px;
	content: "";
	left: 0;
	position: absolute;
	width: 70%;
	height: 1px;
	}

.e-frame2-content-1{
	width: 100%;
	height: 100%;
	position: relative;
	}
/*.e-frame2-content-1 ul li{
	padding: 10px 20px;
	}
.e-frame2-content-1 ul li a{
	font-size: 20px;
	font-weight: 600;
	color: #515151;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	}
.e-frame2-content-1 ul li.li-ft.active a:after{
  width: 100%;
}
.e-frame2-content-1 ul li.li-sc.active a:before{
  width: 100%;
}
.e-frame2-content-1 ul li.li-ft:hover a:after{
  width: 100%;
}
.e-frame2-content-1 ul li.li-sc:hover a:before{
  width: 100%;
}
.e-frame2-content-1 ul li a.nav-link {
  color: #515151;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.e-frame2-content-1 ul li.active a.nav-link {
  color: #0060AF;
  font-weight: 700;
  position: relative;
  display: block;
  padding: 0 !important;
}
.e-frame2-content-1 ul li.li-ft a:after {
  display: block;
  background: #0060AF;
  content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.e-frame2-content-1 ul li.li-sc a:before {
  display: block;
  background: #0060AF;
  content: "";
  height: 2.2px;
  width: 0%;
  position: absolute;
  top: -5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}*/
.e-frame2-content-2 {
	margin-top: 40px;
	}

@media only screen and (max-width: 1199px){
.e-frame1 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px

}	
.e-frame1-item {
	display: block;
	width: 100%;
	height: 450px;
	}
.mobile .e-frame1-item{
	padding-top: 60px;
	max-width: 500px;
	}
.e-frame1-background {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
}
.e-frame1-background:after{
  width: 100%;
  height: 400px;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  opacity:.65;
}
.e-frame1-background img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: top center;
}

.mobile .swiper-button-next, .mobile .swiper-button-prev {
	top: auto;
	bottom:20px;
	width: 48px;
	height: 48px;
	background-color: #0060AF;
	}
.mobile .swiper-button-next {
	right: 0;
}
.mobile .swiper-button-prev {
	right: 48px;
	left: auto;
	
}
.mobile .swiper-button-next:hover, .mobile .swiper-button-prev:hover {
	background-color: #9BC123;
}
.mobile .swiper-button-prev:after, .mobile .swiper-button-next:after {
	font-family: Verdana, Geneva, sans-serif;
	content: "";
}
}
/*----------------------------e frame 2---------------------------------*/
.e-frame2-content-1 {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	}
.e-frame2-content-1 h2{
	font-size: 36px;
	font-weight: 700;
	}
.e-frame2-content-1 p{
	font-size: 16px;
	font-weight: 400;
	color:#000;
	line-height: 34px;
	}
.e-frame2-content-1 .e-frame2-content-post {
	width: 100%;
	height: 100%;
	padding: 50px 0;
	}
.e-frame2-content-1 .e-frame2-content-post  .card-date { 
	font-size: 12px;
	font-weight: 400;
	color: #9bc123;
}
.e-frame2-content-1 .e-frame2-content-post  .card-title a{ 
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
}
.e-frame2-content-1 .e-frame2-content-post  .card-text { 
	font-size: 16px;
	font-weight: 400;
	color: #979797;
	line-height: 28px;
}
.e-frame2-content-1 .e-frame2-content-post  .btn-more{
	background-color: #9bc123;
	padding: 6px 20px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	color:#fff;
}

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 1;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 1;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 1;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 1;	
	}			
}

.max-line-3 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.max-line-2 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.max-line-5 {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.page-post-item-image {
	height: 260px !important;
	object-fit: cover;
}

.news-detail img {
	max-width: 100% !important;
	height: auto;
}

.t-frame2-content-1 .nav-tabs {
	list-style: none;
	border: none;
}

.t-frame2-content-1 ul li a.nav-link.active {
	color: #0060AF;
	font-weight: 700;
	position: relative;
	display: block;
	padding: 0 !important;
}

.t-frame2-content-1 ul li.li-ft a.active:after {
	display: block;
	background: #9bc123;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.page-pagination .pagination {
	list-style-type: none;
}

.t-frame2-content-2 .card-img-top {
	max-height: 200px;
	object-fit: cover;
}

.t-frame2-content-2 .card-img-top.top-post-image {
	max-height: 300px;
	object-fit: cover;
}

.menu .sub-menu .active {
	background-color: #9bc123;
	color: #ffffff !important;
}

.mobile-sub-menu-item {
	color: #4B4B4B !important;
}

.mobile-sub-menu-item.active {
	color: #9bc123 !important;
}

@media only screen and (max-width: 991px) {
	.mySwiper .img-slide {
		width: 100%;
		height: 450px;
	}

	.newestFeaturePost, .newestFeaturePost .frame {
		height: 450px;
	}

	.newestFeaturePost .t-frame1-background {
		height: 387px;
	}

	.newestFeaturePost .t-frame1-background img {
		height: 100%;
	}

	.newestFeaturePost .frame .t-frame1-content-1 {
		padding-top: 145px;
	}

	.newestFeaturePost .frame .t-frame1-content-2 {
		height: auto !important;
	}

	.newestFeaturePost .frame .t-frame1-content-2 .t-frame1-content-2-title h1 {
		padding-top: 86px;
		padding-bottom: unset;
		margin-bottom: unset;
	}

	.t-frame2-content-1 {
		margin-top: 15px;
	}
}

.vtcmimgg {
	max-height: 260px !important;
}

.s-frame2-content-1 ul li a.nav-link.active {
	color: #0060AF;
}

.s-frame2-content-1 ul li.li-ft a.nav-link.active:after {
	display: block;
	background: #9bc123;
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: -5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.form-control:focus {
	border-color: #9BC123 !important;
}

.mySwiper4 {
	margin-top: 30px !important;
	padding-bottom: 100px !important;
}

.frame5-content-1-title h3:after {
	margin: 23px auto !important;
}

.frame5-content-1 .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 50px !important;
}

.overlay-df {
	background-image: linear-gradient(rgba(255,255,255,0) 65%, rgba(0,0,0,0.5) 85%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn-news-more {
	border-radius: 25px;
	border-color: #979797;
	background-color: transparent;
	color: #979797;
	min-width: 140px;
}

.btn-news-more:hover {
	filter: brightness(1.1);
	background-color: #9bc123;
	color: #ffffff;
}

.page-pagination.text-center ul.pagination {
	justify-content: center;
}

.mySwiper6 .swiper-slide .card {
	width: 100%;
	height: 274px;
}