﻿.home-infor {
    background-color: #E9E6E1;
}

    .home-infor .grid.wide {
        max-width: 1253px;
    }

.home-infor-container {
    padding-top: 48px;
}


.home-infor-wrap {
    display: flex;
    /* align-items: center; */
    margin-top: 51px;
    padding-bottom: 48px;
}

    .home-infor-wrap .left {
        width: 706px;
        border-radius: 5px;
        overflow: hidden;
    }

        .home-infor-wrap .left iframe {
        }

    .home-infor-wrap .right {
        flex: 1;
        padding-left: 54px;
    }

        .home-infor-wrap .right .img img {
            width: 100%;
            height: 100%;
        }

        .home-infor-wrap .right .img {
            height: 192px;
        }


        .home-infor-wrap .right .name {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 38px;
            margin-bottom: 26px;
        }

            .home-infor-wrap .right .name h3 {
                margin: 0;
                font-size: 32px;
                font-family: avertaSB;
                color: var(--default-color-1);
            }


            .home-infor-wrap .right .name img {
            }

        .home-infor-wrap .right .descript {
            font-size: 16px;
            color: #595959;
            line-height: 150%;
            border-top: 1px solid #05A1E5;
            padding-top: 26px;
        }

        .home-infor-wrap .right .address {
            margin-top: 23px;
        }

            .home-infor-wrap .right .address p {
                margin: 0;
                color: var(--default-color-1);
                line-height: 200%;
                font-size: 16px;
                position: relative;
                padding-left: 24px;
                padding-right: 60px;
            }

                .home-infor-wrap .right .address p::before {
                    content: "\f007";
                    position: absolute;
                    font-family: FontAwesome;
                    color: #fff;
                    left: 0px;
                    font-size: 14px;
                    transform: translateY(0px);
                    color: var(--default-color-2);
                }

                .home-infor-wrap .right .address p:nth-child(1)::before {
                    content: "\f3c5";
                }

                .home-infor-wrap .right .address p:nth-child(2)::before {
                    content: "\f095";
                }

                .home-infor-wrap .right .address p:nth-child(3)::before {
                    content: "\f095";
                }

                .home-infor-wrap .right .address p:nth-child(4)::before {
                    content: "\f0e0";
                }


/*RS*/
@media(max-width:1023px) {
    .home-infor-wrap .right {
        flex: unset;
        width: 100%;
        padding: 0;
    }

    .home-infor-wrap {
        padding-bottom: 40px;
        flex-direction: column-reverse;
    }

        .home-infor-wrap .right .img {
            height: 300px;
        }

        .home-infor-wrap .left {
            width: 100%;
            margin-top: 30px;
            height: 300px;
        }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .home-infor-container {
        padding-top: 30px;
    }

    .home-infor-wrap .right .img {
        height: 250px;
    }

    .home-infor-wrap .right .name h3 {
        font-size: 25px;
    }

    .home-infor-wrap .right .name img {
        width: 102px;
    }

    .home-infor-wrap {
        margin-top: 30px;
        padding-bottom: 30px;
    }

        .home-infor-wrap .right .address p {
            padding: 0 24px;
            font-size: 14px;
            line-height: 177%;
        }
}
