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

/*************** ADD CUSTOM CSS HERE.   ***************/
td{color: black;}

/*.marquee {
  width: 100vw;
  overflow: hidden;
}

.marquee__inner {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  animation: marquee 40s linear infinite;
}

.marquee__group {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 28px;
  font-weight: 600;
  color: #1f4d2c;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.section-test {
    position: relative;
}

.section-test::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/02/PTW%205.png) no-repeat;
    background-size: 50%;
    background-position: left center;
    margin: 8em 0em 0em -12em;
    z-index: 5;
    pointer-events: none;
    opacity: 0.5;
}*/
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
    background-color: white;
    border-color: rgba(0, 0, 0, .09);
    border-radius: 99px;
    box-shadow: none;
    color: currentColor !important;
}
.primary, input[type=submit], input[type=submit].button {
    background-color: white;
    color: black;
}
html {
  scroll-behavior: smooth;
}
#logo {
    width: 10em !important;
    margin-top: 2em;
}
h1, .banner h1, .banner h2{
  font-size: 3.1rem;
}
h5{
  font-size: 1.1rem;
}
.section-footer{
  border-radius: 50px 50px 0 0px;
}
.section-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2026/02/PTW%2012.png) no-repeat;
    background-size: 80%;
    background-position: bottom right;
    z-index: 5;
    pointer-events: none;
    opacity: 0.5;
}
/*.grid-hinh-anh {
    margin-left: 25em;
}*/
/*.bg-contact{
    background: url(/wp-content/uploads/2026/02/PTW%2012.png) no-repeat;
}
.event-images{
    position:relative;
    height:650px;
}*/

/* ảnh trên */

/*.event-images .img-top{
    position:absolute;
    width:330px;
    right:40px;
    top:0;
}
*/
/* ảnh dưới */

/*.event-images .img-bottom{
    position:absolute;
    width:420px;
    left:0;
    bottom:0;
}*/
.absolute-footer{
    padding: 0px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.contact-name,
input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.contact-name {
    font-family: 'Neue Plak Regular';
    color: #014C39;
    border: 1px solid #014C39;}

.cf-container {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.contact-name {
    background: #014C39;
    color: white;
    border-radius: 10px;
}


/*CSS FORM EMAIL*/
.download-form-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.download-form-row .download-email {
    flex: 1;
}
h3.title {
    color: #014c39;
    text-transform: uppercase;
    font-size: x-large;
}
.download-form-row .download-email input {
    width: 100%;
    height: 46px;
    border-radius: 6px;
    background: #014c39;
    color: #ffffff !important;
}
.download-form-row .download-submit input {
    height: 46px;
    padding: 0 24px;
    white-space: nowrap;
    border-radius: 6px;
    cursor: pointer;
    background: #014c39;
    color: white;
}
/* Mobile */
@media (max-width: 768px) {
    .download-form-row {
        flex-direction: column;
    }
    .download-form-row .download-submit,
    .download-form-row .download-submit input {
        width: 100%;
    }
}
/*CSS FORM EMAIL*/








/* CSS TABLET */
@media only screen and (min-width: 30em) and (max-width: 48em) {

#logo {
    width: 7em !important;
    margin-top: 0.7em;
}
h1, .banner h1, .banner h2{
  font-size: 1.9rem;
}
h5{
  font-size: 0.7rem;
}
/*.grid-hinh-anh {
    margin-left: 5em;
}*/


}


/* CSS MOBILE */
@media only screen and (max-width: 30em) {

#logo {
    width: 3em !important;
    margin-top: -35px;
}
h1, .banner h1, .banner h2{
  font-size: 0.8rem;
}
h5{
  font-size: 0.3rem;
}
.banner-text{margin-top: 10px}
/*.grid-hinh-anh {
    margin-left: 5em;
}*/


}

