.new-dt{
    margin-bottom: 20px;
}
@media(min-width: 992px){
    .listdt{
        width: 290px;
        float: left;
        border-radius: 20px;
        box-shadow: 0px 14px 24px rgb(67 48 48 / 14%);
        background: #fff;
        padding: 22px 20px 30px 20px;
        position: sticky;
        z-index: 99;
        top: 135px;
        bottom: 20px;
        max-height: calc(100vh - 170px);
        overflow-y: auto;
    }
}
.listdt-title{
    font-size: 22px;
    margin-bottom: 10px;
}
.listdt-content li a:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-size: 9px;
    font-weight: 900;
    width: 20px;
    position: relative;
    margin-right: 10px;
    top: -2px;
}
.listdt-content ul li a {
    color: #2a53d3;
    font-size: 15px;
    display: block;
    padding: 5px 0;
}
.listdt-content ul li a:hover{
    color: #b01116;
}
/*ctt*/
.dtnew-content{
	padding: 20px;
	background: #fff;
    border-radius: 20px;
    box-shadow: 0px 14px 24px rgb(67 48 48 / 14%);
    width: calc(100% - 305px);
    float: right;
}
.title-dtnew {
    color: #ffb700;
    font-size: 26px;
    margin-top: 0;
    font-weight: bold;
}
.entry-meta {
    color: #888;
    margin: 8px 0;
    font-size: 13px;
}
.entry-meta i {
    color: #555;
}
/*End ctt*/

.faqs{
    padding: 20px 0;
    background: #fff;
}
.faq-title{
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 16px;
}
.faqs .panel{
    margin-bottom: 10px;
}
.faqs .panel-default>.panel-heading{
    border: none;
}
.faqs .panel-title{
    font-size: 14px;
}
.faqs .panel-title a{
    display: block;
    position: relative;
    padding-left: 30px;
    font-size: 15px;
}
.faqs .panel-title a:before,
.faqs .panel-title a:after{
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 10px;
    right: auto;
    left: 0;
}
.faqs .panel-title a:before {
}
.faqs .panel-title a:after {
    transform: rotate(90deg);
    transition: all ease 0.4s;
}
.faqs .panel-title a:hover,
.faqs .panel-title a[aria-expanded=true] {
    color: #f26122;
}
.faqs .panel-title a[aria-expanded=true]:before {
    background: #f26122;
    height: 1.5px;
}
.faqs .panel-title a[aria-expanded=true]:after {
    transform: rotate(0);
    background: #f26122;
}
/*product-relate*/
.pl-inner{
    background: #fff;
    margin-bottom: 20px;
    position: relative;
}
.pl-title{
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    /*border-bottom: 1px solid #EEE;*/
    background: #2a53d3;
    color: #fff;
}
.pl-slide .st3-item{
    width: 100%;
    border-bottom: 0;
    padding: 15px 5px;
    border-right: none;
}
.pl-slide.owl-theme .owl-nav{
    position: absolute;
    top: -39px;
    right: 5px;
}
.pl-slide.owl-theme .owl-nav [class*='owl-']{
    color: #000;
    font-size: 14px;
    margin: 3px;
    padding: 3px 10px;
    background: #fff;
}
.pl-slide.owl-theme .owl-nav [class*='owl-']:hover{
    background: #b72025;
    color: #fff;
}
.new-relate .st3-item-name a{
	white-space: normal;
}
/*End product-relate*/

@media(max-width: 991px){
    .dtnew-content{
        width: 100%;
    }
    .listdt{
        -moz-transform: translateX(-80em);
        -webkit-transform: translateX(-80em);
        -ms-transform: translateX(-80em);
        transform: translateX(-80em);
        -moz-transition: -moz-transform .5s ease;
        -webkit-transition: -webkit-transform .5s ease;
        -ms-transition: -ms-transform .5s ease;
        transition: transform .5s ease;
        -webkit-overflow-scrolling: touch;
        width: 290px !important;
        height: 100vh;
        overflow-y: auto;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1002;
        padding: 0;
        padding: 22px 20px 30px 20px;
        background: #222222;
    }
    .listdt-content ul li a{
        color: #bbbbbb;
        font-size: 13px;
    }
    .listdt.active {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .listdt-title{
        color: #fff;
        font-size: 18px;
    }
    .close-nav-dt{
        display: block;
        color: #fff;
        right: 0px;
        background: #253a94;
        border-radius: 0px;
        line-height: 25px;
        font-size: 20px;
        z-index: 2;
        position: absolute;
        padding: 0px 7px;
        top: 0;
    }
    .close-nav-dt:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
    }
    .listdt-content ul li a:hover{
        color: #fff;
    }
}

@media(max-width: 767px){
	.title-dtnew{
		font-size: 18px;
	}
	.dtnew-content{
		padding: 10px;
	}
	.new-relate .st3-item-name a{
		font-size: 14px;
	}
}

/*social-icons*/
.social-icons a{
    display: inline-block;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff !important;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
.social-icons span{
    margin-right: 5px;
}
.social-icons a.face{
    background: #3a589d;
}
.social-icons a.instagram{
    background: #e80c26;
}
.social-icons a.twitter{
    background: #2478ba;
}
.social-icons a.gooogle{
    background: #dd4e31
}
.social-icons a.email{
    background: #111;
}
.social-icons a.linkedin{
    background: #0072b7;
}
.social-icons{
    margin: 20px 0 0;
}
/*End social-icons*/

.related{
    margin-bottom: 40px;
}
.related-title {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5;
    border-bottom: 1px solid #969696;
}
.mt-24 {
    margin-top: 24px;
}
.col1-item-img {
    display: block;
    position: relative;
}
.col1-item-img img{
    border-radius: 8px;
    width: 100%;
    position: relative;
}
.col1-item-name{
    margin: 15px 0 7.5px 
}
.col1-item-name a{
    font-size: 14px;
    line-height: 17px;
    min-height: 35px;
    letter-spacing: .09px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #000;
}
.col1-item-name a:hover{
    color: #FF0000
}
.col1-item-des{
    font-size: 13px;
    color: #969696;
    line-height: 17px;
    letter-spacing: .06px;
    margin-bottom: 1.23076923rem;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 34px;
}
.col1-item-info{
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.col-item-info-left img {
    margin-right: 8px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
}
.ciil-name{
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    color: #333;
}
.ciil-date{
    font-size: 10px;
    color: #969696;
    margin: 0;
}
.cii-comment span{
    font-size: 12px;
    margin-right: 10px;
    margin-left: 5px;
}
.comment-respond{
    overflow: hidden;
}

#ftwp-container.ftwp-wrap #ftwp-header,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-item button{
    display: none;
}
#ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-list,
#ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-list{
    background: #fff;
    color: #2a53d3;
}
#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor{
    padding-left: 0;
}
#ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-contents{
    width: 100%;
    border: none;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor,
#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before{
    font-weight: bold;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover{
    color: #ffb700;
}
@media(min-width: 992px){
    #ftwp-container.ftwp-wrap #ftwp-trigger{
        display: none;
    }
}
@media(max-width: 991px){
    #ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-list,
    #ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-contents:hover #ftwp-list{
        background: none;
        color: #fff;
    }
    #ftwp-widget-container #ftwp-container.ftwp-hidden-state {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        position: relative;
    }
    #ftwp-container.ftwp-wrap #ftwp-list{
        height: 100% !important
    }
}
.des-content .wp-caption{
    max-width: 100% !important;
}
.des-content a{
    color:#ffb700;
}
.des-content {
    font-size: 16px;
}