.elementor-1460 .elementor-element.elementor-element-ae26c58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:40px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1460 .elementor-element.elementor-element-ae26c58::before, .elementor-1460 .elementor-element.elementor-element-ae26c58 > .elementor-background-video-container::before, .elementor-1460 .elementor-element.elementor-element-ae26c58 > .e-con-inner > .elementor-background-video-container::before, .elementor-1460 .elementor-element.elementor-element-ae26c58 > .elementor-background-slideshow::before, .elementor-1460 .elementor-element.elementor-element-ae26c58 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1460 .elementor-element.elementor-element-ae26c58 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#EEF8EB;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1460 .elementor-element.elementor-element-4de2d36{text-align:center;}.elementor-1460 .elementor-element.elementor-element-4de2d36 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:40px;font-weight:600;color:#0B4A32;}.elementor-1460 .elementor-element.elementor-element-b5aae01{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--overlay-opacity:0.5;}.elementor-1460 .elementor-element.elementor-element-b5aae01::before, .elementor-1460 .elementor-element.elementor-element-b5aae01 > .elementor-background-video-container::before, .elementor-1460 .elementor-element.elementor-element-b5aae01 > .e-con-inner > .elementor-background-video-container::before, .elementor-1460 .elementor-element.elementor-element-b5aae01 > .elementor-background-slideshow::before, .elementor-1460 .elementor-element.elementor-element-b5aae01 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1460 .elementor-element.elementor-element-b5aae01 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#EEF8EB;--background-overlay:'';}.elementor-1460 .elementor-element.elementor-element-7fd8973{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1460 .elementor-element.elementor-element-7469286.elementor-element{--align-self:flex-end;--order:99999 /* order end hack */;}.elementor-1460 .elementor-element.elementor-element-6741235{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1460 .elementor-element.elementor-element-7fd8973{--width:50%;}.elementor-1460 .elementor-element.elementor-element-6741235{--width:50%;}}/* Start custom CSS for html, class: .elementor-element-88dcb6d *//* Khối thông tin */
.contact-section{
    max-width:520px;
    width:100%;
    margin:auto;
}

/* Mỗi dòng */
.contact-item{
    display:flex;
    align-items:flex-start;
    gap:18px;
    margin-bottom:28px;
}

/* Icon */
.contact-icon{
    width:54px;
    height:54px;
    min-width:54px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#2E7D32;
    color:#fff;

    font-size:20px;

    transition:.3s;
}

.contact-item:hover .contact-icon{
    background:#1B5E20;
    transform:scale(1.08);
}

/* Nội dung */
.contact-content{
    flex:1;
}

/* Tiêu đề */
.contact-content h3{
    margin:0 0 8px;
    font-size:20px;
    font-weight:700;
    color:#0B3D2E;
    line-height:1.3;
}

/* Nội dung */
.contact-content p{
    margin:0;
    font-size:16px;
    color:#555;
    line-height:1.8;
}

/* Desktop lớn */
@media (min-width:1200px){

.contact-section{

    padding-left:20px;

}

}

/* Tablet */
@media (max-width:991px){

.contact-item{

    gap:15px;

}

.contact-icon{

    width:50px;
    height:50px;
    min-width:50px;

    font-size:18px;

}

.contact-content h3{

    font-size:19px;

}

.contact-content p{

    font-size:15px;

}

}

/* Mobile */
@media (max-width:767px){

.contact-item{

    gap:12px;
    margin-bottom:22px;

}

.contact-icon{

    width:46px;
    height:46px;
    min-width:46px;

    font-size:17px;

}

.contact-content h3{

    font-size:18px;

}

.contact-content p{

    font-size:14px;
    line-height:1.6;

}

}/* End custom CSS */