.elementor-415 .elementor-element.elementor-element-b26a46d{--display:flex;}.elementor-415 .elementor-element.elementor-element-eb4f5cf{--display:flex;}.elementor-415 .elementor-element.elementor-element-2658fb0 iframe{height:435px;}.elementor-415 .elementor-element.elementor-element-cd50350{--display:flex;}.elementor-415 .elementor-element.elementor-element-1c3a48e{--display:flex;}.elementor-415 .elementor-element.elementor-element-a663a4b.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-415 .elementor-element.elementor-element-a663a4b{text-align:center;}.elementor-415 .elementor-element.elementor-element-a663a4b .elementor-heading-title{-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 0px rgba(0,0,0,0.3);}@media(min-width:768px){.elementor-415 .elementor-element.elementor-element-b26a46d{--content-width:100%;}.elementor-415 .elementor-element.elementor-element-eb4f5cf{--width:100%;}.elementor-415 .elementor-element.elementor-element-cd50350{--width:100%;}}/* Start custom CSS *//* CSS cho desktop */
@media (min-width: 1024px) {
.contact {
    width: 100%;
}

.contact__inner {
    width: 65%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.contact__heading .elementor-heading-title{
    color: var(--primary-color);
    font-size: 2.2rem;
    line-height: 25.6px;
    margin-bottom: 40px;
}

.contact__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.contact__text .elementor-heading-title{
    margin: 30px 0;
    line-height: 25.6px;
}

.contact__list-text {
    display: block;
    font-size: 1.3rem;
}

/*About*/
.about {
    margin-top: 50px;
    width: 100%;
    
}

.about__inner {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.about__img {
    display: block;
    margin-bottom: 30px !important;
}

.about__text .elementor-heading-title{
    margin-bottom: 25px;
    color: var(--primary-color);
    text-align: center;
    font-size: 1.4rem;
    line-height: 26px;
}

.about__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.about__img-bottom {
    margin-top: 40px
}

}
/*Responsive Tablet*/
@media (min-width: 768px) and (max-width: 1023px) {
.contact {
    
    width: 100%;
}

.contact__inner {
    width: 100%;
    margin-top: 30px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.contact__heading .elementor-heading-title{
    color: var(--primary-color);
    font-size: 1.8rem;
    line-height: 25.6px;
    margin-bottom: 40px;
}

.contact__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.contact__text .elementor-heading-title{
    margin: 30px 0;
    line-height: 25.6px;
}

.contact__list-text {
    display: block;
    font-size: 1.3rem;
}  

.about {
    margin-top: 50px;
    min-width: 100%;
}

.about__img {
    display: block;
    margin-bottom: 30px !important;
}

.about__text .elementor-heading-title{
    margin-bottom: 25px;
    color: var(--primary-color);
    text-align: center;
    font-size: 1.6rem;
    line-height: 26px;
}

.about__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.about__img-bottom {
    margin-top: 30px
}     
    
}

/* CSS cho mobile */
@media (max-width: 767px) {
.contact {
    width: 100%;
}

.contact__inner {
    width: 100%;
    margin-top: 30px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.contact__heading .elementor-heading-title{
    color: var(--primary-color);
    font-size: 1.8rem;
    line-height: 25.6px;
    margin-bottom: 40px;
}

.contact__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.contact__text .elementor-heading-title{
    margin: 30px 0;
    line-height: 25.6px;
}

.contact__list-text {
    display: block;
    font-size: 1.3rem;
}

.about {
    margin-top: 50px;
    min-width: 100%;
}
    
.about__img {
    display: block;
    margin-bottom: 30px !important;
}

.about__text .elementor-heading-title{
    margin-bottom: 25px;
    color: var(--primary-color);
    text-align: center;
    font-size: 1.2rem;
    line-height: 26px;
}

.about__line {
    width: 100%;
    height: 1px;
    background: #ccc;
}

.about__img-bottom {
    margin-top: 30px
}     
     
}/* End custom CSS */