@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../../fonts/fa-solid-900.eot);
    src: url(../../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../fonts/fa-solid-900.woff2) format("woff2"), url(../../fonts/fa-solid-900.woff) format("woff"), url(../../fonts/fa-solid-900.ttf) format("truetype"), url(../../fonts/fa-solid-900.svg#fontawesome) format("svg")
}
.bg-ll-dash {
    background-image: url(../../images/dashboard/body-bg.jpg);
    background-size: cover;
    min-height: 90vh;
}
#llStyle::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}
#llStyle::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
#llStyle::-webkit-scrollbar-thumb {
    background-color: #555aea;
    border: 1px solid #555aea;
}
#llStyle::-webkit-scrollbar-thumb:horizontal {
    background-color: #555aea;
    border: 1px solid #555aea;
}
.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}
#gototop img {
    height: 25px;
    margin: 13px;
}
.livelifelogo {
    background: url('../../images/header/logo_indo.png') center center no-repeat;
    background-size: 125px 40px;
    width: 125px;
    height: 40px;
}
.modal-content .modal-header {
    background: linear-gradient(45deg, #1d1f91, #555aea) !important;
}
.modal-content .modal-header h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.modal-body {
    background: #f9faff;
}
.modal-content {
    border-radius: 15px;
    overflow: hidden;
}
.modal-body {
    font-size: 80%;
}
.modal-body label {
    font-weight: 700;
}
.modal-body input, .modal-body option, .modal-body select {
    font-size: 13px!important;
}
.form-control, .form-group select {
    font-size: 0.8rem!important;
    font-weight: 400!important;
    border-radius: 5px;
    border: 1px solid #eaebfd;
    /* padding: 1.2rem 0.75rem; */
    line-height: 1.5;
}
.form-control:focus {
    outline: none;
    border: 1px solid #555aea!important;
}
.modal-header .close:focus, .modal-header .close:active, .modal-header .close:visited {
    outline: none;
    box-shadow: none;
}
.modal-header .close span {
    font-weight: 100;
    color: #fff;
}
.btn-primary, .btn-warning, .btn-info, .btn-success, .btn-danger {
    background-color: #555aea;
    border-color: #555aea;
}
.table .btn {
    padding: 1px 12px!important;
    border-radius: 15px;
}
.table i {
    font-size: 80%;
    position: relative;
}
.table .form-control {
    font-size: 80%!important;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5),
all and (-o-min-device-pixel-ratio: 3 / 2),
all and (min--moz-device-pixel-ratio: 1.5),
all and (min-device-pixel-ratio: 1.5) {
    .livelifelogo {
        background: url('../../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .livelifelogo {
        background: url('../../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
@media (-webkit-min-device-pixel-ratio: 3),
(min-resolution: 288dpi) {
    .livelifelogo {
        background: url('../../images/header/logo.png') center center no-repeat;
        background-size: 125px 40px;
    }
}
body {
    background: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}

a {
    color: #111;
}

a:hover {
    color: #555AEA;
    text-decoration: none;
    transition: .5s ease-out;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

ol {
    counter-reset: my-awesome-counter;
    list-style: none;
    padding-left: 40px;
}
ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
ol li::before {
    content: counter(my-awesome-counter);
    color: #fff;
    font-weight: normal;
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #555aea;
    border-radius: 50%;
    text-align: center;
}

p {
    line-height: 26px;
}
.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #fff;
}

.modal-body::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: #555aea;
    border: 1px solid #555aea;
}

.modal-body::-webkit-scrollbar-thumb:horizontal {
    background-color: #555aea;
    border: 1px solid #555aea;
}
.order button {
    padding: 10px 30px;
    margin-top: 8px;
}
.btn-white {
    background: #fff !important;
    color: #555aea !important;
}
.btn-promote {
    display: inline-block;
    color: #fff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 10px 30px;
    margin-top: 8px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    font-weight: 400;
    letter-spacing: 1px;
}
.btn-promote:hover {
    color: #555AEA;
    background-color: #ffffff;
}
a.btn:focus {
    outline: none!important;
}
.bg-grey {
    background: #f4f4f6;
}

*:focus {
    outline: none;
}

/* button */
.button {
    background: #555AEA;
    padding: 16px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
}

.button:hover {
    border-color: #555AEA;
    color: #222;
    background: transparent;
    transition: .5s ease-out;
}

.button2 {
    background: transparent;
    border: 2px solid #555AEA;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #222;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
}

.button2:hover {
    border-color: #555AEA;
    color: #fff;
    background: #555AEA;
    transition: .5s ease-out;
}

/* navbar */
.navbar {
    padding: 13px 0;
    transition: .5s ease-out;
    background: transparent;
}

.navbar .navbar-brand {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.navbar .navbar-brand img {
    width: 100%;
}

.navbar .navbar-brand-home {
    border-bottom: 3px solid #555AEA;
}

.navbar .navbar-nav li {
    padding: 0 10px;
}

.navbar .navbar-nav li a {
    color: #fff;
    font-size: 16px;
}
.navbar .navbar-nav li a.partner {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.navbar .navbar-nav li a:last-child {
    padding-right: 0 !important;
}

.navbar .navbar-nav li:last-child {
    padding-right: 0;
}

.navbar .navbar-toggler i {
    color: #fff;
}

.navbar-fixed {
    background: #fff;
    transition: .5s ease-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

.navbar-fixed .navbar-brand {
    color: #333;
}

.navbar-fixed .navbar-brand span {
    color: #555AEA;
}

.navbar-fixed .navbar-nav li a {
    color: #555aea;
}

.navbar-fixed .navbar-nav li a.partner {
    color: #555aea;
    border: 1px solid #555aea;
    border-radius: 5px;
}

.navbar-fixed .navbar-toggler i {
    color: #333;
    display: block !important;
}

.navbar-transparent {
    background: transparent !important;
}

/* haader title */
.header-title {
    margin-top: 90px;
    padding: 65px 0;
    text-align: center;
    background: #f5f5f5;
}

.header-title h3 {
    color: #333;
    font-size: 32px;
    font-weight: 600;
}

/* partnership */
.partnership {
    position: relative;
    background: #f2f2f2;
}

.partnership .content {
    background: transparent;
    border-radius: 15px;
    text-align: left;
    padding: 0 0 30px;
    margin-bottom: 30px;
    color: #333;
    cursor: default;
}

.partnership .content i {
    font-size: 18px;
    color: #555AEA;
    display: inline!important;
}

.partnership .content:hover {
    color: #333;
    cursor: default;
}

.partnership img {
    width: 100%;
}

/* financial */
.financial {
    position: relative;
    background: #fff;
}

.financial .content {
    border-radius: 15px;
    text-align: left;
    padding: 0 0 30px;
    margin-bottom: 30px;
    color: #333;
    cursor: default;
}

.financial .content:hover {
    color: #333;
    cursor: default;
}

.financial img {
    width: 100%;
}

/* teamwork */
.teamwork {
    position: relative;
    background: #555aea;
}

.teamwork .title-section p {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}

.teamwork .title-section h3 {
    color: #fff;
}

.teamwork .content {
    border-radius: 15px;
    text-align: center;
    padding: 0 0 30px;
    margin-bottom: 30px;
    color: #fff;
    cursor: default;
}

.teamwork img {
    width: 100%;
}

/* business */
.business {
    position: relative;
    background: #fff;
}

.business .content {
    border-radius: 15px;
    text-align: left;
    padding: 0 0 30px;
    margin-bottom: 30px;
    color: #333;
    cursor: default;
}

.business .content:hover {
    color: #333;
    cursor: default;
}

.business img {
    width: 100%;
}

/* collaborate */
.collaborate {
    position: relative;
    background: #f2f2f2;
}

.collaborate .content {
    background: #fff;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
}

.collaborate .content i {
    font-size: 56px;
    color: #555AEA;
    display: block !important;
}

.collaborate .content h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.collaborate .content:hover {
    background: #555AEA;
    color: #fff;
    transition: .1s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.collaborate .content p {
    background: none;
    transition: 0;
}

.collaborate .content p:hover {
    background: #555AEA;
    color: #fff!important;
}

.collaborate .content:hover i {
    color: #fff;
}

.collaborate .content:hover h5 {
    color: #fff;
}

#copylink {
    text-decoration:underline;
    cursor: pointer;

}

#copylink:hover {
    color: #fff;
}

.copy-container{
    width:fit-content;
    display:inline-flex;
    position: relative;
}

.copy-container button {
    font-size:12px;
    border: 1px solid #ccc;
    width:100px;
    display: inline-flex;
    margin-top: 0;
    margin-left: 10px;
    padding: 9px;
}

.copy-container button i{
    font-size:15px !important;
    position: absolute;
    right: 9px;
    top: 11px;
}

.copy-container input {
    background:#eee;
    width:350px;
    text-align: center;
}

.collaborate .content a {
    background: #555AEA;
    color: #fff;
    padding: 7px 15px;
    border-radius: 7px;
    box-shadow: none;
}
.collaborate .content a:hover {
    box-shadow: none;
    background: #FFF;
    color: #555aea;
    transition: .1s ease-out;
}

.collaborate .completed {
    background: #fff;
    text-align: center;
    padding: 60px 0;
    border-radius: 15px;
    margin-top: 60px;
    margin-bottom: 10px;
    background: url(../../images/landing/bg-service3.png) bottom 18px right 18px, url(../../images/landing/bg-service1.png) bottom left, url(../../images/landing/bg-service2.png) top right 230px;
    background-repeat: no-repeat;
    background-size: 70px, 300px, 190px;
    background-color: #fff;
}

.collaborate .completed h4 {
    font-size: 58px;
    font-weight: 600;
    color: #555AEA;
}

.collaborate .completed span {
    font-size: 24px;
    font-weight: 500;
}
.home-landing {
    background-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(85,90,234,0.9) 0%, rgba(118,52,214,0.9) 58%, rgba(94,45,202,0.9) 100%), url(../../images/default/epromot.jpg);
    padding: 130px 0 150px !important;
    background-size: cover;
    background-position: center;
}

.home-landing .content, .home-landing .content h3 {
    color: #fff;
 }

 .home-landing .content-image {
    padding-left: 50px;
}

.home-landing .content-image img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 20px;
}

.home-landing-2 {
    background-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(26,29,71,0.9) 0%, rgb(42,46,119,0.9) 58%, rgba(85,90,234,0.9) 100%), url(../../images/default/esurv.jpg);
    padding: 130px 0 150px !important;
    background-size: cover;
    background-position: center;
}

.home-landing-2 .content, .home-landing-2 .content h3 {
    color: #fff;
 }

 .home-landing-2 .content-image {
    padding-left: 50px;
}

.home-landing-2 .content-image img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: right;
}

.home-landing-2 .content ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
.home-landing-2 .content ol li::before {
    content: counter(my-awesome-counter);
    color: #555aea;
    font-weight: normal;
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.home-landing .box-quota {
    background: #fff;
    margin-top: 0;
    padding: 60px 0;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 100%);
}

.home-intro ul li {
    display: inline-block;
    margin-right: 20px;
}

.home-landing .content ol li {
    margin: 0 0 0.5rem 0;
    counter-increment: my-awesome-counter;
    position: relative;
}
.home-landing .content ol li::before {
    content: counter(my-awesome-counter);
    color: #555aea;
    font-weight: normal;
    position: absolute;
    --size: 22px;
    left: calc(-1 * var(--size) - 10px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    top: 0;
    background: #fff;
    border-radius: 50%;
    text-align: center;
}
.home-landing .box-quota {
    background: #fff;
    margin-top: 0;
    padding: 60px 0;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 100%);
}

/* home-info */
.home-info {
    position: relative;
    background: #f2f2f2;
}
.home-info .title-section p {
    color: #444;
    margin-bottom: 15px;
    display: block;
}
.home-info .title-section h3 {
    color: #444;
}
.home-info .content {
    background: linear-gradient(90deg, rgba(85,90,234,0.9) 0%, rgba(118,52,214,0.9) 58%, rgba(94,45,202,0.9) 100%);
    color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 12px 30px -15px rgb(0 0 0 / 100%);
}

.home-info .content i {
    font-size: 56px;
    color: #fff;
}

.home-info .content button {
    color: #fff;
}

.home-info .content h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* home intro */
.home-intro {
    background: url(../../images/landing/bg-top.png), #FFF;
    background-repeat: no-repeat;
    padding: 130px 0 150px !important;
    background-size: 58%;
    background-position: top right;
}

.home-intro .content-image {
    padding-left: 50px;
}

.home-intro .content-image img {
    height: auto;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-top: 20px;
}

.home-intro ul li {
    display: inline-block;
    margin-right: 20px;
}

.home-intro .content {
    padding-top: 20px;
}

.home-intro h5 {
    margin-top: 5px;
    letter-spacing: 1px;
}

.home-intro h5 .line {
    height: 3px;
    background: #555AEA;
    width: 60px;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}

.home-intro h2 {
    font-size: 52px;
    font-weight: 700;
    margin: 60px 0;
    line-height: 62px;
    letter-spacing: 1px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #555AEA;
}

.content-partner h2 {
    font-size: 49px !important;
    font-weight: 400 !important;
    margin: 60px 0;
    line-height: 55px !important;
    letter-spacing: 1px;
    -webkit-text-fill-color: #000 !important;
    -webkit-text-stroke-width: 0 !important;
    -webkit-text-stroke-color: #555AEA;
}

.headnumber {
    position: relative;
}

.headnumber p {
    font-size: 22px;
    font-weight: 500;
}

.purplenumber {
    font-size: 52px !important;
    font-weight: 600 !important;
    color: #555AEA;
    margin-bottom: 30px;
}

.rednumber {
    font-size: 52px !important;
    font-weight: 600 !important;
    color: #cd2027;
    margin-bottom: 30px;
}
.home-intro h2 span {
    color: #555AEA;
}

.home-intro h6 {
    color: #444;
    line-height: 28px;
    font-size: 17px;
    margin-bottom: 15px;
}

/* section */
.section {
    padding: 90px 0 100px;
}
.newTitleStyle {
    padding: 8px 0;
}
.title-section {
    text-align: center;
    margin-bottom: 30px;
}

.title-section p {
    color: #555AEA;
    margin-bottom: 15px;
    display: block;
}

.title-section h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
}

.title-section h3 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #555AEA;
}

/* footer bottom */
.footer {
    background: #333;
    text-align: center;
    color: #eee;
    padding: 35px 0 35px;
    border-top: 1px solid #888;
}

/* quota */
.box-quota {
    background: #fff;
    margin-top: 70px;
    padding: 60px 0;
    border-radius: 15px;
    text-align: center;    
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.quota {
    display: block;
}

.quota h3 {
    font-weight: 600;    
}

.quota h1 {
    font-size: 52px;
    font-weight: 900;
    color: #555aea;
}

.quota .quota-status {
    color: #555aea;
}

.quota a {
    background: #555AEA;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
}

.quota a:hover {
    border-color: #555AEA;
    color: #222;
    background: transparent;
    transition: .5s ease-out;
}
.form-group select:focus {
    outline: 0;
    box-shadow: none;
}

form input[type="text"]:focus {
    outline-color: none !important;
    box-shadow: none;
    border: 1px solid #ccc;
}

form textarea {
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.newLink {
    background: linear-gradient(134.38deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    color: #fff;
    margin-top: 5px;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 23px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
    border: 0;
}
.newLink:hover {
    background: linear-gradient(318deg,#f539f8,#aa42f9 43.55%,#555aea 104.51%);
    color: #fff;
}
.newLink:focus, .newLink:active, .newLink:visited {
    outline: none;
    box-shadow: none;
}
.newLink2 {
    background: #F539F8;
    color: #fff!important;
    border-radius: 50px;
    font-size: 15px;
    padding: 9px 23px;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    text-decoration: none!important;
    border: 0;
}
.newLink2:hover {
    background: #555AEA;
    color: #fff!important;
}
table.tableClass thead th {
    border: none;
    font-size: 0.8em !important;
}
table.tableClass {
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0 calc(0.75rem / 10 * 7);
}
table.tableClass tbody tr {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
table.tableClass tbody tr:nth-of-type(odd) {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03) !important;
}
table.tableClass td {
    height: 42px;
    border: none;
}
table.tableClass td:first-child {
    border-width: 1px 0 1px 1px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}
table.tableClass td:last-child {
    padding: 10px 20px 10px 10px;
    border-width: 1px 1px 1px 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
table.tableClass tbody tr:hover {
    border: 1px solid #f53bf8!important;
    background-color: #fdfbff;
    border-radius: 16px;
}

/* order quota */
.orderquota {
    position: relative;
}

.orderquota .content {
    background: transparent;
    border-radius: 15px;
    text-align: left;
    padding: 0 0 30px;
    margin-bottom: 30px;
    color: #333;
    cursor: default;
}
.orderquota .content p {
    margin-bottom: 12px;
}

.orderquota .content .email-report {
    margin-top: 20px;
    text-align: center;
}

.orderquota .content span {
    font-size: 12px;
    font-style: italic;
}

.orderquota .content:hover {
    color: #333;
    cursor: default;
}

.orderquota .box {
    background: #fff;
    margin-top: 0;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}
.orderquota .box .border {
    border: 1px solid #ccc;
    padding: 15px;
    font-size: 14px;
}
.orderquota .box .form-group {
    font-size: 14px;
}
.orderquota .box .form-group input {
    font-size: 14px;
    height: 35px;
}
.orderquota .box p {
    font-size: 14px;
}
.order {
    margin-top: 1rem;
}

.detail-order {
    border: 2px dashed #555aea;
    margin-top: 30px;
}

.table-quota {
    font-size: 13px;
    background: #fff;
    margin-bottom: 0;
}

/* hystory transaction */
.history {
    background: #ebecff;
    padding: 30px;
    border-radius: 15px;
}

#transaction_wrapper {
    background: #ebecff;
}

/* information */
.information {
    position: relative;
    background-image: url(../../images/landing/email.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.information .title-section p {
    color: #fff;
    margin-bottom: 15px;
    display: block;
}
.information .title-section h3 {
    color: #fff;
}
.information .content {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 30px;
}

.information .content i {
    font-size: 56px;
    color: #555AEA;
    display: block !important;
}

.information .content h5 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.information .content:hover {
    background: #555AEA;
    color: #fff;
    transition: .7s ease-out;
    box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
}

.information .content:hover i {
    color: #fff;
}

.information .content:hover h5 {
    color: #fff;
}

.information .content:hover button {
    color: #fff;
}

.gotopanel {
    display: block;
}

.gotopanel h5 {
    font-weight: 600;
    color: #fff;
}

.gotopanel a {
    background: #555AEA;
    padding: 12px 30px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 22px;
    display: inline-block;
    border: 2px solid transparent;
}

.gotopanel a:hover {
    border-color: #555AEA;
    color: #222;
    background: transparent;
    transition: .5s ease-out;
}

.table td {
    vertical-align: middle;
}

body i {
    /*display: none !important;*/
}

/* scroll */
#gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(62, 67, 197);
    background: rgba(62, 67, 197, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#gototop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
}
#gototop:hover {
    background: rgba(62, 67, 197, 0.9);
}
#gototop:hover i {
    color: #fff;
    top: 5px;
}

/* responsive */
@media (max-width:980px) {
    .home-intro {
        margin-top: 85px;
    }

    .home-intro h2 {
        font-size: 40px;
        line-height: 52px;
        margin: 12px 0;
    }

    .navbar .navbar-toggler i {
        margin-right: 15px;
    }

    .home-intro .button {
        padding: 13px 20px;
    }

    .home-intro .button2 {
        padding: 13px 20px;
    }

    .home-intro h6 {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .home-intro img {
        margin-top: 95px;
    }

    .home-intro .content {
        padding-top: 0;
    }

    .navbar .navbar-nav li a {
        color: #333;
    }

    .collaborate h2 {
        margin-top: 30px;
    }

    .collaborate .col-md-6 {
        max-width: 100%;
        flex: 100%;
    }

}

@media (max-width:767px) {
    .home-intro {
        margin-top: 0;
        padding-bottom: 100px !important;
    }

    .content-partner h2 {
        font-size: 32px !important;
        line-height: 42px !important;
    }

    .headnumber {
        padding: 50px 0 20px;
        background: #f2f2f2;
        border-radius: 10px;
        margin-bottom: 30px;
    }

    .content-image {
        display: none;
    }

    .home-intro h5 .line {
        display: none;
    }

    .home-intro .content-image {
        padding-left: 0;
    }

    .home-intro .content-image img {
        margin-top: 45px;
        float: none;
    }

    .container {
        padding: 0 15px;
    }

    .navbar-toggler {
        border-radius: 0;
    }

    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-nav {
        background: #fff;
        box-shadow: 0 12px 30px -15px rgba(0, 0, 0, 0.2);
        border-radius: 0 0 15px 15px;
        border-top: 0;
        outline: none;
    }

    .navbar-fixed .navbar-nav {
        background: transparent;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        outline: none;
    }

    .collaborate .content {
        margin-bottom: 30px;
    }

    .collaborate .col-md-4:last-child .content {
        margin-bottom: 0;
    }

    .collaborate .completed h4 {
        margin-top: 40px;
    }

    .collaborate .completed .col-md-4:first-child h4 {
        margin-top: 0;
    }

    footer {
        text-align: center;
    }

    footer span {
        margin-bottom: 6px;
        display: block;
    }

    footer ul {
        text-align: center;
    }

    footer ul li {
        margin: 0 12px;
    }
    .copy-container {
        width: 100%!important;
        display: inline-block;
    }
    .copy-container input {
        width:100%!important;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .copy-container button {
        font-size:12px;
        display: block!important;
        margin-top: 0px !important;
        margin-left: 0;
        padding: 9px;
        width: 100%;
    }
    .information .content i {
        font-size: 56px;
        color: #555AEA;
        display: inline-block !important;
    }
    
    .copy-container button i {
        font-size: 15px !important;
        position: relative;
        right: 0;
        top: 0;
    }
    .orderquota .box {
        margin-bottom: 30px;
    }
    .home-info {
        padding: 90px 0 0!important;
    }
}

@media (max-width:640px) {
    .navbar-fixed .navbar-nav li {
        padding: 0;
    }

    .navbar .navbar-nav {
        background: #fff;
        padding: 14px 0;
    }

    .navbar-fixed .navbar-nav {
        background: transparent;
        padding: 14px !important;
    }

    .navbar .navbar-nav li a {
        color: #333;
    }

    .collaborate .content-left {
        margin-bottom: 75px;
    }

    .collaborate .col-sm-12:last-child .content {
        margin-bottom: 0;
    }
    .title-section h3 {
        font-size: 24px;
    }

}

@media (max-width:480px) {
    .navbar .navbar-nav {
        margin: 11px;
        margin-left: 11px !important;
    }

    .navbar-fixed .navbar-nav {
        padding: 2px;
    }

    footer h5 {
        margin-top: 26px;
    }

}

@media (max-width:360px) {

}