
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap');

#myFooter {
    font-family: 'Roboto', sans-serif;
    background-color: #004a81;
    color: white;
}

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


.text-footer-new {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 27px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 0;
    font-style: normal;
}

.footer-left-new {
    margin-right: 85px; margin-left: -85px;
}

  

.textwidget-new iframe{
    width: 300px;
    height: 300px;
}


/* .text-footer ul li {
    line-height: 2.2;
} */

#myFooter .footer-copyright {
    background-color: #2d2d2d;
    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;
    margin-top: 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: 25px;
    color: white;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

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

#myFooter a {
    color: #ffffff;
    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;
}*/
