
/*slide*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Gudea', sans-serif;
    font-weight: normal
}

.slider {
    width: 100%;
    max-width: 750px;
    padding: 0 50px;
    margin: 25px auto 0;
    height: 350px;
    position: relative;
}
.slider ul, .slider ul li {
    width: 100%;
    height: 100%
}
.slider ul {
    position: relative;
    overflow: hidden;
    border-radius: 15px
}
.slider ul li {
    position: absolute;
    top: 0;
    left: -100%;
    background-size: cover; /* semon #f98686 */
    background-position: center;
    color: #fff;
    font-family: serif;
}
.slider ul li:first-of-type {
    background-image: url("http://www.misr5.news/wp-content/uploads/2015/10/6957804-girl-children-blonde-blue-eyes-autumn-mood.jpg")
}
.slider ul li:nth-of-type(2) {
    background-image: url("http://favim.com/orig/201107/19/cute-flowers-girl-pink-pretty-Favim.com-110225.jpg")
}
.slider ul li:nth-of-type(3) {
    background-image: url("http://www.tsitut.net/wp-content/uploads/2016/04/born-to-stand-out.jpg")
}
.slider ul li:nth-of-type(4) {
    background-image: url("https://37.media.tumblr.com/tumblr_lxkb5dtDuF1r5o9ano1_500.jpg")
}
.slider ul li:last-of-type {
    background-image: url("https://s-media-cache-ak0.pinimg.com/originals/03/08/5f/03085f3adecf31a0ded89aec58e5bbed.jpg")
}
.slider .controll {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 44%;
    border-bottom: 3px solid #333;
    border-left: 3px solid #333;
    cursor: pointer;
    color: #333
}
.slider .controll:first-of-type {
    transform: rotate(45deg);
    left: 20px
}
.slider .controll:last-of-type {
    transform: rotate(225deg);
    right: 20px
}
.slider .controll:hover, .slider .controll.active {
    border-color: #f98686 /* rose */
}
.slider ol {
    text-align: center;
    padding-top: 10px
}
.slider ol li {
    display: inline-block;
    margin-right: 5px;
}
.slider ol .fa {
    font-size: 20px;
    color: #333;
    cursor: pointer;
    font-weight: normall
}
.slider ol li:hover .fa:before, .slider ol li.active .fa:before {
    content: "\f111"
}
/* .slider ul li.active {
  z-index: 999;
  left: 0
} */
@media(max-width: 490px) {
    h1 {font-size: 45px}
}
@media(max-width: 350px) {
    h1 {font-size: 25px}
}


/*fade in why*/
.tag {
    opacity: 0;
    transform: translate(0, 10vh);
    transition: all 1s;
}
::-webkit-scrollbar {
    width: 6px;

}

::-webkit-scrollbar-track {

    border-radius: 10px;
}


::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #d3d6d9;

}


::-webkit-scrollbar-thumb:hover {
    border-radius: 4px;
    background: #d3d6d9;
}
.tag.visible {
    opacity: 1;
    transform: translate(0, 0);
}

section {
    height: 100vh;
}

/*fade in partner*/

/*pagination css*/

ul.leePage {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.leePage li {display: inline-flex;
    color: #898B9E;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}
.p-active{
    margin-left: -80px;
    /*color: #EE5D23 !important;*/
}
.p-back{
    padding: 0 !important;
}
.p-next{
    padding: 0 !important;
}
.p-first{
    margin-left: -83px;
}

/*end pagination css*/

.section-partner.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn{
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/*end fade in partner*/

img{cursor: pointer;}
/* Chrome, Safari, Opera */
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
img.cube{
    animation: xoayvong 50s linear 0s infinite;
    -webkit-animation: xoayvong 50s linear 0s infinite;
    -moz-animation: xoayvong 50s linear 0s infinite;
    -o-animation: xoayvong 50s linear 0s infinite;
}
.why-1 img {
    -webkit-animation: rotate 3s linear 2s infinite ;
    animation-delay: 2s;

}
.section-background {
  position: relative;
    height: 800px;
  background: linear-gradient(180deg, #FFFFFF 0%, #E5E9F1 100%)  ;
    overflow: hidden;
}
.line-left-1{
    display: inline-block;
    width: 16px;
    height: 3px;
    background: #FFFFFF;
    border: 1px solid #E7E8EC;
    box-sizing: border-box;
}
.line-right-1{
    display: inline-block;
    width: 16px;
    height: 3px;
    background: #27AE60;
}

.line-left-2{
    width: 16px;
    height: 3px;
    display: inline-block;
    background: #F2994A;
}
.line-right-2{
    display: inline-block;
    width: 16px;
    height: 3px;
    background: #EB5757;
}
body{
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.noti {
    font-weight: normal;
    color: #e03c3c;
    margin: 0;
}
#stars {
    border-radius:10px;
    width: 4px;
    height: 4px;
    animation: animStar 2000000s linear ;
    box-shadow: 357px 1186px #69CFF9 , 757px 523px #69CFF9 , 1182px 248px #69CFF9 , 1232px 1491px #69CFF9 , 1391px 796px #69CFF9 , 1578px 54px #69CFF9 , 912px 1178px #69CFF9 , 1988px 1421px #69CFF9 , 500px 1545px #69CFF9 , 1266px 890px #69CFF9 , 1108px 897px #69CFF9 , 727px 111px #69CFF9 , 673px 1184px #69CFF9 , 561px 906px #69CFF9 , 1957px 1993px #69CFF9 , 698px 1419px #69CFF9 , 328px 1484px #69CFF9 , 1094px 1534px #69CFF9 , 464px 1681px #69CFF9 , 666px 1081px #69CFF9 , 1413px 785px #69CFF9 , 74px 122px #69CFF9 , 1023px 1171px #69CFF9 , 407px 1852px #69CFF9 , 1254px 1667px #69CFF9 , 662px 256px #69CFF9 , 1969px 1163px #69CFF9 , 905px 939px #69CFF9 , 514px 120px #69CFF9 , 306px 365px #69CFF9 , 287px 1828px #69CFF9 , 881px 149px #69CFF9 , 1859px 403px #69CFF9 , 1008px 1725px #69CFF9 , 305px 564px #69CFF9 , 543px 1109px #69CFF9 , 1040px 337px #69CFF9 , 957px 62px #69CFF9 , 1039px 1250px #69CFF9 , 869px 267px #69CFF9 , 1450px 229px #69CFF9 , 1910px 686px #69CFF9 , 1373px 1913px #69CFF9 , 1202px 1617px #69CFF9 , 911px 545px #69CFF9 , 1537px 1311px #69CFF9 , 124px 1609px #69CFF9 , 1717px 1591px #69CFF9 , 1916px 1588px #69CFF9 , 550px 771px #69CFF9 , 596px 1107px #69CFF9 , 12px 1229px #69CFF9 , 984px 225px #69CFF9 , 981px 962px #69CFF9 , 1995px 1998px #69CFF9 , 822px 375px #69CFF9 , 542px 88px #69CFF9 , 277px 1327px #69CFF9 , 1028px 404px #69CFF9 , 1294px 195px #69CFF9 , 1456px 240px #69CFF9 , 333px 1451px #69CFF9 , 239px 1480px #69CFF9 , 53px 1845px #69CFF9 , 1239px 1585px #69CFF9 , 1826px 694px #69CFF9 , 1995px 682px #69CFF9 , 1804px 935px #69CFF9 , 1926px 1321px #69CFF9 , 1545px 850px #69CFF9 , 1957px 1071px #69CFF9 , 458px 977px #69CFF9 , 252px 1383px #69CFF9 , 616px 65px #69CFF9 , 192px 674px #69CFF9 , 547px 1603px #69CFF9 , 802px 1291px #69CFF9 , 1182px 1847px #69CFF9 , 303px 1498px #69CFF9 , 591px 952px #69CFF9 , 1539px 1472px #69CFF9 , 1997px 1270px #69CFF9 , 1707px 1895px #69CFF9 , 839px 252px #69CFF9 , 51px 1666px #69CFF9 , 1863px 1945px #69CFF9 , 1485px 1971px #69CFF9 , 59px 1569px #69CFF9 , 1486px 840px #69CFF9 , 852px 1370px #69CFF9 , 752px 1066px #69CFF9 , 1639px 947px #69CFF9 , 1213px 594px #69CFF9 , 1937px 390px #69CFF9 , 827px 1693px #69CFF9 , 1883px 1645px #69CFF9 , 1220px 1886px #69CFF9 , 499px 760px #69CFF9 , 1813px 722px #69CFF9 , 100px 223px #69CFF9 , 1270px 540px #69CFF9 , 1165px 894px #69CFF9 , 1846px 833px #69CFF9 , 172px 19px #69CFF9 , 109px 1228px #69CFF9 , 1431px 1565px #69CFF9 , 1565px 737px #69CFF9 , 326px 1377px #69CFF9 , 815px 1983px #69CFF9 , 1181px 1790px #69CFF9 , 79px 597px #69CFF9 , 264px 1777px #69CFF9 , 972px 864px #69CFF9 , 45px 1063px #69CFF9 , 797px 1905px #69CFF9 , 950px 1326px #69CFF9 , 1199px 488px #69CFF9 , 1921px 32px #69CFF9 , 894px 518px #69CFF9 , 1482px 1405px #69CFF9 , 660px 471px #69CFF9 , 171px 1537px #69CFF9 , 699px 1832px #69CFF9 , 725px 1988px #69CFF9 , 1496px 757px #69CFF9 , 1243px 310px #69CFF9 , 1274px 262px #69CFF9 , 790px 732px #69CFF9 , 1704px 1810px #69CFF9 , 959px 1327px #69CFF9 , 459px 161px #69CFF9 , 1629px 303px #69CFF9 , 1390px 699px #69CFF9 , 1973px 1799px #69CFF9 , 841px 963px #69CFF9 , 1985px 1621px #69CFF9 , 1267px 452px #69CFF9 , 1537px 1757px #69CFF9 , 251px 814px #69CFF9 , 1855px 987px #69CFF9 , 777px 26px #69CFF9 , 1837px 284px #69CFF9 , 1799px 1075px #69CFF9 , 1622px 337px #69CFF9 , 1283px 91px #69CFF9 , 1760px 585px #69CFF9 , 1669px 1911px #69CFF9 , 1397px 1669px #69CFF9 , 866px 1163px #69CFF9 , 281px 1425px #69CFF9 , 1455px 1643px #69CFF9 , 141px 402px #69CFF9 , 979px 1566px #69CFF9 , 1723px 589px #69CFF9 , 146px 424px #69CFF9 , 559px 1477px #69CFF9 , 779px 1999px #69CFF9 , 908px 674px #69CFF9 , 355px 570px #69CFF9 , 1760px 1654px #69CFF9 , 958px 1880px #69CFF9 , 604px 926px #69CFF9 , 291px 1165px #69CFF9 , 1856px 1003px #69CFF9 , 1104px 1161px #69CFF9 , 1296px 1341px #69CFF9 , 225px 406px #69CFF9 , 1180px 351px #69CFF9 , 1037px 372px #69CFF9 , 1439px 1669px #69CFF9 , 1110px 743px #69CFF9 , 1255px 419px #69CFF9 , 551px 1213px #69CFF9 , 490px 790px #69CFF9 , 1822px 1899px #69CFF9 , 100px 1283px #69CFF9 , 1119px 81px #69CFF9;
}

#stars:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    width: 1px;
    height: 1px;
    background: transparent;
}
a{
    color: inherit;
    text-decoration: none;
}
input{
  outline: none;
}
button{
    cursor: pointer;
}
@keyframes animStar {
    from {
        transform: translateY(-100px);
    }

    to {
        transform: translateY(-100050000px);
    }
}
.max-width{
  width: 1180px;
  margin: 0 auto;
}
.main-1180{
  max-width: 1180px;
  margin: 250px auto;
}
.section-background-content h3{
  margin: 0;
width: 670px;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 50px;
color: #3E4589;
}
.section-background-content p{
  margin: 23px 0;
width: 400px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
color: #898B9E;
}
.btn-background{
    margin-top: 73px;
}
.inline-flex{
  width: 100%;
  display: inline-flex;
}
.section-background-content{
  position: relative;
  width: 60%;
}
.section-background-img{
  position: relative;
  width: 40%;
}
img.bglogo-1 {
      position: absolute;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
    top: 70px;
    left: 30px;
}
img.bglogo-2 {
   position: absolute;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
    left: 225px;
    top: 10px;
}
img.bglogo-3 {
       position: absolute;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;
    top: 260px;
    left: 170px;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50px); }
}

.btn-contact{
  outline: none;
  background: #EE5D23;
border-radius: 4px;
color: white;
    width: 103px;
    height: 40px;
    border: 1px solid  #EE5D23;
}
.btn-more{
  margin-left: 24px;
  outline: none;
  background: transparent;
border-radius: 4px;
border: 1px solid #2C3053;
color: #2C3053;
    width: 125px;
    height: 40px;
}
.btn-down{
    z-index: 99;
    cursor: pointer;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 168px;
}

.section-why{
    position: relative;
    height: 800px;
    background: white;
}
.why-column-1{
  padding: 140px 0;
  position: relative;
  border-left: 1px solid #ecedf4;
  border-right: 1px solid #ecedf4;
  width: 33%;
}
.why-column-2{
  position: relative;
  width: 34%;
}

.why-column-3{
  padding: 140px 0;
  position: relative;
  border-left: 1px solid #ecedf4;
  border-right: 1px solid #ecedf4;
  width: 33%;
}
.why-1 {
  height: 300px;
  padding: 0 30px;
}
.why-1 h3{
  margin: 20px 0;
  color: #3E4589;
  font-weight: bold;
font-size: 36px;
text-transform: uppercase;
line-height: 45px;
}
.why-2 {
cursor: pointer;
  padding: 0 30px;
}
.why-2 h5{
    width: 100px;
 color: #3E4589;
  font-size: 20px;
font-weight: bold;
margin: 15px 0;
}
.why-2 p{
    line-height: 24px;
  width: 294px;
 color: #898B9E;
 font-size: 16px;

font-weight: normal;
margin: 10px 0;
}
.why-3 {
    cursor: pointer;
    height: 300px;
  padding: 0 30px;
}
.why-3 h5{
    width: 100px;
 color: #3E4589;
  font-size: 20px;
font-weight: bold;
margin: 15px 0;
}
.why-3 p{
    line-height: 24px;
  width: 294px;
 color: #898B9E;
 font-size: 16px;

font-weight: normal;
margin: 10px 0;
}
.why-4 {
    cursor: pointer;
  padding: 0 30px;
}
.why-4 h5{
    width: 100px;
 color: #3E4589;
  font-size: 20px;
font-weight: bold;
margin: 15px 0;
}
.why-4 p{
    line-height: 24px;
width: 253px;
 color: #898B9E;
 font-size: 16px;

font-weight: normal;
margin: 10px 0;
}
/*logo xoay*/

#card img {
    position: absolute;
}

.containerr { 
  width: 32px;
  height: 32px;
  position: relative;
 
}

#card img {
  cursor: pointer;
    top: 0px;
    position: absolute;
}

#card {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
      transition: transform 1s;
  transition: -webkit-transform 1s;

}

.containerr:hover #card {
    cursor: pointer;
    /*-webkit-animation: rotate 2s linear infinite;*/
    -webkit-animation: rotate 2s;
}

.back {
  transform: rotateY( 180deg );
    position: absolute;
    top: 0px;
}

img.front {
    z-index: 100;
    transform: translatez(1px);
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotateY(0deg)}
    to{ -webkit-transform: rotateY(180deg)}
}
/*end logo xoay*/

img.hand{
      position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
img.cube{
      position: absolute;
    top: -70px;
    left: -144px;
}
img.union{
     position: absolute;
    top: 100px;
    left: -8px;
}
img.round-1{
   position: absolute;
    bottom: 50px;
    left: 70px;
}
img.round-2{
   position: absolute;
    top: 50px;
    right: 50px;
}
.section-product{
  height: 800px;
  position: relative;
}
.layout-product-left{
  background: url("../images/bg-product-1.png");
  background-repeat: repeat;
  width: 40%;
  height: 100%;
}
.layout-product-right{
  width: 100%;
}
.product-up{
  background: #3D4166;
  height: 100%;
  /*height: 567px;*/
}
.product-down{
   background: url("../images/bg-product-2.png");
  background-repeat: round;
height: 100%;

}
#particles-js{
  width: 100%;
  height: 100%;
  background: #3D4166;
}
.content-product{
    height: 100%;
  width: 100%;
    position: absolute;
    top: 0;
}
.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0,-100%, 0);
    transform: translate3d(0,-100%, 0);
}
.carousel-indicators li{
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
}

.hot-box-img{
    text-align: right;
}
.hot-box-img img{
    border-radius: 36px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 247px;
    height: 533px;
}
.hot-box-content{
    height: 100%;
    max-width: 500px;
    margin: 0 0 0 auto;
}
.logo-hot-product{
    margin: 40px 0;
}
.logo-hot-product img{
    width: 363px;
    height: 72px;
}
.des-hot-product{
    height: 168px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    overflow: hidden;
}
.dow-hot-product img{
    width: 205px;
    height: 64px;
    margin-right: 24px;
}
.des-hot-product p{
    margin: 10px 0;
}
#demo{
height: 100%;
}
.product-hot-box{
    max-width: 1180px;
    margin: 0 auto;
}
.rotage-90{
    /*margin-top: 157px;*/
    height: 100%;
}
.carousel-inner {
    padding-top: 130px;
    height: 100%;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.product-hot-box{

}
.content-product-left{
  position: relative;
    width: 43%;
}

.content-product-left img{
/*  width: 596px;
  height: 450px;
  position: absolute;
  bottom: 69px;*/
}
.content-product-right{
  position: relative;
  width: 50%;
}

.content-product-right img{
/*  right: 0;
  width: 500px;
  height: 350px;
  position: absolute;
  top :78px;*/
}
.box-product-1{
    width: 388px;
    position: absolute;
    bottom: 60px;
    right: -418px;
}
.box-product-1 h3{
color: #FFFFFF;
text-transform: uppercase;

font-size: 32px;
font-weight: bold;

}
.box-product-1 p{
    height: 36px;
    overflow: hidden;
color: #FFFFFF;
font-size: 16px;

font-weight: 500;
}
.box-product-2{
  text-align: right;
    width: 388px;
    position: absolute;
    top: 435px;
    right: 0;
}
.rl-des {padding-top: 32px;}
.rl-dowapp {padding-top: 40px;}
.rl-dowapp-1 {
    position: relative;
    display: inline-block;
    width: 205px;
    padding-right: 20px;
}
.rl-dowapp-2 {
    position: relative;
    display: inline-block;
    width: 205px;
}
.box-product-2 h3{
  color: #FFFFFF;
text-transform: uppercase;
font-size: 32px;
font-weight: bold;
}
.box-product-2 p, .rl-des p{
    /*height: 36px;*/
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16px;
}
h3.title-h3{
    margin-left: 30px;
    margin-top: 90px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 43px;
    font-weight: bold;
    width: 230px;
}

.partner-logo{
 padding: 100px 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.partner-1 {
    border: 1px solid #fffbfb;
    position: relative;
    cursor: pointer;
    margin: 10px 10px;
    width: 370px;
    height: 160px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}

.partner-1 img{
    width: 370px;
    height: 162px;
}
img.img-parter-hover{
position: absolute;
    left: -26px;
    top: -19px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;

}


.partner-1:hover{
    -webkit-transform:scale(1.03); /*Webkit: Scale up image to 1.2x original size*/
    -moz-transform:scale(1.03); /*Mozilla scale version*/
    -o-transform:scale(1.03); /*Opera scale version*/
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.05); /*CSS3 shadow: 30px blurred shadow all around image*/

    width: 370px;
    height: 162px;
}
.footer-adress{
  padding-right: 30px;
    width: 373px;
}
.footer-adress p{
  margin: 10px 0;
color: #898B9E;
font-size: 14px;
line-height: 24px;

font-weight: normal;

}
.footer-info{
  width: 173px;
  padding-right: 30px;
}

.footer-product{
    width: 173px;
  padding-right: 30px;
}
.footer-shareholder{
  width: 370px;
}
.footer-logo{
  height: 40px;
}
.footer-info-title{
  height: 25px;
  color: #898B9E;
  text-transform: uppercase;
font-size: 14px;
font-weight: normal;

line-height: 14px;

}
.footer-info-content p{
  color: #2C3053;
  font-weight: normal;

font-size: 14px;
line-height: 20px;
margin: 10px 0;
}
.product-img-1{
width: 587px;
    height: 450px;
    position: absolute;
    bottom: 69px;
}
.img-hover-1{
    border-radius: 16px;
  opacity: 1;
  display: block;
  width: 586px;
  height: 450px;
  /*height: auto;*/
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  border-radius: 16px 16px 0 16px;
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(44, 48, 83, 0.5);
backdrop-filter: blur(22px);
    height: 100%;
    width: 100%;
}
.product-sl {
    width: 90%;
    float: left;
}
.relative-pos{
    position: relative;
    width: 100%;
}
.sl-bt {
    float: right;
    width: 5%;
    top: 245px;
    position: relative;
}

.relative-pos:hover .img-hover {
  opacity: 0.5;
}

.relative-pos:hover .middle {
  opacity: 1;
}
img.long-right{
    left: 47%;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}
.section-footer{
    border-top: 1px solid #F6F8FA;
    padding: 60px 0;
}
.product-img-2{
    right: 0;
    width: 500px;
    height: 350px;
    position: absolute;
    top: 78px;
}
.img-hover-2{
  opacity: 1;
  display: block;
    width: 363px;
    height: 72px;
  /*height: auto;*/
  transition: .5s ease;
  backface-visibility: hidden;
}
.product-1{
  width: 100%;
  padding: 40px 0;
  display: inline-flex;
}
.product-2{
  width: 100%;
  padding: 40px 0;
  display: inline-flex;
}
.product-left-1{
  display: flex;
    justify-content: center;
  width: 50%;
}
.product-right-1{
  width: 50%;
}

.product-right-2{
  display: flex;
    justify-content: center;
  width: 50%;
}
.product-left-2{
  width: 50%;
}
.div-product-title{
    min-height: 180px;
    padding: 20px 0;
    width: 100%;
    /*background: #282d59;*/
    background-image: url("../images/bg-title.png");
    display: flex;
    justify-content: center;
    align-items: center;
}
.div-product-title h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    max-width: 769px;
    margin: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 2px;

}
.div-product-title p{
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  margin: 10px 0;
}
.div-product-bg-white{
  width: 100%;
  height: 120px;
  background: #ffffff;
}
.product-right-1 h3{
  color: #3E4589;
  text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-weight: bold;
}
.product-right-1 p{
  font-weight: normal;
font-size: 16px;
margin: 20px 0;
color: #2C3053;
line-height: 24px;

width: 570px;
}
.item-center{

    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-left-2 h3{
 color: #3E4589;
  text-transform: uppercase;
font-size: 32px;
line-height: 32px;
font-weight: bold;
}
.product-left-2 p{
    font-weight: normal;
font-size: 16px;
margin: 20px 0;
color: #2C3053;
line-height: 24px;

width: 570px;
}
.div-product-main{
  margin: 40px 0;
}
.folder-1{
    border-radius: 4px;
  padding: 0 20px;
      display: flex;
    justify-content: left;
    align-items: center;
  cursor: pointer;
  margin: 2px 0;
  width: 270px;
  height: 64px;
  background: #F6F8FA;
  color: #898B9E;
  font-weight: 500;
font-size: 16px;
}
.folder-1:hover{
background: #EE5D23;
color: #FFFFFF;
}
.active-folder{
    background: #EE5D23 !important;
    color: #FFFFFF !important;
}
.shareholder-right h3{
  color: #898B9E;
  text-transform: uppercase;
font-size: 14px;
margin: 20px 0;
}
.shareholder-left{
  padding-right: 40px;
  width: 70%;
}
.shareholder-right{
  width: 30%;
}
.shareholder-content{
  margin: 80px 0;
}
.share-content-box{
  padding: 20px 0;
  border-bottom: 1px solid #F6F8FA;
}
.share-content-left{
    padding: 6px 12px;
    width: 100px;
    text-align: center;
    background: #E9EDF3;
}
.share-content-left p{
    line-height: 16px;
    margin: 12px 0;
    font-size: 14px;
    color: #898B9E;
    font-weight: normal;
}
.share-content-right{
  padding: 0 20px;
  font-weight: 500;
font-size: 24px;
color: #2C3053;
      width: 100%;
    display: flex;
/*    justify-content: center;*/
    align-items: center;
}
.box-detail p{
    text-align: justify;
  font-size: 16px;
color: #2C3053;
line-height: 30px;
margin: 10px 0;
}
.box-detail img{
    width: 100%;
    height: 100%;
}
.box-border-detail{
  background: #F6F8FA;
  border-radius: 4px;
  padding: 32px 24px;
}
.box-detail h5{
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  color: #3E4589;
}
.question-1{
  margin: 20px 0;
}
.info-contact{
  padding-right: 35px;
  width: 600px;
}
.send-info{
  width: 100%;
}
.box-send-mess{
  background: #F6F8FA;
  border-radius: 8px;
  padding: 32px 24px;
}
.box-send-mess input{
    margin-bottom: 10px;
  padding: 0 20px;
  color: #898B9E;
  font-size: 16px;
  /*width: 352px;*/
    width: 90%;
    /*width: 326px;*/
  height: 56px;
  background: #FFFFFF;
  border-radius: 4px;
border: none;
}
.box-send-mess textarea{
    font-size: 16px;
    font-family: Arial;
  resize: none;
      color: #898B9E;
    padding: 15px;
    outline: none;
    margin: 12px 0;
    height: 100px;
    border: none;
    width: 728px;
}
.btn-send-mess{
  /*width: 730px;*/
  text-align: right;
}
.btn-send-mess button{
  outline: none;
  background: #EE5D23;
border-radius: 4px;
padding: 12px 24px;
font-size: 16px;
color: #FFFFFF;
border: none;
}
.fail-mess{
  display: inline-flex;
  width: 100%;
}
.fail-mess p{
  width: 370px;
  color: red;
  margin: 10px 0 0 0;
}
.info-contact h3,.send-info h3{
  margin: 20px 0;
  font-weight: bold;
font-size: 16px;
line-height: 24px;
color: #3E4589;
}
.info-contact p{
font-weight: normal;
font-size: 16px;
line-height: 24px;
color: #2C3053;
}
.section-map{
    margin-top: 80px;
}
.div-shareholder-main{
    position: relative;
    height: auto;
    min-height: 460px;
  margin: 40px 0;
}
.web-pagination{
    margin: 45px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #898B9E;

}
.share-content{
    min-height: 467px;
}
.web-pagination img{
    width: 32px;
    margin: 0 8px;
}

/*menu*/
.header-web {
    top: 25px;
    max-width: 1180px;
    z-index: 99;
    position: absolute;
    display: inline-flex;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.menu-fintech {
    top: 14px;
    right: 0;
    position: absolute;
    text-align: center;
    /*padding-top: 6px;*/
    /* width: 820px; */
    display: inline-flex;
   
}
.menucon-1 {
  font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #898B9E;
    height: 16px;
    margin: 0 10px;
    border: 1px solid transparent;
    padding: 7px 7px;
}
.menucon-1:hover{
  color: #EE5D23;
}
a:hover{
   color: #EE5D23;
}
.dropbtn{
  height: 40px;
}
.dropbtn a{
    color: #898B9E;
}
.dropbtn:hover{
  color: #EE5D23
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown:hover .dropdown-content {display: block;}

.dropdown-2 {
    position: relative;
    display: inline-block;
}
.dropdown-2:hover .dropdown-content-2 {display: block;}
.dropdown-3 {
    position: relative;
    display: inline-block;
}
.dropdown-3:hover .dropdown-content-3 {display: block;}
.dropdown-4 {
    position: relative;
    display: inline-block;
}
.dropdown-4:hover .dropdown-content-4 {display: block;}
.dropdown-content {
    display: none;
    width: 212px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 30px;
}
.dropdown-content {
    text-align: left;
    text-transform: initial;
    color: black;
    font-size: 16px;
    padding: 10px;
}

.dropdown-content-2 {
    display: none;
    width: 212px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 30px;
}
.dropdown-content-2 {
    text-align: left;
    text-transform: initial;
    color: black;
    font-size: 16px;
    padding: 10px;
}
.dropdown-content-3 {
    display: none;
    width: 212px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 30px;
}
.dropdown-content-3 {
    text-align: left;
    text-transform: initial;
    color: black;
    font-size: 16px;
    padding: 10px;
}

.dropdown-content-4 {
    display: none;
    width: 212px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    z-index: 1;
    top: 30px;
}
.dropdown-content-4 {
    text-align: left;
    text-transform: initial;
    color: black;
    font-size: 16px;
    padding: 10px;
}
.dropdownmenu-1 {
    text-align: left;
    text-transform: initial;
    color: #898B9E;
    font-size: 16px;
    padding: 10px;
}