@charset "utf-8";

#wrapper {
	width: 100%;
}
.inner{
  width: 1200px;
	margin:0 auto;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
header:after , #content:after ,  footer:after , section:after , ul:after , section:after{
  content: "";
  display: block;
  clear: both;
}
section {
  margin: 0 0 50px 0;
}

/*title*/
.tit-lg {
  font-size: 3rem;
}
.tit-md {
  font-size: 2.5rem;
}
.tit-sm {
  font-size: 2rem;
}


/*text*/
.txt-c {
  text-align: center;
}
.txt-l {
  text-align: left;
}
.txt-r {
  text-align: right;
}
.txt-lg {
  font-size: 1.3rem;
}
.txt-md {
  font-size: 1rem;
}
.txt-sm {
  font-size: .5rem;
}



/*flex center for display inline-block*/
.flex-c {
  display: flex;
  justify-content: center;
  align-items: center;
}


/*underline*/
.hr {
  position: relative;
  padding: 0 0 20px 0;
}
.hr:after {
   position: absolute;
   content: '';
   width: 150px;
   height: 2px;
   background-color: #378b8d;
   left: 30px;
   bottom: 0;    
}
.hr:before {
   position: absolute;
   content: '';
   width: 150px;
   height: 2px;
   background-color: red;
   right: 30px;
   bottom: -5px;    
}

/*layout*/
.row {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.3%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}

/*gallery*/
.gallery li {
  float: left;
}
/*.gallery li img {
    width: 100%;
    height: 430px;
}*/

/*list*/
.list {
  text-align: center;
}
.list li {
  display: inline-block;
}
.list li a {
  font-size: .5rem;
  color: #444;
  padding: 10px 25px; 
  border-radius: 20px;
  background: #f5f5f5;
}
.list li a.active {
  background: #ff6790;
  color: #fff;
}
.list-hr {
  margin-top: 50px;
}
.list-hr li{
  float: left;
  margin: 0 0 0 30px;
  width: 31%;
}
.list-hr li:first-child {
  margin: 0 0 0 0;
}
.item-icon p{
  display: flex;
}
.item-icon p img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}


/*background color*/
.bgCgray {
  background-color: #f5f5f5;
  height: 100%;
}


/*position*/
.pos-r {
  position: relative;
}
.pos-ab {
   position: absolute;
}

/*div same height*/
.col-container {
    display: table; 
    width: 100%;     
}
.col {
    display: table-cell;
    position: relative;
}

/*box*/
.box {
  position: absolute;
  width: 300px;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;  
  background-color: #fff;
  z-index: 999;
}
.box-in {
  border: 1px solid #378b8d;
  padding: 10px;  
}
.box-l {
  margin-left: -80px;
}
.box-r{
  right: 0;
  margin-right: -80px;
}
/* header
---------------------------------------------------------- */
#header {
  width: 100%;
  position: fixed;
  z-index: 99;
  background: rgba(255,255,255,0.83);
  padding: 15px 0;
}
#header .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header .logo img{
  width: 65px;
}

#header .logo .logoText {
    display: inline-grid;
    padding: 5px 0 0 10px;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    color: #e8a722;
}

#header .logo .logoText .logoText01 {
    font-size: 22px;
}

#header .logo .logoText .logoText02 {
    font-size: 12px;
}

#header .hd-contact a .fb-icon {
  font-size: 20px;
    padding: 4px 15px;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-duration: 0.4s;
    transition-timing-function: ease;
}

#header .hd-contact a:hover .fb-icon {
  background-color: #3b5998;
  color: #fff;

}

#header .gnav {
  width: 890px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .gnav li {
  text-align: center;
  position: relative;
}

#header .gnav li a {
  font-size: 14px;
  display: block;
  color: #e8a722;
  letter-spacing: 0.3px;
}

.fa-angle-down:before,
.fa-angle-right:before {
   color: #279a10;
   font-weight: bold;
    font-size: 18px;
}

#header .gnav li a:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}

#header .gnav li a span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: fantasy;
}

#header .gnav li:last-child {
  padding-right: 0;
}

#header .gnav li.logo a:hover {
  background: initial;
  color: #279a10;
}

#header .gnav li .sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 150%;
  width: 250px;
  left: -20px;
  transform: translateY(-2em);
  z-index: 99;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  background: #fff;
  padding: 10px 0 10px 15px;
  /*border-top: 3px solid #279a10;*/
  border: 0px solid rgba(0, 0, 0, 0.15) ;
    background-color: #fafafa;
}

#header .gnav li .sub-menu li {
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
    text-align: left;
}

#header .gnav li .sub-menu li a {
  width: auto;
  padding: 5px 0;
}

#header .gnav li .sub-menu li a .fa-angle-right{
  transition: .33s all ease;
}

#header .gnav li:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 99;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

#header .gnav li .sub-menu li a:hover .fa-angle-right{
  padding-right: 5px;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: fadeInDown 1s ease-in-out;
    z-index: 999;
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.05);
}

#header.fixed .logo .logoText {
    padding: 3px 0 0 10px;
    font-family: 'Playfair Display', serif;
}

#header.fixed .logo .logoText .logoText01 {
    font-size: 18px;
}

#header.fixed .logo .logoText .logoText02 {
    font-size: 11px;
}

#header.fixed .gnav li.logo {
    margin-top: 0;
}

#header.fixed .gnav li.logo a {
  padding: 0;
}

#header.fixed .gnav li a span {
  font-size: 16px;
}

#header.fixed .logo img {
  width: 53px;
}

/* fadeInDown */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.none {
  display: none;
}

#news {
  width: 100%;
  background: rgba(39, 154, 16, 0.1);
  padding: 30px 0;
  margin: 0 0 40px 0;
}

#news .list-wrap {
  height: 150px;
  margin-top: 20px;
}

#news .list-aggregate li {
  height: 40px;
  font-size: 16px;
}
#news .list-aggregate li .date{
  padding: 0 20px 0 0;
}

.banner {
  height: 100vh;
  margin: 0 0 50px 0;
}

/*.bg-tran {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 99;
   background: rgba(0,0,0,.2);
}*/
/*.slider-box {
    top: 45%;
    position: absolute;
    overflow: hidden;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 50%;
    color: #fff;

}*/
.slider-tit {
    top: 38%;
    position: absolute;
    overflow: auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    font-weight: bold;
    font-family: "Courier";
    color: #fff;
    z-index: 999;
    /*animation: type 12s steps(80, end); */
    overflow: hidden;
}

.slider-txt {
  top: 56%;
    position: absolute;
    overflow: auto;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    font-family: "Courier";
    color: #fff;
    z-index: 999;
    width:60%;
}

.slider-btn {
    top: 70%;
    position: absolute;
    overflow: auto;
    text-align: center;
    left: 47%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 10px 30px;
    background: #279a10;
    border: none;
}
.slider-btn a {
  color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: "Courier";
}

@keyframes type {
  from { width: 0 }
  to { width: 100% }
}

.bxslider li {
  min-height: 100vh;
}
.bxslider li.one {
  background: url(../../assests/images/IMG_1456.JPG) center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bxslider li.two {
  background: url(../../assests/images/IMG_1461.JPG) center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.bxslider li.three {
  background: url(../../assests/images/IMG_1473.JPG) center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

.banner ul li img {
  width: 100%;
}

.secAbout {
   position: relative;
}

.secTitle {
    color: #e8a722;
    margin-bottom: 40px;
    position: relative;
} 

.hv-line::before {
    position: absolute;
    content: "";
    width: 150px;
    color: green;
    bottom: 0;
    border-bottom: 3px solid;
    left: 50%;
    transform: translate(-50%, -50%);
}

.secAbout .aboutImg img{
   width: 370px;
}

.secAbout .aboutTextsec {
    width: 791px;
    text-align: left;
    position: absolute;
    left: 30%;
    top: 29%;
}

.secAbout .aboutText {
    font-size: 20px;
    margin-bottom: 120px;
}

.secAbout .btnMore {
    float: right;
}

.btnMore {
    padding: 10px 42px;
    font-size: 14px;
    font-weight: 500;
    background-color: #cfb579;
    color: #fff;
    border: 2px solid #cfb579;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
}

.btnMore:hover {
    background-color: #d8b25a;
    border: 2px solid #d8b25a;
    color: #fff;
}

section.secCom {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.secCom_bl {
    width: 50%;
}

.secCom_bl .secCom_more {
    position: absolute;
    top: 60%;
    width: 45%;
    left: 25%;
    transform: translate(-50%, -50%);
    height: 370px;
}

.secCom_bl .secCom_more02 {
    right: -20%;
    left: auto;
}

.secCom_bl .secCom_more .secList_title li {
    font-size: 20px;
    padding-bottom: 17px;
}

.secCom_bl .secCom_more .secList_title li span img {
    vertical-align: middle;
    width: 25px;
}

.secCom_img {
    width: 50%;
    height: 370px;
    position: relative;
}

.secCom_img.secImg01 {
    background: url(../../assests/images/trading02.jpg) no-repeat;
    background-size: cover;
}

.secCom_img.secImg02 {
    background: url(../../assests/images/construction.jpg) no-repeat;
    background-size: cover;
}
.secCom_img.secImg03 {
    background: url(../../assests/images/industrial.jpg) no-repeat;
    background-size: cover;
}
.secCom_img.secImg04 {
    background: url(../../assests/images/logistics02.jpg) no-repeat;
    background-size: cover;
}
.secCom_img.secImg05 {
    background: url(../../assests/images/mother_finance.jpg) no-repeat;
    background-size: cover;
}
.secCom_img.secImg06 {
    background: url(../../assests/images/travel_tour.jpg) no-repeat;
    background-size: cover;
}

.secCom_img .secCom_text {
    color: #fff;
    background-color: rgba(0,0,0,.65);
    position: absolute;
    top: 50%;
    width: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    font-size: 18px;
}
















/*==================max-width(768px)====================*/
@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
  #wrapper{
    min-width: 100%;
  }
  header.shrink{
    position: initial;
    top: 0;
    animation: initial;
  }
  .col-2 {
    width: 100%;
    float: none;
  }
  .list-hr li {
    float: none;
    width: 100%;
  }
  
}


