.titledetail{
    text-align: center;
    margin-top: 30px
}
.contentdetail{
    margin-top: 25px;
}
.wrap_breadcrumb{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.breadcrumb ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}
.linebr{
    width: 1px;
    height: 22px;
    background-color: #000;
    margin-left: 10px;
    margin-right: 10px;
}
.titledt{
    font-size: 26px;
    color: #1C3371;
    line-height: 35px;
}
.thumbdtnews{
    margin-top: 20px;
}
.thumbdtnews img{
    width: 100%;
    height: auto;
}
.main_news{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 26px;
}
.leftnews{
    width: 70%;
}
.rightnews{
    width: 28%;
}
.infodt{
    font-family:'MondaBold';
    margin-top: 20px;
    margin-bottom: 20px;
}
.contentck img{
    margin-bottom: 20px;
}
.contentck h2{
    margin-bottom: 20px;
}
.contentck h3{
    margin-bottom: 13px;
}
.contentck ul,.contentck ol{
    margin: 0 0 20px 20px;
    padding: 0;
}
.contentck li{
    margin-bottom: 5px;
}
.block {
    margin-bottom: 30px;
}
.titleptnew {
    font-size: 20px;
    color: #1C3371;
    font-family:'MondaBold';
}
.listpn {
    margin-top: 15px;
}
.itempn {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0;
}
.thumbpn {
    width: 66px;
    margin-right: 10px;
}
.infopn {
    width: calc(100% - 76px);
}
.namepn {
    line-height: 22px;
}
.namepn a {
    font-size: 15px;
}
.wrapprice {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapprice {
    margin-top: 5px;
}
.priceold {
    text-decoration: line-through;
}
.pricenew {
    color: #FF0000;
}
.thumbbn{
    width: 66px;
    height: 77px;
    margin-right: 10px;
}
.thumbbn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.namebn a{
    font-family:'MondaSemiBold';
    font-size: 16px;
    line-height: 18px;
}