/*
Theme Name: theme_thumoi
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.transparent .header-main {
    height: 90px;
    margin-top: 40px;
}
 :root {
      --primary: #7EB400; /* Primary green */
    }
.event-card_tm1 {
      max-width: 100%;
      margin: 0 auto;
    }

    .event-header_tm1 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    max-width: 1200px;
}
    .event-header_tm1 h2 {
      color: var(--primary);
      font-size: 30px;
      margin: 0;
      text-transform: uppercase;
      font-weight: 700;
    }
    .event-header_tm1 .logo_tm1 {
      height: 60px;
      width: auto;
    }

    /* Info table */
    table.event-info_tm1 {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
		max-width: 1200px;
    margin: 0 auto;
    }
    table.event-info_tm1 th {
    text-align: left;
    width: 25%;
    font-weight: 700;
    padding: 15px 0;
    vertical-align: top;
    font-size: 18px;
    text-transform: none;
    color: #1C1C1C;
		    border: none;
		    text-transform: none;
}
    table.event-info_tm1 td {
      padding: 15px 0;
		font-size: 16px;
		color: #1C1C1C;
		    border: none;
    }
    /* Green separators */
    table.event-info_tm1 tbody tr:not(:last-child) th,
    table.event-info_tm1 tbody tr:not(:last-child) td {
      border-bottom: 1px solid var(--primary);
    }

    /* Audience list */
    ul.attendant-list_tm1 {
      list-style: none;
      margin: 0;
      padding: 0;
    }
    ul.attendant-list_tm1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
    margin-left: 0;
}
    ul.attendant-list_tm1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background: var(--primary);
    border-radius: 50%;
}
.transparent #logo img {
    max-height: 90px;
    display: none;
}
@media (max-width: 1500px) {
	.header-wrapper{
		    max-width: 1200px;
    margin: 0 auto;
	}
}

    /* Mobile breakpoint */
    @media (max-width: 849px) {
      table.event-info_tm1 th,
      table.event-info_tm1 td {
        display: block;
        width: 100%;
      }
      table.event-info_tm1 th {
        font-weight: 700;
        margin-top: 0;
      }
      table.event-info_tm1 tr:first-child th {
        margin-top: 0;
      }
      table.event-info_tm1 tbody tr th,
      table.event-info_tm1 tbody tr td {
        border-bottom: none;
      }
      table.event-info_tm1 tbody tr {
        border-bottom: 1px solid var(--primary);
        padding-bottom: 8px;
      }
      
      .event-header_tm1 .logo_tm1 {
        height: 48px;
      }
    }

 .ref-card_rf {
      max-width: 100%;
      margin: 0;
    }

    .ref-header_rf {
      display: inline-block;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 16px;
		width: 100%;
    }
    .ref-header_rf h2 {
    color: var(--primary);
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    display: inline-block;
    width: auto;
    margin-right: 20px;
		    width: auto;
    margin-right: 15px;
}
.ref-header_rf p {
    margin-bottom: 0;
    float: left;
    margin: 0 !important;
}
    /* Pill button */
    .btn-pill_rf {
      background: var(--primary);
      color: #fff;
      border: none;
      border-radius: 14px;
      font-size: 12px;
      padding: 4px 14px;
      cursor: pointer;
    }

    .ref-sub_rf {
    font-weight: 600;
    margin-bottom: 15px;
    color: #45961F;
    font-size: 16px;
}

    table.metrics_rf {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
    }
    table.metrics_rf th {
      text-align: left;
      padding: 15px 0;
      width: 50%;
		font-size: 16px;
		color: #1C1C1C;
		border: none !important;
		    text-transform: none;
    }
    table.metrics_rf td {
      text-align: left;
      padding: 8px 0;
      font-weight: 600;
		font-size: 16px;
		color: #1C1C1C;
		border: none !important;
    }
    table.metrics_rf tbody tr:not(:last-child) th,
    table.metrics_rf tbody tr:not(:last-child) td {
      border-bottom: 1px solid var(--primary);
    }
table.metrics_rf tbody tr {
      border-bottom: 1px solid var(--primary);
    }
table.metrics_rf tbody tr:last-child {
      border-bottom: none;
    }
    .metrics-link_rf {
      font-weight: 400;
      margin-left: 10px;
      color: var(--primary);
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer;
    }
.thumoi_block3_1200 .col-inner{
	max-width: 1200px;
    margin: 0 auto !important;
}
    /* ---------- Thông tin liên hệ ---------- */
    .contact-card_rf {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0;
    padding-top: 0 !important;
}
#footer{
	display: none;
}
    .contact-card_rf h2 {
      color: var(--primary);
      font-size: 30px;
      margin: 0 0 16px 0;
      text-transform: uppercase;
      font-weight: 700;
    }
    .contact-details_rf {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 24px;
      align-items: center;
      font-size: 14px;
		line-height: 0;
    color: #000000;
    }
    .contact-details_rf span {
      display: flex;
      align-items: center;
      gap: 6px;
    }
    .contact-details_rf svg {
      width: 16px;
      height: 16px;
      stroke: currentColor;
      flex-shrink: 0;
    }
.html.header-button-1 .button.primary{
	    background: linear-gradient(90deg, #FFCB1E -16.75%, #7EB400 88.18%, #45961F 187.23%);
    background-color: inherit;
	font-size: 13px;
}
.html.header-button-2 .button.primary{
	    background: #fff !important;
    background-color: inherit;
	color: rgba(126, 180, 0, 1);
	font-size: 13px;
}
.page-id-22 .html.custom.html_topbar_right{
	display: none;
}
.page-id-20 .html.header-button-2, .page-id-20 .html.header-button-1{
	display: none;
}
.page-id-20 .html.custom.html_topbar_right .html.header-button-2, .page-id-20 .html.custom.html_topbar_right .html.header-button-1{
	display: inline-block;
}
@media (max-width: 1199px) {
	.ref-card_rf, .contact-card_rf {
    padding-left: 15px;
    padding-right: 15px;
}
}

    @media (max-width: 849px) {
      table.metrics_rf th,
      table.metrics_rf td {
        display: block;
        width: 100%;
      }
      table.metrics_rf th {
                margin-top: 0;
        padding: 10px 0px;
        padding-bottom: 0;
      }
		table.event-info_tm1 tbody tr:not(:last-child) th, table.event-info_tm1 tbody tr:not(:last-child) td {
    border-bottom: none;
    padding: 10px 0;
}
		table.event-info_tm1 tbody tr:not(:last-child) th{
			padding-bottom: 0;
		}
      table.metrics_rf tbody tr {
        border-bottom: 1px solid var(--primary);
      }
      table.metrics_rf tbody tr:last-child {
        border-bottom: none;
      }
      table.metrics_rf td {
        text-align: left;
      }
      .contact-details_rf {
        flex-direction: column;
        align-items: flex-start;
      }
		ul.attendant-list_tm1 {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: -15px;
}
		.event-card_tm1 h2, .ref-card_rf h2, .contact-card_rf h2{
			font-size: 20px;
		}
		.thumoi_block3_1200 {
			padding: 0 !important;
		}
		.btn-pill_rf {
    background: var(--primary);
    color: #fff;
    border: none;
    border-radius: 14px;
    font-size: 11px;
    padding: 4px 10px;
    cursor: pointer;
    /* margin: 0 !important; */
    margin-right: 0;
    margin-bottom: 0;
    margin-top: -5px;
}
		.contact-details_rf {
    display: inline-block;
    flex-wrap: wrap;
    gap: 16px 24px;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    max-width: 300px;
}
		.transparent .header-main {
    height: 60px !important;
    margin-top: 0;
    margin-bottom: 0;
}
		.transparent #logo img {
    max-height: 60px !important;
}
		    .medium-logo-left .flex-left {
        flex: 1 1 0;
        order: 2;
        display: none;
    }
		.header.has-transparent, .header.show-on-scroll, .header.transparent {
        position: relative;
        background: #99cf5d;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
    }
		.html.header-button-1 .button.primary {
    background: linear-gradient(90deg, #FFCB1E -16.75%, #7EB400 88.18%, #45961F 187.23%);
    background-color: inherit;
    width: 170px;
    height: 37px;
    overflow: hidden;
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 54px;
}
		
    }
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}