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

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

:root {
    --sp-gradient1:linear-gradient(-137deg, var(--sp-primary) 0%, var(--sp-primary2) 100%);
    --sp-gradient2:linear-gradient(137deg, #11104d 0%, #060534 100%);
    --sp-green:#ffffff;
    --sp-white:#ffffff;
    --sp-primary-light:#fff9f9;
    --sp-primary:#94D13A;
    --sp-primary2:#70BA02;
    --sp-secondary:#11104d;
    --sp-secondary2:#060534;
    --sp-secondary-dark:#252525;
    --sp-border-dark:#dddddd;
    --sp-border-light:#e9e9e9;
    --sp-border-extra-light:#f2f2f2;
    --sp-scrollbar-thumb:#c2c2c2;
    --sp-font-sans-serif:"Poppins",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --sp-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --sp-shadow: 2px 5px 20px rgba(0, 0, 0, .2);
    --sp-radius: 3px;
    --sp-transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.av-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Columns chung */
.av-columns-area {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.av-column-12, .av-column-6, .av-column-3 {
    padding: 15px;
}

.av-column-12 { width: 100%; }
.av-column-6 { width: 50%; }
.av-column-3 { width: 25%; }

@media (max-width: 768px) {
    .av-column-6, .av-column-3 { width: 100%; }
}

/* Section chung */
.av-py-default {
    padding: 60px 0;
}

/* About Section */
#about-section {
    position: relative;
}

.about-content {
    position: relative;
	z-index: 0;
}

.about-content img {
    max-width: 90%;
    height: auto;
}

.shapedotted {
    position: absolute;
    top: -8%;
    left: -8%;
    z-index: -1;
}

.about-content-summery {
    position: relative;
    z-index: 0;
}
.about-summery i:first-child, .about-summery i:nth-child(2) {
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    border: 20px solid transparent;
    border-right-color: #043140;
}
.about-summery i:nth-child(2) {
    left: auto;
    right: -20px;
    border-right-color: transparent;
    border-left-color: #043140;
}
.about-summery i:nth-child(3), .about-summery i:last-child {
    width: 100px;
    bottom: -20px;
    left: -80px;
    z-index: -2;
    border: 41px solid var(--sp-primary);
    border-left-color: transparent;
}
.about-panel .heading-title h6 {
    font-size: 16px;
}
.heading-title h6 {
    font-size: 23px;
    margin-bottom: 10px;
    background: var(--sp-gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.skill-section, .team-section {
    background: #f9f9f9;
}
.skill-content img {
    border-radius: 15px;
}
.about-summery {
    max-width: 80%;
    background: var(--sp-gradient1);
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    padding: 20px 25px;
    margin: -75px auto 0;
    position: relative;
    display: block;
    box-shadow: 0 10px 30px -10px #808080;
}
.about-summery i:last-child {
    bottom: -20px;
    left: auto;
    right: -80px;
    border: 41px solid var(--sp-primary);
    border-right-color: transparent;
}
.about-summery i {
    position: absolute;
}
.about-panel .heading-title h3 {
    font-size: 28px;
    margin: 10px 0;
}

.about-panel p {
    color: #666;
}
.skill-heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.skillbar {
    position: relative;
    display: block;
    margin-bottom: 16px;
    width: 100%;
    height: 8px;
    z-index: 0;
    padding: 14px 0;
}
.skillbar:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 8px;
    background: #d0d0d0;
    z-index: -1;
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
    -webkit-transition-property: width, background-color;
    transition-property: width, background-color;
}
.skillbar-bar {
    position: absolute;
    width: 0;
    bottom: 0;
    top: 0;
    left: 0;
}
.skill-bar-percent:after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 8px;
    height: 8px;
    margin: 0 auto;
    background: #11104d;
    transform: rotate(45deg);
}
.skill-bar-percent {
    position: absolute;
    top: -98%;
    font-size: 12px;
    width: 100%;
    max-width: 40px;
    padding: 0 0.5rem;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-left: -4%;
    letter-spacing: 0.5px;
    color: #ffffff;
    background: #11104d;
    z-index: 1;
}

.av-blockquote {
    border: 0;
    padding: 30px 48px;
    border-radius: 100px 100px 100px 0;
    background: #f3ece7;
    position: relative;
    z-index: 0;
}
blockquote {
    border-color: inherit !important;
}
.av-blockquote:before {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 0;
    background: #f3ece7;
    width: 90px;
    height: 90px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    z-index: -1;
}
.av-blockquote h5 {
    font-size: 23px;
    padding: 8px 8px 8px 35px;
    font-weight: 600;
    font-style: normal;
    position: relative;
    z-index: 0;
}
.av-blockquote h5:before, .av-blockquote h5:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    background: var(--sp-gradient1);
    z-index: 0;
}
.av-blockquote h5:before {
    height: 100%;
}
.av-blockquote h5:after {
    height: 60%;
    left: 10px;
}
.contact-area {
    display: flex;
    align-items: center;
}
.contact-info h6 {
    font-size: 16px;
}

.contact-info {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    color: inherit;
    word-break: break-word;
}
.about-footer .widget-contact .title {
    font-size: 22px;
}
.about-footer .widget-contact .text {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 7px;
}
.about-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    margin-left: 26px;
}
.about-footer .widget-contact .contact-icon {
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.about-footer .widget-contact img {
    border-radius: 100px;
}

.heading-default {
    text-align: center;
    margin-bottom: 40px;
}

.heading-default h3 {
    font-size: 32px;
    margin-bottom: 10px;
}

.heading-default .primary-color {
    color: #007bff;
}

.heading-default .separator, .col-home-2 .separator {
    width: 143px;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    position: relative;
    z-index: 0;
}
.heading-default .separator:after, .heading-default .separator:before, .col-home-2 .separator:after, .col-home-2 .separator:before, .col-sv .separator:before, .col-sv .separator:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: var(--sp-gradient2);
}
.heading-default .separator>span, .col-home-2 .separator>span, .col-sv .separator>span {
    display: inline-flex;
    align-items: center;
    position: relative;
}
.heading-default .separator>span:after, .heading-default .separator>span:before, .col-home-2 .separator>span:after, .col-home-2 .separator>span:before {
    content: "";
    width: 7px;
    height: 7px;
    display: inline-block;
    border-radius: 100px;
    position: relative;
    z-index: 1;
    background: var(--sp-gradient1);
}
.heading-default .separator>span:before, .col-home-2 .separator>span:before, .col-sv .separator>span:before {
    right: 5.5px;
}
.heading-default .separator>span:after, .col-home-2 .separator>span:after, .col-sv .separator>span:after {
    left: 5.5px;
}
.heading-default .separator span span, .col-home-2 .separator span span{
    width: 11px;
    height: 11px;
    border: 2px solid transparent;
    display: inline-block;
    border-image-slice: 1;
    border-image-source: var(--sp-gradient1);
}
.heading-default.text-center .separator, .heading-default.text-center, .col-home-2 .separator, .col-sv .separator {
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
}
.heading-default .separator:after, .col-home-2 .separator:after, .col-sv .separator:after {
    left: 0;
}
.heading-default .separator:before, .col-home-2 .separator:before, .col-sv .separator:before {
    right: 0;
}
.col-sv .separator span span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 23"><polygon fill="%23ffcc00" points="11.5,0 14.5,7.5 22,8.5 16.5,14 17.5,21.5 11.5,17.5 5.5,21.5 6.5,14 1,8.5 8.5,7.5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 1;
}
.col-sv .separator {
    width: 100%;
    height: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    position: relative;
    z-index: 0;
}
.col-sv .separator:before, .col-sv .separator:after {
    width: 100%;
    height: 2px;
	background: #a3a3a3;
}
.stepbox {
    position: relative;
    text-align: center;
    z-index: 0;
}
.stepbox-outer {
    position: relative;
    z-index: 0;
}
.stepbox .step-effect {
    position: absolute;
    bottom: 5px;
    right: -94px;
    width: 154px;
    height: 22px;
    background: url(/wp-content/uploads/2025/03/step.png) no-repeat center center;
}
.stepbox .stepbox-icon {
    position: relative;
    display: inline-block;
    font-size: 35px;
    text-align: center;
    line-height: 130px;
    width: 130px;
    border-radius: 50%;
    height: 130px;
    background: var(--sp-gradient1);
    color: #ffffff;
    -webkit-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
    z-index: 0;
}
.step-section, .contactinfo-section {
    background: url(https://demolop.haduyson.com/wp-content/uploads/2025/03/step_bg.png) no-repeat scroll center center / cover #f9f9f9;
}
.fa, .fas {
    font-weight: 900;
}
.stepbox .stepbox-icon:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 65%;
    height: 65%;
    border-radius: inherit;
    margin: auto;
    border: 7px solid var(--sp-secondary);
    -webkit-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}
.stepbox .stepbox-content {
    margin-top: 22px;
}
.stepbox .stepbox-content .stepbox-title {
    font-size: 22px;
}
.step-section .av-columns-area [class*='av-column-']:last-child .stepbox .step-effect {
    display: none;
}
.step-section .av-columns-area [class*='av-column-']:nth-child(even) .stepbox .step-effect {
    transform: rotateX(-190deg);
    bottom: auto;
    top: 3px;
    right: -84px;
}
.stepbox .stepbox-icon .stepbox-number {
    height: 36px;
    width: 36px;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    font-weight: 600;
    top: 5px;
    left: -5px;
    z-index: 1;
    color: #ffffff;
    border: 3px solid #ffffff;
    background: var(--sp-secondary-dark);
    -webkit-transition: all 0.49s ease 0s;
    transition: all 0.49s ease 0s;
}

/* Timeline Section */
#timeline-section {
    position: relative;
}

.timeline-section [class*="av-column-"] {
    position: relative;
    width: 100%;
    padding: 0 15px;
    z-index: 0;
}

.timeline-circle {
    position: relative;
}

.timeline-content strong {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.shape1, .shape2, .shape3, .shape4, .shapetimeline1, .shapetimeline2, .shapetimeline3 {
    position: absolute;
    z-index: -1;
}

.shape1 { top: 10%; left: 5%; }
.shape2 { bottom: 10%; right: 5%; }
.shape3 { top: 50%; left: 10%; }
.shape4 { bottom: 20%; right: 10%; }

/* Team Section */
.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-member {
    text-align: center;
    margin: 15px;
    width: 250px;
}

.team-thumb img {
    width: 100%;
    border-radius: 8px;
}

.social-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-links li a {
    color: #007bff;
    font-size: 18px;
}

.team-info h5 {
    font-size: 18px;
    margin: 10px 0 5px;
}

.team-info p {
    color: #666;
}

/* Skill Section */
#skill-section .skill-content img {
    max-width: 100%;
    height: auto;
}

.skill-desc {
    margin: 15px 0;
}

/* Scroll Up Button */
.scrollup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #007bff;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    display: none;
}

.scrollup.is-active {
    display: block;
}

.scrollup i {
    font-size: 20px;
}
.skill-section .skillbar-bar:after, .skillbar-bar:before, .skills-wrapper .skillbar-bar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto 0;
    width: 100%;
    height: 8px;
    background: #8fce33;
    z-index: 0;
}
.skill-section .skillbar-bar:after, .skills-wrapper .skillbar-bar:after {
    background: -webkit-linear-gradient(135deg, #8fce33 25%, #09083a 25%, #09083a 50%, #8fce33 50%, #8fce33 75%, #09083a 75%);
    z-index: 1;
}
.team-section .owl-item {
    width: 245px;
    margin-right: 30px;
}
.team-member {
    margin: 0;
    position: relative;
    z-index: 0;
    display: block;
    text-align: center;
    box-shadow: 0 0 3px -1px rgb(0 0 0 / 50%);
}
.team-member .team-thumb {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.widget.widget_social_widget {
    position: relative;
    z-index: 0;
}

.team-member .team-thumb img {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    height: auto;
    width: 100%;
    object-fit: cover;
}
.team-member .team-info {
    background: #ffffff;
    border-top: 0;
    padding: 24px 10px 22px;
    position: relative;
    z-index: 0;
}

.team-member .team-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: var(--sp-gradient1);
    z-index: -1;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.team-member .team-info p {
    margin: 0 0 10px;
    word-break: break-word;
}

.shapes-section {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.timeline-content {
    position: relative;
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: -5.3%;
    padding: 2.12rem;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 16%);
    z-index: 0;
}
.timeline-item:nth-child(odd) .timeline-content:before {
    left: 0;
}
.timeline-item:nth-child(odd) .timeline-content:before {
    background: var(--sp-gradient1);
}
.timeline-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 100%;
    z-index: -1;
}
.timeline strong {
    display: block;
    font-size: 20px;
    color: var(--sp-secondary-dark);
}
    .av-sm-column-1 {
        -ms-flex: 0 0 16.333333%;
        flex: 0 0 16.333333%;
        max-width: 16.333333%;
    }
.px-md-3 {
    padding-left: 1.3rem;
    padding-right: 1rem;
}
.timeline-item:nth-child(odd) .timeline-shaped {
    filter: drop-shadow(0.5px 6px 7px rgb(216 25 86 / 55%));
}
.timeline-item:nth-child(even) .timeline-shape::before {
    background: var(--sp-gradient2);
}
.timeline-shaped {
    vertical-align: top;
    display: inline-block;
    margin: 0;
}
.timeline-shape {
    width: 35px;
    height: 40px;
    display: block;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -5%);
    background: transparent;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.timeline-item:hover .timeline-shape, .timeline-item:focus-within .timeline-shape {
    background: #ffffff;
    top: 0;
}
    .text-md-center {
        text-align: center;
    }
.timeline-item:nth-child(odd) .timeline-shape::before {
    background: var(--sp-gradient1);
}
.timeline-shape::before {
    content: "";
    width: 25px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: var(--sp-gradient1);
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
.timeline-item:nth-child(odd) .timeline-date {
    text-align: right;
}
.timeline-item .timeline-date {
    color: var(--sp-primary);
    font-size: 1.5625rem;
    font-weight: 700;
    -webkit-transition: all .35s cubic-bezier(.645,.045,.355,1);
    transition: all .35s cubic-bezier(.645,.045,.355,1);
}
    .order-md-3 {
        order: 3;
    }
.timeline-item {
    justify-content: space-around;
}
.timeline-item {
    margin-bottom: 0;
    padding-bottom: 5.8rem;
    position: relative;
    align-items: flex-start;
    justify-content: flex-end;
}
    .order-md-1 {
        order: 1;
    }
.timeline-item:nth-child(even) .timeline-content:before {
    right: 0;
}
.timeline-item:nth-child(even) .timeline-content:before {
    background: var(--sp-gradient2);
}
.timeline-item:nth-child(odd) {
    flex-direction: row-reverse;
}
.order-2 {
    order: 2;
}
    .av-md-column-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px solid #dee0e7;
    height: 83%;
    transform: translateX(-50.1%);
}
.timeline-section .av-columns-area [class*='av-column-'] {
    margin-bottom: 50px;
}
.contactform-cards-item {
    padding: 40px;
    color: #ffffff;
    background-color: var(--sp-secondary-dark);
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 10px;
}
.contactform-cards-item .cards-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
}
.contactform-cards-item .cards-area .cards-icon {
    font-size: 40px;
    line-height: 40px;
    margin-right: 16px;
}
.widget li a:hover, .widget li a:focus {
    color: var(--sp-primary);
}
.contactform-cards-item .cards-area .cards-title {
    font-size: 30px;
    font-weight: 600;
}
.contactform-cards-item .cards-area .cards-btn {
    margin-left: 25px;
    flex-shrink: 0;
}
.av-btn i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 92%;
    background: rgb(255 255 255 / 50%);
    color: var(--sp-white);
    border-radius: 5px;
    margin-left: 12px;
    margin-right: -5px;
    float: right;
}
.av-btn-primary {
    color: var(--sp-white);
    background: var(--sp-gradient1);
    border-color: var(--sp-primary);
}
.av-btn {
    font-size: 16px;
    font-weight: 500;
    padding: 8px 14px;
    line-height: 2;
    letter-spacing: .3px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: initial;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    z-index: 0;
}
.widget_social_widget li {
    display: inline-block;
}
.widget_social_widget li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--sp-secondary-dark);
    text-decoration: none;
    box-shadow: 0 0 13px -2px rgb(0 0 0 / 20%);
}
.contactform-section .widget>ul>li+li {
    border-top: none;
}
.widget>ul>li>a{
    padding: 0;
}
.widget_social_widget ul {
    margin-top: -10px;
}
.widget_social_widget li {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: visible;
    list-style: none;
    margin: 0;
    margin-left: 10px !important;
    overflow: visible;
    list-style: none;
}
body .widget_social_widget li {
    margin-top: 10px;
}
.widget_social_widget li {
    display: inline-block;
}
aside.share-toolkit.widget.widget_social_widget {
    margin-bottom: 0;
}

.fa-phone-alt:before {
    content: "\f879";
}
.contactform {
    padding: 55px;
    background: #ffffff;
    border-radius: 10px;
    margin-top: -10%;
    box-shadow: 0 5px 60px -2px rgb(0 0 0 / 12%);
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
#responsive-form {
    margin: 0 auto;
    width: 100%;
}
.form-row {
    width: 100%;
}
.column-half, .column-full {
    float: left;
    position: relative;
    padding: 0.65rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .column-half {
        width: 50%;
    }
.wpcf7-form-control-wrap {
    position: relative;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 10px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0;
    display: block;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 500;
    max-height: 50px;
    padding: .813rem 1rem;
    vertical-align: middle;
    width: 100%;
    background-color: #f5f6fa;
    border: 1px solid #f5f6fa;
    outline: none;
    letter-spacing: .5px;
    box-shadow: none;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
 input[type="submit"] {
    color: var(--sp-white);
    background: var(--sp-gradient1);
    border-color: var(--sp-primary);
	 font-size: 16px;
    font-weight: 500;
    padding: 8px 14px;
    line-height: 2;
    letter-spacing: .3px;
    border-width: 1px;
    border-style: solid;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: initial;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    z-index: 0;
}
iframe {
    width: 100% !important;
	height: 400px;
}









/* Responsive */
@media (max-width: 768px) {

.team-member {
 width: 100%;
}
.shapes-section [class*="shape"], .stepbox .step-effect {
 display: none;
}
.av-container-fluid, .av-container {
    padding: 0 25px;
}
.about-content img {
    display: block;
    margin: 0 auto;
}	
.av-py-default {
    padding: 30px 0;
}
.heading-title h2, .heading-default h2 {
    font-size: 30px;
}
.av-columns-area.step-contents p {
    margin: 0 0 10px;
    word-break: break-word;
}
.timeline::before {
  left: 0 !important;
  height: 100% !important;
}	
.av-xs-column-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}	
.av-xs-column-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .timeline-item:nth-child(odd) .timeline-date {
        text-align: left !important;
    }
    .timeline-item {
        padding-bottom: 1rem !important;
    }
    .pb-3 {
        padding-bottom: 2rem !important;
    }
    .timeline-item:nth-child(2) .timeline-content {
        border-left-color: #ff5600;
    }
    .timeline-item:nth-child(even) .timeline-content {
        border-left: 5px solid var(--sp-primary);
        border-right: 0;
    }
.timeline-item {
    justify-content: space-around;
}
.order-3 {
    order: 3;
}
.timeline-item:nth-child(4) .timeline-content {
        border-left-color: #12affe;
    }
.timeline-item:nth-child(2) .timeline-content {
        border-left-color: #ff5600;
}
.timeline-date {
    order: 1 !important; /* Luôn hiển thị đầu tiên */
}
	    .team-section .owl-item {
        width: 100% !important;
        margin: 10px !important;
    }
.column-half {
    width: 100%;
}
    .contactform-cards-item .cards-area .cards-title {
        font-size: 18px !important;
    }	
.share-toolkit .toolkit-hover, .widget_social_widget li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }	
.contactform-cards-item .cards-area .cards-btn {
    margin-left: 10px;
}
.contactform {
    padding: 30px;
}	
}
