﻿body {
    margin: 0;
    padding: 0;
    font-family: Segoe UI,Arial;
    background-color: #f1f1f1;
}
.menu-main li:nth-child(7){
    display:none;
}
.clearfm * {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    color: inherit;
    line-height: 1.4
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img, input, iframe, select {
    border: none;
}

.postImg {
    overflow: hidden;
    position: relative;
}

    .postImg img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: transform .5s;
        position: absolute;
        left: 0;
        object-fit: cover;
    }

    .postImg:hover img {
        transform: scale(1.2)
    }

.Wrapper {
    max-width: 1150px;
    margin: auto;
    background-color: #fff;
}

.container {
    overflow: hidden;
    width: 98%;
    margin: auto;
}

.top {
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
}

.logo {
    float: left;
    line-height: 1.2;
    position: absolute;
}

.title-decor-header h2 {
    text-align: center;
    margin: auto;
    color: #025C90;
    font-weight: bold;
    text-decoration: none;
    font-size: 42px;
    padding: 9px 0;
}

.title-decor-header {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    display: block;
    width: 125px;
    height: 100%;
    object-fit: cover;
}

header .quang-cao {
    float: right;
    width: 728px;
}

    header .quang-cao img {
        width: 100%;
        height: auto;
    }

.search-box {
    margin-left: 80px;
    float: left;
    overflow: hidden;
    background-color: #a4e0ff;
}

    .search-box .txt, .search-box .btn {
        display: block;
        float: left
    }

    .search-box .txt {
        background-color: inherit;
        font-size: 13px;
        padding: 12px;
        color: #fff;
        line-height: 1;
        width: 600px;
    }

        .search-box .txt:focus {
            border: none;
            outline: 0;
        }

        .search-box .txt::-webkit-input-placeholder {
            color: #e1e1e1;
        }

    .search-box .btn {
        text-indent: -1000px;
        height: 39px;
        width: 39px;
        background-color: #025C90;
        background-image: url(../Design/search-icon.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 40% 40%
    }

.user-action {
    float: right;
    display: none;
}

    .user-action a {
        display: inline-block;
        background-color: #025C90;
        color: #fff;
        padding: 10px 20px;
        font-size: 14px;
    }

    .user-action .new-post:before {
        content: "\f040";
        font-family: fontawesome;
        display: inline-block;
        margin-right: 10px;
    }

nav {
    background-color: #025C90;
    overflow: hidden;
}

.menu-main li {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    float: left;
    line-height: 1.4;
    text-transform: uppercase;
}

    .menu-main li a {
        display: inline-block;
        padding: 8px 18px;
        transition: background-color .5s;
    }

.menu-main .home a {
    position: relative;
    text-indent: -1000px;
    width: 48px;
}

    .menu-main .home a:before {
        content: "\f015";
        font-family: fontawesome;
        font-size: 25px;
        position: absolute;
        left: 38%;
        bottom: 2px;
        font-weight: normal;
        text-indent: 0;
    }

.menu-main li a:hover {
    background-color: #fff;
    color: #025C90;
}

article {
    padding: 20px 0;
    padding-bottom: 40px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4
}

section {
    overflow: hidden
}

    section + section {
        margin-top: 20px;
    }

footer {
    background-color: #025C90;
    border-top: 1px solid #025C90;
}

.menu-footer {
    background-color: #f6f6f6;
    padding: 10px 20px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    text-align: center;
}

footer .bottom {
    padding: 30px 0;
}

footer .logo-footer {
    margin-top: 20px;
    width: 20%;
    margin-left: 10%
}

    footer .logo-footer img {
        max-width: 100%;
    }

footer .company-info {
    width: 54%;
    margin-left: 5%;
    text-align: center;
    margin-top: 32px;
}

    footer .company-info h5 {
        font-size: 25px;
        color: #fff;
    }

    footer .company-info p {
        font-size: 17px;
        color: #fff;
        margin: 5px 0;
        text-align: justify;
    }

    footer .company-info .share {
        margin-top: 10px;
    }

.nav-mobile, .header-mobile {
    display: none;
}

/* Update CSS */
.sidebar { /* height:300px; */
    float: right;
    width: 27%;
}

.content {
    width: 71.5%;
    float: left;
}

@media only screen and (max-width :1279px) {
    .logo img {
        width: 207px;
    }

    .menu-main li {
        font-size: 13px;
    }

        .menu-main li a {
            padding: 7px 26px;
        }

    .menu-main .home a:before {
        font-size: 20px;
        bottom: 0;
    }
}

@media only screen and (max-width :1023px) {
    header .logo {
        float: none;
    }
.header-mobile.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
    footer .company-info h5 {
        font-size: 18px;
    }
footer .company-info p{
    font-size: 13px;
}
    .decor-logo-l-mobile a img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .decor-logo-l-mobile {
        display: flex;
        width: 90%;
        align-items: center;
    }

    .decor-menu-mobile {
        flex: 1 1 0;
    }

    .decor-logo-l-mobile a {
        display: block;
        width: 60px;
    }

    .title-decor-mobile h2 {
        font-size: 21px;
        margin: 0;
        color: #fff;
        line-height: 150%;
    }

    .title-decor-mobile {
        margin-left: 11px;
    }

    .item.btn-menu-rs.flex-center i {
        font-size: 25px;
        color: #fff;
    }

    .item.btn-menu-rs.flex-center {
        margin: 0;
        width: 40px;
        height: 40px;
        display: flex;
        border: 1px solid #fff;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
    }

    header .quang-cao {
        float: none;
    }

    .search-box .txt {
        width: 350px;
    }

    .menu-main li a {
        padding: 7px 18px;
    }

    .menu-main li {
        font-size: 10px;
    }

    .menu-footer li a {
        padding: 6px 18px;
    }

    footer .logo-footer {
        margin-top: 20px;
    }

    article {
        padding: 14px 0;
        border: none
    }

    .content, .sidebar {
        width: 100%;
        float: none;
    }

    .sidebar {
        margin-top: 20px;
    }
}

@media only screen and (max-width :767px) {
    .container {
        width: 96%
    }

    header h1 {
        display: none;
    }

    .top {
        padding: 0;
        height: 100%;
        display: none;
    }

    .header-mobile {
        display: flex;
        background-color: #025C90;
        padding: 5px 5px;
        position: relative;
        align-items: center;
        justify-content: space-between;
    }

    .show-mobile-menu {
        background-image: url(../Design/menu-bg.png);
        background-position: 10px;
        background-repeat: no-repeat;
        margin-right: 10px;
        top: 10%;
        background-size: auto 90%;
        color: #fff;
        text-transform: uppercase;
        text-indent: -1000px;
        height: 40px;
        width: 51px;
    }

    .logo {
        margin: auto;
        width: 127px;
        float: none;
        position: unset;
    }

    .title-decor-header {
        height: 100%;
    }

        .title-decor-header h2 {
            font-size: 21px;
        }

    .logo img {
        width: 100%;
    }

    header .quang-cao {
        width: 340px;
        margin-top: 10px;
    }

    nav {
        display: none;
    }

    .search-box {
        margin-left: 20px;
    }

        .search-box .btn {
            height: 31px;
            width: 31px;
        }

        .search-box .txt {
            width: 240px;
            padding: 8px;
        }

    .nav-mobile {
        display: none;
        width: 240px;
        position: fixed;
        height: 100%;
        background-color: #fff;
        z-index: 99999;
        left: 0;
        overflow: auto
    }

    .search-box-mobile {
        background-color: #025C90;
        padding: 6px;
        position: relative
    }

        .search-box-mobile .txt {
            width: 92%;
            padding: 5px 4%;
            border-radius: 5px;
            font-size: 14px;
        }

        .search-box-mobile .btn {
            position: absolute;
            top: 10px;
            right: 10px;
            ;
            text-indent: -1000px;
            width: 20px;
            height: 20px;
            background-color: transparent;
            background-image: url(../Design/search-icon-blue.png);
            background-size: 100% 100%
        }

    .menu-mobile {
        margin-top: 5px;
    }

        .menu-mobile li {
            padding: 10px 0;
            padding-left: 50px;
            position: relative;
            line-height: 1.4;
            font-weight: bold;
            color: #3b3b3b;
            border-bottom: 1px dotted #dbdbdb;
            font-size: 14px;
        }

            .menu-mobile li:before {
                position: absolute;
                content: "";
                width: 30px;
                height: 30px;
                left: 10px;
                top: 2px;
                background-image: url(../Design/ic-home.png);
                background-size: 100% 100%
            }

        .menu-mobile .lam-nguoi:before {
            background-image: url(../Design/ic-lamnguoi.png);
        }

        .menu-mobile .triet-ly-cuoc-doi:before {
            background-image: url(../Design/ic-cuocdoi.png);
        }

        .menu-mobile .triet-ly-thanh-cong:before {
            background-image: url(../Design/ic-thanhcong.png);
        }

        .menu-mobile .nghe-thuat-song:before {
            background-image: url(../Design/ic-nghethuat.png);
        }

        .menu-mobile .tinh-yeu:before {
            background-image: url(../Design/ic-tinhyeu.png);
        }

        .menu-mobile .nghe-nghiep:before {
            background-image: url(../Design/nghe-nghiep.png);
        }

        .menu-mobile .cau-chuyen-thanh-cong:before {
            background-image: url(../Design/cau-chuyen.png);
        }

        .menu-mobile .cuoi-hoi:before {
            background-image: url(../Design/ic-cuoihoi.png);
        }

        .menu-mobile .lam-me:before {
            background-image: url(../Design/ic-mebe.png);
        }

        .menu-mobile .mua-sam:before {
            background-image: url(../Design/ic-muaban.png);
        }

        .menu-mobile .suc-khoe:before {
            background-image: url(../Design/ic-suckhoe.png);
        }

        .menu-mobile .nau-an:before {
            background-image: url(../Design/ic-nauan.png);
        }

        .menu-mobile .video:before {
            background-image: url(../Design/ic-video.png);
        }

        .menu-mobile .sao:before {
            background-image: url(../Design/ic-sao.png);
        }

        .menu-mobile .bau:before {
            background-image: url(../Design/ic-bau.png);
        }

        .menu-mobile .doc:before {
            background-image: url(../Design/ic-doc.png);
        }

    .over-full.close {
        position: fixed;
        background-color: rgba(0,0,0,.8);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9999
    }

        .over-full.close .icon-close {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 6px;
            left: 250px;
            background-image: url(../Design/back_button.png);
            background-size: 100% 100%
        }

    footer .bottom {
        padding: 10px;
    }

    .menu-footer {
        display: none;
    }

    footer .logo-footer {
        margin-left: 20px;
    }

    footer .company-info {
        font-size: 13px;
        margin-top: 15px;
    }
}

@media only screen and (max-width :467px) {
    footer .logo-footer {
        width: 170px;
        margin: 6px auto;
    }

    footer .company-info, footer .logo-footer {
        float: none;
        text-align: center;
        margin-left: none;
    }

    footer .company-info {
        margin-left: 0;
        width: 100%;
        height: unset
    }

        footer .company-info:nth-child(3) {
            margin-left: 0;
            padding-left: 0;
            border: none;
        }
}

/*Menu Rs*/
.menu-rs {
    position: fixed;
    z-index: 999999999999999999999999999999999999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    pointer-events: none;
}

.menu-rs-search {
    margin: 8px 0;
    width: 90%;
    display: none;
}

    .menu-rs-search a:hover img {
        opacity: 1;
    }

.menu-rs-bot {
    display: block;
    text-align: left;
    width: 100%;
    padding: 16px 0;
    color: #025c90;
    font-size: 18px;
    background: #fff;
    padding-left: 16px;
}

    .menu-rs-bot a {
        display: flex;
        width: 100%;
        height: 100%;
        align-items: center;
        color: #025c90;
        text-decoration: none;
        font-weight: 600;
    }

        .menu-rs-bot a img {
            margin-right: 6px;
            border-radius: 25px;
        }

.menu-rs-search a {
    position: relative;
    height: 100%;
    padding: 0 10px;
    background: #333;
    border-radius: 50px 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-rs-search a::before {
        content: '';
        position: absolute;
        right: 0;
        width: 2px;
        height: 60%;
        /* background-color: #3333331c; */
    }

    .menu-rs-search a img {
        /* opacity: .8; */
        /* filter: brightness(0) invert(1); */
        /* -webkit-filter: brightness(0) invert(1); */
    }

.w-search-menurs {
    display: flex;
    align-items: center;
    border: 1px solid #d5d5d5;
    width: 100%;
    border-radius: 50px;
    height: 40px;
    background: #fff;
}

.menu-rs-search input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0 10px;
    font-size: 16px;
}

.social.menu-icon-social {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    background: #000;
    padding: 9px 0;
    margin-top: 0;
    padding-left: 5px;
    width: 50%;
}

    .social.menu-icon-social a {
        margin: 0 3px;
        transition: all ease-in-out .3s;
    }

        .social.menu-icon-social a:hover {
            background-color: #fff;
            color: var(--default-color-2);
        }

    .social.menu-icon-social a {
        color: #fff;
        border: unset;
        width: 18px;
        height: auto;
    }

.lang-mobile-mm {
    margin-left: 8px;
    flex: 1 1 0;
}

.menu-rs-top .logo a {
    position: relative;
}

.name-compa-menu {
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #025C90;
    margin-top: 13px;
    line-height: 150%;
    font-weight: 600;
    display: none;
}

.menu-rs-top .logo {
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}

.menu-rs-top {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    padding-top: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid #025C90;
    background: #fff;
    background-size: cover;
}

    .menu-rs-top .logo {
    }

        .menu-rs-top .logo img {
            width: 109px;
            height: auto;
            object-fit: cover;
            margin: auto;
            position: relative;
        }

.menu-rs.show {
    opacity: 1;
    pointer-events: all;
}

.menu-rs-bot a svg {
    margin-right: 5px;
}

.menu-rs.show .container {
    background-position: 0 107px;
    background: #025c90;
    background-size: cover;
    left: 0;
    pointer-events: auto;
}

.menu-socail-lang-mm {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D49C03;
    display: none;
}

.slogan-menu-mobile-rs h4 {
    margin: 0;
    text-align: center;
    padding: 10px 47px;
    color: var(--default-color-1);
    font-family: 'MontserratAlternates-Medium';
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%;
    text-transform: capitalize;
    background: linear-gradient(90deg, #0A2D7C 0%, #071E8A 29.5%, #4463DD 79.5%, #072582 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slogan-menu-mobile-rs {
    background: #F2FBFF;
    border-bottom: 1px solid #D49C03;
}

.menu-rs .container {
    width: 65%;
    height: 100vh;
    position: relative;
    overflow-y: overlay;
}

    .menu-rs .container .btn-close {
        position: absolute;
        top: 4px;
        right: 5px;
        font-size: 14px;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        background: #000;
        border: 1px solid #000;
    }

        .menu-rs .container .btn-close.active {
            /* border-radius: 0; */
            /* right: calc(85%); */
        }

        .menu-rs .container .btn-close i {
            position: absolute;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            opacity: 1;
            color: #fff;
        }

            .menu-rs .container .btn-close i.back {
                opacity: 0;
            }

        .menu-rs .container .btn-close.active i {
            opacity: 0;
        }

        .menu-rs .container .btn-close.active .back {
            opacity: 1;
        }

        .menu-rs .container .btn-close:hover {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05);
        }

        .menu-rs .container .btn-close img {
            display: block;
            width: 20px;
            height: 20px;
            border-radius: 50px;
        }

.menu-rs.show .container .btn-close {
    opacity: 1;
    -webkit-transition-delay: opacity .6s;
    -o-transition-delay: opacity .6s;
    transition-delay: opacity .6s;
}

.menu-rs .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    background-color: #fff;
    height: 100vh;
    overflow-y: auto;
    padding: 20px 0;
    padding-bottom: 0;
    padding-top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all .75s;
    pointer-events: none;
}

    .menu-rs .container .list {
        width: 100%;
        background: #025C90;
    }

.hotline-menu-rs {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    display: none;
}

.menu-rs .container .list .list-item {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    border-bottom: 0.4px solid #fff;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    padding: 16px 18px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.menu-rs .container .list ul li {
    list-style: none;
}

    .menu-rs .container .list ul li:last-child .list-item {
        border-bottom: unset;
    }
/* Trạng thái mặc định của menu cha */
.menu-rs .container .list li.have-show {
    list-style: none;
    overflow: hidden;
    position: relative;
}

    /* Trạng thái mặc định của phần tử con ".drop" */
    .menu-rs .container .list li.have-show .drop {
        opacity: 0;
        transform: translateY(-20px); /* Dịch chuyển lên để tạo hiệu ứng trượt */
        transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease; /* Chuyển đổi các thuộc tính */
        height: 0;
        overflow: hidden;
    }

    /* Khi có lớp "show" cho menu cha */
    .menu-rs .container .list li.have-show.show .drop {
        opacity: 1;
        transform: translateY(0); /* Trả về vị trí ban đầu */
        height: auto; /* Thiết lập chiều cao tự động khi menu mở */
        transition: opacity 0.5s ease, transform 0.5s ease, height 0.5s ease;
    }

.menu-rs .container .list li .btn {
    position: absolute;
    right: 5px;
    font-size: 15px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #999;
    top: 14px;
    z-index: 2;
}

    .menu-rs .container .list li .btn i {
        transition: all ease-in-out .3s;
    }

.menu-rs .container .list li.show .btn i {
    transform: rotate(-180deg);
}

.menu-rs .container .list li .drop {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    /* background-color: #2c2c2c0f; */
}

    .menu-rs .container .list li .drop .drop-item {
        height: auto;
    }

    .menu-rs .container .list li .drop.show {
        width: 100%;
    }

    .menu-rs .container .list li .drop .drop-item a {
        width: 100%;
        position: relative;
        padding: 10px 12px;
        padding-left: 28px;
        font-size: 15px;
        text-align: left;
        color: #333;
        text-transform: capitalize;
        line-height: 28px;
    }

    .menu-rs .container .list li .drop.show .drop-item a {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: .9;
        pointer-events: all;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

.menu-rs .container .list ul {
    padding: 0;
    margin: 0;
}

.menu-rs-bot a svg path {
    fill: #025c90;
}

.menu-rs .container .list li .drop .drop-item a:hover {
    color: #166d9c;
    background-color: rgb(11 101 151 / 10%);
}

.menu-rs .container .list li .drop .drop-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #05338017;
    opacity: .8;
    bottom: 0;
    border-radius: 2px;
    left: 0;
}

.menu-rs .container .list li .drop .drop-item:last-child a::before {
}

.menu-rs .container .list .list-item::before {
    position: absolute;
    opacity: .8;
}
.menu-rs .container .list ul li:nth-child(6){
    display:none;
}