@font-face {
    font-family: 'Fontawesome';
    src: url('../fonts/fontAwesome/fontawesome-webfont3e6e.eot') format('embedded-opentype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.svg') format('svg'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.ttf') format('truetype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff') format('woff'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff2') format('woff2'), url('../fonts/fontAwesome/fontawesome-webfontd41d.eot') format('embedded-opentype');
}

.contact-office-img {
    padding-top: 15px;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.contact-shadow {
    box-shadow: 0 5px 5px 0 #888;
}

.contacts-wrap .contact-list {
    padding: 22px 0 0;
    direction: ltr;
    text-align: right;
}

.contacts-wrap .contact-list li {
    padding: 10px 33px 10px 0;
    position: relative;
    border-bottom: 1px solid #efefef;
}

.contacts-wrap .contact-list li i {
    position: absolute;
    right: 0;
    top: 13px;
    color: #FFBB00;
}

.contacts-wrap .contact-list li a {
    color: #666;
    display: inline-block;
}

.section-padding {
    padding-top: 160px;
    padding-bottom: 80px;
}

.contact-box {
    margin-top: 30px;
    text-align:center;
}

.contact-box h4 {
    text-align:right;
    margin-bottom:30px;
    color:#444;
    font-size: 19px;
    position: absolute;
}

.contact-box h4 span {color:#FFBB00;}

.contact-box h4.contact_position {
    position: relative;
}

.title-img-contact {
    display: flex;
}

.contact_icone img {
    position: relative;
    top: -15px;
}

.contact_text {
    margin-right: 15px;
}

.contact-box p {
    text-align:right;
    direction:rtl;
}

/*------------------------------login-agencies------------------------------*/

.card.agencies-sign {
    max-width: 100%;
    width: 850px;
    margin: auto;
    box-shadow: 0 12px 15px 0 rgba(64, 64, 64, 2.5), 0 0px 10px 0 rgba(64, 64, 64, 2.5);
    border-radius: 10px;
    border: 0;
    padding: 15px;
    background: rgba(255,255,255, 0.9);
}

.input_wrap {
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 4px;
    position: relative;
}

.input_wrap label {
    font-weight: 500;
    padding: 0 15px;
    margin: 0;
    border-left: 1px solid #ddd;
    vertical-align: middle;
    width: 80px;
}

label.label-icon {
    font-size: 20px;
}

.leave-comment-wrap .item label {
    cursor: pointer;
    display: block;
    font-weight: 400;
}

.leave-comment-wrap .item span {
    padding-bottom: 7px;
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    color: #bbb;
}

.leave-comment-wrap .item textarea {
    padding: 15px 10px;
    width: 100%;
    height: 180px;
    background: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    color: #666;
    line-height: normal;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}

.space-input {
    margin-left: 10px;
    margin-top: 10px;
    color: #222;
    font-size:14px;
}

.move-radio input {
    position:relative;
    top:3px;
}

.space-span span {
    margin-right: 5px;
    color: #555;
}

.group-check-box {
    display:inline-block;
}

.form-group button {
    color: #333;
    border-radius: 5px;
}

.check-design {
    margin-left: 10px;
    margin-top: 0px;
    color: #333;
    font-size: 15px;
    padding: 8px;
    border-radius: 4px;
}

.check-design span {
    color: #333;
    position: relative;
    top: 2px;
}

.check-design span input {
    position: relative;
    top: -2px;
}

.form-group label.label-inline {
    padding: 0 15px;
    margin: 0;
    border-left: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
}

.label-select label {
    font-size:15px;
    color:#222;
}


.wire-select {
    position: relative;
    top: -5px;
    right: 5px;
    border: 1px solid #999;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 15px;
}
/*------------------------------login-agencies-end-----------------------------*/



/*----contact-google-map-----*/

.section-title-table {
    background: url(../images/pattern/table-1.png) repeat !important;
}

.contatc_about_banner {
    position: relative;
    padding: 120px 0;
    min-height: 400px;
    background: url(../images/contatc-about/contact_us_lowshan.avif);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    top: 107px;
    margin-bottom: 50px;
}



.main-map-section {
    padding: 80px 0 80px 0;
    border-top: 2px solid #ffebb3;
}

.contact-map {
    position:relative;
    overflow:hidden;
    top: 100px;
}

.main-google-map {
    width:100%;
    height:100%;
}

#google-map iframe {
    width: 100%;
    height: 400px !important;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 #999;
    border: 3px solid rgba(128, 94, 0 , 0.2) !important;
}

@media (max-width: 992px) {
.banner-weblog-res {
    top: 57px;
    margin-bottom: 0;
}
}


