/*#endregion VN*/
.sharbot{
	display:flex;
	margin-top:8px;
	margin-bottom:15px;
}
.imgMore {
    width: 79px;
    height: 23px;
    background: url("/com/img/home_more.png") no-repeat;
    cursor: pointer;
}

    .imgMore:hover {
        background: url("/com/img/home_more_2.png") no-repeat;
    }

.imgFB {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_fb.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgFB:hover {
        background: url("/com/img/home_fb_2.png") no-repeat;
    }

.imgLine {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_line.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgLine:hover {
        background: url("/com/img/home_line_2.png") no-repeat;
    }

.imgIG {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_Instagram.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgIG:hover {
        background: url("/com/img/home_Instagram_2.png") no-repeat;
    }

.imgWechat {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_wechat.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgWechat:hover {
        background: url("/com/img/home_wechat_2.png") no-repeat;
    }

.imgTwitter {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_TWITTER.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgTwitter:hover {
        background: url("/com/img/home_TWITTER_2.png") no-repeat;
    }

.imgLinked {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_LINKEDIN.png") no-repeat;
    /*float: right;*/
    margin-right: 0px;
    cursor: pointer;
}

    .imgLinked:hover {
        background: url("/com/img/home_LINKEDIN_2.png") no-repeat;
    }

.imgYoutube {
    width: 40px;
    height: 40px;
    background: url("/com/img/home_youtube.png") no-repeat;
    /*float: right;*/
    margin-right: 15px;
    cursor: pointer;
}

    .imgYoutube:hover {
        background: url("/com/img/home_youtube_2.png") no-repeat;
    }

.imgProdPDF {
    width: 28px;
    height: 34px;
    margin-right: 0.5em;
    background: url("/com/img/product_PDF DL.png") no-repeat;
    cursor: pointer;
}

    .imgProdPDF:hover {
        background: url("/com/img/product_PDF DL_2.png") no-repeat;
    }

.imgProd2D {
    width: 33px;
    height: 34px;
    margin-right: 0.5em;
    background: url("/com/img/product_2D3D DL.png") no-repeat;
    cursor: pointer;
}

    .imgProd2D:hover {
        background: url("/com/img/product_2D3D DL_2.png") no-repeat;
    }

.imgProdVideo {
    width: 30px;
    height: 34px;
    margin-right: 0.5em;
    background: url("/com/img/product_Video.png") no-repeat;
    cursor: pointer;
}

    .imgProdVideo:hover {
        background: url("/Images/Product/List/product_Video_2.png") no-repeat;
    }


.imgProdService {
    width: 30px;
    height: 34px;
    background: url("/Images/Product/List/product_Service.png") no-repeat;
    cursor: pointer;
}

    .imgProdService:hover {
        background: url("/Images/Product/List/product_Service_2.png") no-repeat;
    }

.imgSingle {
    width: 37px;
    height: 37px;
    background: url("/Images/Download/download_exe DL.png") no-repeat;
    cursor: pointer;
}

    .imgSingle:hover {
        background: url("/Images/Download/download_exe DL_2.png") no-repeat;
    }
.fade {
    transition: opacity .15s linear;
}	
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
	padding-right: 17px;
	    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
	    max-width: 800px;
		    margin: 1.75rem auto;
}
.modal-content {
	width: inherit;
    height: inherit;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

button.close {
    padding: 20px 0px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	cursor:pointer;
}
.close {
    float: right;
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
	margin: 0;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.home-img {
    display: block;
    vertical-align: middle;
    position: relative;
	margin: 0px auto;
}

.home-img img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    opacity: 1;
    background: transparent 0% 0% no-repeat padding-box;
    /* margin-top: -10px; */
	text-align:center;
	margin: 0px auto;
	display:block;
}
