.footer_widget {
    display: inline-block;
    font-size: 12px;
    line-height: 2.2;
    text-align: left;
    width: 300px;
    overflow: hidden;
    margin: 0 0 30px 0;
    padding: 0;
    vertical-align: top;
    position: relative;
}

.ph6 {
    color: #ff6633;
    font-weight: 700;
    font-size: 20px;
}


.text-footer {
    font-size: 12px;
    line-height: 2.0;
    padding-right: 10px;
}
.text-footer ul li {
    line-height: 2.2;
}
#myFooter .row1 .text-footer ul li a:hover {
    color: #92785f;
}
#myFooter .row1 h3 a {
    font-size: 28px;
    color: #b69e84;
}

#myFooter {
    background-color: #222222;
    color: white;
    padding-top: 50px;
}

#myFooter .footer-copyright {
    background-color: #222222;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}
#myFooter .container .con {
      border-top: 1px solid #444;
}
#myFooter .footer-copyright .con-under .foot-center {
    margin-bottom: 40px;
}
#myFooter .footer-copyright .con-under .foot-center h3 {
      color: #fff;
      font-size: 35px;
      font-family: "Times New Roman";
      margin-bottom: 0px;
      padding-bottom: 10px;
}
#myFooter .footer-copyright .con-under .foot-center ul li{
     display: inline-block;
     color: #fff;
     font-size: 14px;
     font-weight: 500;
    
}
#myFooter .footer-copyright .con-under .foot-center ul li a:hover {
     color: #92785f;
}
#myFooter .footer-copyright .con-under .icon p {
      color: #fff;
      font-size: 16px;
      font-weight: 700;
      font-family: "Times New Roman";
      text-align: left;
}
#myFooter .footer-copyright .con-under .icon p a:hover {
    color: #92785f;
}

#myFooter .row {
    margin-bottom: 60px;
}

#myFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#myFooter .footer-copyright p {
    margin: 10px;
    color: #ccc;
}

#myFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

#myFooter h5 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

#myFooter h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#myFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
    text-decoration: none;
    color: white;
}

#myFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#myFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#myFooter .social-networks a:hover {
    text-decoration: none;
}

#myFooter .facebook:hover {
    color: #0077e2;
}

#myFooter .google:hover {
    color: #ef1a1a;
}

#myFooter .twitter:hover {
    color: #00aced;
}

#myFooter .btn {
    color: white;
    background-color: #d84b6b;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #myFooter {
        text-align: center;
    }
    .new-bawah {
        margin-top: 20px;
    }
}


/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
    height: 100%;
}

body{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: 100%;
}

.content{
   flex: 1 0 auto;
   -webkit-flex: 1 0 auto;
   min-height: 200px;
}

#myFooter{
   flex: 0 0 auto;
   -webkit-flex: 0 0 auto;
}



.tablepress {
    border: solid 1px #ddd;
}
.tablepress {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
}
.tablepress2 {
    width: 100%;
    border: none;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
}


.tablepress tbody td {
    vertical-align: top;
}
.Tpress07 td {
    background-color: #222!important;
    text-align: right!important;
    border: 1px solid #fff;
    padding-right: 10px;
}
.Tpress07 {
    margin-right: 5px;
}

.tablepress tbody tr:first-child td {
    border-top: 0;
}
.tablepress .column-2 {
    padding-left: 20px;
}
/*.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: 1px solid #ddd;
}*/
/*.tablepress tbody td {
    vertical-align: top;
}*/
