.mainMenu {
    z-index: 25;
}

.relative-section {
    position: relative;
}

.default-content {
    padding-top: 90px;
    background: #f6f6f6;
}

.about-general {
    /* padding: 80px 0 40px; */
    padding: 30px 0 20px;
    font-size: 0.875em;
    color: #595151;
    line-height: 1.8;
    background: #f6f6f6;
}

.about-general h1 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.25em;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px;
}

.about-general h1:after {
    content: "";
    width: 70px;
    border-bottom: solid 1px #3a3a3c;
    margin: 12px auto 0;
    display: block;
}

.about-general .content-text {
    max-width: 820px;
    margin: 0 auto;
}

.about-general .content-text p {
    margin: 0 0 25px;
}

.about-nav {
    background: #fff;
    border-top: solid 1px #e8e8e8;
    padding-bottom: 10px;
    font-size: 0.875em;
}

.about-nav ul {
    letter-spacing: -0.3em;
    margin: 0;
}

.about-nav ul li {
    letter-spacing: normal;
    display: inline-block;
    line-height: 45px;
    list-style: none;
    padding: 0 20px;
}

.about-nav ul li a {
    border-top: solid 4px rgba(0, 0, 0, 0);
    color: #252525;
}

.about-nav ul li.active a,
.about-nav ul li a:hover {
    color: #02509a;
    border-color: #02509a;
}

.about-nav ul li.active a {
    font-weight: bold;
}

.banner-page .brecrump {
    padding: 14px 50px;
    background-color: rgba(67, 67, 67, 0.75);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
    font-size: 0.75em;
    display: none;
}

.banner-page .brecrump a {
    color: #fff;
}

.about-nav-child {
    background: #fff;
    border-top: solid 1px #e8e8e8;
    /* padding: 10px 0; */
    font-size: 0.875em;
}

.about-nav-child h2 {
    margin: 0;
    line-height: 100%;
    font-size: 24px;
    color: #272727;
    font-weight: 400;
    padding: 20px 0;
}

.about-nav-child ul {
    letter-spacing: -0.3em;
    margin: 0;
}

.about-nav-child ul li {
    letter-spacing: normal;
    display: inline-block;
    line-height: 45px;
    list-style: none;
    padding: 0 20px;
}

.about-nav-child ul li a {
    color: #252525;
}

.about-nav-child ul li.active a,
.about-nav-child ul li a:hover {
    color: #02509a;
}

.about-nav-child ul li.active a {
    font-weight: bold;
}

.about-content-detail {
    padding: 40px 0;
}

.about-content-detail p {
    margin: 0 0 30px;
}

.image-transform {
    border: solid 1px #fff;
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.1);
}

.share-socials {
    border-top: solid 1px #ddd;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 20px;
}

.about-nav-title {
    border: solid 1px #eaeaea;
}

.about-nav-title:after {
    content: "";
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url(../images/headArrow.png) no-repeat center bottom;
}

.news-list .news {
    font-size: 0.875em;
    margin-bottom: 40px;
    position: relative;
}

.news-list .news * {
    float: none;
    position: relative;
    z-index: 1;
}

.news-list .news .photo {
    border: none;
}

.news-list .news .photo a {
    float: none;
}

.news-list .news:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    padding: 13px;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0);
    border: solid 1px rgba(0, 0, 0, 0);
}

.news-list .news:hover:before {
    background: rgba(255, 255, 255, 1);
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.news-list .news .news-title {
    line-height: 22px;
    height: 44px;
    font-weight: bold;
    overflow: hidden;
    width: 100%;
}

.news-list .news .news-title a {
    color: #02509a;
}

.news-list .news .news-des {
    text-align: justify;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    width: 100%;
}

.about-content-detail .alert p {
    margin: 0;
    line-height: 30px;
}

.pdetail-sthumbnail {
    margin: 12px -4px 0 -6px;
}

.pdetail-sthumbnail li {
    padding: 5px;
    background: #fcfbfa;
    border: 1px solid #dfdfde;
    margin: 0 6px;
}

.prodetail-des {
    margin-top: 25px;
}

.about-content-detail .detailSpBox p {
    margin: 0;
    padding: 10px 0;
}

.dprocut-tags {
    border: none !important;
    margin-bottom: 10px !important;
}

.sanPhamDetailBox {
    display: none;
}

.p-b-80 {
    padding-bottom: 80px;
}

.fs-1 {
    font-size: 1em;
}