/* @import url('https://fonts.googleapis.com/css?family=Lato'); */
@font-face {
    font-family: Lato;
    src: url('../fonts/Lato/Lato-Regular.ttf');
}

body{
    font-family: 'Lato', sans-serif;
    background: #f7f7f7;
    overflow-x: hidden;
}

.brand-col:nth-child(6n+0){
    clear: both;
}
.partner-wrap{
    left: 0;
    right: 0;
    float: none;
    margin-left: auto;
    margin-right: auto;	
    text-align: center;
}
li{
    list-style: none;
}
.black{
    color: #333;
}
a:active, a:focus, a:visited a:hover, p > a:hover{
    text-decoration: none;
    color:#ed2227;
    outline: none;
}
.paddingLR0{
    padding-left: 0;
    padding-right: 0;
}
.hide_me{
    opacity:0;
}
.visible{
    opacity:1;
}
.red{
    color: #ed2227;
}
.panel-custom{
    position: relative;
    width: 100%;
    background: #f7f7f7;
    padding-top: 0;
}
#main_area {
    position:relative;
    height:100%;
    z-index: 1;
    opacity: 0.4;
}
.transp {
    filter:alpha(opacity=20);
    opacity:0.2;
    left:-1000px;
    position:absolute;
}


.picture {
    position: relative;
    width: 50%;
    z-index: 10;
}
.room{
    position: absolute;
    width:15%;
    position: absolute;
    left: 10%;
}
.flare {
    position: absolute;
    left: 0;
    top: 120px;
    width: 2%;
    z-index: 1;
    height: 1px;
    transform-origin: 0 0;
    background: #fffffa;
    box-shadow: 0 0 8px 5px rgba(255, 255, 250, 0.3);
}
.flare:after,
.flare:before {
    content: ' ';
    position: absolute;
    left: 20%;
    top: -2px;
    width: 5px;
    height: 5px;
    background: #fffffa;
    border-radius: 50%;
    box-shadow: 0 0 20px 35px rgba(255, 255, 250, 0.3), 0 0 4px 15px rgba(255, 255, 250, 0.3);
}
.flare:before {
    width: 20%;
    left: 10%;
    box-shadow: 0 0 20px 10px rgba(255, 255, 250, 0.7);
}
.flare .subflare {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 250, 0.3);
    left: 20%;
    transform: translateX(-50%);
}
.flare .subflare.subflare1 {
    top: 130px;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 3px 1px rgba(255, 255, 250, 0.2);
    background: rgba(255, 255, 250, 0.1);
}
.flare .subflare.subflare2 {
    top: 100px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 250, 0.6);
}
.flare .subflare.subflare3 {
    left: 24%;
    background: rgba(50, 50, 50, 0.05);
    top: 40px;
    width: 120px;
    height: 120px;
}
/******************************************
    OPENING
******************************************/
.opening{
    height: 100vh;
    background: transparent;
}
.content--2{
    height: 500px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
    margin: auto;
}
/******************************************
    HEADER
******************************************/
.header{
    padding: 12px 40px;
    height: 60px;
    position: fixed;
    z-index: 20;
    transition: 1s ease-out;
    -webkit-transition: 0.4s ease-out;
}
.header-color{
    background-color: rgba(247, 247, 247, 0.9);
    transition: 1s ease-in;
    -webkit-transition: 0.4s ease-in;
}
.header-right{
    text-align: right;
    padding: 7px 0px;
}
.header-right2{
    text-align: right;
    padding:2px 0px;
    position: relative;
    display: none;
    height: 35px;
}
.dropdown{
    display: inline-block;
    position: relative;
    width: 110px;
    height: 13px;
}
.dropdown > a{
    color: #333;
    display: inline-block;
    max-width: 92px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    position: absolute;
    left: 0;
    text-decoration: none;
}
.dropdown-menu > li > a:hover{
    background-color: #ed2227!important;
    color: #fff!important;
    text-decoration: none;
}
.user-icon{
    display: inline-block;
    padding-right: 5px;
}
.caret{
    position: absolute;
    top: 70%;
    right: 5px;
}
.dropdown-menu{
    left: -54px;
    margin-top: 12px;
}
.header-right a{
    font-size: 16px;
    color: #333;
}
.header-right a:hover{
    text-decoration: none;
    color: #e51c4c;
}
.header-right li{
    float: right;
    margin-left: 20px;
}
.logo{
    padding-left: 0;
    padding-right: 0;
}
.logo img{
    width: 140px;
}
.shadow{
    webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08)!important;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08)!important;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.08)!important;

}
/******************************************
    HOME
******************************************/
.home{
    position: relative;
    background-image: url('../img/assets/bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin-bottom: 70px;
}
.home-bg{
    width: 100%;
}
.home-bg2{
    position: absolute;
    width: 840px;
    right: 0;
    bottom: -13%;
    z-index: 1;
}
.land{
    position: absolute;
    bottom: 0;
    z-index: 12;
    right: 0;
    top: 0;
}
.orang1{
    position: absolute;
    width: 820px;
    right: 13px;
    bottom: -6%;
    z-index: 2;
}
.orang2{
    position: absolute;
    width: 820px;
    right: 0px;
    bottom: -5%;
    z-index: 2;
    -webkit-animation: jump 1.5s ease 0s infinite normal ;
    animation: jump 1.5s ease 0s infinite normal;
    animation-delay: 1s;
}
@-webkit-keyframes jump {
    0%{
        -webkit-transform: translateY(0);
    }
    20%{
        -webkit-transform: translateY(0);
    }
    40%{
        -webkit-transform: translateY(-30px);
    }
    50%{
        -webkit-transform: translateY(0);
    }
    60%{
        -webkit-transform: translateY(-15px);
    }
    80%{
        -webkit-transform: translateY(0);
    }
    100%{
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes jump{
    0%{
        -moz-transform: translateY(0);
    }
    20%{
        -moz-transform: translateY(0);
    }
    40%{
        -moz-transform: translateY(-30px);
    }
    50%{
        -moz-transform: translateY(0);
    }
    60%{
        -moz-transform: translateY(-15px);
    }
    80%{
        -moz-transform: translateY(0);
    }
    100%{
        -moz-transform: translateY(0);
    }
}

@keyframes jump {
    0%{
        transform: translateY(0);
    }
    20%{
        transform: translateY(0);
    }
    40%{
        transform: translateY(-30px);
    }
    50%{
        transform: translateY(0);
    }
    60%{
        transform: translateY(-15px);
    }
    80%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(0);
    }
}
.round{
    position: absolute;
    opacity: 0.2;
    left: 0;
    animation: go 5s infinite alternate ease-in-out;
    -webkit-animation: go 5s infinite alternate ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes go {
    0%   {}
    100% {opacity: 0.4;}
}
@-webkit-keyframes go {
    0%   {}
    100% {opacity: 0.4;}
}
.awan1{
    position: absolute;
    top: 24%;
    height: 9%;
    bottom: 0;
    left: 50%;
    animation: wave1 50s infinite linear;
    -webkit-animation: wave1 50s infinite linear;
    opacity: 0.8;
}
.awan2{
    position: absolute;
    top: 5%;
    height: 5%;
    bottom: 0;
    left: 70%;
    animation: wave1 40s infinite linear;
    -webkit-animation: wave1 50s infinite linear;
    animation-delay: 0s;
    opacity: 0.8;
}
.awan3{
    position: absolute;
    height: 10%;
    bottom: 15%;
    left: 35%;
    z-index: 2;
}
.awan4{
    position: absolute;
    height: 7%;
    bottom: 11%;
    left: 0%;
    opacity: 0.8;
    animation: wave2 40s infinite linear;
    -webkit-animation: wave2 40s infinite linear;
    animation-delay: 0s;
}
.awan5{
    position: absolute;
    height: 10%;
    opacity: 0.9;
    top: 6%;
    left: 24%;
    z-index: 2;
}
.sun{
    position: absolute;
    left: -80px;
    top: -100px;
    width: 500px;
}
@keyframes wave1 {
    0%, 100% {}
    50% {left: 110%;}
    51% {left: -10%;opacity: 0;}
    52% {opacity: 0.8;}
} 
@-webkit-keyframes wave1 {
    0%, 100% {}
    50% {left: 110%;}
    51% {left: -10%;opacity: 0;}
    52% {opacity: 0.8;}
} 
@keyframes wave2 {
    from {
        left: -10%;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes wave2 {
    from {
        left: -10%;
    }
    to {
        left: 100%;
    }
}

.home-desc{
    padding-left: 50px;
    margin-left: 5%;
    width: 500px;

}
.home-desc h2{
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 25px;
    margin-top: 0;
}
.home-desc p{
    font-size: 20px;
    line-height: 30px;
}
.content{
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 0;
    left: 0;
    top: -220px;
    top: 0;
    bottom: 0;
    right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    max-width: 100%;
}
.tableCell{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.wrap, .home-bg{
    /* margin-top: -4%; */
}
.btn-register{
    /* background: #e51c4c; */
    text-align: center;
    display: inline-block;
    padding: 8px 10px;
    margin-top: 18px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(6%,#a72d4b),color-stop(7%,#e51c4c),color-stop(100%,#e51c4c));
    background-image: -webkit-linear-gradient(-270deg,#a72d4b 6%,#e51c4c 7%,#e51c4c 100%);
    background-image: linear-gradient(0deg,#a72d4b 6%,#e51c4c 7%,#e51c4c 100%);
    background-color: #e51c4c;
}
.btn-register:hover{
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(6%,#88172e),color-stop(7%,#c92043),color-stop(100%,#c92043));
    background-image: -webkit-linear-gradient(-270deg,#88172e 6%,#c92043 7%,#c92043 100%);
    background-image: linear-gradient(0deg,#88172e 6%,#c92043 7%,#c92043 100%);
    background-color: #c92043;
}
.btn-register a{
    color: #fff;
    letter-spacing: 1px;
    font-size: 17px;
}
.btn-register a:hover{
    text-decoration: none;
}

/******************************************
    DESCRIPTION
******************************************/
.desc{
    position: relative;
}
.desc h2{
    text-align: center;
    margin-bottom: 80px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 39px;
}
.desc h3{
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 30px;
    line-height: 31px;
    color: #28a8e0;
}
.desc-icon{
    text-align: center;
    padding-bottom: 100px;
}
.desc-icon img{
    width: 40%;
}
.desc-icon p{
    text-align: justify;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 15px;
    line-height: 24px;
}
/******************************************
    PARTNER
******************************************/
.partner{
    position: relative;
    height: auto;
    padding: 4% 0;
    margin-top: 10%;
}
.partner > img{
    width: 100%;
    position: absolute;
    bottom: 0;
}
.brand{
    height: 29px;
    display: inline-block;
}
.brand-col{
    text-align: center;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    float: none;
    display: inline-block;
}
.partner-con{
}
/******************************************
    FOOTER
******************************************/
.footer{
    background: #eee;
    padding: 85px 0px;
    z-index: 10;
}
.footer-dash{
    padding: 40px 0px;
}
.footer-text{
    padding-left: 60px;
}
.footer-text h3 {
    margin-bottom: 20px;
    line-height: 30px;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}
.footer-text p{
    line-height: 22px;
}
.footer-text a{
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.footer-text i {
    width: 35px;
    font-size: 19px;
    text-decoration: none;
    color: #333;
}
.footer-bottom{
    background-color: black;
    height: 50px;
    width: 100%;
    bottom: 0;
}
.left {
    text-align: center;
    padding: 15px 0px;
    color: white;
    width: 100%;
    font-size: 13px;
}

/******************************************
    LOGIN
******************************************/
.modal-logo{
    color: #ed2227;
    font-size: 30px;
    text-align: center;
}
.login-title{
    font-size: 22px;
    text-align: center;
    padding-bottom: 0px;
}
.login-title > p{
    margin: 22px 0px;
}
.login-form{
    margin: 25px 0px;
}
.form-input{
    border: 1px solid;
    width: 80%;
    color: #ccc;
    border-radius: 3px;
    float: none;
    margin: 15px auto;
}
.input{
    margin: 3px;
    width: 100%;
}
.form-input i{
    margin-left: -34px;
    border-right: 1px solid;
    padding-right: 14px;
    font-size: 18px;
}
.form-control{
    width: 80%;
    display: inline-block;
    border: none!important;
    outline: none!important;
    box-shadow: none!important;
    padding-left: 15px;
}
.login-footer{
    border: none!important;
    text-align: center!important;
    padding-top: 0px;
}
.modal-footer{
    padding-bottom: 15px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.button-login{
    background-color: #ed2227;	  	
    border-radius: 3px;
    padding: 6px 12px 9px 12px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    width: 80%;
    margin: 17px 0px 5px;
    border: none;
}
.button-login:hover{
    background-color: #6b0303;
    text-decoration: none;
    color: #fff;
}
.login-signup{
    text-align: center;
    font-size: 15px;
    margin-bottom: 25px;
}
.login-error{
    font-size: 13px;
    color: #ed2227;
    text-align: center;
    margin-bottom: 10px;
}
.login-option{
    font-size: 12px;
    padding: 0px 45px;
    text-align: left;
}
.option-detail{
    display:inline-block;
    margin: 0px 30px 10px 0px;
}
.divider{
    float: none;
    margin: 10px auto;
    width: 80%;
    text-align: center;
    color: #ccc;
    font-size: 20px;
}
.divider hr {
    margin-left:auto;
    margin-right:auto;
    width:40%;
    margin-top: 18px;
}
.hr-left {
    float:left;
}
.hr-right {
    float:right;	
}
.facebook{
    background: #3b5998;
    opacity: 0.9;	
}
.twitter{
    background: #00aced;
    opacity: 0.9;	
}
.google{
    background: #d34836;
    opacity: 0.9;	
}
.frame{
    color: white;
    height: 40px;
    font-size: 28px;
    border-radius: 3px;
    margin: auto;
    width: 25%;
    display: inline-block;
}
.frame:hover{
    opacity: 1;
}
.frame.twitter{
    margin: 0px 7px;
}
.close{
    color: #ed2227!important;
}
.social-media a:hover,
.social-media a:focus {
    text-decoration: none;
}

/******************************************
    SIGNUP
******************************************/
.signup-option{
    font-size: 14px;
    padding: 8px;
    margin: 0;
    list-style: none;
    float: left;
    min-width: 80px;
}
.form-input-signup{
    border: 1px solid;
    width: 80%;
    color: #ccc;
    border-radius: 5px;
    float: none;
    margin: 7px auto;
    padding:0;
    text-align: left;
    display: inline-flex;
}
.button-signup{
    margin: 22px 0px 30px;
}
.signup-error{
    margin: 20px 0px 3px;
}
.terms{
    float: none;
    margin: auto;
    font-size: 12px;
    width: 80%;
    margin-top: 10px;
}
#myModal2{
    overflow: scroll;
}
/******************************************
    SUPPORT PAGE
******************************************/	
.navbar-right.nav-sup a{
    text-shadow: none!important;
}
.title-sup h3{
    font-weight: bold;
}
.navbar-custom a:hover{
    text-decoration: none;
}
.bottom{
    min-height: calc(100vh - 456px);
}
.input.input-supp{
    margin-left: 0!important;
    margin-top: 26px;
}
.form-input.input-supp{
    width: 50%;
}
.button-login.button-forgot{
    width: 50%;
}
.success-message{
    color: #4F8A10;
    background-color: #DFF2BF;
    width: 50%;
    padding: 10px;
    border-radius: 3px;
    margin-top: 16px;
}
.reset-error{
    font-size: 13px;
    color: #ed2227;
    margin-bottom: 10px;
}
.page-success{
    text-align: center;
}
/******************************************
    DASHBOARD
******************************************/
.header-dashboard{
    position: relative;
    background-color: #fff;
}
.contain-forgot{
    padding: 6% 0;
}
.bottom{
    min-height: calc(100vh - 338px);
}
.dashboard-header{
    margin: 40px 0px 30px;
}
.dashboard-tab{
    display: inline-block;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px 15px 25px;
    border-radius: 3px;
    width: 83%;
    margin-bottom: 50px;
}
.nav-pills{
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 15%;
}
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #ed2227;
}
.nav-pills>li>a{
    color: #333;
    background-color: #fff;
    border-radius: 3px;
}
.footer-request{
    text-align: center;
}
.footer-height{
    margin-bottom: 0px;
}
.request{
    margin-left: 0;
    margin-right: 0;
    width: 100%!important;
}
.btn-send{
    width: 200px;
}
.table-result th{
    text-align: center;
}
.td-status{
    text-align: center;
    color: #4F8A10;
}
.table-result tr, .table-result th{
    font-weight: normal;
}
.table-responsive{
    margin-top: 20px;
}
.fa-caret-right{
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 13px;
}
.nav>li>a:hover{
    background-color: #fff;
}
.upload-error{
    font-size: 13px;
    color: #ed2227;
}
.icon-download{
    height: 30px;
    width: auto;
}
.pad-top-bot-13{
    padding-top: 13px!important;
    padding-bottom: 13px!important;
}
.pad-top-bot-13 a{
    color: #333;
}

.modal-content-custom {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    margin: 0 auto
}

.modal-header-custom {
    border-bottom: 0;
    background: #ed2227;
    padding: 7px 10px
}

.modal-header .close {
    margin-top: -2px;
    outline: 0
}

.main-modal {
    margin: 0!important
}

.tCenter, .tCenter:hover {
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

.status-style {
    text-align: center;
    color: red;
}

.icon-download-center {
    display: block;
    margin: 0 auto;    
}

/******************************************
    RESPONSIVE
******************************************/
@media (max-width: 1400px) {
    .partner{
        padding: 2% 0;
        margin-top: 12%;
    }
    .brand{
        height: 26px;
    }

    /* .panel-custom{
            padding-top: 40px;
    } */
}

@media (max-width: 1120px){
    .orang2{
        width: 720px;
        right: -9px;
        bottom: -8%;
    }
    .orang1{
        width: 720px;
        right: -9px;
        bottom: -9%;
    }
    .home-bg2{
        width: 700px;
        top: auto;
    }
}
@media(max-width: 1199px){
    .desc-icon p{
        padding-left: 40px;
        padding-right: 40px;
    }
    .dashboard-fluid{
        width: 100%;
    }
}
@media(max-width: 1027px){
    .dashboard-tab{
        width: 82%;
    }
}


@media (max-width: 1024px) {
    .orang2{
        width: 487px;
        right: 14px;
        bottom: -6%;
    }
    .orang1{
        width: 487px;
        right: 11px;
        bottom: -4%;
    }
    .home-bg2{
        width: 467px;
        top: auto;
    }
    .home{
        margin-bottom: 50px;
    }
    .desc{
        padding-top:50px;
        margin-top: 0;
    }
    .home{
        height: 500px;
    }
    .home-desc{
        width: 430px;
    }
}


@media (max-width: 992px) {
    .home-bg2{
        top: 60px;
        width: 483px;
    }
    .home{
        height: 500px;
    }
    .partner{
        padding: 0% 0;
        margin-top: 14%;
    }
}
@media (max-width: 991px) {
    .home{
        margin-bottom: 0;
    }
    .panel-custom{
        padding-top: 0;
    }
    .partner{
        margin-top: 11%;
    }
    .brand{
        height: 22px;
    }
    .padding-custom{
        padding-top: 45px;
    }
    .home-bg2,
    .sun,
    .orang1,
    .orang2,
    .awan1,
    .awan2,
    .awan4,
    .flare{
        display: none;
    }
    .desc{
        margin-top: 0px;
    }
    h3 br{
        display: none;
    }
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

}

@media (max-width: 768px) {

}
@media (max-width: 767px) {
    .home{
        height: 100vh;
    }
    .header{
        padding-left: 15px;
        padding-right: 15px;
    }
    .desc-icon{
        padding-bottom: 60px;
    }
    .desc-icon p{
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .home-desc{
        padding-left: 0;
    }

    .desc{
        margin: 60px 0px;
        margin-bottom: 0;
    }
    .home-desc{
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        width: auto;
    }
    .partner > img{
        display: none;
    }
    .partner{
        background: rgba(128,181,65,1);
        background: -moz-linear-gradient(45deg, rgba(128,181,65,1) 0%, rgba(209,221,42,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(128,181,65,1)), color-stop(100%, rgba(209,221,42,1)));
        background: -webkit-linear-gradient(45deg, rgba(128,181,65,1) 0%, rgba(209,221,42,1) 100%);
        background: -o-linear-gradient(45deg, rgba(128,181,65,1) 0%, rgba(209,221,42,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(128,181,65,1) 0%, rgba(209,221,42,1) 100%);
        background: linear-gradient(45deg, rgba(128,181,65,1) 0%, rgba(209,221,42,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80b541', endColorstr='#d1dd2a', GradientType=1 );
        padding-top: 30px;
        margin-top: 0;
    }
    .form-input i{
        padding-right: 18px;
        margin-left: -43px;
    }
    .login-option{
        padding: 0px 59px;
    }
    .nav-pills{
        width: 100%;
    }
    .dashboard-tab{
        width: 100%;
        margin-top: 15px;
    }
    .table-responsive>.table>thead>tr>th{
        white-space: normal;
    }
}
@media (max-width: 680px) {
    .form-input i{
        padding-right: 14px;
    }
    .login-option{
        padding: 0px 51px;
    }
}
@media (max-width: 580px) {
    .col-xs-580{
        width: 33.3333333%;
        margin: 0 20px;
    }
    .form-input i{
        margin-left: -29px;
    }

    .form-input.input-supp {
        width: 70%;
    }
    .button-login.button-forgot {
        width: 70%;
    }
    .success-message{
        width: 70%;
    }
    .reset-error {
        width: 70%;
    }
}
@media (max-width: 480px) {
    .footer-text{
        width: 100%;
        padding-bottom: 30px;
        padding-left: 0;
    }
    .footer-text h3{
        margin-bottom: 10px;
    }
    .padding-custom{
        padding-top: 0;
    }
    .login-option{
        padding: 0px 2px;
    }
    .form-input i{
        margin-left: -37px;
        padding-right: 11px;
    }
    .frame{
        width: 31%;
    }
    .divider{
        width: 100%;
    }
    .form-input, .form-input-signup{
        width: 100%;
    }
    .button-login{
        width: 100%;
    }
    .modal-content{
        width: 100%!important;
    }
}
@media (max-width: 380px) {
    .header{
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xs-380{
        width: 33.333333%;
    }
    .frame{
        width: 30%;
    }
}
@media (max-width: 340px) {
    .form-input i{
        margin-left: -18px;
    }
    .frame{
        width: 29%;
    }
    .header{
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media(min-width: 1024px) and (max-width: 1400px){
    .home{
        height: 85vh;
    }
    .home-bg2{
        width: 560px;
    }
    .orang1,
    .orang2{
        width: 540px;
    }
    .home-desc h2{
        font-size: 32px;
    }
    .home-desc p{
        font-size: 18px;
    }
    .orang2{
        bottom: -7%;
        right: 1%;
    }
    .orang1{
        right: 1%;
        bottom: -6%;
    }
    .land{
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 1921px) {
    .container, 
    .container-fluid{
        width: 1920px;
        overflow: hidden;
    }
}
