li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #ff7200;
}

body {
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.topbar {
    background-color: #e5e5e5;
}

img {
    transition: all 1s ease 0s;
}

.button:after,
.button:before {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.button:hover:after,
.button:hover:before {
    backface-visibility: hidden;
    border-color: #ff0000;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.button:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline-offset: 0 !important;
    outline: none !important;
}

textarea {
    width: 100%;
}

.text-primary {
    color: #d8373e;
}

a.scrollup {
    background: #ff7200;
    bottom: 5px;
    color: #FFFFFF;
    height: 35px;
    line-height: 34px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 1000;
}

a.scrollup i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

a.scrollup:hover {
    background: #ff7200;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #ff7200;
    color: #fff;
}

.breadcrumb {
    padding-top: 10px;
}

.breadcrumb ul li {
    float: left;
    margin-right: 9px;
    position: relative;
}

.breadcrumb ul li:last-child a {
    color: #ff7200;
}

.breadcrumb ul li:after {
    content: "/";
    padding-left: 10px;
    padding-right: 0px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.logo img {
    display: inline-block;
}

.container {
    position: relative;
}

/***********************/
.menu-icon {
    color: #1769bb;
    float: right;
    margin: 26px 0;
}

nav.menu_mb {
    margin: 0;
}

/*************menu*************/
.header {
    height: 80px;
    position: relative;
    box-shadow: 1px 1px 3px #ccc;
}

.hotlinetop {
    float: right;
    margin: 27px 0;
}

.hotlinetop a {
    font-weight: 600;
    color: #ff7200;
    font-size: 17px;
}

.header.fixed {
    position: fixed;
    top: 0;
    z-index: 111;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 5px 2px #ccc;
}

.header .logo {
    margin-right: 120px;
    padding: 4px 0;
    z-index: 11;
    float: left;
}

p.homemb {
    float: left;
    margin-left: 180px;
}

p.homemb a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

.menu {
    float: left;
    width: 56%;
    text-align: left;
}

.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    color: #1769bb;
    text-transform: uppercase;
    margin: 0px 25px;
    position: relative;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 33px;
    font-weight: 600;
    margin-top: 28px;
}

.menu ul li i.fa-caret-down {
    color: #1769bb;
    position: absolute;
    right: 5px;
    top: 32px;
}

.menu ul li a:hover,
.menu ul li:hover i {
    color: #ff7200;
}

.menu ul li a:after {
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.menu ul li a:hover:after {
    width: 100%;
}

.menu ul li ul.level_1 {
    position: absolute;
    background: #ffffff;
    z-index: 11;
    top: 80px;
    left: 20px;
    width: 375px;
    box-shadow: 1px 1px 1px #ccc;
}

.menu ul li ul.level_1 li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 15px;
    text-transform: capitalize;
    font-size: 15px;
    color: #333;
    font-weight: 500;
}

.menu ul li ul.level_1 li a:hover {
    color: #ff7200;
}

.menu ul li ul.level_1 li {
    display: block;
}

.menu ul li:hover ul.level_1 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
}

.menu ul li ul.level_1 li ul.level_2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #fff;
    display: none;
}

.menu ul li ul.level_1 li ul.level_2 li a {
    line-height: 22px;
}

.menu ul li ul.level_1 li:hover ul.level_2 {
    display: block;
}

.header .logo a {
    display: block;
    text-align: center;
}

.logo h1 {
    margin: 0;
}

section#banner {
    position: relative;
    clear: both;
}

section#banner .owl-nav button span {
    color: #111;
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 35px;
    font-size: 30px;
}

section#banner .owl-nav button.owl-prev {
    position: absolute;
    top: 46%;
    left: 5px;
}

section#banner .owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    right: 5px;
}

section#banner .owl-nav button:hover span {
    background: #ff7200;
    color: #fff;
}

h2.title span {
    position: relative;
    font-size: 25px;
    display: inline-block;
    color: #1769bb;
    font-family: 'Yeseva One', cursive;
    padding-bottom: 10px;
}

h2.title {
    text-align: center;
    margin: 10px 0;
    padding-bottom: 10px;
}

h2.title span:after {
    width: 60px;
    height: 2px;
    content: "";
    position: absolute;
    right: 0;
    background: #ff7200;
    bottom: 0;
    left: 0;
    margin: auto;
}

section#cate-home {
    padding: 40px 0;
}

section#cate-home .item {
    margin-bottom: 30px;
}

section#cate-home .item a {
    display: block;
    height: 270px;
    overflow: hidden;
    position: relative;
}

section#cate-home .item a h3 {
    text-align: center;
    color: #fff;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 400;
}

section#cate-home .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

section#cate-home .item a:hover img,
.contentnews .item p.img:hover img {
    transform: scale(1.5);
}

section#cate-home .item a h3 span {
    font-size: 32px;
    font-weight: 600;
}

.owl-spbc .itempr {
    margin: 0 15px;
}

.itempr .img a img {
    display: inline-block;
}

.itempr .img a:before {
    width: 100%;
    height: 100%;
    background: #00000080;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.itempr .meta {
    text-align: center;
    margin-top: 10px;
    line-height: 24px;
}

.itempr .meta h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 25px;
    height: 45px;
}

.itempr {
    color: #fff;
    margin-top: 15px;
}

.itempr .img {
    position: relative;
    display: block;
    text-align: center;
}

.intro_home ul.nav-tabs li a {
    background: #f0f0f0;
    margin-right: 1px;
}

.intro_home ul.nav-tabs {
    border-bottom: none;
}

.intro_home ul.nav-tabs li.active a {
    background: #1769bb;
    color: #fff;
}

.intro_home .tab-content {
    background: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
}

.intro_home .tab-content .content-intro {
    display: flex;
}

.intro_home .tab-content .short_des {
    width: 75%;
    padding-left: 15px;
    line-height: 25px;
}

section.product-home button span {
    width: 35px;
    height: 35px;
    display: block;
    background: #ccc;
    border-radius: 35px;
    line-height: 35px;
    font-size: 19px;
}

section.product-home button:hover span {
    background: #2d4277;
    color: #fff;
}

section.product-home button.owl-prev {
    position: absolute;
    left: 0;
    top: 28%;
}

section.product-home button.owl-next {
    position: absolute;
    right: 0;
    top: 28%;
}

.title2 h2 {
    text-transform: uppercase;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    color: #2d4277;
}

section#news-ct {
    margin: 40px 0;
}

.title2 {
    position: relative;
    margin-bottom: 15px;
}

.title2 .viewall {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 15px;
}

.title2 .viewall:hover {
    text-decoration: underline;
}

.title2 h2:after {
    width: 65px;
    height: 1px;
    content: "";
    position: absolute;
    right: -80px;
    top: 14px;
    background: #2d4277;
}

.contentnews .item p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentnews .item p.img {
    height: 205px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 280px;
}

.item .dated {
    position: absolute;
    top: 10px;
    background: #fff;
    text-align: center;
    left: 10px;
    font-size: 16px;
    padding: 8px 10px 8px;
    z-index: 11;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 30%);
}

section#news-ct .item .img {
    position: relative;
}

.item .dated label {
    display: block;
    line-height: 20px;
    font-size: 21px;
    font-weight: 600;
}

.contentnews .item .dated label {
    display: block;
    line-height: 16px;
    font-size: 17px;
}

.contentnews .item .meta {
    margin-left: 15px;
    width: calc(100% - 295px);
}

.contentnews .item .meta h3 a {
    color: #111;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 7px;
    text-transform: uppercase;
    display: block;
}

.contentnews .item .meta .desc {
    line-height: 23px;
    margin-top: 5px;
    color: #888888;
}

.contentct {
    margin-top: 25px;
}

.contentnews .item .meta h3 a:hover {
    color: #ff7200;
}

.contentct .item {
}

.contentct .item .img {
}

.contentct .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentct .item .meta {
}

.contentct .item .meta h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.contentct .item .meta h3 a:after {
    width: 40px;
    height: 2px;
    background: #28166f;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.contentct .item .meta .desc {
    color: #333;
    line-height: 24px;
}

.contentct .item .meta h3 a:hover {
    text-decoration: underline;
    color: #ee9a13;
}

footer {
    padding: 50px 0 0;
    line-height: 25px;
    position: relative;
    margin-top: 30px;
    background: #fafafa;
    border-top: 1px solid #eee;
}

footer .address {
    color: #666;
}

footer .address p {
    line-height: 30px;
}

copyright {
    text-align: center;
    background: #1769bb;
    color: #fff;
    width: 100%;
    display: block;
    margin-top: 40px;
    padding: 10px 0;
    font-weight: 300;
    font-size: 13px;
    position: relative;
}

footer h2 {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 25px;
    font-family: 'Yeseva One', cursive;
    position: relative;
    color: #1769bb;
}

footer h2:after {
    width: 40px;
    height: 2px;
    background: #ff7200;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.listmenufooter ul li a {
    padding: 4px 0;
    display: block;
    font-size: 15px;
    font-weight: 300;
    transition: all 1s ease 0s;
}

.listmenufooter ul li a:hover {
    padding-left: 4px;
    color: #ff7200;
}

.listmenufooter ul li a i {
    font-size: 13px;
}

.social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #1769bb;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 17px;
    border-radius: 50%;
}

.social li {
    display: inline-block;
    margin-right: 10px;
}

.social li a:hover {
    background: #ff7200;
    color: #fff;
}

.address ul li {
    line-height: 33px;
}

.social {
    margin-top: 15px;
}

.box-right {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 1111;
}

.box-right .phone a {
    text-align: center;
    background: #ff7200;
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px 0;
    border-radius: 50%;
}

.box-right .phone a img {
    max-width: 30px;
}

.box-right .phone {
    margin-bottom: 5px;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }

}

.box-right .phone.call img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

.block h2 {
    background: #2d4277;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
}

.block {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.block .content {
    padding: 10px;
}

.block .content ul li a {
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 0;
    line-height: 23px;
}

.block .content ul li ul li a {
    margin-left: 10px;
    text-transform: none;
}

.block .content ul li:last-child a {
    border-bottom: none;
}

h1.title-detail {
    font-size: 22px;
    margin-top: 0;
}

.meta-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}

.pagesp .itempr {
    margin-bottom: 30px;
}

.pageing {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    color: #111520 !important;
    cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #1769bb !important;
    color: #FFF !important;
    border: 1px solid #1769bb !important;
}

.info-pr h1 {
    line-height: 29px;
    font-size: 22px;
}

h2.title-related {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 21px;
    margin-top: 15px;
    color: #111520;
}

.product_related .itempr {
    margin-bottom: 30px;
}

.contentnews.pagenews .item {
    margin: 0;
    margin-bottom: 15px;
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.contact .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact .content {
    line-height: 25px;
    text-align: center;
}

.contact .form-contact input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact {
    margin-top: 15px;
}

.contact .form-contact textarea {
    min-height: 100px;
    padding: 10px;
    border: 1px solid #eee;
}

.contact .form-contact button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: none;
    background: #ff7200;
    color: #fff;
    text-transform: uppercase;
}

.contact .form-contact button:hover {
    background: #444;
}

section.product-home h2 span {
    font-size: 22px;
    color: #1769bb;
    display: block;
    margin-bottom: 15px;
}

section.product-home h2 span:after {
    background: #fff !important;
}

.main {
    margin-top: 15px;
}

.page-detail img {
    max-width: 100%;
    height: auto !important;
}

.option_intro .item .meta {
    position: absolute;
    bottom: 25px;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    left: 15px;
    padding-right: 15px;
    line-height: 25px;
    opacity: 0;
    transition: opacity .5s, transform .3s, max-height .6s, filter .6s;
}

.option_intro .item {
    margin-bottom: 30px;
    position: relative;
}

.option_intro .item .meta h3 {
    font-size: 21px;
    margin-bottom: 10px;
}

.option_intro .item:hover .meta {
    opacity: 1;
    transform: translateY(15%) translateZ(0);
}

h2.title-page-in {
    margin-bottom: 15px;
    font-size: 25px;
    font-family: 'Yeseva One', cursive;
}

h1.title-page-sp {
    text-align: center;
    font-family: 'Yeseva One', cursive;
}

h2.title-detail {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.breadcrumb.pagesp {
    display: block;
    background: none;
    float: left;
    width: 65%;
}

.title-detail-sp {
    position: relative;
    margin-bottom: 10px;
}

.title-detail-sp p.img img {
    width: 100%;
}

.title-detail-sp .meta {
    position: absolute;
    bottom: 10%;
    font-size: 20px;
    text-transform: uppercase;
    left: 10%;
    background: #fffc;
    padding: 20px;
}

.title-detail-sp .meta h1 {
    color: #ef9f01;
    font-size: 30px;
}

.option-detail-sp {
    margin-bottom: 50px;
}

section#news-related h2 {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #1769bb;
    position: relative;
}

section#news-related h2:after {
    width: 100px;
    height: 1px;
    background: #ff7200;
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
}

.bannerin img {
    width: 100%;
}

.right_intro .panel.panel-default {
    border-color: #f0f0f0;
    background: #f8f8f8;
}

.right_intro .panel-default>.panel-heading {
    border-color: #f0f0f0;
}

.panel-body.content-right_intro {
    display: flex;
    align-items: center;
}

.panel-body.content-right_intro p.img {
    margin-right: 15px;
    width: 23%;
}

.panel-body.content-right_intro .sdes {
    width: 77%;
    line-height: 22px;
}

section#news-ct .item {
    margin: 15px;
}

section#news-ct .item .img a {
    display: block;
    position: relative;
    height: 205px;
    overflow: hidden;
}

section#news-ct .item .img a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: transform 0.3s;
}

section#news-ct .item .img a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

section#news-ct .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#news-ct .item .meta {
    margin-top: 10px;
}

section#news-ct .item .meta h3 a {
    display: block;
    margin-bottom: 10px;
}

section#news-ct .item .meta .desc {
    line-height: 24px;
    color: #888;
}

section.feedback_home .item {
    margin: 15px;
    display: flex;
    align-items: center;
}

section.feedback_home .item .img {
    width: 155px;
    margin-right: 15px;
}

section.feedback_home .item .sdes {
    width: calc(100% - 170px);
    line-height: 22px;
    position: relative;
    padding-top: 36px;
}

section.feedback_home .item .sdes h3 {
    margin-top: 14px;
}

section.feedback_home .item .sdes h3 span {
    font-weight: normal;
    font-size: 15px;
    color: #999999;
}

section.feedback_home .item .sdes:before {
    content: '\f10d';
    font-family: FontAwesome;
    font-size: 24px;
    color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}

section.feedback_home .owl-dots {
    text-align: center;
    margin-top: 15px;
}

section.feedback_home .owl-dots button span {
    display: block;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
}

section.feedback_home .owl-dots button {
    margin: 0 3px;
}

section.feedback_home .owl-dots button.active span {
    background: #ff7200;
}

.wrap-inbox {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.wrap-inbox .item {
    background: #f2f2f2;
    font-weight: 500;
    padding: 17px 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.wrap-inbox .item {
    margin-bottom: 10px;
}

.wrap-inbox .item .info {
    width: calc(100% - 75px);
    line-height: 24px;
}

.wrap-inbox .item.email .icon {
    background: url(../images/bg_general.png) no-repeat -9px -1706px #f2f2f2;
}

.wrap-inbox .item.phone .icon {
    background: url(../images/bg_general.png) no-repeat -9px -1761px #f2f2f2;
}

.wrap-inbox .item.address .icon {
    background: url(../images/bg_general.png) no-repeat -9px -1818px #f2f2f2;
}

.wrap-inbox .item .icon {
    display: inline-block;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
    margin-right: 10px;
}
section#news-related {
    margin-bottom: 10px;
}
.map {
    margin-bottom: 10px;
}

.left-category {
    border: 1px solid #ddd;
    padding: 10px;
}

.left-category h2 {
    font-size: 21px;
    color: #1769bb;
    margin-bottom: 15px;
}

.left-category .block-category ul li {
    border-bottom: 1px solid #ddd;
}

.left-category .block-category ul li a {
    padding: 12px 0;
    display: block;
    font-size: 16px;
    color: #888888;
}

.left-category .block-category ul li a span {
    float: right;
}

.left-category .block-category ul li a:hover {
    color: #ff7200;
}

.left-category .block-category ul li:last-child {
    border-bottom: none;
}

.f-block h2 {
    font-size: 20px;
    color: #1769bb;
    margin-bottom: 15px;
}

.f-block {
    margin-top: 20px;
}

.f-block .item {
    display: flex;
    margin-bottom: 14px;
}

.f-block .item p.img {
    width: 100px;
    margin-right: 12px;
    border: 1px solid #eee;
    padding: 2px;
}

.f-block .item h3 {
    width: calc(100% - 115px);
}

.f-block .item h3 a {
    font-size: 15px;
    line-height: 23px;
}

.f-block .item p.img img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

h1.title-detail-new {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 13px;
    color: #1769bb;
    position: relative;
    border-bottom: 1px solid #ccc;
}

h1.title-detail-new:after {
    content: "";
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
}

section#news-related .item {
    margin: 15px;
}

section#news-related .item .img a {
    display: block;
    height: 150px;
}

section#news-related .item .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#news-related .item .meta {
    margin-top: 13px;
}

.sharelist {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: right;
    padding: 15px 0;
    margin-bottom: 20px;
}  

.title-share {
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

.wrap-content {
    display: inline-block;
    margin-left: 10px;
}

.wrap-content a {
    border: 1px solid #ccc;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

.wrap-content a:hover {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}

section#news-related .item .meta h3 a:hover {
    color: #ff7200;
}

section#news-related .item .meta h3 a {
    display: block;
    margin-bottom: 12px;
    color: #000;
}

section#news-related .item .meta .calendar {
    font-size: 14px;
    color: #909090;
}