* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #212529;
    font-family: Roboto, sans-serif;
}

ul,
li {
    list-style: none;
}

.back-to-top img {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #b6b2b2;
    border-radius: 8px;
}

/* scroll to top vs logo-fixed-right */
.logo-fixed-right {
    position: fixed;
    right: 5px;
    top: 20%;
    z-index: 99;
}

.logo-fixed-right .item-connect {
    display: flex;
    width: 65px;
    min-height: 65px;
    border-radius: 4px;
    margin-bottom: 8px;
    text-align: center;
    background: #ffffff;
    transition: all 0.1s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.logo-fixed-right li a {
    width: auto;
    box-shadow: none;
    background: none;
}

.logo-fixed-right .text-fixed {
    color: #010000;
    font-size: 11px;
    line-height: 13px;
    margin: 2px 4px;
}

.logo-fixed-left {
    position: fixed;
    left: 5px;
    top: 20%;
    z-index: 100;
    padding-left: 0;
}

.logo-fixed-right .item-connect:hover {
    transform: translateY(-3px);
}

.logo-fixed-bottom{
    position: fixed;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: #fff;
    margin: 0;
    padding: 0;
    z-index: 99;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.logo-fixed-bottom .item-connect{
    width: 100%;
    margin: 8px;
}

.logo-fixed-bottom .item-connect li{
    flex-direction: column;
    align-items: center;
    margin: 5px;
}

.logo-fixed-bottom .text-fixed{
    color: #010000;
    font-size: 11px;
    line-height: 13px;
    margin: 2px 4px;
    text-align: center;
}
.logo-fixed-bottom img{
    height: 32px;
}

#back-to-top .logo-fixed-right {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 10;
}

.back-to-top {
    position: fixed;
    cursor: pointer;
    height: 30px;
    display: flex;
    width: 35px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    left: 15px;
    color: #fff;
    background-color: #ffc600;
    bottom: 45px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.back-to-top i {
    font-size: 18px;
}

/* csWrapper */
#csWrapper {
    box-sizing: border-box;
    position: fixed;
    bottom: 30px;
    right: 40px;
    z-index: 200;
}

#csWrapper * {
    box-sizing: border-box;
}

/* Header */
.dropdown:not(:checked) + label .uil {
    font-size: 16px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked + label .uil {
    transform: rotate(180deg);
    font-size: 16px;
    margin-left: 10px;
    transition: transform 200ms linear;
}

.dropdown:checked ~ .section-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.section-dropdown a {
    position: relative;
    color: #000;
    transition: all 200ms linear;
    font-size: 14px;
    border-radius: 2px;
    padding: 6px 5px !important;
    margin: 2px 0;
    text-align: center;
    align-items: center;
    display: flex;
}

.section-dropdown {
    position: absolute;
    padding: 5px;
    background-color: #fff;
    top: 60px;
    left: 10px;
    min-width: 175px;
    border-radius: 4px;
    display: block;
    box-shadow: 0 14px 35px 0 rgba(9, 9, 12, 0.4);
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}

.section-dropdown:before {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    content: "";
    display: block;
    z-index: 1;
}

.section-dropdown a .uil {
    font-size: 18px;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

#profile-dropdown[type="checkbox"]:checked,
#profile-dropdown[type="checkbox"]:not(:checked),
#nav-profile-dropdown[type="checkbox"]:checked,
#nav-profile-dropdown[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
    pointer-events: none;
}

input[type="checkbox"]:checked {
    background-color: #cb0100;
    color: #fff;
}

.dropdown:checked + label:before,
.dropdown:not(:checked) + label:before {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: auto;
    pointer-events: none;
}

.header-profile {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #000000c4;
}

.section-dropdown a:hover {
    color: #fff;
    background-color: #ff9800;
}

.user-login {
    display: flex;
    height: 38px;
    margin: 0 10px;
}

.header-profile img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.section-dropdown:after {
    position: absolute;
    top: -7px;
    left: 12px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    display: block;
    z-index: 2;
    transition: all 200ms linear;
}

header {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

header.dark {
    padding: 0;
}

.fixed-bottom,
.fixed-top {
    background: #fff;
    left: 0;
    position: sticky;
    right: 0;
    z-index: 1030;
}

.fixed-top {
    top: 0;
}

ul.main-nav > li {
    display: inline-block;
    padding: 0;
    position: relative;
}

ul.main-nav > li > a {
    box-sizing: border-box;
    color: #444;
    display: block;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

.top-level-link {
    max-width: 250px;
}

.navbar-brand {
    margin: 0;
    display: inline-block;
    line-height: inherit;
    padding-right: 8px;
    padding-left: 8px;
    white-space: nowrap;
}

.sub-menu-row {
    text-align: left;
}

.img-fluid,
.img-thumbnail {
    height: auto;
    max-width: 100%;
}

.top-level-link a.mega-menu {
    padding: 20px 8px;
}

.top-level-link:after {
    background: #ffc600;
    bottom: 20px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scaleX(0);
    width: 96%;
}

.top-level-link:hover::after {
    transform: scaleX(1);
    transition: transform 0.4s;
}

.main-nav .top-level-link.active::after {
    background: #ffc600;
    bottom: 20px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transform: scaleX(1);
}

ul.main-nav > li:hover > div.sub-menu-block {
    background: #eee;
    border: none;
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

ul.main-nav > li > div.sub-menu-block {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    left: 10px;
    opacity: 0;
    position: absolute;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    max-width: 800px;
    z-index: 3;
}

.sub-menu-block {
    padding: 10px 20px !important;
    width: max-content !important;
}

ul.main-nav > li:hover > div.sub-menu-block > * {
    opacity: 1;
}

ul.main-nav > li > div.sub-menu-block > * {
    opacity: 0;
    transition-duration: 0.4s;
    transition-property: opacity;
}

.dropdown-item,
.sub-menu-head {
    color: #004b8d;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize !important;
}

ul.main-nav > li ul.sub-menu-lists {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.main-nav > li ul.sub-menu-lists > li,
ul.main-nav > li ul.sub-menu-lists-item > li {
    padding: 5px 0;
}

ul.main-nav > li ul.sub-menu-lists > li > a,
ul.main-nav > li ul.sub-menu-lists-item > li > a {
    color: #8a8a8a;
    font-size: 14px;
}

.sub-menu-head:hover,
ul.main-nav > li ul.sub-menu-lists > li > a:hover,
ul.main-nav > li ul.sub-menu-lists-item > li > a:hover {
    color: #0a0303;
}

.nav-link {
    display: block;
}

.dropdown-toggle {
    white-space: inherit !important;
}

.dropdown-toggle::after {
    border-right: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.header-lang-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

#header-lang-img {
    margin-right: 4px;
}

.float-right {
    float: right !important;
}

.menu-item.float-right {
    margin: 0;
}

.menu-item.float-right a {
    font-size: 15px;
    font-weight: 400 !important;
    padding: 4px 8px;
    /* min-width: 95px; */
    text-transform: inherit !important;
}

.main-nav .menu-item.active,
.main-nav .menu-item a:hover {
    background-color: #ffebbb;
    border-radius: 20px;
    color: black;
    font-weight: 500 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.mr-2,
.mx-2 {
    margin-right: 4px;
}
.mt-50 {
    margin-top: 50px;
}

/* Footer */
.footer-bottom {
    background: #ffc600;
    color: #fff;
    font-size: 12px;
    margin-top: -5px;
    padding: 20px 0;
}

#footer-menu .title-pr {
    font-weight: 500;
}

.title-pr {
    font-size: 20px;
    line-height: 1.4;
}

.title-pr {
    margin-bottom: 15px;
}

#footer-menu .address,
#footer-menu .source {
    font-size: 14px;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-19 {
    font-size: 14px;
    color: #000 !important;
}

.font-bold {
    font-weight: bold !important;
}

.col-left {
    padding-left: 0px;
}

.footer-bottom .col-left .hotline {
    font-weight: 700;
    margin-top: -10px;
}

span.hotline {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.footer-bottom .col-center {
    padding-top: 20px;
}

.footer-bottom .title {
    font-size: 20px;
    font-weight: 500;
}

.footer-info .nav-link {
    padding: 8px;
}

.footer-info .nav-link img {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

ul.social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
}

.d-dnone {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#reloadPage {
    position: fixed;
    top: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100vw;
    z-index: 99999999;
    text-align: center;
    left: 0;
    /* display: none; */
}

#reloadPage i {
    position: fixed;
    top: 40%;
    opacity: 1;
    color: black;
}

.page-item.active .page-link {
    background-color: #ffc600 !important;
    border-color: #007bff;
    border-radius: 100%;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: initial !important;
    text-align: center;
    width: 40px;
    z-index: 3;
}

.page-item a {
    color: #004b8e;
}

.page-link {
    background-color: #fff !important;
    border: none !important;
    border-bottom-left-radius: 100% !important;
    border-bottom-right-radius: 100% !important;
    border-top-left-radius: 100% !important;
    border-top-right-radius: 100% !important;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 10px;
    padding: initial !important;
    text-align: center;
    width: 40px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item.disabled .page-link{
    background-color: transparent !important;
    width: fit-content;
}

.div-pagination .pagination {
    justify-content: center;
}

.custom-title-1,
.text-2-line {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

.news-block-item .text-2-line:hover {
}
.news-block-item .item-title, .news-title {
    color: #004b8e !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
}
.news-active {
    display: flex;
    width: 100%;
    /* align-items: center; */
    transition: all 0.4s ease;
}

.news-block .news-active.active {
    background-color: #f7e78e;
    border-radius: 5px;
    padding: 5px 8px;
    box-shadow: 0 2px 4px rgb(83 52 33 / 84%);
}

.center-el {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-popup-send {
    background: #004588;
    border-radius: 2px;
    color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.2);
    border-radius: 2px;
    padding: 5px 15px;
}

.btn-popup-cancel {
    background: #eef3ff;
    border-radius: 2px;
    color: #000;
    border: 1px solid rgba(33, 33, 33, 0.2);
    border-radius: 2px;
    padding: 5px 15px;
}

.btn-popup-size-lg {
    padding: 10px 30px;
}

#popup_modal #close_button {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid lightgrey;
    z-index: 10;
    cursor: pointer;
    background-color: white;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-unstyled li a {
    color: #000 !important;
    font-size: 14px;
}

/* .list-unstyled li a:hover {
   color: #ffc600 !important;
} */

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.font-12 {
    font-size: 12px;
}

.map-popup {
    width: 200px;
}

.map-popup-name {
    margin: 0 !important;
    padding: 3px 8px;
    background-color: #ffc600;
    font-size: 14px;
    font-weight: bold;
    color: #004b8e;
}

.map-popup-item {
    display: block;
    font-size: 12px;
}

.leaflet-popup-content {
    margin: 12px 7px 5px 7px;
}

.leaflet-popup-content-wrapper {
    border-radius: 3px;
}

.leaflet-container a.leaflet-popup-close-button {
    font: 13px / 9px Tahoma, Verdana, sans-serif;
}

.form-control-select-search .select2-container {
    width: 100% !important;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.25rem !important;
    height: 36px;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 36px;
}

.form-control-select-search
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 34px;
}

.form-control-select-search .select2-container {
    z-index: 1030;
}

.form-control-select-search-modal .select2-container {
    z-index: 1070;
}

.connect-infor {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ckeditor-content table {
    width: 100%;
}

.container-footer {
    justify-content: center;
}

.container-item {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.search-header {
    position: relative;
}

#search-header-btn {
    background-color: #ffc600;
    border: none;
}

.sub-menu-block-search-header {
    position: absolute;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    left: 10px;
    opacity: 0;
    visibility: hidden;
    max-width: 800px;
    z-index: 3;
}

.sub-menu-block-search-header.show {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: max-content;
    background: #eee;
    border: none;
    border-radius: 5px;
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    visibility: visible;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    top: 40px;
    left: 0px;
}

/* Translate */
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
}

.goog-te-gadget-simple {
    display: flex !important;
    border-radius: 5px;
    padding: 3px !important;
}

.goog-te-gadget-icon,
.indicator {
    display: none !important;
}

/* CSS mÃ£ qr_code trang chá»§ */
.item-left {
    width: 45%;
}

.item-right {
    display: flex;
    width: 55%;
}
.item-right a:hover {
    text-decoration: underline !important;
}

.android-qr,
.IOS-qr {
    width: 70px;
}

.android-qr img,
.IOS-qr img {
    width: 100%;
}

.input-group-text {
    height: 100%;
}
.flex-direction-column {
    flex-direction: column !important;
}

.location-arrow {
    position: absolute;
    right: 0;
    top: 5px;
    cursor: pointer;
}

#map_detail {
    height: 500px;
    width: 100%;
    z-index: 0;
}

.text-transparent {
    color: transparent;
}

.white-space-nowrap {
    white-space: nowrap;
}

ul.main-nav > li > div.sub-menu-block {
    max-width: 680px;
}

@media only screen and (min-width: 992px) {
    .min-calc-new {
        min-height: calc(100vh - 140px - 140px);
    }
}

@media only screen and (min-width: 375px) and (max-width: 932px) {
    .d-none-mb {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .footer-md {
        width: max-content !important;
    }
    #footer-menu .container-footer:first-child > div {
        flex-direction: row !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    ul.main-nav > li > div.sub-menu-block {
        max-width: 500px;
    }

    .sub-menu-row {
        flex-direction: column;
    }
}
.justify-content-space-between {
    justify-content: space-between !important;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.hide-right-btn {
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px 0 0 5px;
    margin-bottom: 5px;
    float: right;
    color: #fff;
    background-color: rgb(241 161 43);
}
.display-none {
    display: none !important;
}
.rotate-180 {
    rotate: 180deg !important;
}
.d-none-desktop {
    display: none;
}
.post-office-no-item .item-right > div {
    justify-content: space-evenly;
}
.navbar-brand .logo {
    transition: all 0.2s ease;
}
.navbar-brand .logo:hover {
    transform: translateY(-3px);
}
#footer-menu .container-footer:first-child {
    /* background-color: #fdb913; */
    /* color: #000; */
    background-color: #144e8d;
    color: #fff;
    padding: 40px 0;
}
#footer-menu .container-footer:last-child {
    /* background-color: #fdb913; */
    /* color: #000; */
    background-color: #ffc500;
    color: #fff;
    padding: 20px 0;
}
#footer-menu .container-footer:last-child > div {
    justify-content: space-between;
    align-items: center;
}
.hotline .title,
.social .title {
    font-size: 20px;
    font-weight: 700;
}
.hotline .hotline-info a {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
#footer-menu .item-connect a,
#footer-menu .item-connect > div {
    color: #fff !important;
}
.item-connect ul li {
    font-size: 14px;
    margin-bottom: 6px;
}
.post-office {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.header-vnpost {
    padding: 10px 0;
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1274px;
    }
    .logo-fixed-right a{
        display: block !important;
    }
}

@media only screen and (max-width: 430px) {
    #tracking-captcha {
        float: right;
    }
    .flex-direction-column-mb{
        display: flex;
        flex-direction: column !important;
     }
     .flex-direction-column-mb li{
         width: 100% !important;
     }
     .logo-fixed-bottom{
        display: flex;
     }
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
    #footer-menu .container-footer:last-child > div {
        flex-wrap: wrap;
        padding: 0 15px;
    }
    #footer-menu .container-footer:last-child > div .social {
        margin: 12px 0 0 0;
    }
    #footer-menu .container-footer:last-child .announced {
        width: 100%;
    }
    #footer-menu .navbar-brand {
        width: 100%;
    }
    #footer-menu .navbar-brand .logo {
        text-align: center;
        width: 100%;
    }
    #footer-menu .navbar-brand .logo {
        text-align: left;
    }
    .div-tracking {
        width: 100% ;
    }
    .div-tracking-cap {
        width: 72% !important;
    }
    .post-office-tracking .container-form-tracking .form-tracking {
        flex-direction: column;
    }
    .post-office-tracking
        .container-form-tracking
        .form-tracking
        .div-tracking {
        margin-bottom: 10px;
    }
    #news ul {
        width: fit-content;
        flex-wrap: nowrap !important;
        flex-direction: column;
        align-items: flex-start;
    }
}
/* fireworks */
#fireworks-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none;
    z-index: 9999;
}

.firework-rocket {
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 8px;
    transform: translateX(0);
    pointer-events: none;
}

.firework-rocket-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    margin-left: 2px;
}

.firework-spark {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    pointer-events: none;
    opacity: 0.8;
}

.firework-fragment {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    opacity: 0.9;
    pointer-events: none;
}
/* snow */

.snow {
    background: white;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;

    z-index: 9999;
    box-shadow: 0 0px 2px 0px #fff, 10px 10px 0px 0 #fff, 50px 20px 2px 0 #fff,
        100px 30px 2px 0 #fff, 30px 70px 2px 0 #fff, 130px 70px 2px 0px #fff,
        -30px 30px 2px 0 #fff, -55px 45px 2px 0 #fff, -70px 30px 2px 0 #fff,
        -130px 40px 2px 0 #fff, -150px 90px 2px 0 #fff, -160px 80px 2px 0 #fff,
        -190px 130px 2px 0 #fff, -150px 150px 2px 0 #fff,
        -130px 120px 2px 0 #fff, -100px 130px 2px 0 #fff, -90px 80px 2px 0 #fff,
        -40px 100px 2px 0 #fff, -30px 90px 2px 0 #fff, 0px 100px 2px 0 #fff,
        40px 140px 2px 0 #fff, 70px 120px 2px 0 #fff, 50px 180px 2px 0 #fff,
        100px 150px 2px 0 #fff, 140px 120px 2px 0 #fff, 170px 90px 2px 0 #fff,
        170px 130px 2px 0 #fff, 160px 140px 2px 0 #fff, 170px 130px 2px 0 #fff,
        10px 130px 2px 0 #fff, 180px 180px 2px 0 #fff, 200px 160px 2px 0 #fff,
        200px 260px 2px 0 #fff, 250px 195px 2px 0 #fff, -200px 160px 2px 0 #fff,
        -200px 180px 2px 0 #fff, -220px 185px 2px 0 #fff,
        -150px 200px 2px 0 #fff, -100px 250px 2px 0 #fff, -80px 195px 2px 0 #fff,
        -190px 280px 2px 0 #fff, -150px 350px 2px 0 #fff,
        -250px 250px 2px 0 #fff, 150px 350px 2px 0 #fff, 100px 230px 2px 0 #fff;

    -webkit-animation: snow 6s linear infinite;
    -moz-animation: snow 6s linear infinite;
    -ms-animation: snow 6s linear infinite;
    animation: snow 6s linear infinite;
}

.snow::after {
    content: "";
    background: white;
    border-radius: 100%;
    left: 100px;
    position: absolute;
    top: -200px;
    width: 5px;
    height: 5px;

    z-index: 9999;
    box-shadow: 0 0px 2px 0px #fff, 10px 10px 0px 0 #fff, 50px 20px 2px 0 #fff,
        100px 30px 2px 0 #fff, 30px 70px 2px 0 #fff, 130px 70px 2px 0px #fff,
        -30px 30px 2px 0 #fff, -55px 45px 2px 0 #fff, -70px 30px 2px 0 #fff,
        -130px 40px 2px 0 #fff, -150px 90px 2px 0 #fff, -160px 80px 2px 0 #fff,
        -190px 130px 2px 0 #fff, -150px 150px 2px 0 #fff,
        -130px 120px 2px 0 #fff, -100px 130px 2px 0 #fff, -90px 80px 2px 0 #fff,
        -40px 100px 2px 0 #fff, -30px 90px 2px 0 #fff, 0px 100px 2px 0 #fff,
        40px 140px 2px 0 #fff, 70px 120px 2px 0 #fff, 50px 180px 2px 0 #fff,
        100px 150px 2px 0 #fff, 140px 120px 2px 0 #fff, 170px 90px 2px 0 #fff,
        170px 130px 2px 0 #fff, 160px 140px 2px 0 #fff, 170px 130px 2px 0 #fff,
        10px 130px 2px 0 #fff, 180px 180px 2px 0 #fff, 200px 160px 2px 0 #fff,
        200px 260px 2px 0 #fff, 250px 195px 2px 0 #fff, -200px 160px 2px 0 #fff,
        -200px 180px 2px 0 #fff, -220px 185px 2px 0 #fff,
        -150px 200px 2px 0 #fff, -100px 250px 2px 0 #fff, -80px 195px 2px 0 #fff,
        -190px 280px 2px 0 #fff, -150px 350px 2px 0 #fff,
        -250px 250px 2px 0 #fff, 150px 350px 2px 0 #fff, 100px 230px 2px 0 #fff;
}

.snow::before {
    content: "";
    background: white;
    border-radius: 100%;
    left: -200px;
    position: absolute;
    top: -300px;
    width: 5px;
    height: 5px;

    z-index: 9999;
    box-shadow: 0 0px 2px 0px #fff, 10px 10px 0px 0 #fff, 50px 20px 2px 0 #fff,
        100px 30px 2px 0 #fff, 30px 70px 2px 0 #fff, 130px 70px 2px 0px #fff,
        -30px 30px 2px 0 #fff, -55px 45px 2px 0 #fff, -70px 30px 2px 0 #fff,
        -130px 40px 2px 0 #fff, -150px 90px 2px 0 #fff, -160px 80px 2px 0 #fff,
        -190px 130px 2px 0 #fff, -150px 150px 2px 0 #fff,
        -130px 120px 2px 0 #fff, -100px 130px 2px 0 #fff, -90px 80px 2px 0 #fff,
        -40px 100px 2px 0 #fff, -30px 90px 2px 0 #fff, 0px 100px 2px 0 #fff,
        40px 140px 2px 0 #fff, 70px 120px 2px 0 #fff, 50px 180px 2px 0 #fff,
        100px 150px 2px 0 #fff, 140px 120px 2px 0 #fff, 170px 90px 2px 0 #fff,
        170px 130px 2px 0 #fff, 160px 140px 2px 0 #fff, 170px 130px 2px 0 #fff,
        10px 130px 2px 0 #fff, 180px 180px 2px 0 #fff, 200px 160px 2px 0 #fff,
        200px 260px 2px 0 #fff, 250px 195px 2px 0 #fff, -200px 160px 2px 0 #fff,
        -200px 180px 2px 0 #fff, -220px 185px 2px 0 #fff,
        -150px 200px 2px 0 #fff, -100px 250px 2px 0 #fff, -80px 195px 2px 0 #fff,
        -190px 280px 2px 0 #fff, -150px 350px 2px 0 #fff,
        -250px 250px 2px 0 #fff, 150px 350px 2px 0 #fff, 100px 230px 2px 0 #fff;
}

@keyframes snow {
    0% {
        transform: translate(0, 0);
        opacity: 0.15;
    }
    20% {
        transform: translate(-20px, 100px);
        opacity: 1;
    }
    70% {
        transform: translate(-70px, 250px);
        opacity: 0.7;
    }
    100% {
        transform: translate(-100px, 300px);
        opacity: 0.1;
    }
}
@-moz-keyframes snow {
    0% {
        transform: translate(0, 0);
        opacity: 0.15;
    }
    20% {
        transform: translate(-20px, 100px);
        opacity: 1;
    }
    70% {
        transform: translate(-70px, 250px);
        opacity: 0.7;
    }
    100% {
        transform: translate(-100px, 300px);
        opacity: 0.1;
    }
}
@-webkit-keyframes snow {
    0% {
        transform: translate(0, 0);
        opacity: 0.15;
    }
    20% {
        transform: translate(-20px, 100px);
        opacity: 1;
    }
    70% {
        transform: translate(-70px, 250px);
        opacity: 0.7;
    }
    100% {
        transform: translate(-100px, 300px);
        opacity: 0.1;
    }
}
@-ms-keyframes snow {
    0% {
        transform: translate(0, 0);
        opacity: 0.15;
    }
    20% {
        transform: translate(-20px, 100px);
        opacity: 1;
    }
    70% {
        transform: translate(-70px, 250px);
        opacity: 0.7;
    }
    100% {
        transform: translate(-100px, 300px);
        opacity: 0.1;
    }
}

.snow2 {
    content: "";
    position: absolute;
    top: -100px;
    left: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.8;

    -webkit-animation: slowSnow 40s linear infinite;
    -moz-animation: slowSnow 40s linear infinite;
    -ms-animation: slowSnow 40s linear infinite;
    animation: slowSnow 40s linear infinite;

    box-shadow: 0 0px 6px 0px #fff, -20px 50px 4px 1px #fff,
        80px 70px 4px 1px #fff, 200px 150px 4px 1px #fff,
        -200px 150px 4px 1px #fff, -100px 100px 4px 1px #fff,
        90px 180px 4px 1px #fff, 190px 280px 4px 1px #fff,
        -150px 250px 4px 1px #fff, -190px 280px 4px 1px #fff,
        -190px 80px 4px 1px #fff, -250px 200px 4px 1px #fff,
        -270px 380px 4px 1px #fff, 270px 330px 4px 1px #fff,
        -200px 390px 4px 1px #fff, -240px 310px 4px 1px #fff,
        180px 380px 4px 1px #fff;
}

.snow2::before {
    content: "";
    position: absolute;
    top: -500px;
    left: 50%;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.8;

    -webkit-animation: slowSnow 30s linear infinite;
    -moz-animation: slowSnow 30s linear infinite;
    -ms-animation: slowSnow 30s linear infinite;
    animation: slowSnow 30s linear infinite;

    box-shadow: 0 0px 6px 0px #fff, -20px 50px 4px 1px #fff,
        80px 70px 4px 1px #fff, 200px 150px 4px 1px #fff,
        -200px 150px 4px 1px #fff, -100px 100px 4px 1px #fff,
        90px 180px 4px 1px #fff, 190px 280px 4px 1px #fff,
        -150px 250px 4px 1px #fff, -190px 280px 4px 1px #fff,
        -190px 80px 4px 1px #fff, -250px 200px 4px 1px #fff,
        -270px 380px 4px 1px #fff, 270px 330px 4px 1px #fff,
        -200px 390px 4px 1px #fff, -240px 310px 4px 1px #fff,
        180px 380px 4px 1px #fff;
}

/* slowSlow */

@keyframes slowSnow {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(-20px, 100px);
    }
    70% {
        transform: translate(0px, 250px);
    }
    100% {
        transform: translate(10px, 300px);
    }
}
.text-3-line {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: inline-block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.align-item-center {
    display: flex;
    align-items: center !important;
}
.f-14 {
    font-size: 14px !important;
}
.pt-8 {
    padding-top: 8px !important;
}
.mb-72 {
    margin-bottom: 72px;
}

/* chuyÃªn má»¥c */
#categories ul.nav.nav-pills {
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    padding-bottom: 3px;
    position: relative;
}

#categories ul.nav.nav-pills li {
    margin-right: 1rem;
}

.sub-cate {
    position: absolute;
    /* top: 1.1rem; */
    /* top: 3.6rem; */
    left: 0;
    border-bottom: 1px solid rgba(33, 33, 33, 0.1);
    width: 100%;
    /* padding-top: 1.5rem; */
    padding-bottom: 0.2rem;
}
.news-title {
    color: #212121;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px;
}
#categories .nav-parent.active > a,
#categories .list-inline-item.active > a {
    color: #004588 !important;
}
/* multimedia */
.multimedia-image img {
    width: 100%;
}
.pointer {
    cursor: pointer;
}
.navbar-brand.logo {
    padding-bottom: 0.3125rem;
    padding-top: 0.3125rem;
}
.banner-home-end {
    height: 32vw;
    overflow: hidden;
    position: relative;
}
.banner-home-end .carousel-indicators {
    bottom: 30px;
}
#carouselIndicators {
    position: initial !important;
}
.item-summary,.news-summary {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}
#slider .owl-carousel{
    margin: auto;
    width: 90%;
}
#slider .owl-nav button{
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0px;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}
#slider .owl-nav .owl-prev{
    left: -30px;
}
#slider .owl-nav .owl-next{
    right: -30px;
}
#slider .owl-nav .owl-prev:before {
    content: url(../../cores/images/arrow-slide-left.svg) !important;
}
#slider .owl-nav .owl-next:before {
    content: url(../../cores/images/arrow-slide-right.svg) !important;
}
.banner-home .see-more {
    background: #fdb813;
    border-radius: 30px;
    display: initial;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 14px;
}
.banner-home .see-more a, .banner-home .see-more a:hover{
    color: #fff;
}
.news-left,
.news-right{
    margin-bottom: 15px;
}
.footer-menu-container{
    display: flex;
    flex-wrap: nowrap;
}
.footer-info{
    width: 22%;
}

@media only screen and (max-width: 430px) {

    .container-item {
       display: flex;
       justify-content: left;
    }
    .sub-cate{
       top: 82px !important;
    }
    .footer-info{
         width: 100%;
     }
 }
@media only screen and (min-width: 431px) and (max-width: 932px) {
    .footer-md {
        padding: 0;
        width: fit-content !important;
    }

    .connect-infor {
        display: flex;
        flex-direction: row-reverse;
    }

    .img-banner-top {
        display: none;
    }
    .footer-menu-container{
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
 @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .div-tracking-cap {
        width: 50% !important;
    }
    #news ul {
        width: fit-content;
        flex-wrap: nowrap !important;
        flex-direction: column;
        align-items: flex-start;
    }
    .main-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .footer-menu-container{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .introduce .nav-tabs{
        flex-direction: column;
    }
    .introduce .nav-tabs li{
        width: 100%;
    }
}
@media only screen and (max-width: 1024px) {
    .d-none-desktop {
        display: block;
    }
    #footer-menu .container-footer:first-child > div {
        flex-direction: column;
    }
    .container-item {
        margin: 15px;
        padding: 0;
    }
    .impressive-data .mt-50 {
        margin-top: 0;
    }
    .footer-menu-container{
        flex-wrap: wrap;
    }
}
.text-black{
    color: #212121;
}
.fix-font-family * {
    font-family: Roboto, sans-serif !important;
}
.fix-font-size p {
    font-size: 14px !important;
}
.with-tracking{
    width:50%;
}
