/*
Theme Name: Maxweb
Description: This is a child theme for Flatsome Theme
Theme URI: https:
Author: Hoan
Author URI: 
Template: flatsome
Version: 3.6.1
*/


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

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
h1, h2, h3, h4, h5, h6, span, div, li, a, p, em, strong{
	font-family: "Mulish", sans-serif!important;
}
.header-main .nav > li > a{
	font-family: "Mulish", sans-serif!important;
}
.ux-timer {
	background: #fff!important;
}
.ux-timer span{
	color: #015788!important;
	background: transparent!important;
	font-family: "Mulish", sans-serif!important;
}
.bnt1{
	background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121)) !important;
}
.text-ch{
    padding: 0 20px;
}
.text-ch p{
	margin-bottom: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-border-horizontal-spacing: 0;
  -webkit-border-vertical-spacing: 0;
}
tr td, th {
    border: 0.9px solid #fff!important;
    padding: 12px 10px !important;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
}
table tr:nth-child(even) {
  background-color: hsl(195deg 47% 33%/3%);
}
.icon-ft .icon-box-text{
    padding-left: 10px;
}
.icon-ft .has-icon-bg .icon .icon-inner {
    background: #015788;
}
.icon-ft:hover .has-icon-bg .icon .icon-inner {
    background: #ff0000;
	color: #ff0000;
}
.sec-ft .form-dk {
    background: transparent;
}
.wpcf7-list-item input{
	height: auto!important;
}
.wpcf7-checkbox{
    display: grid;
    text-align: justify;
    background: #fff;
    border-radius: 4px;
    padding: 20px 20px 5px;
    margin-bottom: 15px;
}
.wpcf7-list-item-label{
	color: #111;
}
.post-title.is-large a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}








.form-dk input[type=submit]{
    background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121)) !important;
}
.form-dk input {
	height: 44px;
	box-shadow: none;
	border-radius: 4px;
}
.form-dk {
    padding: 30px;
    background: #389ad2;
    border-radius: 10px;
}
.form-lh input {
	height: 40px;
	box-shadow: none;
}
.form-lh input[type=submit]{
	width: 100%;
    background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121)) !important;
}
.wpcf7-spinner {
    display: none;
}
#metu .mmt-container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2147483646;
    pointer-events: none;
    box-sizing: border-box
}

#metu .mmt-container--fit {
    text-align: center;
}

#metu .mmt-container--fit .mmt-button__label {
    white-space: nowrap
}

#metu .mmt-container--fit .mmt-app {
    display: inline-flex;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

#metu .mmt-app {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    transition: all .24s;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol
}

#metu .mmt-app-rectangle {
    flex-direction: row
}
.page-numbers {
    clear: both;
    overflow: hidden;
}
#metu .mmt-app--circle {
    height: 100vh;
    width: 100%!important;
    flex-direction: column;
    padding: 8px
}

#metu .mmt-app--circle-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

#metu .mmt-app--circle-top-right {
    align-items: flex-end;
    justify-content: flex-start
}

#metu .mmt-app--circle-middle-left {
    align-items: flex-start;
    justify-content: center
}

#metu .mmt-app--circle-middle-right {
    align-items: flex-end;
    justify-content: center
}

#metu .mmt-app--circle-bottom-left {
    align-items: flex-start;
    justify-content: flex-end
}

#metu .mmt-app--circle-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

#metu .mmt-app.mmt-app--mobile {
    justify-content: space-evenly;
    height: 60px
}

#metu .mmt-app--hidden {
    transform: translateY(160%)
}

#metu .mmt-button {
    display: flex;
    align-items: center;
    align-self: stretch;
    padding: 0 10px;
    flex-direction: row;
    cursor: pointer;
    position: relative;
    justify-content: center;
    border-radius: 3px;
    height: 40px;
    margin: 5px;
    min-width: 200px;
    text-align: center;
}

#metu .mmt-button.mmt-button--circle {
    margin: 4px 5px!important;
    border-radius: 20px!important
}

#metu .mmt-button.mmt-button--circle.mmt-button--square {
    margin: 1px -8px!important;
    border-radius: 4px 0 0 4px!important
}

#metu .mmt-button--circle .mmt-button__icon {
    margin: 0;
    transition: margin-right .25s cubic-bezier(.4,0,.2,1)
}

#metu .mmt-button--circle .mmt-button__label {
    width: 0;
    overflow: hidden;
    transition: width .25s cubic-bezier(.4,0,.2,1);
    white-space: nowrap;
    text-overflow: clip
}

#metu .mmt-button--circle:hover .mmt-button__icon {
    margin-right: 10px
}

#metu .mmt-button--circle:hover .mmt-button__label {
    width: 168px
}

#metu .mmt-button {
background-image: linear-gradient(rgb(255, 106, 0), rgb(238, 9, 121)) !important;
}

#metu .mmt-button:hover {
    background-color: rgba(27,27,27,.2)
}

#metu .mmt-button--circle,#metu .mmt-button--circle:hover,#metu .mmt-button--mobile,#metu .mmt-button--mobile:hover {
    background-color: transparent;
    background-color: initial
}

#metu .mmt-button--mobile {
    height: 60px;
    justify-content: center;
    margin: 0!important
}

#metu .mmt-menu__item {
    pointer-events: auto
}

#metu .mmt-menu__item--mobile {
    flex: 1 1
}

#metu .mmt-menu__item--mobile:not(:first-child) {
    border-left: 1px solid hsla(0,0%,100%,.2)
}

#metu .mmt-button--mobile {
    flex-direction: column;
    flex: 1 1
}

#metu .mmt-button--mobile .mmt-button__icon {
    margin-right: 0;
    margin-bottom: 4px
}

#metu .mmt-button__icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    box-sizing: border-box
}

#metu .mmt-button__icon--motion {
    animation: tada 1.2s infinite
}

#metu .mmt-button--mobile .mmt-button__label {
    font-size: 12px;
    line-height: 13px;
    max-height: 26px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

#metu .mmt-button__label {
    font-size: 18px;
    line-height: 20px
}

#metu .mtt-text-field--fullWith {
    width: 100%
}

#metu .mmt-form-item:not(:last-of-type) {
    margin-bottom: 16px
}

#mom-root iframe {
    border: none!important;
    overflow: hidden!important;
    position: fixed!important;
    z-index: 2147483647!important;
    width: 100vw!important;
    max-width: 100vw!important;
    max-height: 100vh!important;
    margin: 0!important
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate(-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.3,1.3,1.3) rotate(3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.3,1.3,1.3) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

#metu .react-datepicker-wrapper {
    display: block
}

#metu .react-datepicker__day--selected {
    border-radius: 50%;
    background-color: #58aff3
}

#metu .react-datepicker__time-list-item--selected {
    background-color: #58aff3
}
