h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    color: #ac9455;
    outline: none !important;
    text-decoration: none
}

    a:focus, a:hover {
        color: #ac9455;
        text-decoration: none
    }

.pagination {
    display: block;
    text-align: center;
    margin-top: 22px
}

    .pagination .prev, .pagination .pages, .pagination .next, .pagination .page {
        display: inline-block
    }

    .pagination .prev, .pagination .next {
        display: inline-block
    }

        .pagination .prev .btn-prev, .pagination .prev .btn-next, .pagination .next .btn-prev, .pagination .next .btn-next {
            display: inline-block;
            width: 62px;
            height: 27px;
            line-height: 27px;
            border: 1px solid #ac9455;
            border-radius: 30px;
            color: #ac9455;
            background: #fff;
            font-size: 12px;
            text-decoration: none;
            transition: all .2s ease-in
        }

            .pagination .prev .btn-prev:hover, .pagination .prev .btn-next:hover, .pagination .next .btn-prev:hover, .pagination .next .btn-next:hover {
                color: #fff;
                background: #ac9455
            }

    .pagination .prev {
        margin-right: 20px
    }

    .pagination .next {
        margin-left: 20px
    }

    .pagination .page {
        display: inline-block;
        margin-left: 4px
    }

        .pagination .page:first-child {
            margin-left: 0
        }

        .pagination .page.active .page-item {
            border-color: #ac9455;
            color: #fff;
            background: #ac9455
        }

        .pagination .page .page-item {
            display: inline-block;
            width: 27px;
            height: 27px;
            line-height: 27px;
            border: 1px solid transparent;
            border-radius: 30px;
            color: #898989;
            text-decoration: none;
            transition: all .2s ease-in
        }

            .pagination .page .page-item:hover {
                border-color: #ac9455;
                color: #fff;
                background: #ac9455
            }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.rubberBand {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

.container.contact-us {
    padding-bottom: 60px
}

.top-breadcrumb {
    height: 14px;
    margin-top: 15px;
    margin-bottom: 98px;
    line-height: 14px;
    text-transform: uppercase
}

    .top-breadcrumb a {
        color: #333
    }

        .top-breadcrumb a:hover {
            color: #ac9455
        }

    .top-breadcrumb span {
        color: #7d7d7d
    }

.map {
    position: relative;
    width: 100%;
    height: 458px;
    margin-bottom: 20px;
    background: url("/images/contact-us/world-map.png") top center
}

    .map .marker {
        display: inline-block;
        position: absolute;
        width: 36px;
        height: 63px;
        margin-left: -18px;
        margin-top: -36px;
        background: url("/images/contact-us/map-marker.png") center center
    }

.msg {
    position: relative;
    text-align: center
}

    .msg .msg-panel {
        position: relative;
        z-index: 99;
        padding: 60px 100px;
        border: 1px solid #ac9455;
        background-color: #fff
    }

        .msg .msg-panel .office {
            text-align: left
        }

            .msg .msg-panel .office li {
                display: inline-block;
                float: left;
                width: 20%;
                margin-bottom: 25px;
                font-size: 14px;
                line-height: 14px;
                text-align: center;
                cursor: pointer
            }

                .msg .msg-panel .office li a {
                    display: inline-block;
                    padding-bottom: 6px;
                    border-bottom: 1px solid transparent;
                    color: #7d7d7d;
                    text-decoration: none
                }

                    .msg .msg-panel .office li a.active {
                        border-bottom-color: #ac9455;
                        color: #ac9455
                    }

                .msg .msg-panel .office li:hover a {
                    border-bottom-color: #ac9455;
                    color: #ac9455
                }

        .msg .msg-panel .contact-method {
            margin-top: 15px
        }

            .msg .msg-panel .contact-method .header .title-icon {
                min-width: 87px;
                min-height: 87px;
                margin-bottom: 20px
            }

            .msg .msg-panel .contact-method .header .office-name,
            .msg .msg-panel .contact-method .header .notice-title
             {
                text-align: center
            }

                .msg .msg-panel .contact-method .header .office-name .divider,
                .msg .msg-panel .contact-method .header .notice-title .divider {
                    position: relative;
                    display: inline-block;
                    width: 710px;
                    height: 0;
                    border-top: 1px solid #ac9455
                }

                .msg .msg-panel .contact-method .header .office-name .title,
				.msg .msg-panel .contact-method .header .notice-title .title
                 {
                    position: relative;
                    width: 370px;
                    top: -20px;
                    margin: 0 auto 14px auto;
                    color: #ac9455;
                    background-color: #fff;
                    font-size: 24px;
                    line-height: 24px;
                    text-transform: uppercase
                }

            .msg .msg-panel .contact-method .header address {
                margin-bottom: 46px;
                color: #343333;
                font-size: 16px;
                line-height: 16px
            }

            .msg .msg-panel .contact-method .content .icon {
                width: 130px;
                height: 130px;
                margin-bottom: 30px;
                border-radius: 130px;
                background: url("/images/contact-us/g-icon.png")
            }

            .msg .msg-panel .contact-method .content .icon-2 {
                background-position: 0 -150px
            }

            .msg .msg-panel .contact-method .content .icon-3 {
                background-position: 0 -300px
            }

            .msg .msg-panel .contact-method .content .msg {
                font-size: 14px;
                line-height: 1.4;
                color: #343333
            }

        .msg .msg-panel .more-box {
            margin-top: 70px
        }

            .msg .msg-panel .more-box .view-more {
                display: inline-block;
                height: 41px;
                line-height: 41px;
                padding-left: 30px;
                padding-right: 30px;
                border: 1px solid #ac9455;
                border-radius: 41px;
                color: #ac9455;
                background: #fff;
                text-align: center;
                text-decoration: none;
                outline: none;
                cursor: pointer;
                text-transform: uppercase;
                transition: all .2s ease-in-out
            }

                .msg .msg-panel .more-box .view-more:hover {
                    color: #fff;
                    background: #ac9455
                }
.msg .msg-panel .contact-method.margin-top70{
	margin-top: 70px;
}
.margin-bottom30{
	margin-bottom: 30px;
}
.notice-text{
	font-size: 14px;
    color: #343333;    
    text-align: justify;    
    line-height: 22px;
}
.notice-row{
	margin-left: 13%;
    margin-right: 13%;
}
.notice-ul {
    margin: 20px 0;
    text-align: justify;
    list-style-type: disc;
    margin-left: 16px;
}
.notice-ul li{
	/*height: 28px;*/
	line-height: 28px;
}
.notice-ul .notice-href{
	cursor: pointer;
}
.notice-text .notice-office-name{
	display: inline-block;
    padding: 0;
}