body {
  padding-top: 80px;
}

.mainContent {
  overflow: hidden;
}

.innerBanner {
  text-align: center;
  position: relative;
  z-index: 0;
}
.innerBanner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.innerBanner .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.innerBanner .content .btnControl {
  margin-top: 40px;
  margin-bottom: 20px;
}
.innerBanner .textLeft {
  text-align: left;
}
.innerBanner .textLeft p {
  margin: 0 auto 0 0 !important;
  background: none !important;
}

.scBanner.scHome .innerBanner:after {
  background: rgba(0, 0, 0, 0.36);
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.36)), color-stop(0%, rgba(0, 0, 0, 0.36)), color-stop(100%, rgba(0, 0, 0, 0.61)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.61) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.61) 100%);
}
.scBanner.scBannerPalalax {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
  width: 100%;
  position: relative;
}
.scBanner.scBannerPalalax:after {
  background: rgba(0, 0, 0, 0.3);
}
.scBanner.scBannerPalalax .content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.scBanner.scBannerAbout {
  background: url(../images/about-us/images-our-vision-1920.png) top center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  min-height: 720px;
}
.scBanner.scBannerFarmers {
  background: url(../images/action-farmer/action-farmer-cover-palalax.png) top center no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  padding: 90px 0;
}

.scContent {
  padding: 70px 0;
}

.headTopic {
  padding-bottom: 70px;
  text-align: center;
}

.scMarket {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  background: url(../images/home/bg-gradient-1920.png) top center no-repeat;
  background-size: 100% auto;
}

.innerList {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.innerList:after {
  content: "";
  position: absolute;
  top: 90px;
  left: 0;
  background: url(../images/home/bg-dots.png) center center no-repeat;
  background-size: 100% auto;
  width: 1543px;
  height: 100%;
  z-index: 0;
}
.innerList .ListMenu {
  display: flex;
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.innerList .ListMenu .imgBox {
  display: flex;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  background: #ffffff;
  overflow: hidden;
}
.innerList .ListMenu .imgBox img {
  width: 100%;
  opacity: 1;
  align-self: center;
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  transform: scale(1);
}
.innerList .ListMenu p {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 10;
}
.innerList .ListMenu .menu {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
}
.innerList .ListMenu .menu p {
  color: #201f1e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerList .ListMenu .listDetail {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.innerList .ListMenu .listDetail ul {
  padding: 25px 15px 25px 35px;
  margin: 0;
}
.innerList .ListMenu:hover .imgBox {
  background: #000000;
}
.innerList .ListMenu:hover .imgBox img {
  opacity: 0.6;
  transform: scale(1.2);
}
.innerList .ListMenu:hover:nth-child(odd) .menu {
  transform: translateY(-250%);
}
.innerList .ListMenu:hover:nth-child(odd) .menu p {
  color: #ffffff;
}
.innerList .ListMenu:hover:nth-child(odd) .listDetail {
  bottom: 0;
}
.innerList .ListMenu:hover:nth-child(even) .menu {
  transform: translateY(250%);
}
.innerList .ListMenu:hover:nth-child(even) .menu p {
  color: #ffffff;
}
.innerList .ListMenu:hover:nth-child(even) .listDetail {
  top: 0;
}
.innerList .ListMenu:nth-child(even) {
  flex-direction: column-reverse;
}
.innerList .ListMenu:nth-child(even) .menu {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.innerList .ListMenu:nth-child(even) .listDetail {
  position: absolute;
  z-index: -1;
  top: 105px;
  width: 100%;
  margin-top: 0;
}
.innerList .ListMenu:nth-child(odd) {
  flex-direction: column;
}
.innerList .ListMenu:nth-child(odd) .menu {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.innerList .ListMenu:nth-child(odd) .listDetail {
  position: absolute;
  z-index: -1;
  bottom: 105px;
  width: 100%;
  margin-top: 0;
}
.colDetail {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 0;
}
.colDetail .colImage {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.colDetail .colImage.noZoom img {
  transform: scale(1) !important;
}
.colDetail .colImage img {
  max-width: 750px;
  width: 100%;
}
.colDetail .contentImg {
  display: flex;
  max-width: 410px;
  width: 100%;
  margin-left: auto;
}
.colDetail .contentImg img {
  align-self: center;
  width: 100%;
}
.colDetail.-imagesFull {
  padding: 60px 0;
}
.colDetail.-imagesFull .colImage {
  width: 100%;
}
.colDetail.-imagesFull .colImage:after {
  content: "";
  position: absolute;
  left: -35px;
  bottom: -35px;
  background: url(../images/home/bg-dots-03.png);
  background-size: 100% auto;
  width: 100%;
  height: 410px;
  z-index: -1;
}
.colDetail.-imagesFull .colImage img {
  max-width: 100%;
  width: 100%;
  display: block;
}
.colDetail .colAbout {
  max-width: 800px;
  width: 50%;
  padding-right: 65px;
}
.colDetail .colAbout p {
  padding: 15px 0;
}
.colDetail .colAbout h3 {
  display: block;
}
.colDetail .colAbout ul li {
  padding: 10px 0;
}

.colImage {
  display: flex;
}
.colImage img {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.colImage:after {
  content: "";
  position: absolute;
  left: 55px;
  bottom: -35px;
  background: url(../images/home/bg-dots-01.png) 0 0 repeat;
  background-size: 12px auto;
  width: 664px;
  height: 452px;
  z-index: -1;
}
.colImage > p {
  margin-top: 40px;
  position: absolute;
  left: 0;
}

.wrapperCategory {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.wrapperCategory .colImage img {
  position: relative;
  z-index: 2;
}
.wrapperCategory .imgBox {
  position: relative;
  overflow: hidden;
}
.wrapperCategory .imgBox img {
  transition: all 0.8s ease-in-out 0s;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  transform: scale(1);
}
.wrapperCategory .colImage.-category::before {
  z-index: 1;
}

.colImage.-category {
  position: relative;
}
.colImage.-category::before {
  z-index: 2;
}
.colImage.-category:after {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  content: "";
  position: absolute;
  width: auto;
  height: auto;
  top: 32px;
  left: -30px;
  right: 32px;
  bottom: -30px;
  background: url(../images/home/bg-dots-01.png) 0 0 repeat;
  background-size: 8px auto;
  z-index: -1;
}

.btnControl {
  display: inline-block;
  padding: 15px 0;
}
.btnControl a {
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 15px 50px;
}
.btnControl a:hover {
  background: #c50d14;
}

.wrapperCategory .colImage {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.wrapperCategory .colImage::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  right: 5px;
  bottom: -5px;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
}
.wrapperCategory .colImage:hover .imgBox img {
  transform: scale(1.2);
}

.colCategory .catDetail {
  max-width: 400px;
  width: 100%;
  margin: 50px auto;
}

.aboutMessage {
  background: url(../images/about-us/images-about-us-1920.png) top center no-repeat;
  background-size: cover;
  min-height: 760px;
  height: 100%;
  display: flex;
  align-items: center;
}
.aboutMessage .innerWrapper .textDetail {
  padding: 0;
}

.tabTopic {
  background: #f3f4f5;
  position: relative;
  z-index: 0;
  min-height: 100px;
  display: flex;
  align-items: center;
}
.tabTopic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  background: url(../images/about-us/bg-01.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}
.tabTopic::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1180px;
  height: 100px;
  background: url(../images/about-us/bg-02.png) top center no-repeat;
  background-size: 100% auto;
  z-index: 1;
}

.innerWrapper {
  display: flex;
  justify-content: right;
  align-items: center;
}
.innerWrapper .textDetail {
  width: 50%;
  padding: 0 150px;
}
.innerWrapper .textDetail p {
  padding: 10px 0;
}

.colDetail.colOurContent {
  justify-content: space-around;
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
}
.colDetail.colOurContent .colImage {
  width: auto;
  margin: 0;
  position: relative;
}
.colDetail.colOurContent .colImage img {
  max-width: 630px;
  width: 100%;
}
.colDetail.colOurContent .colImage:after {
  left: -30px;
  bottom: -35px;
  background: url("../images/home/bg-dots-01.png") 0 0 repeat;
  background-size: 8px auto;
}
.colDetail.colOurContent .colAbout {
  width: auto;
  max-width: 580px;
  width: 100%;
  padding: 0;
}
.colDetail.water-management {
  align-items: flex-start;
}
.colDetail.water-management .tabLOGO img {
  margin: 0 15px;
}

.innerPage .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
}
.innerPage .colDetail.colOurContent.colMission {
  justify-content: space-between;
}
.innerPage .colDetail.colOurContent.colMission .colImage:after {
  left: -30px;
  background: url("../images/home/bg-dots-01.png") 0 0 repeat;
  background-size: 8px auto;
  z-index: -2;
}
.innerPage .colDetail .colAbout {
  max-width: 500px;
  width: 100%;
}
.innerPage .colDetail.fullDetail {
  width: 100%;
  display: block;
}
.innerPage .colDetail.fullDetail .colAbout {
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.innerPage .-listDetail {
  justify-content: flex-start;
  align-items: flex-start;
  background: #eaeff1;
  padding: 15px;
  width: 100%;
  flex-direction: row;
}
.innerPage .-listDetail .listInner {
  margin: 0;
  width: 100%;
}
.innerPage .colImage:after {
  left: -35px;
  bottom: -35px;
  width: 664px;
  height: 380px;
}
.innerPage .innerBanner .content p {
  margin: 0 auto;
  max-width: max-content;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.5);
}

.colImage.colFlexImages {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.colFlex {
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
.colFlex img {
  width: auto;
}

.colFlex .colImage {
  margin-bottom: 0;
  padding: 0;
}
.colFlex .colImage.colFlexImages:first-child .fImages {
  min-height: 218px;
}
.colFlex .colImage.colFlexImages:first-child .fImages img {
  width: auto;
}
.colFlex .colImage:last-child::after {
  display: none;
}

.fImages {
  padding: 8px;
}

.tabLOGO {
  padding: 20px 0;
}

.textDetail {
  padding: 30px 50px;
}

.wraapperAverage {
  display: flex;
  justify-content: space-between;
}
.wraapperAverage .colAverage {
  max-width: 350px;
  width: 100%;
}
.wraapperAverage .colAverage h3 {
  padding-bottom: 20px;
}
.wraapperAverage .colAverage .-detail p {
  background-color: #000;
  padding: 20px;
  max-height: 110px;
  overflow: hidden;
}

.AMSCO .headTopic {
  padding: 90px 0 60px;
}

.amsco-csr .scContent {
  padding-bottom: 0;
}
.amsco-csr .scContent:last-child {
  padding-bottom: 70px;
}

.scActivities {
  display: inline-block;
  width: 100%;
  margin: 70px 0;
  background: url(../images/amsco-csr/bg-csr-activities-1920.png) top center no-repeat;
}

.sliderItem {
  display: inline-block;
  width: 100%;
  position: relative;
}
.sliderItem .listItem {
  text-align: center;
}
.sliderItem .listItem .cercleItem {
  width: 125px;
  height: 125px;
  border: 1px solid #7bb52d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
}
.sliderItem .listItem > p {
  padding-top: 40px;
  position: relative;
}
.sliderItem .listItem > p:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background: #abb2b8;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 5px;
  border: 4px solid #fff;
  box-shadow: 0 0 0 2px #abb2b8;
}
.sliderItem .owl-theme {
  position: relative;
}
.sliderItem .owl-theme .owl-nav {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -20px;
  width: 100%;
}
.sliderItem .owl-theme .owl-nav button {
  text-indent: -9999999px;
}
.sliderItem .owl-theme .owl-nav .owl-prev::before {
  content: "";
  position: absolute;
  background: url(../images/icons/ico-prev.png) top left no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 61px;
  left: -20px;
  top: 0;
}
.sliderItem .owl-theme .owl-nav .owl-next::after {
  content: "";
  position: absolute;
  background: url(../images/icons/ico-next.png) top right no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 61px;
  right: -20px;
  top: 0;
}

.productAMSCO {
  max-width: 500px;
  width: 100%;
}
.productAMSCO ul {
  padding-left: 20px;
}

.fcb-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.fcb-popup:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  margin-top: -20px;
  background: url(../images/icons/ico-play.png) top center no-repeat;
  background-size: 100% auto;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.fcb-popup .fancybox-slide--iframe .fancybox-content {
  max-width: 100%;
  max-height: 161px;
}

.scContentHilight {
  padding-top: 0;
}

.scTabs {
  padding-bottom: 0;
}
.scTabs .navTabs {
  padding: 0 0 35px;
}
.scTabs .detailTabs {
  border-top: 1px solid #6cc25c;
  border-bottom: 1px solid #ccc;
}
.scTabs .detailTabs .tabsContent.active {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scTabs .tabsWrapper .navButton {
  padding: 0 25px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scTabs .tabsWrapper .navButton:hover, .scTabs .tabsWrapper .navButton.active {
  color: #3b7220;
}
.scTabs .contentWrapper .headTopic {
  padding: 50px 0 0;
}
.scTabs .contentWrapper .headTopic > p {
  padding-top: 60px;
}

.menuRelated .productMenu {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menuRelated .productMenu:hover, .menuRelated .productMenu.active {
  color: #3b7220;
}
.menuRelated .productMenu:hover .-images {
  transform: scale(1.1);
}
.menuRelated .productMenu .-images {
  border-radius: 50%;
  padding: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: #bccd21;
  background: -moz-linear-gradient(left, #bccd21 0%, #7ebb2f 93%, #7ebb2f 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #bccd21), color-stop(93%, #7ebb2f), color-stop(100%, #7ebb2f));
  background: -webkit-linear-gradient(left, #bccd21 0%, #7ebb2f 93%, #7ebb2f 100%);
  background: -o-linear-gradient(left, #bccd21 0%, #7ebb2f 93%, #7ebb2f 100%);
  background: -ms-linear-gradient(left, #bccd21 0%, #7ebb2f 93%, #7ebb2f 100%);
  background: linear-gradient(to right, #bccd21 0%, #7ebb2f 93%, #7ebb2f 100%);
}
.menuRelated .productMenu .-text {
  padding-left: 25px;
}

.wrapperNews .innerEven {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}
.wrapperNews .innerEven .colImage {
  position: relative;
}
.wrapperNews .innerEven .colImage:hover .innerHover img {
  transform: scale(1.2);
}
.wrapperNews .innerEven .colImage:hover .innerHover:after {
  opacity: 1;
  visibility: visible;
}
.wrapperNews .innerEven .colImage:hover .innerHover:before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.wrapperNews .innerEven .colImage:after {
  left: -25px;
  bottom: -25px;
  width: 100%;
  height: 270px;
}
.wrapperNews .innerEven .colImage .innerHover {
  position: relative;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  z-index: 2;
  overflow: hidden;
}
.wrapperNews .innerEven .colImage .innerHover img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transform: scale(1);
}
.wrapperNews .innerEven .colImage .innerHover:after {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  background-size: 100% auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.wrapperNews .innerEven .colImage .innerHover:before {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  content: "";
  position: absolute;
  background: url(../images/icons/ico-link.png) top center no-repeat;
  background-size: 100% auto;
  top: 50%;
  left: 0;
  right: 0;
  margin: -25px auto 0;
  transform: scale(1.2);
  width: 50px;
  height: 50px;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.wrapperNews .innerEven .detailNews {
  margin-top: 30px;
  margin-bottom: 50px;
}

.breadCrumb {
  padding: 50px 0 25px;
  border-bottom: 1px solid #d9d9d9;
}
.breadCrumb li {
  list-style: none;
  display: inline-block;
  position: relative;
}
.breadCrumb li a:after {
  content: "/";
  align-items: center;
  margin: 0 8px;
  height: 20px;
}
.breadCrumb li:last-child a:after {
  display: none;
}

.scNewsDetail {
  padding: 50px 0;
}
.scNewsDetail .detailEven h2 {
  margin-bottom: 40px;
}
.scNewsDetail .detailEven > ul {
  margin: 0;
  padding: 40px 0 40px 20px;
}
.scNewsDetail .imagesEven {
  margin-top: 50px;
}

.scCareer .scContent h2 {
  margin-bottom: 50px;
}
.scCareer .scContent:first-child .colDetail {
  margin-top: 40px;
}
.scCareer .scContent.scCategory {
  padding-top: 0;
}
.scCareer .scContent.scCategory .container {
  padding-top: 70px;
  border-top: 1px solid #ccc;
}
.scCareer.innerPage .colImage {
  position: relative;
}
.scCareer.innerPage .colImage:after {
  left: -30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
}
.scCareer.innerPage .colImage .imgBox {
  position: relative;
  overflow: hidden;
}
.scCareer.innerPage .colImage .imgBox img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transform: scale(1);
}
.scCareer.innerPage .colImage:hover .imgBox img {
  transform: scale(1.2);
}
.scCareer.innerPage .colCategory {
  position: relative;
}
.scCareer.innerPage .colCategory .catDetail {
  width: auto;
  padding: 5px 20px 0;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: none;
  width: max-content;
  background: rgba(0, 0, 0, 0.6);
  z-index: 5;
}
.scCareer .wrapperCategory {
  max-width: 1750px;
  width: 100%;
  margin: 0 auto;
}
.scCareer .wrapperCategory .fcb-popup:before {
  width: 60px;
  height: 60px;
  margin-top: 0;
}
.scCareer .scReward .innerWrapper {
  display: block;
}
.scCareer .scReward .innerWrapper .scWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.scCareer .scReward .innerWrapper .scWrapper .imgDetail {
  max-width: 220px;
  width: 100%;
}
.scCareer .scReward .innerWrapper .scWrapper .textdDetail {
  padding-left: 80px;
}
.scCareer .listPlan {
  margin-bottom: 20px;
  margin-top: 40px;
}
.scCareer .listPlan .listInner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
.scCareer .listPlan .listInner .listImage {
  max-width: 130px;
  width: 100%;
}
.scCareer .listPlan .listInner .colAbout {
  padding-left: 30px;
}
.scCareer .listPlan .colDetail.colOurContent .colImage {
  max-width: 290px;
  width: 100%;
}
.scCareer .listPlan .colDetail.colOurContent .colImage:after {
  bottom: -20px;
  z-index: -2;
}

.colLocatin .colImages img {
  width: auto;
  max-height: 300px;
  height: 100%;
}
.colLocatin .catDetail h3 {
  margin-bottom: 40px;
}
.colLocatin .colIframe > iframe {
  width: 100%;
  height: 300px;
}

.fancybox-content {
  padding: 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
.fancybox-content .innerForm .container {
  padding: 0 80px;
}
.fancybox-content .innerForm .headForm {
  background: #f00;
  margin-bottom: 40px;
}
.fancybox-content .innerForm .headForm h3 {
  padding: 10px 0;
}
.fancybox-content .innerForm .bodyForm {
  background: #fff;
}
.fancybox-content .innerForm .form-group {
  margin-bottom: 25px;
}
.fancybox-content .innerForm .form-group textarea {
  min-height: 170px;
}
.fancybox-content .innerForm .formStyle p {
  padding-bottom: 7px;
}
.fancybox-content .form-control {
  color: #868685;
  background: #f9f9f9;
  min-height: 44px;
}
.fancybox-content .btnControl {
  margin-bottom: 40px;
  margin-top: 5px;
}
.fancybox-content .btnControl > span {
  padding-left: 20px;
}
.fancybox-content .checkboxStyle {
  width: 100%;
  margin-bottom: 40px;
}
.fancybox-content .checkboxStyle input {
  background: url(../images/icons/ico-check.png) center center no-repeat;
  width: 18px;
  height: 18px;
}
.fancybox-content .checkboxStyle label {
  margin: 0;
  line-height: 1;
  vertical-align: middle;
  margin-bottom: 5px;
}
.fancybox-content .fancybox-button svg {
  background: url(../images/icons/ico-close.png) center center no-repeat;
  background-size: 100% auto;
  width: 24px;
  height: 24px;
  z-index: 1;
}
.fancybox-content .fancybox-button svg path {
  display: none;
}
.fancybox-content .fancybox-close-small {
  background: #9f1616;
  margin: 13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.innerBanner iframe {
  max-width: 1920px;
  width: 100%;
  height: 600px;
}

.scTabs.scTabsForm .container {
  max-width: 1500px;
  width: 100%;
}
.scTabs.scTabsForm .tabsWrapper .navButton {
  padding: 20px;
  margin: 0 10px;
  background: #f6f7f7;
  color: #a2a3a3;
  border: 1px solid #b1b1b0;
}
.scTabs.scTabsForm .tabsWrapper .navButton.active {
  background: #f00;
  color: #fff;
  border: 1px solid #f00;
}
.scTabs.scTabsForm .tabsWrapper .navButton:hover {
  background: #c50d14;
  color: #fff;
  border: 1px solid #f00;
}
.scTabs.scTabsForm .detailTabs {
  border: none;
  margin-bottom: 70px;
}
.scTabs.scTabsForm .detailTabs .innerContact {
  display: flex;
  justify-content: space-between;
}
.scTabs.scTabsForm .detailTabs .innerContact .colAddress {
  max-width: 400px;
  width: 100%;
}
.scTabs.scTabsForm .detailTabs .innerContact .colAddress .detailAddress {
  margin-bottom: 45px;
}
.scTabs.scTabsForm .detailTabs .innerContact .colAddress .detailAddress h2 {
  margin-bottom: 20px;
}
.scTabs.scTabsForm .detailTabs .innerContact .colMap {
  border-top: 1px solid #ccc;
}
.scTabs.scTabsForm .detailTabs .innerContact .colForm {
  max-width: 910px;
  width: 100%;
}
.scTabs.scTabsForm .innerForm .checkboxStyle {
  display: flex;
  margin-bottom: 40px;
}
.scTabs.scTabsForm .innerForm .checkboxStyle > p {
  max-width: 220px;
  width: 100%;
}
.scTabs.scTabsForm .innerForm .checkboxStyle .listCheck {
  display: flex;
  flex-flow: wrap;
}
.scTabs.scTabsForm .innerForm .checkboxStyle .listCheck .checkbox {
  width: 50%;
}
.scTabs.scTabsForm .innerForm .checkboxStyle .listCheck .checkbox label {
  padding-left: 5px;
}
.scTabs.scTabsForm .innerForm .checkboxStyle .listCheck .checkbox input {
  width: 20px;
  height: 20px;
}
.scTabs .navTabs h3 {
  margin-top: 30px;
}

.scAbout .colImage {
  max-width: 630px;
}
.scAbout .colImage img {
  position: relative;
  z-index: 1;
}
.scAbout .colImage::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 6px;
  left: -6px;
  right: 6px;
  bottom: -6px;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
  z-index: 0;
}
.scAbout .colImage::after {
  top: 35px;
  right: 35px;
  height: auto;
  width: auto;
}
.scAbout.homePage .colImage::after {
  left: -30px;
  top: 32px;
  bottom: -32px;
  right: 28px;
  background-size: 8px auto;
}

.btnPlay {
  display: flex;
  width: 78px;
  justify-content: center;
  align-items: center;
  height: 78px;
  border-radius: 50%;
  background: #ff7301;
  cursor: pointer;
  box-shadow: 0 0 0 white;
  animation: pulse 2s infinite;
  z-index: 5;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(50% - 39px);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.scCareer .wrapperCategory .colImages {
  height: 300px;
  position: relative;
}
.scCareer .wrapperCategory .colImages img {
  width: 100%;
  height: au;
  object-fit: cover;
}

@media (min-width: 992px) {
  .container {
    max-width: 1760px;
    width: 100%;
    margin: 0 auto;
  }

  .innerList .ListMenu {
    width: 20%;
  }

  .colDetail.colMission {
    flex-direction: row-reverse;
  }
  .colDetail.colOurContent .colImage {
    margin-bottom: 30px;
    width: 50%;
  }

  .-listDetail {
    max-width: 630px;
    width: 100%;
  }
  .-listDetail .listInner {
    width: 50%;
  }

  .scContent.scAbout.scMission .colAbout h3 {
    text-align: left;
  }

  .scApplication {
    display: flex;
    justify-content: space-between;
  }
  .scApplication .textdDetail {
    max-width: 850px;
    width: 100%;
  }
  .scApplication .textdDetail p {
    padding: 10px;
  }
  .scApplication .imgDetail {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .scApplication .imgDetail img {
    margin-bottom: 20px;
  }

  .scApplication .textdDetail {
    margin-top: -10px;
  }
}
@media (max-width: 1199px) {
  .colDetail.-imagesFull .colImage:after {
    height: 310px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .innerWrapper {
    justify-content: right;
  }

  .innerWrapper .textDetail {
    width: 50%;
    padding: 0;
  }

  .colImage:after {
    left: 55px;
    bottom: -20px;
    width: 390px;
    height: 300px;
  }

  .scContent.scAbout .colAbout {
    width: 50%;
  }
  .scContent.scAbout .colImage {
    width: 50%;
  }
  .scContent.scAbout .colImage:after {
    left: -35px;
    bottom: -35px;
    width: 450px;
  }
  .scContent.scAbout .colAbout {
    padding: 0 30px;
  }

  .scContent.scAbout .colAbout h3 {
    font-size: 35px;
  }

  .scContent.scAbout .colAbout p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .colDetail {
    flex-direction: column;
  }
  .colDetail .colAbout {
    margin-top: 50px;
  }
  .colDetail .colAbout h3 {
    text-align: center !important;
  }

  .scContent {
    padding: 50px 0;
  }

  .innerWrapper .textDetail {
    width: 100%;
    padding: 0;
  }

  .colDetail.colOurContent .colImage {
    padding-bottom: 30px;
    width: 100%;
  }
  .colDetail.colOurContent .colImage:after {
    width: 650px;
    height: 440px;
    left: -30px;
    bottom: 0;
  }

  .innerPage .colDetail.colOurContent .colAbout {
    max-width: 100%;
  }

  .colDetail.water-management .tabLOGO {
    text-align: center !important;
  }

  .colDetail.-imagesFull .colImage:after {
    height: 220px;
  }

  .scApplication .imgDetail {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .scApplication .imgDetail img {
    margin: 0 20px;
  }

  .fzH-4 {
    font-size: 22px;
    line-height: 1.2;
  }

  .scContent {
    padding: 50px 0 0;
  }

  .fzH-1 {
    font-size: 40px;
  }

  .fzBn-2 {
    font-size: 50px;
  }

  .mainContent {
    overflow: hidden;
  }

  .colLocatin .catDetail h3 {
    margin-bottom: 20px;
  }

  .scCareer .scContent {
    padding: 50px 0;
  }
  .scCareer .scContent h2 {
    margin-bottom: 25px;
    font-size: 40px;
    line-height: 1;
  }
  .scCareer .colAbout p {
    padding: 0;
  }
  .scCareer .scContent.scCategory {
    padding-top: 0;
  }

  .headTopic {
    padding-bottom: 30px;
  }

  .colLocatin .colIframe > iframe {
    height: auto;
  }

  .fancybox-content .innerForm .container {
    padding: 0 20px;
  }
  .fancybox-content .btnControl {
    margin-bottom: 0;
  }
  .fancybox-content .btnControl a {
    padding: 10px 35px;
  }
  .fancybox-content .btnControl > span {
    padding-left: 0;
    margin-top: 30px;
    display: inline-block;
  }
  .fancybox-content .checkboxStyle {
    margin-bottom: 20px;
  }
  .fancybox-content .form-group input {
    font-size: 14px;
  }

  .scCareer .listPlan {
    margin: 0;
  }
  .scCareer .listPlan .textDetail {
    padding: 0 30px 50px;
  }
  .scCareer .listPlan .listInner .colAbout {
    padding-left: 15px;
  }
  .scCareer .listPlan .listInner .colAbout h3 {
    font-size: 28px;
  }
  .scCareer .listPlan .listInner .listImage {
    max-width: 60px;
    width: 100%;
  }
  .scCareer .listPlan .colDetail.colOurContent .colImage {
    margin-bottom: 20px;
  }
  .scCareer .listPlan .colDetail.colOurContent .colImage:last-child {
    margin-bottom: 0;
  }
  .scCareer .listPlan .colDetail.colOurContent .colImage:after {
    bottom: 0;
    height: 200px;
    width: 300px;
  }
}
@media (min-width: 768px) {
  .-listDetail {
    justify-content: flex-start;
    align-items: flex-start;
    background: #eaeff1;
    padding: 15px;
    width: 100%;
    flex-direction: row;
  }
  .-listDetail .listInner {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .scContent {
    padding: 20px 0;
  }

  .colDetail.colOurContent .colImage:after {
    width: 330px;
    height: 220px;
    bottom: 20px;
  }
  .colDetail .colAbout {
    margin-top: 20px;
  }
  .colDetail.water-management .tabLOGO img {
    max-height: 120px;
    height: 100%;
    width: auto;
  }
  .colDetail .colImage {
    width: 100%;
  }
  .colDetail .colImage img {
    max-width: 350px;
    width: 100%;
  }

  .menuRelated {
    padding: 15px;
  }

  .headTopic {
    padding-bottom: 30px;
  }

  .productAMSCO {
    margin-top: 95px;
  }

  .innerPage .colImage:after {
    left: 0;
    bottom: -25px;
    width: 340px;
    height: 215px;
  }

  .textDetail {
    padding: 30px 0;
  }

  .fzH-2 {
    font-size: 30px;
  }

  .fzH-4 {
    font-size: 24px;
    line-height: 1.1;
  }

  .fzCon-2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .innerPage .colDetail.colOurContent.colMission .colImage:after,
.colDetail.colOurContent .colImage:after {
    left: -20px;
    bottom: 10px;
    width: 350px;
    height: 235px;
  }

  .scTabs .tabsWrapper .navButton span {
    font-size: 26px;
  }

  .fcb-popup:before {
    width: 50px;
    height: 50px;
  }

  .colDetail .colImage > p {
    font-size: 20px;
  }

  .colDetail.-imagesFull .colImage:after {
    height: 100px;
    bottom: -20px;
    left: -20px;
  }

  .colDetail.-imagesFull {
    padding: 30px 0;
  }

  .fzBn-2 {
    font-size: 50px;
    line-height: 1;
  }

  .scCareer .scContent h2 {
    font-size: 30px;
  }

  .colLocatin .catDetail h3 {
    margin: 20px 0;
    text-align: center;
  }

  .scCareer.innerPage .colCategory {
    margin: 30px 0;
  }
  .scCareer.innerPage .colCategory:first-child {
    margin-top: 0;
  }
  .scCareer .scContent.scCategory .container {
    padding-top: 40px;
  }

  .fancybox-content .fancybox-button svg {
    width: 18px;
    height: 18px;
    margin: 0 auto;
  }
  .fancybox-content .fancybox-close-small {
    padding: 0;
    margin: 8px;
  }

  .headForm h3 {
    font-size: 30px;
  }

  .scCareer .scContent {
    padding: 30px 0;
  }
}
@media (max-width: 400px) {
  .innerPage .colImage:after {
    left: -20px;
  }
}
@media (max-width: 320px) {
  .innerPage .colImage:after {
    width: 290px;
    height: 180px;
  }
}
.scCareer .colDetail .colImage {
  position: relative;
  max-width: 630px;
}
.scCareer .colDetail .colImage::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  right: 5px;
  bottom: -5px;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
}

.mainHeader {
  display: flex;
  justify-content: space-between;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #ffffff;
}
.mainHeader.animated ul li:hover::after,
.mainHeader.animated ul li.active::after {
  visibility: visible;
  opacity: 1;
}
.mainHeader > .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.mainHeader .mainMenu {
  display: flex;
  align-items: center;
}
.mainHeader .btnSearch {
  width: 30px;
  height: 30px;
  background: url("../images/icons/ico-search-black.png") center center no-repeat;
  background-size: 14px auto;
}
.mainHeader .logo {
  display: flex;
  max-width: 180px;
  width: 100%;
}
.mainHeader .logo img {
  width: 100%;
  align-items: center;
}
.mainHeader ul {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  list-style: none;
  position: relative;
}
.mainHeader ul li {
  display: flex;
  margin: 0 32px;
  padding: 10px 0;
  position: relative;
  padding: 25px 0;
}
.mainHeader ul li::after {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  width: 0;
  left: 0;
  right: 0;
  height: 4px;
  bottom: 0;
  opacity: 0;
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
  background: #ed2024;
}
.mainHeader ul li.hasMenu:hover .subMenu {
  top: 80%;
  opacity: 1;
  visibility: visible;
}
.mainHeader ul li:hover .navLink, .mainHeader ul li.active .navLink {
  color: #ed2024;
}
.mainHeader ul li:hover::after, .mainHeader ul li.active::after {
  opacity: 1;
  width: 100%;
}
.mainHeader ul li.langGroup {
  display: flex;
  align-items: center;
}
.mainHeader ul li.langGroup:hover::after {
  display: none;
}
.mainHeader ul li.langGroup .langBox {
  display: flex;
  align-items: center;
}
.mainHeader ul li.langGroup .langBox a {
  font-size: 21px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  padding: 0 10px;
  line-height: 1;
  font-family: "fc_minimalbold";
  color: rgba(32, 30, 29, 0.35);
}
.mainHeader ul li.langGroup .langBox a:first-child {
  border-right: 1px solid rgba(32, 30, 29, 0.35);
}
.mainHeader ul li.langGroup .langBox a.active {
  color: #201e1d;
}
.mainHeader ul .navLink {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  font-family: "fc_minimalbold";
  color: #201e1d;
  text-transform: uppercase;
}
.mainHeader ul .subMenu {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  width: 190px;
  left: 0;
  transform: translateX(-25%);
  justify-content: center;
  text-align: center;
  z-index: 1;
  background: #ffffff;
}
.mainHeader ul .subMenu .subLink {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  font-size: 21px;
  font-family: "fc_minimalregular";
  text-align: center;
  display: flex;
  width: 100%;
  padding: 6px 15px;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 7px 0px 48px rgba(0, 0, 0, 0.15);
}
.mainHeader ul .subMenu .subLink:last-child {
  border-bottom: none;
}
.mainHeader ul .subMenu .subLink:hover {
  background: #e7e7e7;
}
.mainHeader ul .subMenu .subLink.active {
  color: #ffffff;
  background-color: #ed2024;
}

body.homePage {
  padding-top: 0;
}
body.homePage .mainHeader {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  background: transparent;
}
body.homePage .mainHeader .btnSearch {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  background: url(../images/icons/ico-search.png) center center no-repeat;
  background-size: 14px auto;
}
body.homePage .mainHeader .mainMenu ul li .navLink {
  color: #ffffff;
}
body.homePage .mainHeader .mainMenu ul li.langGroup .langBox a {
  color: #ffffff;
  opacity: 0.5;
}
body.homePage .mainHeader .mainMenu ul li.langGroup .langBox a.active {
  opacity: 1;
}
body.homePage .mainHeader.active {
  background-color: #ffffff;
}
body.homePage .mainHeader.active .btnSearch {
  background: url(../images/icons/ico-search-black.png) center center no-repeat;
  background-size: 14px auto;
}
body.homePage .mainHeader.active .mainMenu ul li .navLink {
  color: #000000;
}
body.homePage .mainHeader.active .mainMenu ul li.langGroup .langBox a {
  color: #000000;
  opacity: 0.5;
}
body.homePage .mainHeader.active .mainMenu ul li.langGroup .langBox a.active {
  opacity: 1;
}

.mainFooter {
  display: flex;
  padding: 40px 0;
  overflow: hidden;
  background: #e2e3e4;
}
.mainFooter .container {
  display: flex;
  flex: auto;
  justify-content: space-between;
}
.mainFooter .contactBox {
  display: flex;
  flex-direction: column;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #787776;
}
.mainFooter .contactBox:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.mainFooter .contactBox p {
  color: #7b7b7b;
}
.mainFooter .headOffice {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
  width: 340px;
}
.mainFooter .menuWrapper {
  display: flex;
  padding: 0 0 0 50px;
  max-width: 960px;
  width: 100%;
}
.mainFooter .menuWrapper .colsMenu {
  display: flex;
  width: 30%;
  flex-direction: column;
  font-family: "fc_minimalregular";
}
.mainFooter .menuWrapper .colsMenu.mainMenu {
  justify-content: space-between;
  max-height: 230px;
}
.mainFooter .menuWrapper .colsMenu.mainMenu:last-child {
  max-height: 230px;
}
.mainFooter .menuWrapper .colsMenu h3 {
  margin-bottom: 35px;
}
.mainFooter .menuWrapper .colsMenu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.mainFooter .menuWrapper .colsMenu ul li {
  display: flex;
  margin-bottom: 35px;
}
.mainFooter .menuWrapper .colsMenu ul li a {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  color: #7c7c7c;
}
.mainFooter .menuWrapper .colsMenu ul li a:hover {
  color: #ed2024;
}
.mainFooter .menuWrapper .colsMenu ul li a.active {
  color: #ed2024;
}
.mainFooter .menuWrapper .colsMenu ul li:last-child {
  margin-bottom: 0;
}
.mainFooter .menuWrapper .colsMenu .navLink {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  font-family: "fc_minimalregular";
  font-size: 21px;
}
.mainFooter .menuWrapper .colsMenu .navLink:hover {
  color: #ed2024;
}
.mainFooter .menuWrapper .colsMenu .navLink:last-child {
  margin-bottom: 0;
}
.mainFooter .logoWrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.mainFooter .logoWrapper .logo {
  display: flex;
  align-self: center;
  margin: 30px 0 0;
}
.mainFooter .logoWrapper .copyRight {
  font-family: "fc_minimalregular";
  font-size: 18px;
  color: #7b7b7b;
}

@media only screen and (max-width: 1600px) {
  .scCareer .wrapperCategory {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1440px) {
  .mainHeader .logo {
    max-width: 150px;
  }

  .mainHeader ul li {
    margin-right: 15px;
  }

  .innerList .ListMenu {
    width: calc(20% - 20px);
  }

  .colDetail .colAbout {
    max-width: calc(50% - 100px);
  }

  .innerPage .container {
    max-width: 1240px;
  }

  .fzBn-2 {
    font-size: 80px;
    line-height: 1;
  }
}
.cookieWrapper {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #000000;
  z-index: 99999999;
  padding: 28px 0;
}
.cookieWrapper .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookieWrapper .content {
  display: flex;
  color: #ffffff;
}
.cookieWrapper .content a {
  margin: 0 5px;
  color: #ffffff;
  text-decoration: underline;
}
.cookieWrapper .buttonControl {
  display: flex;
  align-items: center;
}
.cookieWrapper .buttonControl .btnAccept {
  display: flex;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-size: 18px;
  min-width: 120px;
}
.cookieWrapper .buttonControl .btnClose {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #000000;
  font-family: "fc_minimalbold";
  background-color: #ffffff;
  margin-left: 15px;
}

.showCookie .cookieWrapper {
  display: flex;
}

.toggleMenu {
  display: none;
  position: fixed;
  right: 15px;
  top: 18px;
  cursor: pointer;
}

.navHamburger {
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navHamburger.open span {
  background-color: #ed1c24;
}

.navHamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #ed1c24;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navHamburger span:nth-child(1) {
  top: 0px;
}

.navHamburger span:nth-child(2),
.navHamburger span:nth-child(3) {
  top: 10px;
}

.navHamburger span:nth-child(4) {
  top: 20px;
}

.navHamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navHamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navHamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navHamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.developWrapper .colDetail .colAbout {
  max-width: 580px;
}

.historyYear {
  display: flex;
  width: 100%;
  background: url("../images/about-us/bg-history.png") center center no-repeat;
  background-size: cover;
  padding: 30px 0;
  font-family: "fc_minimalregular";
}
.historyYear .innerYear {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
.historyYear .innerYear .itemYear {
  display: flex;
  width: 140px;
  height: 140px;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 15px;
}
.historyYear .innerYear .itemYear span {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: flex;
  font-size: 36px;
  line-height: 40px;
  color: #201f1e;
  font-family: "fc_minimalregular";
  position: relative;
  z-index: 1;
}
.historyYear .innerYear .itemYear::after {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../images/icons/hex--1.png") center center no-repeat;
  background-size: 100% auto;
}
.historyYear .innerYear .itemYear:hover span, .historyYear .innerYear .itemYear.active span {
  color: #ffffff;
}
.historyYear .innerYear .itemYear:hover::after, .historyYear .innerYear .itemYear.active::after {
  background: url("../images/icons/hex--2.png") center center no-repeat;
  background-size: 100% auto;
}

.historyContent {
  display: flex;
  width: 100%;
  padding: 80px 0 60px;
  font-family: "fc_minimalregular";
}
.historyContent .innerHistory {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.historyContent .innerHistory.active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.historyContent .innerHistory .listHistory {
  display: flex;
  flex-direction: column;
  width: calc(100% - 380px);
  padding-left: 0;
  list-style: none;
}
.historyContent .innerHistory .listHistory li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
.historyContent .innerHistory .listHistory li .labelYear {
  display: flex;
  width: 160px;
  height: 60px;
  align-items: center;
  justify-content: center;
  background: url("../images/about-us/bg-03.png") center center no-repeat;
  background-size: 100% auto;
}
.historyContent .innerHistory .listHistory li .labelYear span {
  font-size: 36px;
  color: #ffffff;
}
.historyContent .innerHistory .listHistory li .contentBox {
  display: flex;
  width: calc(100% - 160px);
  padding-left: 28px;
  color: #201f1e;
}
.historyContent .innerHistory .imageWrapper {
  display: flex;
  width: 380px;
  flex-direction: column;
}
.historyContent .innerHistory .imageWrapper .imageBox {
  position: relative;
  margin-bottom: 120px;
  padding-left: 60px;
}
.historyContent .innerHistory .imageWrapper .imageBox .innerBox {
  position: relative;
  max-width: 300px;
  width: 100%;
}
.historyContent .innerHistory .imageWrapper .imageBox .innerBox::after {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  right: 5px;
  bottom: -5px;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
  z-index: 1;
}
.historyContent .innerHistory .imageWrapper .imageBox .innerBox::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  right: 20px;
  bottom: -20px;
  z-index: 0;
  background: url("../images/about-us/bg-dots.png") center center repeat;
  background-size: 9px auto;
}
.historyContent .innerHistory .imageWrapper .imageBox img {
  max-width: 100%;
  position: relative;
  z-index: 5;
}

.slideCertificate {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.slideCertificate .thumbImage {
  max-width: 100%;
  display: block;
  margin: 0 5px;
  transition: all 0.35s ease-in-out 0s;
  border: 2px solid #ed262b;
  opacity: 0.5;
}
.slideCertificate .thumbImage img {
  width: 100%;
}
.slideCertificate .item {
  padding: 80px 0;
}
.slideCertificate .item.slick-active.slick-center {
  z-index: 5;
  position: relative;
}
.slideCertificate .item.slick-active.slick-center .thumbImage {
  transform: scale(1.1);
  opacity: 1;
}
.slideCertificate .slick-arrow {
  width: 32px;
  height: 62px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
}
.slideCertificate .slick-arrow.slick-prev {
  left: -55px;
  background-image: url("../images/about-us/nav-prev.png");
}
.slideCertificate .slick-arrow.slick-next {
  right: -55px;
  background-image: url("../images/about-us/nav-next.png");
}
.slideCertificate .slick-dots {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  top: 0;
  left: 0;
  bottom: 0;
}
.slideCertificate .slick-dots li {
  width: auto;
  height: auto;
  padding: 0 5px;
  margin: 0;
  display: flex;
}
.slideCertificate .slick-dots li.slick-active button, .slideCertificate .slick-dots li:hover button {
  background: #7bb52d;
}
.slideCertificate .slick-dots li button {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin: 0;
  background: #b8bbbd;
}
.slideCertificate .slick-dots li button::before {
  display: none;
}

.thumbSlider {
  background: #ffffff;
}

.certiNav {
  display: block;
  width: 100%;
  position: relative;
  z-index: 5;
}
.certiNav .navSlider {
  display: block;
  width: 100%;
}
.certiNav .thumbBox {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: flex;
  min-height: 300px;
  position: relative;
  justify-content: center;
  filter: grayscale(1);
  opacity: 0.5;
}
.certiNav .thumbBox::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  visibility: hidden;
  opacity: 0;
  width: 30px;
  height: 22px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url("../images/about-us/caret-top.png") center center no-repeat;
}
.certiNav .thumbBox:hover {
  filter: grayscale(0);
  opacity: 1;
}
.certiNav .thumbBox.active {
  filter: grayscale(0);
  opacity: 1;
}
.certiNav .thumbBox.active::before {
  opacity: 1;
  visibility: visible;
}
.certiNav .thumbBox a {
  display: flex;
  align-items: center;
}
.certiNav .thumbBox a img {
  border: 1px solid #e7e7e7;
}
.certiNav .owl-theme .owl-nav [class*=owl-] {
  width: 32px;
  height: 62px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: none !important;
  outline: 0 !important;
  position: absolute;
  top: -40px;
}
.certiNav .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.certiNav .owl-theme .owl-nav [class*=owl-] span {
  display: none;
}
.certiNav .owl-theme .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}
.certiNav .owl-theme .owl-nav .owl-prev {
  left: -55px;
  background-image: url("../images/about-us/nav-prev.png");
}
.certiNav .owl-theme .owl-nav .owl-next {
  right: -55px;
  background-image: url("../images/about-us/nav-next.png");
}

.certiDetail {
  display: flex;
  background: #ffffff;
  position: relative;
  padding: 20px;
  margin-top: -20px;
  z-index: 1;
}
.certiDetail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: url("../images/about-us/bg-dots--2.png") center center no-repeat;
  background-size: cover;
}
.certiDetail .detailBox {
  display: flex;
  flex-direction: column;
  padding: 30px 60px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: -1;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.certiDetail .detailBox * {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  opacity: 0;
  position: relative;
  top: 10px;
}
.certiDetail .detailBox.active {
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
}
.certiDetail .detailBox.active * {
  opacity: 1;
  top: 0;
}

.innerPage .colImage:after {
  left: -30px;
  bottom: 35px;
  background: url("../images/home/bg-dots-01.png") 0 0 repeat;
  background-size: 8px auto;
}
.innerPage .colDetail .colImage {
  flex-direction: column;
}
.innerPage .colDetail .colImage .imgBox {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.innerPage .colDetail .colImage .imgBox img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  max-width: 100%;
  transform: scale(1);
}
.innerPage .colDetail .colImage:hover .imgBox img {
  transform: scale(1.2);
}
.innerPage .colImage > p {
  top: auto;
  bottom: -70px;
}
.innerPage .colImage:after {
  width: auto;
  height: auto;
  left: -30px;
  top: 30px;
  bottom: -30px;
  right: 30px;
  background: url("../images/home/bg-dots-01.png") 0 0 repeat;
  background-size: 8px auto;
  z-index: -1;
}
.innerPage .colImage:before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  right: 5px;
  bottom: -5px;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
  z-index: 1;
}

.innerPage .colDetail .colImage.colFlexImages::before {
  display: none;
}
.innerPage .colDetail .colImage.colFlexImages::after {
  bottom: -15px;
}
.innerPage .colDetail .colImage.colFlexImages .fImages {
  position: relative;
  margin-bottom: 10px;
}
.innerPage .colDetail .colImage.colFlexImages .fImages .imgBox {
  position: relative;
  z-index: 5;
}
.innerPage .colDetail .colImage.colFlexImages .fImages:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  right: 15px;
  bottom: 0;
  z-index: -1;
  background: #bccd21;
  background: linear-gradient(90deg, #bccd21 15%, #7fbb2f 75%);
  z-index: 1;
}

.owl-theme .owl-dots .owl-dot {
  outline: 0 !important;
}

@media only screen and (max-width: 1366px) {
  .aboutMessage {
    background-position: bottom center;
    background-size: cover;
    padding: 30px 0;
    min-height: 560px;
  }

  .aboutMessage .innerWrapper .textDetail * {
    padding-bottom: 0;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 1200px) {
  .fzBn-2 {
    font-size: 80px;
    line-height: 1.4;
  }

  .fzH-1 {
    font-size: 40px;
    line-height: 45px;
  }

  .fzH-2 {
    font-size: 36px;
    line-height: 40px;
  }

  .fzH-3 {
    font-size: 32px;
    line-height: 1.4;
  }

  .fzH-4 {
    font-size: 28px;
    line-height: 1.4;
  }

  .fzCon-1 {
    font-size: 22px;
    line-height: 1.4;
  }

  .fzCon-2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .fzCon-3 {
    font-size: 18px;
    line-height: 1.4;
  }

  body {
    padding-top: 60px;
  }

  .toggleMenu {
    display: flex;
    z-index: 20;
  }

  .mainHeader {
    padding: 15px 0;
    background-color: #ffffff;
  }
  .mainHeader .logo {
    position: relative;
    z-index: 1;
  }
  .mainHeader .container {
    position: static;
  }
  .mainHeader .mainMenu {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 60px;
    z-index: 0;
    background: #ffffff;
  }
  .mainHeader .mainMenu ul {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transform: scale(1.2);
    width: 100%;
    flex-direction: column;
  }
  .mainHeader .mainMenu ul .subMenu {
    display: none;
    width: 100%;
    position: relative;
    top: 0 !important;
    flex-direction: column;
    transition: none;
    left: 0;
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: none;
    -moz-transition: none;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16) inset;
    background: rgba(0, 0, 0, 0.15);
  }
  .mainHeader .mainMenu ul li {
    padding: 0;
    margin: 0 0 15px;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .mainHeader .mainMenu ul .langGroup {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .mainHeader .mainMenu ul .langGroup .langBox a {
    font-size: 26px;
  }
  .mainHeader .mainMenu ul .langGroup .btnSearch {
    width: auto;
    height: auto;
    margin-top: 20px;
    font-size: 22px;
    padding: 8px 50px 6px 20px;
    border-radius: 5px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "fc_minimalregular";
    background: #ed1c24 url("../images/icons/ico-search-white.png") right 10px top 10px no-repeat;
    background-size: 24px auto;
  }
  .mainHeader .mainMenu ul .navLink {
    font-size: 26px;
  }
  .mainHeader .mainMenu ul .subLink {
    font-size: 26px;
    box-shadow: none;
  }
  .mainHeader .mainMenu.active {
    visibility: visible;
    opacity: 1;
  }
  .mainHeader .mainMenu.active ul {
    transform: scale(1);
  }

  .innerList .ListMenu .menu p {
    font-size: 26px;
  }

  .innerList .ListMenu .listDetail ul {
    padding: 10px;
  }
  .innerList .ListMenu .listDetail ul li {
    font-size: 14px;
  }

  .innerList .ListMenu .menu {
    transform: translateY(0);
    position: absolute !important;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .innerList .ListMenu .menu p {
    color: #ffffff;
  }

  .innerList .ListMenu .imgBox {
    background: #000000;
  }
  .innerList .ListMenu .imgBox img {
    opacity: 0.6;
  }

  .scContent {
    padding: 40px 0;
  }

  .colDetail {
    flex-direction: column;
    align-items: flex-start;
  }

  .innerList:after {
    top: 50px;
    background-size: 100% auto;
    width: 100%;
  }

  .scContent.scAbout .colAbout {
    padding: 30px;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
  }

  .colImage.-category:after {
    width: 90%;
    height: 90%;
    left: -15px;
    bottom: -15px;
  }

  .headTopic {
    padding-bottom: 40px;
  }

  .mainFooter .menuWrapper {
    padding-left: 0;
    flex-wrap: wrap;
    width: 50%;
  }

  .mainFooter .menuWrapper .colsMenu,
.mainFooter .menuWrapper .colsMenu.mainMenu {
    width: 50%;
  }

  .mainFooter .menuWrapper .colsMenu.mainMenu {
    padding-bottom: 0;
    justify-content: flex-start;
  }

  .mainFooter .menuWrapper .colsMenu h3 {
    margin-bottom: 10px;
  }

  .mainFooter .menuWrapper .colsMenu ul li {
    margin-bottom: 5px;
  }

  .mainFooter .headOffice {
    width: 50%;
  }

  .mainFooter .logoWrapper .logo {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .mainFooter .logoWrapper .logo img {
    width: 100%;
  }

  .mainFooter .menuWrapper .colsMenu ul li a {
    font-size: 18px;
  }

  .mainFooter .container {
    flex-wrap: wrap;
  }

  .mainFooter .logoWrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .mainFooter {
    padding: 40px 0;
  }

  .innerList .ListMenu .listDetail {
    display: none;
  }

  .scContent.scAbout .colImage:after {
    width: 300px;
    bottom: auto;
    top: 30px;
    height: 230px;
  }

  .innerPage .-listDetail .listInner {
    padding-left: 20px;
  }

  .scContent.scAbout .colAbout {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .innerPage .colDetail.fullDetail .colAbout,
.scContent.scAbout .colAbout {
    padding-left: 0;
    padding-right: 0;
  }

  .aboutMessage {
    min-height: 500px;
  }

  .aboutMessage .innerWrapper .textDetail {
    margin-left: 50%;
    max-height: 400px;
    overflow-y: auto;
  }

  .scBanner.scBannerAbout {
    min-height: 400px;
  }

  .scBanner.scBannerPalalax .content {
    width: 100%;
  }

  .innerPage .colDetail.fullDetail .colAbout,
.scContent.scAbout .colAbout {
    width: 100%;
    max-width: 50%;
  }

  .scContent.scAbout .colAbout {
    padding-right: 30px;
  }

  .colDetail.colOurContent .colImage:after {
    width: 80%;
    height: 80%;
  }

  .colDetail.colOurContent {
    flex-direction: row;
  }

  .innerPage .colDetail .colAbout {
    padding-left: 30px;
  }

  .amsco-csr .scContent {
    padding: 0 50px;
  }

  .scCareer .scReward .innerWrapper .scWrapper .textdDetail {
    padding-left: 30px;
  }

  .scTabs.scTabsForm .detailTabs .innerContact .colAddress {
    padding-right: 30px;
  }

  .innerBanner iframe {
    height: 500px;
  }

  .mainHeader .mainMenu ul .subMenu {
    transform: translateX(0);
  }

  .certiNav .owl-dots {
    bottom: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .certiNav .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
  }
  .certiNav .owl-theme .owl-dots .owl-dot.active span,
.certiNav .owl-theme .owl-dots .owl-dot:hover span {
    background: #7bb52d;
  }
}
@media only screen and (max-width: 991px) {
  .innerList .ListMenu {
    width: calc(20% - 10px);
  }

  .innerList .ListMenu .menu p {
    font-size: 22px;
    line-height: 1.2;
  }

  .innerPage .colDetail.colOurContent.colMission .colImage:after {
    width: 80%;
    height: 80%;
    left: 0;
  }

  .colDetail.colOurContent {
    flex-direction: column;
  }

  .innerPage .colDetail.colOurContent .colAbout {
    padding-left: 0;
  }

  .colDetail.colOurContent .colImage {
    justify-content: center;
  }

  .sliderItem .owl-theme .owl-nav .owl-prev::before {
    left: -40px;
  }

  .sliderItem .owl-theme .owl-nav .owl-next::after {
    right: -40px;
  }

  .amsco-csr .scContent {
    padding: 50px 50px 0;
  }
  .amsco-csr .scContent.scActivities {
    padding: 0 50px;
  }

  .colDetail.colOurContent {
    justify-content: center;
    align-items: center;
  }

  .scTabs.scTabsForm .detailTabs .innerContact .colAddress {
    max-width: 100%;
    width: 100%;
  }

  .scTabs.scTabsForm .detailTabs .innerContact {
    flex-direction: column;
  }

  .scTabs.scTabsForm .detailTabs .innerContact .colMap {
    display: flex;
    justify-content: center;
  }

  .scTabs.scTabsForm .detailTabs .innerContact .colAddress {
    padding-right: 0;
  }

  .scTabs.scTabsForm .detailTabs .innerContact .colForm .btnControl {
    display: flex;
    justify-content: center;
  }

  .historyContent .innerHistory .listHistory {
    width: calc(100% - 100px);
  }

  .historyContent .innerHistory .listHistory li .labelYear {
    width: 100px;
    height: 45px;
  }
  .historyContent .innerHistory .listHistory li .labelYear span {
    font-size: 24px;
  }

  .historyContent .innerHistory .listHistory li .contentBox {
    width: calc(100% - 100px);
    font-family: "fc_minimalregular";
  }
  .historyContent .innerHistory .listHistory li .contentBox p {
    font-size: 22px;
  }

  .historyYear .innerYear .itemYear {
    width: 110px;
    height: 110px;
  }
  .historyYear .innerYear .itemYear span {
    font-size: 26px;
  }

  .historyContent .innerHistory .imageWrapper {
    width: 200px;
  }
  .historyContent .innerHistory .imageWrapper .imageBox {
    padding-left: 20px;
  }

  .certiNav .thumbBox {
    min-height: inherit;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .scMarket .innerList {
    flex-wrap: wrap;
  }
  .scMarket .innerList .ListMenu {
    width: 100%;
    margin-bottom: 15px;
  }

  .innerList .ListMenu .menu p {
    font-size: 30px;
  }

  .scHome .innerBanner {
    height: 500px;
  }
  .scHome .innerBanner img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }

  .fzBn-2 {
    font-size: 40px;
    line-height: 1;
  }

  .fzH-1 {
    font-size: 36px;
    line-height: 38px;
  }

  .fzH-2 {
    font-size: 32px;
    line-height: 1.2;
  }

  .fzH-3,
.fzH-4 {
    font-size: 22px;
    line-height: 1.4;
  }

  .scContent.scAbout .colAbout {
    padding: 0;
    max-width: 100%;
    margin-top: 30px;
  }
  .scContent.scAbout .colAbout .btnControl {
    display: flex;
    justify-content: center;
  }

  .colCategory .catDetail {
    margin: 30px auto 50px;
  }

  .mainFooter .headOffice {
    width: 100%;
  }

  .mainFooter .menuWrapper .colsMenu,
.mainFooter .menuWrapper .colsMenu.mainMenu {
    width: 100%;
  }

  .mainFooter .menuWrapper .colsMenu {
    margin-bottom: 20px;
  }

  .scMarket .innerList .ListMenu {
    width: calc(50% - 10px);
  }

  .innerList .ListMenu .imgBox {
    height: 200px;
  }

  .innerList .ListMenu .menu p {
    font-size: 22px;
  }

  .colImage:after {
    width: 80%;
    height: 300px;
  }

  .btnControl a {
    padding: 10px 20px;
  }

  .mainFooter .contactBox:last-child {
    padding-bottom: 10px;
  }

  .mainFooter .logoWrapper .copyRight {
    font-size: 14px;
  }

  .mainHeader .mainMenu ul .navLink,
.mainHeader .mainMenu ul .subLink,
.mainHeader .mainMenu ul .langGroup .langBox a {
    font-size: 22px;
  }

  .scContent.scAbout .colAbout ul {
    padding-left: 20px;
  }

  .mainHeader .logo {
    max-width: 100px;
  }

  .scContent {
    padding: 20px 0;
  }

  .scBanner.scBannerAbout {
    min-height: 300px;
  }
  .scBanner.scBannerAbout .fzH-1 {
    font-size: 32px;
  }

  .aboutMessage {
    padding-bottom: 400px;
    background-size: 980px auto;
    background-position: bottom left -50px;
  }

  .aboutMessage .innerWrapper .textDetail {
    margin-left: 0;
    width: 100%;
    max-height: 100%;
  }

  .innerBanner .content {
    padding: 0 15px;
  }

  .sliderItem .listItem .cercleItem {
    width: 85px;
    height: 85px;
  }

  .sliderItem .owl-theme .owl-nav .owl-prev::before {
    background-size: 25px auto;
  }

  .sliderItem .owl-theme .owl-nav .owl-next::after {
    background-size: 25px auto;
  }

  .amsco-csr .scContent {
    padding: 15px 0;
  }

  .scCareer .scReward .innerWrapper .scWrapper .imgDetail {
    margin-bottom: 20px;
  }

  .scCareer .scReward .innerWrapper .scWrapper {
    flex-direction: column;
  }

  .scCareer .scReward .innerWrapper .scWrapper .textdDetail {
    padding-left: 0;
  }

  .scCareer .scContent.scReward {
    padding: 0 0 20px;
  }

  .scCareer .wrapperCategory {
    padding: 0 15px;
  }

  .innerBanner iframe {
    height: 320px;
  }

  .scTabs.scTabsForm .tabsWrapper .navButton {
    padding: 10px;
    display: inline-flex;
  }
  .scTabs.scTabsForm .tabsWrapper .navButton span {
    font-size: 16px;
    line-height: 1;
  }

  .scTabs.scTabsForm .innerForm .checkboxStyle {
    flex-direction: column;
  }

  .scTabs.scTabsForm .innerForm .checkboxStyle > p {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .wraapperAverage {
    flex-direction: column;
  }

  .wraapperAverage .colAverage {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .tabLOGO {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabLOGO img {
    margin: 10px;
  }

  .historyContent {
    padding: 40px 0;
  }

  .historyContent .innerHistory {
    flex-direction: column;
  }

  .historyContent .innerHistory .listHistory {
    width: 100%;
  }

  .historyYear .innerYear .itemYear {
    height: 70px;
  }

  .historyContent .innerHistory .listHistory li {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .historyContent .innerHistory .listHistory li .contentBox {
    padding-left: 0;
    margin-top: 5px;
    width: 100%;
  }

  .historyYear .innerYear .itemYear {
    margin: 0 10px 0 0;
  }

  .historyContent .innerHistory .imageWrapper {
    width: 100%;
  }

  .certiDetail::after {
    display: none;
  }

  .certiDetail .detailBox {
    padding: 20px;
  }
}
.mapsWrapper {
  position: relative;
}
.mapsWrapper .mapsBox {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mapsWrapper .mapsBox.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.searchPopup {
  position: fixed;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.searchPopup.active {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}
.searchPopup.active .innerPopup {
  opacity: 1;
  top: 50%;
  transition-delay: 0.35s;
}
.searchPopup .innerPopup {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  max-width: 450px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}
.searchPopup form {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
}
.searchPopup .form-control {
  display: flex;
  min-width: auto;
  height: 48px;
  padding: 0 56px 0 16px;
  font-size: 18px;
  width: 100%;
}
.searchPopup .popSearch {
  width: 40px;
  height: 100%;
  position: absolute;
  right: 0;
  background: transparent url(../images/icons/ico-search-black.png) center center no-repeat;
  background-size: 14px auto;
  z-index: 1;
  box-shadow: none;
  border: none;
  outline: 0 !important;
}

@media only screen and (max-width: 420px) {
  .searchPopup .innerPopup {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .innerPage .colDetail .colAbout h3 {
    text-align: left !important;
  }
}
.scTabs > .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .scTabs > .container {
    justify-content: center;
  }
}

.scTabs .navTabs {
  width: 100%;
}

.scTabsForm .detailTabs {
  max-width: 410px;
}
.scTabsForm .colForm {
  max-width: calc(100% - 410px);
  margin-bottom: 70px;
  padding-left: 150px;
}
@media only screen and (max-width: 991px) {
  .scTabsForm .colForm {
    max-width: 100%;
    padding-left: 0;
  }
}

.headTitle {
  position: relative;
  background-color: #e2e3e4;
}
.headTitle .innerTitle {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.innerPage .colDetail .colImage .fzH-4 {
  font-size: 40px;
}

.scBanner .mapsWrapper::after {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .innerPage .colDetail .colImage .fzH-4 {
    font-size: 30px;
  }

  .innerPage .colDetail .colImage {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .scTabs .tabsWrapper .navButton span {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .innerPage .colDetail .colImage .fzH-4 {
    font-size: 24px;
  }

  .productAMSCO {
    margin-top: 70px;
  }

  .scTabs .tabsWrapper {
    display: flex;
    overflow-x: auto;
    justify-content: center;
  }

  .scTabs .tabsWrapper .navButton span {
    font-size: 20px;
    white-space: nowrap;
  }

  .scTabs .tabsWrapper .navButton {
    padding: 0 10px;
  }

  .colDetail.colOurContent .colImage:before {
    bottom: 25px;
  }

  .innerPage .colDetail.colOurContent.colMission .colImage:after {
    left: -15px;
    height: 83%;
  }
}
.mainFooter .menuWrapper .colsMenu.mainMenu .navLink {
  font-family: "fc_minimalregular";
  font-size: 28px;
  line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
  .mainFooter .menuWrapper .colsMenu.mainMenu .navLink {
    font-size: 20px;
  }

  .mainFooter .menuWrapper .colsMenu.mainMenu:last-child {
    margin-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .mainFooter .menuWrapper .colsMenu.mainMenu:last-child {
    margin-top: 0;
  }
}
/* update css about page */
@media only screen and (max-width: 1200px) {
  .aboutMessage {
    min-height: 500px;
    background-size: cover !important;
  }
}
@media only screen and (max-width: 767px) {
  .aboutMessage {
    padding-top: 320px;
    padding-bottom: 30px;
    background-size: auto 300px !important;
    background-position: 0 top !important;
  }

  .colDetail.colOurContent .colImage img {
    max-width: 630px;
    width: 100% !important;
    height: auto !important;
  }

  .innerPage .colDetail .colImage {
    margin-bottom: 0;
  }
}