/*.thumb-detail
{
    width: 330px;
    float: left;
}
.thumb-detail>a.main
{
    width: 320px;
    height: 320px;
    display:block;
}
.thumb-detail>a.main>img
{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.thumb-detail>a.sub
{
    height: 100px;
    width: 100px;
    margin-right: 10px;
      display:block;
      float: left;
      margin-top: 10px;
}
.thumb-detail>a.sub>img
{
    width: 100%;
    height: 100%;
     object-fit: cover;
}
.tx-Content 
{
    padding-left: 350px;
}
.tx-Content>p
{
    font-size: 15px;
    color: #283240;
}
.tx-Content>p>b
{
       color: #ff7519;
}
.tx-Content>p>em
{
 font-style: normal;
    color: #7d7d7d;
    font-size: 20px;
    font-weight: 600;
}
.tx-Descript
{
    width: 100%;
    float: left;
    margin-top: 10px;
}
.tx-Descript>h3
{
     padding: 3px 6px;
    color: #35455c;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
}
.tx-Descript>h3:before
{
content: '';
    display: block;
    width: 200px;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background-color: #35455c;
}
.tj-ali
{
    padding: 10px;
    width: 100%;
    float: left;
}
.fb-comments 
{
    width: 100%;
}
.fb_iframe_widget span
{
  width: 100% !important;
}
.fb-comments>span>iframe
{
      width: 100% !important;
}
.btn-contact1
{
        color: #fff;
    background-color: #35455c;
    border-color: #35455c;
    padding: 9px 66px !important;
    font-size: 20px !important;
}
.btn-contact1:hover
{
    color : #ccc !important;
}
@media (max-width: 980px)
{
    .tx-Content
    {
    padding-left: 0px;
    padding-top: 440px;
    width: 100%;
    }
}*/