* {
	padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: 'Gellix';
    font-weight: 400;
}
.container {
	max-width: 1300px;
	margin: 0 auto;
}
.container-ban {
    max-width: 1300px;
    margin: 0 auto;
}
.containerBlog {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.main-content {
    flex: 2;
    padding: 0;
    border-right: 1px solid #ccc;
    padding-right: 16px;
}
.widget {
    flex: 1;
    padding: 20px;
    background: #f9f9f9;
}
.containerBlog h1, .containerBlog h2 {
    margin-top: 0;
}
.main-content h1 {
    padding-top: 10px;
    font-family: 'Gellix';
    font-size: 42px;
    line-height: 60px;
    font-weight: 900;
}
.main-content h3 {
    padding-top: 30px;
    margin: 0;
    font-family: 'Gellix';
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
}
.main-content h4 {
    padding-top: 30px;
    margin: 0;
    font-family: 'Gellix';
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}
.main-content p {
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}
.main-content b {
    font-weight: 700;
	color:#000;
}
.main-content p a, .main-content ul a, .main-content ol a, .main-content p a b {
    color: #47BE68;
}
.main-content ul, .main-content ol {
    padding-left: 32px;
}
.main-content ul li, .main-content ol li {
    list-style: disc;
}
.main-content ul li, .main-content ol li {
    padding-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.widget {
    flex: 1;
    padding: 20px;
    background: #f9f9f9;
}
.widget h2 {
    margin: 0;
    font-family: 'Gellix';
    font-weight: 900;
    font-size: 32px;
    line-height: 35px;
}
.widget ul {
    padding-left: 24px;
}
.widget ul li {
    list-style: disc;
    padding-top: 8px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
   font-family: 'Gellix';
}
.containerBlog h1, .containerBlog h2 {
    margin-top: 0;
}
.meta-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    font-family: 'Gellix';
    margin-top: 20px;
}
.containerBlog img {
    max-width: 100%;
    height: auto;
}
.widget ul li a{
    color:#000;
}
.blog_main-content-img {
    padding-top: 16px;
    text-align: center;
}
.blog_main-content-img p i {
    font-style: italic;
}
@media (max-width: 1320px) {
.container-ban {
    padding: 0 15px;
}
}
/* Mobile styles */
@media (max-width: 900px) {
    .widget {
        margin-top: 25px;
    }
    .main-content, .widget {
        flex-basis: 100%;
        border-right: none;
    }
    main.main-content {
        padding-right: 0px;
    }
}
@media (max-width: 768px){
.main-content h1 {
    font-size: 32px !important;
    line-height: 46px !important;
    font-weight: 900;
}
}
@media (max-width: 480px){
.main-content h1 {
    font-size: 26px !important;
    line-height: 32px !important;
}
}
iframe{
    max-width:100%;
    margin:20px 0 5px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
}

th,
td {
  text-align: left;
  padding: 8px;
  border: 2px solid #000;
  border-collapse: collapse;
}

@media (max-width: 600px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  th,
  td {
    padding: 8px;
  }

  td {
    min-height: 40px;
  }

  thead tr {
    display: none;
  }

  tr {
    margin: 8px 0;
  }

  td:before {
    content: attr(data-th);
    display: inline-block;
    width: 120px;
    font-weight: bold;
    border-right: 2px solid #000;
    margin-right: 12px;
  }
  table tbody tr td:nth-child(1) {
	font-weight: bold;
  }
  table tbody tr td {
	border-bottom: none;
  }
  table tbody tr td:last-child {
	border-bottom: 2px solid #000;
  }
}