﻿/*#region Trang chu */
/*#region Chung */
.home {
    font-family: GoogleSans, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #3D4B67;
    margin-top: 8px;
}

.h-content {
    position: relative;
    z-index: 2;
}

.h-icon {
    padding-bottom: 30px;
}

    .h-icon img {
        margin: 0 auto;
    }

.h-title {
    margin: auto;
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 32px;
    text-align: center;
    padding-bottom: 20px;
    color: var(--color-main);
}

.h-subtitle {
    line-height: 26px;
    margin: 0 auto;
    text-align: center;
    
    width: 50%;
    text-align: justify;
}

.h-background {
    position: absolute;
}

@keyframes slide-left {
    0% {
        opacity: 0;
        transform: translateX(10%);
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -o-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes slide-right {
    0% {
        opacity: 0;
        transform: translateX(10%);
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -o-transform: translateX(10%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes slide-opacity {
    0% {
        opacity: 0;
        transform: scale(0.96);
        -webkit-transform: scale(0.96);
        -moz-transform: scale(0.96);
        -o-transform: scale(0.96);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
    }
}
/*#endregion*/

/*#region Banner */
.h-banner {
    background: url(../../images/pages/home/halftone-background-concept_23-2148581009.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
    background-color: #F7F8FA;
}

.hb-content {
}

#readMore {
    display: none
}

.hbc-left {
    color: #ffffff;
}
.hb-title {
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

    .hb-title.hb-name {
        font-family: GoogleSans Bold, Arial, sans-serif;
        font-size: 56px;
        line-height: 56px;
        text-transform: none;
        padding-bottom: 25px;
    }

.hb-list {
    font-size: 20px;
    padding-bottom: 40px;
    color: #ffffff
}

    .hb-list ul {
    }

        .hb-list ul li {
            list-style: none;
            line-height: 26px;
        }

.hb-item {
    background: url(../../images/pages/home/ic-white-check.svg) no-repeat left top;
    background-position-y: 6px;
    padding-left: 55px;
    margin: 0;
    margin-bottom: 20px;
    text-align: justify;
}

    .hb-item:last-child {
        margin-bottom: 0;
    }

.hb-highlight {
    font-family: GoogleSans Bold, Arial, sans-serif;
}

.hb-button {
    padding-right: 15px;
}

    .hb-button a {
        font-family: GoogleSans Medium, Arial, sans-serif;
        color: var(--color-main);
        text-transform: uppercase;
        padding: 10px 35px;
        border-radius: 25px;
        overflow: hidden;
        display: inline-flex;
        background: #FFF;
    }

.hb-video {
}

    .hb-video a {
        background: url(../../images/pages/home/ic-play.svg) no-repeat left center;
        padding-left: 50px;
        text-transform: uppercase;
        line-height: 42px;
        height: 42px;
        display: block;
        font-family: GoogleSans Medium, Arial, sans-serif;
        font-size: 14px;
        color: #FFF;
    }

.hbc-right {
}

    .hbc-right img {
    }

.img-hidden {
    display: none;
}

.d-flex {
    display: flex;
}

/*#region Owl carousel */
.h-banner .owl-item {
    position: relative;
}

.h-banner .owl-nav {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
}

.h-banner .owl-dots {
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.h-banner .owl-prev {
    position: absolute;
    left: 0;
}

.h-banner .owl-next {
    position: absolute;
    right: 0;
}

.h-banner .owl-dots .owl-dot {
    outline: none;
}

    .h-banner .owl-dots .owl-dot span {
        background-color: #3D4B67;
        width: 10px;
        height: 10px;
        margin: 0 10px;
        display: block;
        border-radius: 50%;
    }

    .h-banner .owl-dots .owl-dot.active span {
        background: #FFF;
    }

.h-banner .owl-nav .owl-prev {
    outline: none;
    margin: 0 0 0 -60px;
}

    .h-banner .owl-nav .owl-prev img {
        border-radius: 50%;
        box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    }

    .h-banner .owl-nav .owl-prev:hover {
        background: transparent;
    }

.h-banner .owl-nav .owl-next {
    outline: none;
    margin: 0 -60px 0 0;
}

    .h-banner .owl-nav .owl-next img {
        border-radius: 50%;
        box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
    }

    .h-banner .owl-nav .owl-next:hover {
        background: transparent;
    }

.h-banner .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px;
    z-index: 63;
}

.h-banner .owl-theme .owl-dots .owl-dot:hover span {
    border: solid 1px #2680eb;
    background: #2680eb;
}

.h-banner .owl-theme .owl-dots .owl-dot.active:hover span {
    border: solid 1px #2680eb;
    background: #2680eb;
}
/*#endregion*/
/*#endregion*/

.h-introduction {
    padding: 90px 0;
}

.hi-line {
    width: 150px;
    height: 3px;
    background: var(--color-main);
    margin: 0 auto;
}

.hi-content {
}

.hic-title {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 20px;
    padding: 60px 0;
    text-align: center;
}

.hi-highlight {
    color: #00A8F3;
    text-transform: uppercase;
}

.hi-image {
}

    .hi-image img {
        margin: 0 auto;
    }

.hib-left {
    bottom: -550px;
    left: -800px;
}

.hib-first-right {
    top: -60px;
    right: -430px;
    z-index: 1;
}

.hib-second-right {
    bottom: -420px;
    right: -780px;
}
/*#endregion*/

.h-value {
    padding: 90px 0 60px 0;
    background: #F0F7EF;
}

.hv-content {
}

    .hv-content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        margin: 0 -30px;
        justify-content: center;
    }

        .hv-content ul li {
            width: 50%;
            padding: 0 30px;
            margin: 0 0 10px 0;
            -webkit-flex-basis: auto;
            -moz-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

.hv-box {
    background: #FFF;
    padding: 50px 50px 45px;
    border-radius: 35px;
    box-shadow: 5px 5px 20px #DDE0E0;
    overflow: hidden;
    height: 100%;
}

.hv-image {
    padding-bottom: 40px;
}

    .hv-image img {
        margin: 0 auto;
    }

.hv-name {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 30px;
    text-align: center;
    color: var(--color-main);
}

.hv-list {
}

.hv-item {
    background: url(../../images/pages/home/checked.png) no-repeat left top;
    background-position-y: 3px;
    background-size: 30px;
    padding-left: 55px;
    margin-bottom: 20px;
    text-align: justify;
}

    .hv-item:last-child {
        margin-bottom: 0;
    }

.hv-highlight, hv-name {
    font-family: GoogleSans Bold, Arial, sans-serif;
    color: var(--color-main);
}

.hvb-left {
    bottom: -60px;
    left: -480px;
}

.hvb-right {
    bottom: -50px;
    right: -510px;
}
/*#endregion*/

.h-different {
    background: #F0F7EF;
    padding: 90px 0 60px 0;
}

.hd-content {
}

.hdc-left {
}

.hd-tab {
    min-height: 60px;
    position: relative;
}

    .hd-tab.active {
        animation: slide-left 1s ease-out;
    }

        .hd-tab.active a {
            position: absolute;
            background: url(../../images/pages/home/check-box.png) no-repeat, #FFF;
            background-size: 45px;
            background-position: left center;
            left: 30px;
            padding-left: 90px;
            box-shadow: 3px 3px 10px #DDE0E0;
            background-position-x: 3px;
        }

    .hd-tab:last-child {
        margin-bottom: 0;
    }

    .hd-tab a {
        background: #FFF;
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
        color: #011239;
        transition: all 0.15s 0.15s linear;
        min-height: 50px;
        display: flex;
        align-items: center;
        padding: 10px 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .hd-tab a:hover {
            box-shadow: 3px 3px 10px #DDE0E0;
        }

.hdc-right {
    background: #FFF;
    border: 20px solid #FFF;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 5px 5px 20px #DDE0E0;
}

.hd-pane {
}

    .hd-pane.active {
        animation: slide-right 1s ease-out;
    }

.hd-image {
    padding-bottom: 20px;
}

    .hd-image img {
        margin: 0 auto;
    }

.hd-name {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 20px;
    padding: 20px 20px 5px;
    text-align: center;
}

.hd-description {
    text-align: left;
}

.hdb-right {
    top: -40px;
    right: -720px;
}
/*#endregion*/
/*#region Vi sao cac bo, nganh, dia phuong chon MISA Bumas? */
.h-choice {
    background: #F0F7EF;
    padding: 90px 0 70px 0;
}

.hc-content {
}

    .hc-content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        margin: 0 -10px;
    }

        .hc-content ul li {
            width: 25%;
            padding: 0 10px;
            margin: 0;
            -webkit-flex-basis: auto;
            -moz-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            margin-bottom: 20px;
        }

.hc-box {
    background: #FFF;
    border: 10px solid #FFF;
    padding: 20px 10px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    text-align: center;
}

.hc-background {
    background: #F5F9F4;
}

.hc-icon {
    padding-bottom: 20px;
}

    .hc-icon img {
        margin: 0 auto;
        width: 80px;
    }

.hc-name {
    font-family: GoogleSans Medium, Arial, sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
}

.hc-description {
}

.hcb-left {
    top: -250px;
    left: -700px;
}

.hcb-right {
    top: 320px;
    right: -450px;
}
/*#endregion*/
/*#region MISA Bumas duoc tin tuong su dung boi */
.h-use {
    background: #F5F5F5;
    padding: 90px 0;
}

.hu-content {
}

    .hu-content ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        list-style: none;
        padding: 0;
        margin: 0;
        margin: 0 -30px;
    }

        .hu-content ul li {
            width: 33.333%;
            padding: 0 30px;
            margin: 0;
            -webkit-flex-basis: auto;
            -moz-flex-basis: auto;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

.hu-box {
    background-color: #F8F8F8;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 8px 10px #EEE;
}

.hu-text {
}

.hu-name {
    font-family: GoogleSans Bold, Arial, sans-serif;
    font-size: 38px;
    padding-bottom: 5px;
    color: #011239;
}

.hu-description {
    color: #011239;
}
/*#endregion*/

/*#region Responsive */
@media (min-width: 980px) {
    .view-m {
        display: none;
    }
    /*#region Banner */
    .hb-content {
        height: 520px;
        display: flex;
        align-items: center;
    }

    .hbc-left {
        width: 45%;
        padding-right: 30px;
    }

    .hbc-right {
        width: 55%;
        margin-top: 25px;
    }
    /*endregion*/

    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    .hd-content {
        display: flex;
    }

    .hdc-left {
        width: 55%;
        margin-right: 10px;
    }

    .hdc-right {
        width: 55%;
        margin-left: 10px;
    }

    .hd-name {
        display: none;
    }
    /*endregion*/

    .owl-carousel .owl-item img {
    }
}

@media (max-width: 1440px) {
    /*#region Phan mem Quan ly ngan sach MISA Bumas */
    .hib-left {
        left: -750px;
    }

    .hib-first-right {
        right: -380px;
    }

    .hib-second-right {
        right: -730px;
    }
    /*#endregion*/

    /*#region Gia tri MISA Bumas mang lai la gi? */
    .hvb-left {
        left: -430px;
    }

    .hvb-right {
        right: -460px;
    }
    /*#endregion*/

    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    img.arrow-down {
        height: 25px;
        padding: 8px;
        width: 25px;
        border-radius: 50%;
        background: white;
    }

    .hdb-right {
        right: -670px;
    }
    /*#endregion*/

    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    .hcb-left {
        left: -650px;
    }

    .hcb-right {
        right: -400px;
    }
    /*#endregion*/
}

@media (max-width: 1099px) {
    /*#region Gia tri MISA Bumas mang lai la gi? */
    .hv-box {
        padding: 35px 35px 30px;
    }
    /*#endregion*/
    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    .hd-description {
        letter-spacing: -0.2px;
    }
    /*#endregion*/
}

@media (max-width: 979px) {
    .view-d {
        display: none;
    }
    /*#region Chung */
    .h-background {
        display: none;
    }

    .h-title {
        padding-bottom: 10px;
    }

    .h-subtitle {
        padding-bottom: 30px;
    }

    .hic-title {
        padding: 30px 0;
    }

    .h-icon {
        padding-bottom: 15px;
    }
    /*#endregion */

    /*#region Banner */
    .h-banner {
        height: auto;
    }

    .hb-content {
        padding: 40px 0;
        position: relative;
        text-align: center;
    }

    .hb-title {
        letter-spacing: 0;
    }

        .hb-title.hb-name {
            letter-spacing: 0;
        }

    .hb-list {
        max-width: 480px;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .hbc-right {
        width: 70%;
        margin: 0 auto;
    }

    .d-flex {
        justify-content: center;
        padding-bottom: 35px;
    }

    .h-banner .owl-dots .owl-dot.active span {
        background: #00A8F3;
    }
    /*#endregion*/

    /*#region Phan mem Quan ly ngan sach MISA Bumas */
    .h-introduction {
        padding: 40px 0;
    }

    .hic-title br {
        display: none;
    }
    /*#endregion*/

    /*#region Gia tri MISA Bumas mang lai la gi? */
    .h-value {
        padding: 40px 0;
    }

    .hv-content ul li {
        width: 100%;
        margin-bottom: 30px;
    }

        .hv-content ul li:last-child {
            margin-bottom: 0;
        }

    .hv-box {
        padding: 50px 50px 45px;
    }

    .hv-list {
        max-width: 450px;
        margin: 0 auto;
    }
    /*#endregion*/

    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    .h-different {
        padding: 40px 0;
    }

    .hdc-left {
        display: none;
    }

    .hdc-right .tab-pane {
        display: block;
        padding-bottom: 10px;
    }

    .scrollbar {
        overflow-y: unset !important;
        width: 0 !important;
    }

    .hd-description {
        letter-spacing: 0;
    }

    .hd-image {
        padding-bottom: 0;
    }

    .hd-description {
        padding: 0 20px 20px;
    }
    /*#endregion*/

    /*#region Vi sao cac bo, nganh, dia phuong chon MISA Bumas? */
    .h-choice {
        padding: 40px 0 20px 0;
    }

    .hc-content ul li {
        width: 50%;
    }

    .hc-box {
        background: #FFF;
        border: 0;
        padding: 30px 20px;
    }
    /*#endregion*/

    /*#region MISA Bumas duoc tin tuong su dung boi */
    .h-use {
        padding: 40px 0;
    }

    .hu-content ul li {
        width: 50%;
        margin-bottom: 30px;
    }

        .hu-content ul li:last-child {
            margin: 0 auto;
        }
    /*#endregion*/

    #tab6 {
        padding: 0;
    }
}

@media (max-width: 767px) {
    /*#region Chung */
    .h-title {
        font-size: 24px;
    }

    .h-title br {
        display: none;
    }

    .h-subtitle br {
        display: none;
    }
    /*#endregion*/

    /*#region Banner */
    .h-banner {
        background: url('../../images/pages/home/halftone-background-concept_23-2148581009.jpg') no-repeat;
        background-size: cover;
        background-position: top -55px center;
        height: auto;
    }

    .img-hidden {
        display: block;
        padding-bottom: 20px;
        width: 50%;
        height: 50%;
        margin: 0 auto;
    }

    .hb-title {
        font-size: 12px;
    }

        .hb-title.hb-name {
            font-size: 42px;
            line-height: 42px;
        }

    .hb-item {
        background: url(../../images/pages/home/ic-green-check.svg) no-repeat left top;
        background-position-y: 6px;
    }

    .hb-button a {
        background: #2850A7;
        font-size: 16px;
        color: #FFF;
        padding: 10px 20px;
        margin-right: 15px;
    }

    .hbc-right {
        width: 100%;
        display: none
    }

    .hb-button {
        padding-right: 0;
    }

    .hb-list {
        color: #ffffff;
    }

    .hb-banner-2 .hb-list {
        height: 214px;
    }

    .hb-video a {
        color: #2850A7;
        padding: 10px 19px;
        border-radius: 25px;
        overflow: hidden;
        display: inline-flex;
        background: #FFF;
        border: solid 1px #2850A7;
        line-height: unset;
        height: unset;
    }

    .d-flex {
        padding-bottom: 0;
    }
    /*#endregion*/

    /*#region Gia tri MISA Bumas mang lai la gi? */
    .hv-box {
        padding: 30px 20px 25px;
        box-shadow: 3px 5px 16px rgba(0, 0, 0, .08);
    }

    .hv-image {
        padding-bottom: 30px;
    }

    .hv-name {
        padding-bottom: 20px;
        color: #4B5871;
    }

    .hv-item {
        background: url(../../images/pages/home/checked.png) no-repeat left top;
        background-position-y: 0;
        padding-left: 40px;
        background-size: 24px;
        padding-top: 1px;
        color: #4B5871
    }

    .h-value {
        background: #F7FBF6;
    }
    /*#endregion*/

    /*#region Vi sao phan mem MISA Bumas khac biet hoan toan? */
    .hd-description br {
        display: none;
    }

    .h-different {
        background: #F7FBF6;
    }

    .hdc-right {
        border: 0;
        border-radius: 6px;
        box-shadow: 2px 3px 6px rgba(0, 0, 0, .23);
        padding: 10px 0 0;
    }
    /*#endregion*/

    /*#region Vi sao cac bo, nganh, dia phuong chon MISA Bumas? */
    .hc-content ul li {
        width: 100%;
    }

    .h-choice {
        background: #F7FBF6;
    }

    .hc-box {
        border-radius: 10px;
        box-shadow: 1px 3px 6px rgba(0, 0, 0, .06);
    }
    /*#endregion*/

    /*#region MISA Bumas duoc tin tuong su dung boi */
    .hu-content ul li {
        width: 100%;
    }

    .h-use {
        background: #FFF;
    }

    .hu-box {
        background-color: #FFF;
        width: unset;
        height: unset;
        margin: 0 auto;
        padding: 0;
        border-radius: 0;
        text-align: center;
        display: block;
        box-shadow: none;
    }
    /*#endregion*/

    #readMore {
        display: block;
        background: white;
        text-align: center;
        padding: 10px 0 20px;
    }

        #readMore span {
            padding: 7px 35px 7px 15px;
            background: url(../../images/pages/home/ic-down-arrow.svg) no-repeat, #F7FBF6;
            background-position: right 7px center;
            border-radius: 30px;
            color: #4B5871;
            font-size: 14px;
            cursor: pointer;
        }

    #tab3, #tab4, #tab5, #tab6 {
        display: none
    }
    .owl-carousel .owl-item img{
        width:100% !important;
        height: auto !important;
    }
    .img-left-chucnang img{
        display:none;
    }
}

@media (max-width: 375px) {
    .hb-banner-2 .hb-list {
        height: 243px;
    }
}

@media (max-width: 360px) {
    .d-flex {
        display: grid;
    }

    .hb-button a {
        display: block;
        margin: 0 0 15px;
    }

    .hb-banner-2 .hb-list {
        height: 245px;
    }
}

@media (max-width: 320px) {
    .h-banner {
        background: url('../../images/pages/home/halftone-background-concept_23-2148581009.jpg') no-repeat;
        background-position: top -60px center;
        background-size: cover;
    }

    .hb-banner-2 .hb-list {
        height: 275px;
    }
}

#diaChi2 {
    margin-left: 14%;
}
/*#endregion*/
/*#endregion*/
.img-left-chucnang {
    display: flex;
    align-items: center;
    gap: 20px;
}

.img-left {
    margin: 0 auto;
}

.logo-chucnang {
    width: 75px;
}

.img-HieuQua {
    mix-blend-mode: darken;
    margin-right: 15px;
    width: 50px;
}


.tab_container:after,
.tab_container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*Fun begins*/
.tab_container {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
}

    .tab_container input, .tab_container section {
        clear: both;
        padding-top: 10px;
        display: none;
    }

    .tab_container label {
        font-weight: 700;
        font-size: 18px;
        display: block;
        float: left;
        width: 33.333333%;
        padding: 0 1.5em;
        color: #757575;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        background: #f0f0f0;
        max-height: 130px;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
    display: block;
    padding: 20px;
    background: #fff;
    color: #999;
    border-bottom: 2px solid #f0f0f0;
    min-height: 400px;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

.tab_container .tab-content h3 {
    text-align: center;
}

.tab_container [id^="tab"]:checked + label {
    background: #fff;
    box-shadow: inset 0 3px #0CE;
}

    .tab_container [id^="tab"]:checked + label .fa {
        color: #0CE;
    }

.tab_container label .fa {
    font-size: 1.3em;
    margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
    .tab_container label span {
        display: none;
    }

    .tab_container {
        width: 98%;
    }
}

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.no_wrap {
    text-align: center;
    color: #0ce;
}

.link {
    text-align: center;
}

.tab_container p {
    display: block;
}
div#DinhNghiaPM {
    margin-bottom: 25px;
}
div#GiaTriPM {
    margin-bottom: 25px;
}