/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#contactButton {
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}

#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}

#contactButton .ctb {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
}

#contactButton .ctb,
#contactButton .panel {
    border-radius: 5px 5px 0 0;
}

#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    #contactButton .ctb {
        right: 70px;
    }
}

@media (max-width: 499px) {
    #contactButton {
        right: auto;
        left: 0;
        width: 90%;
    }
}

.layout-contact {
    margin-bottom: 30px
}

.layout-contact .contact {
    margin-bottom: 20px;
    border: 1px solid #ff6700
}

.layout-contact .contact h4 {
    display: inline-flex;
    align-items: center;
    background:#ff6700;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.layout-contact .contact .info-contact {
    padding: 10px
}

.layout-contact .contact .info-contact .description {
    margin-top: 10px
}

.layout-contact .contact .info-contact .group-address {
    margin-top: 10px
}

.layout-contact .contact .info-contact .group-address .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px
}

.layout-contact .contact .info-contact .group-address ul {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.layout-contact .contact .info-contact .group-address ul li {
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center
}

@media (max-width: 767px) {
    .layout-contact .contact .info-contact .group-address ul li {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.layout-contact .contact .info-contact .group-address ul li .icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff6700;
    border-radius: 50%;
    margin-right: 10px
}

.layout-contact .contact .info-contact .group-address ul li .icon svg path {
    fill: #ff6700
}

.layout-contact .contact .info-contact .group-address ul li b {
    display: block
}

.layout-contact .contact .info-contact .group-address ul li a {
    color: #000
}

.layout-contact .contact .info-contact .group-address ul li a:hover {
    color: #f25c05
}

.layout-contact .contact .info-contact .group-address .see-store {
    color: #fff;
    background-color: #ff6700;
    line-height: 38px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px
}

.layout-contact .contact .info-contact .group-address .see-store:hover {
    background-color: #f25c05
}

.layout-contact .form-contact {
    border: 1px solid #ff6700
}

@media (max-width: 991px) {
    .layout-contact .form-contact {
        margin-bottom:20px
    }
}

.layout-contact .form-contact .content-form {
    padding: 10px;
    display: block
}

.layout-contact .form-contact h4 {
    display: inline-flex;
    align-items: center;
    background: #ff6700;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    padding: 5px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.layout-contact .form-contact .group_contact {
    padding: 10px
}

.layout-contact .form-contact .group_contact>div {
	display: flex;
	align-items: center;
}
.layout-contact .form-contact .group_contact>div>em {
	padding: 0 4px;
}

.layout-contact .form-contact .group_contact input,.layout-contact .form-contact .group_contact textarea {
    border: 1px solid #ff6700;
    width: 100%;
    /* margin-bottom: 10px; */
    outline: none;
    font-size: 14px;
    border-radius: 8px
}

.layout-contact .form-contact .group_contact input {
    padding: 5px 20px;
    border: 1px solid #e6e6e6
}

.layout-contact .form-contact .group_contact textarea {
    padding: 10px 20px;
    height: 77px;
    border: 1px solid #e6e6e6
}

.layout-contact .form-contact .group_contact .btn-lienhe {
    background: #ff6700;
    color: #fff;
    border: initial;
    padding: 0 20px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 8px
}

.layout-contact .form-contact .group_contact .btn-lienhe:hover {
    background-color: #f25c05
}

#contact_map {
    height: 100%;
    min-height: 450px;
    position: sticky;
    top: 80px;
}

#contact_map iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 8px;
}

@media (max-width: 991px) {
    #contact_map {
        position: static;
        min-height: 350px;
        margin-top: 20px;
    }
    #contact_map iframe {
        height: 350px;
        min-height: 350px;
    }
}

.map-fallback-link { display:block; height:100%; text-decoration:none; }
.map-fallback {
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    height:100%; min-height:450px; background:#f8f5f2;
    border:2px dashed #e0d5cc; border-radius:8px; text-align:center; padding:30px; gap:12px;
}
.map-fallback p { color:#555; font-size:14px; line-height:1.6; margin:0; }
.map-fallback span { color:#E65C00; font-weight:600; font-size:13px; }
.map-fallback:hover { background:#fff3ed; border-color:#E65C00; }

.bodytext{

	margin-bottom: 10px;
	padding: 10px;
}
.layout-contact .form-contact .group_contact input[type="checkbox"] {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
.layout-contact .form-contact .group_contact span{
	display: inline-block;
	margin-left: 4px;
}
.layout-contact .form-contact .group_contact .fa-pointer{
	cursor: pointer
}
.layout-contact .form-contact .group_contact select.select{
	width:100%;
}
