
.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: 150px;
        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: #2a53d3;
    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: -49px;
    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 0px 30px 0px;
        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);
    }
    .toggle-listdt{
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 10px;
        line-height: 36px;
        border: 1px solid #ebebeb;
        position: fixed;
        left: 2px;
        bottom: 50%;
        z-index: 10;
        text-align: center;
        font-size: 20px;
    }
    .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;
    }*/
    #ftwp-widget-container #ftwp-container.ftwp-hidden-state {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        position: relative;
    }
}

@media(max-width: 767px){
	.title-dtnew{
		font-size: 18px;
	}
	.dtnew-content{
		padding: 10px;
	}
	.new-relate .st3-item-name a{
		font-size: 14px;
	}
}


#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%;
}
@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;
    }
}
.des-content h2{
    font-size: 26px;
}
.des-content h3{
    font-size: 22px;
}
.des-content p{
    font-size: 18px;
}