@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 300;
    src: local("fonts"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 400;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 500;
    src: local("fonts"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("fonts"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("fonts"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    font-style: italic;
    font-weight: 700;
    src: local("fonts"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype");
    font-display: swap;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.font-13 {
    font-size: 13px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.color-vinaphone {
    color: #0198e1 !important;
}
.color-viettel {
    color: #007b70 !important;
}
.color-mobifone {
    color: #00f !important;
}
.color-mobifone span {
    color: red !important;
}
.color-vietnamobile {
    color: #f60 !important;
}
.color-itelecom {
    color: #cd1818 !important;
}
.color-gmobile {
    color: #252525 !important;
}
.nt-select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #222;
    width: 100%;
    height: 35px;
}
.nt-select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.nt-select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nt-select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #222 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}
.nt-select-styled:hover {
    background-color: #fafafa;
}
.nt-select-styled.active,
.nt-select-styled:active {
    background-color: #f2f2f2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nt-select-styled.active:after,
.nt-select-styled:active:after {
    top: 11px;
    border-color: transparent transparent #222 transparent;
}
.nt-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-top: 0;
    max-height: 230px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.nt-select-options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.nt-select-options::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #464545;
}
.nt-select-options li {
    margin: 0;
    padding: 8px 0;
    text-indent: 15px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nt-select-options li:hover {
    color: #222;
    background: #fff;
}
.nt-select-options li[rel="hide"] {
    display: none;
}
.nt-btn {
    background: #ffc107;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nt-btn:hover {
    background: #ffc107;
    color: #000;
}
.nt-list {
    margin-bottom: 0;
    padding-left: 0;
}
.nt-list li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}
.nt-list li:last-child {
    border-bottom: 0;
}
.nt-list li a {
    position: relative;
    display: block;
    color: #222;
    text-decoration: none;
    padding: 10px 15px 10px 25px;
}
.nt-list li a:hover {
    color: #d10a00;
}
.nt-list li a:hover:before {
    color: #d10a00;
}
.nt-list li a:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    left: 5px;
    top: 10px;
    color: #222;
}
.nt-list--noborder li {
    border-bottom: 0;
}
.nt-list-news li {
    margin-bottom: 10px;
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nt-list-news li a {
    padding: 0;
}
.nt-list-news li a:before {
    content: "";
}
.nt-list-news li h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.nt-list-news--img {
    width: 100px;
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 10px;
    overflow: hidden;
}
.nt-list-news--img img {
    width: 100%;
    min-height: 100%;
}
@media screen and (max-width: 768px) {
    .nt-list.mb-twcl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .nt-list.mb-twcl li {
        width: 50%;
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        border-bottom: 0;
    }
}
.fixed-btn {
    min-width: 160px;
    max-width: 180px;
    background: #ffc107;
    position: fixed;
    left: 10px;
    bottom: 10px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    padding: 8px 8px 8px 44px;
    display: block;
    margin: 0 auto;
}
.fixed-btn a {
    color: #252525;
    text-decoration: none;
}
.fixed-btn--icon {
    position: absolute;
    border: 1px solid #252525;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50px;
    left: 7px;
    top: 5px;
    color: #252525;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixed-btn--img {
    height: 40px;
    border-radius: 126px;
    position: absolute;
    left: 0;
    top: 0;
}
.fixed-btn--zalo {
    background: #2196f3;
    left: 10px;
    bottom: 60px;
    color: #fff;
}
.fixed-btn--zalo a {
    color: #fff;
}
.nt-rotate {
    -webkit-animation: Rotate 1.3s linear 1.3s 5;
    animation: Rotate 1.3s linear 1.3s 5;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
}
@-webkit-keyframes Rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    4% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    8% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    12% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    16% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    24% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes Rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    4% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    8% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    12% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    16% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    20% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    24% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}
.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    position: fixed;
    z-index: 1020;
    margin: 0;
    right: 20px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: #3097d1;
    background-size: 100% auto;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.back-to-top.show {
    opacity: 1;
}
.back-to-top:hover {
    cursor: pointer;
    background: #145a8d;
    background-size: 100% auto;
    opacity: 0.8 !important;
}
.rightNav {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 100;
    padding: 0;
    margin-top: -80px;
    padding-left: 0;
}
.rightNav .button {
    position: relative;
    display: block;
    text-decoration: none !important;
    line-height: 45px;
}
.rightNav .button + .button {
    margin-top: 1px;
}
.rightNav .button > span {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    padding: 0 15px;
    background: #eb0b00;
    color: #fff;
    line-height: inherit;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: -1;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rightNav .button i {
    display: block;
    width: 45px;
    height: 45px;
    line-height: inherit;
    text-align: center;
    color: #fff;
    background: #3097d1;
    font-size: 18px;
    z-index: 2;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rightNav .button:hover i {
    background: #333;
    color: #fff;
}
.rightNav .button:hover > span {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    background: #333;
}
@media screen and (max-width: 768px) {
    .rightNav {
        display: none;
    }
}
.body-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.body-overlay.open {
    opacity: 1;
    visibility: visible;
}
.text-box {
    background: #fff;
}
.text-box-content {
    padding: 15px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.text-box-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.text-box-content::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #464545;
}
.nt-list-group .list-group-item {
    font-size: 14px;
    font-weight: 500;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nt-list-group .list-group-item:hover {
    background: #fafafa;
    color: #d10a00;
}
.list-group--news .list-group-item {
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    color: #000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-group--news .list-group-item a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-group--news .list-group-item a:hover {
    color: #d10a00;
}
.list-group--news .list-group-item:hover {
    background: #fafafa;
}
.list-group--news .news-thumb {
    max-width: 100%;
    margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
    .list-group--news .list-group-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .list-group--news .news-thumb {
        max-width: 140px;
        margin-right: 10px;
        margin-bottom: 0;
    }
}
.list-news {
    padding: 0;
    margin: 0;
}
.list-news li {
    position: relative;
    list-style: none;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.list-news li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 5px;
    top: 1px;
    color: #252525;
}
.list-news li:hover a {
    color: #d10a00;
}
.list-news li:hover:before {
    color: #d10a00;
}
.list-news li a {
    color: #252525;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-news li a:hover {
    color: #d10a00;
}
.list-order {
    padding-left: 0;
    margin-bottom: 0;
}
.list-order li {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
}
.list-order li:last-child {
    border-bottom: 0;
}
.list-order li p {
    padding: 0 0;
    padding-bottom: 0;
    margin: 0;
}
.list-order li p .order-item-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.list-order li p .order-item-status {
    font-size: 11px;
    color: #464545;
}
.list-order li p .order-item-status label.status {
    background: #ff5722;
    font-size: 11px;
    color: #fff;
    font-weight: 300;
    padding: 2px 10px;
    border-radius: 3px;
}
.list-order li p .order-item-status label.status-delivered {
    background: #4caf50;
}
.list-order li p .order-item-status label.status-ht {
    background: #32cd32;
}
.list-order li p .order-item-phone {
    width: 100%;
    display: inline-block;
    color: #333;
    font-size: 13px;
    margin-top: 5px;
}
.footer-list {
    padding-left: 0;
}
.footer-list li {
    list-style: none;
    line-height: 1.5;
    margin-bottom: 5px;
}
a.color-white {
    color: #fff !important;
}
.support-btn {
    min-width: 160px;
    max-width: 180px;
    background: #ffc107;
    position: relative;
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
    border-radius: 999px;
    padding: 7px 7px 7px 45px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
.support-btn a {
    color: #000;
    text-decoration: none;
}
.support-btn .support-icon {
    position: absolute;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50px;
    left: 5px;
    top: 4px;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.support-btn .support-icon--img {
    height: 30px;
    border-radius: 100%;
    position: absolute;
    left: 5px;
    top: 4px;
}
.support-btn--zalo {
    background: #2196f3;
}
.support-btn--fb {
    background: #0062cc;
}
.hr-top {
    border-top: 2px dotted #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
}
.share-list a {
    font-size: 160%;
    color: #fff;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.share-list a:hover {
    color: #ffc107;
}
.advance-search-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    color: #252525;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.advance-search-btn:hover {
    color: #d10a00;
    text-decoration: none;
}
.advance-search-btn:after {
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#hide-timkiemnangcao {
    color: #252525;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#hide-timkiemnangcao:hover {
    color: #d10a00;
    text-decoration: none;
}
.btn-dat-sim {
    background-color: #ffc107;
    color: #000;
}
.btn-dat-sim:hover {
    background-color: #ffc107;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffc107;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}
@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}
.payment-type {
    text-align: center;
    border-radius: 11px;
    background-color: #e3f7de;
    padding: 5px;
    margin-bottom: 25px;
}
.menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #066319;
}
.menu ul li {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px 5px 10px;
}
.menu ul li a:hover {
    color: #ffd92c;
}
.menu ul li:first-child a:before {
    content: unset;
}
.menu ul li:hover {
    color: #ffd92c;
}
.menu ul li:hover > .menu_sub {
    display: block;
    opacity: 1;
    visibility: visible !important;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
}
.menu ul li.has-child {
    padding-right: 30px;
}
.menu ul li.has-child i {
    position: absolute;
    right: 10px;
    top: 10px;
}
.menu ul li.has-child i:hover {
    cursor: pointer;
}
.menu .menu_sub {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    width: 220px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 999;
    -moz-border-radius: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.menu .menu_sub > li {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 1.6;
    max-height: auto !important;
    border-bottom: 1px dashed #fff;
}
.menu .menu_sub > li:last-child {
    border-bottom: 0;
}
.menu .menu_sub > li a {
    color: #333;
    display: block;
    padding: 0 0;
}
.menu .menu_sub > li a:after,
.menu .menu_sub > li a:before {
    content: unset;
}
.menu .menu_sub > li:hover {
    cursor: pointer;
}
.menu li ul li ul {
    top: -10px;
    left: calc(-100% - 1px) !important;
}
.menu li ul li ul > li a {
    color: #333 !important;
    display: block;
    opacity: 1;
}
.menu li ul li ul > li:hover {
    cursor: pointer !important;
}
.open-menu-icon {
    display: none;
    float: right;
    font-size: 20px;
    padding: 0 10px;
    color: #fff;
}
.open-menu-icon:hover {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0 !important;
        bottom: 0;
        left: 0;
        padding: 0;
        padding-top: 40px;
        max-width: 95%;
        z-index: 10200;
        background-color: #464545;
        width: 250px;
        -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
        transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
        -webkit-transform: translateX(-250px);
        transform: translateX(-250px);
    }
    .menu ul {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        list-style: none;
        padding-left: 0;
        height: 100%;
    }
    .menu ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #f5f5f5;
    }
    .menu ul::-webkit-scrollbar {
        width: 6px;
        background-color: #f5f5f5;
    }
    .menu ul::-webkit-scrollbar-thumb {
        background-color: #fff;
    }
    .menu ul li ul.menu_sub {
        position: relative;
        display: none;
        opacity: 0;
        visibility: hidden;
        background: #3e3d3d;
        color: #fff;
        -webkit-transform: translateY(10px) !important;
        transform: translateY(10px) !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 10px;
        font-weight: 400;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .menu ul li ul.menu_sub > li {
        border-bottom: 1px solid #464545;
        font-weight: 300;
    }
    .menu ul li ul.menu_sub > li a {
        color: #fff;
    }
    .menu ul li.has-child i {
        right: 20px;
    }
    .menu.open {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .open-menu-icon {
        display: block;
    }
}
.nt-mobile-menu-wrap {
    position: fixed;
    top: 43px;
    left: 0;
    background: 0 0;
    z-index: 1030;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.nt-mobile-menu-wrap.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.nt-mobile-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    width: 100%;
    height: calc(100vh - 91px);
    overflow: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    z-index: 1050;
    margin-bottom: 0;
    padding: 16px 12px 20px 12px;
}
.nt-mobile-menu li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    list-style: none;
    padding: 0 6px;
}
.nt-mobile-menu li a {
    color: #252525;
    text-decoration: none;
    display: block;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    margin-bottom: 12px;
    height: 39px;
    line-height: 37px;
    text-align: center;
    transition: all 0.3s ease;
}
.nt-mobile-menu li a.box-gray {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.nt-mobile-menu li a.box-gray:hover {
    background: #ffc107;
    border: 1px solid #ffc107;
}
.nt-mobile-menu li a.box-blue {
    background: #3097d1;
    border: 1px solid #3097d1;
    color: #fff;
}
.nt-mobile-menu li.group {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 11px;
    margin-top: 8px;
}
.nt-mobile-menu::-webkit-scrollbar {
    width: 6px;
    background: 0 0;
}
.nt-mobile-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.nt-close {
    width: 40px;
    height: 40px;
    background: #fff;
    float: right;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nt-close:hover {
    cursor: pointer;
}
.nt-mobile-menu-foot {
    background: #fff;
    padding: 10px 0;
    font-size: 14px;
}
.nt-mobile-menu-foot strong {
    color: #000;
}
.nt-dropmenu {
    display: block;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}
.nt-dropmenu li {
    padding: 0;
    position: relative;
}
.nt-dropmenu li a {
    display: block;
    padding: 10px;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
    text-decoration: none;
}
.nt-dropmenu li a i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    position: absolute;
    right: 20px;
    top: 9px;
    font-size: 16px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.nt-dropmenu li a.open i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.nt-dropmenu li ul.nt-dropmenu--sub {
    display: none;
    padding-left: 0;
    list-style: none;
    background: #fafafa;
}
.nt-dropmenu li ul.nt-dropmenu--sub li a {
    font-weight: 500;
    padding-left: 40px;
}
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
    position: absolute;
    left: 20px;
    right: auto;
    top: 10px;
    width: auto;
    height: auto;
}
.search-box {
    background: #3097d1;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 15px;
}
.search-box-txt {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.search-box-txt p {
    margin-bottom: 5px;
}
.search-form {
    position: relative;
    width: 100%;
    background: 0 0;
}
.search-form input[type="tel"],
.search-form input[type="text"] {
    border: 0;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0 15px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    height: 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.search-form input[type="tel"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}
.search-form input[type="tel"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}
.search-form input[type="tel"]::-ms-input-placeholder,
.search-form input[type="text"]::-ms-input-placeholder {
    color: #555;
    opacity: 1;
}
.search-form input[type="tel"]::placeholder,
.search-form input[type="text"]::placeholder {
    color: #555;
    opacity: 1;
}
.search-form button[type="submit"],
.search-form input[type="submit"] {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #ffc107;
    color: #252525;
    font-weight: 500;
    outline: 0 !important;
    padding: 3px 10px;
    height: 32px;
}
.search-form .search-icon {
    position: absolute;
    right: 12px;
    top: 5px;
    font-size: 20px;
    color: #fafafa;
}
#search_box {
    width: 100%;
    height: 300px;
    background: #fff4cc;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.main-search {
    width: 100%;
    background: #fff4cc;
    border-radius: 10px;
    padding-bottom: 9px !important;
}
.main-search .form-control {
    font-size: 14px;
}
.main-search .custom-control-inline {
    margin-right: 0.1rem;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #ffc801 !important;
    background-color: #ffc801 !important;
    outline: 0 !important;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    position: absolute;
    top: 0.15rem;
    left: -1.4rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.custom-control-label:after {
    position: absolute;
    top: 0.15rem;
    left: -1.4rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    height: auto !important;
    padding: 0.375rem 0.75rem;
    border-radius: 2px;
    outline: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    line-height: 1.5 !important;
    color: #444;
    padding-left: 0 !important;
    padding-right: 30px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px !important;
    height: 34px !important;
    top: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: 0 !important;
}
.search-submit {
    padding-left: 0;
}
.search-submit .btn {
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 14px;
}
.form-control.form-control-sm {
    padding: 0.375rem 0.75rem;
}
.table-sim-head {
    background: #3097d1;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}
.table-sim .table {
    background-color: #fff;
}
.table-sim .table thead {
    font-weight: 500;
    font-size: 15px;
}
.table-sim .table td,
.table-sim .table th {
    border-color: #ddd;
    vertical-align: middle;
}
.sim-table--head {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    background: #ffc107;
    color: #252525;
    font-weight: 500;
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
    height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sim-table--head a {
    color: #252525;
}
.sim-table--body {
    background: #fff;
    background-clip: content-box;
}
.sim-table--wrap {
    padding-left: 10px;
    padding-right: 10px;
}
.sim-table--wrap .row {
    margin-left: 0;
}
.sim-table--wrap2 {
    padding-left: 10px;
    padding-right: 10px;
}
.sim-table--wrap2 .row {
    margin-left: 0;
    margin-right: 0;
}
.sim-table table thead tr th{
    background: #066319;
    color: #fff;
}
.sim-table table td {
    padding: 5px 5px;
    vertical-align: middle;
}
.sim-table table thead td,
.sim-table table thead th {
    border-bottom-width: 1px;
}
.sim-pt {
    display: inline-block;
    padding: 4px 6px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.sim-pt--kim {
    color: #252525;
    background-color: #ffc107;
}
.sim-pt--moc {
    color: #252525;
    background-color: #32cd32;
}
.sim-pt--thuy {
    color: #fff;
    background-color: #3097d1;
}
.sim-pt--hoa {
    color: #fff;
    background-color: #d10a00;
}
.sim-pt--tho {
    color: #fff;
    background-color: #daa520;
}
.sim-number {
    color: #a71d2a;
    font-weight: 700;
    font-size: 16px;
}
.sim-number:hover {
    color: #d10a00;
    text-decoration: none;
}
.sim-price {
    font-weight: 400;
    font-size: 13px;
}
.sim-order-icon {
    color: #3097d1;
}
.sim-order-icon:hover {
    cursor: pointer;
    color: #d10a00;
}
.sim-order {
    background: #ffc801;
    color: #212529 !important;
    text-transform: inherit;
    min-width: 55px;
    padding: 3px 6px;
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sim-order:hover {
    color: #fff !important;
    background: #f60;
}
.sim-nw {
    height: 30px;
}
.nw-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
}
.nw-nav::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.nw-nav::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #888;
}
.nw-item {
    text-align: center;
}
.nw-item a {
    text-decoration: none;
    color: #252525;
}
.nw-item a:hover {
    color: #d10a00;
}
.nw-item img {
    width: 50px;
}
.nw-item h2 {
    font-size: 100%;
    margin: 0;
    font-weight: 400;
}
.sim-item {
    display: block;
    position: relative;
    background: #fff;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px #fafafa;
    box-shadow: 1px 1px #fafafa;
    height: 55px;
}
.sim-item:hover {
    border: 1px solid #ff9800;
    color: #ff9800;
    background: #fef3df;
}
.sim-item a {
    display: block;
    color: #252525;
}
.sim-item a.other {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1010;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #ef5777;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px;
    line-height: 1.1;
    opacity: 0;
}
.sim-item p {
    margin: 0;
    padding: 0;
    float: right;
    width: calc(100% - 65px);
}
.sim-item img {
    width: 50px;
}
.sim-item--number {
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    color: #1c27e5;
    font-weight: 700;
}
.sim-item--number i,
.sim-number i {
    color: red;
    font-style: normal;
}
.sim-item--price b {
    font-weight: normal !important;
}
.sim-item--price {
    font-size: 13px;
    color: #222;
    font-weight: normal;
}
.sim-item-first {
    padding: 10px;
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sim-item-first img {
    width: auto;
}
.sim-item-first a {
    display: inline-block;
    width: 100%;
}
.sim-item-first p {
    width: 75%;
}
.sim-item-first .sim-item--number {
    font-size: 30px;
    font-weight: 700;
}
.sim-item-first.sim-hot {
    height: 120px;
}
.sim-hot {
    height: 68px;
}
.sim-hot .sim-item--price {
    font-weight: 400;
}
.sim-hot .sim-item--priceDel {
    color: #757575;
    font-size: 12px;
}
.sim-hot.sim-item-first {
    height: 146px;
}
.sim-info li {
    padding: 10px 0;
}
.sim-info li label {
    width: 130px;
    display: inline-block;
    clear: both;
    text-align: right;
}
.sim-info--title {
    display: inline;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: #dc0707;
}
.sim-info--price {
    color: #00599e;
    font-size: 16px;
}
.sim-info--nw {
    display: inline-block;
    padding-left: 5px;
}
.sim-info--type {
    color: #dc0707;
    font-weight: 700;
}
.sim-img {
    text-align: center;
}
.sim-img img {
    max-width: 100%;
}
@media screen and (max-width: 400px) {
    .sim-item img {
        width: 42px;
    }
    .sim-item p {
        width: calc(100% - 54px);
    }
}
@media screen and (max-width: 320px) {
    .sim-item img {
        width: 34px;
    }
    .sim-item p {
        width: calc(100% - 43px);
    }
    .sim-hot {
        height: auto;
    }
    .sim-item--number.home-number {
        font-size: 14px;
    }
    .sim-info {
        text-align: center;
    }
    .sim-info li label {
        width: 100%;
        text-align: center;
    }
}
.block-head {
    background: #066319;
    color: #fff;
    font-size: 14px;
    min-height: 35px;
    font-weight: 700;
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.block-head h1,
.block-head h2,
.block-head h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.block-head--support {
    background: #066319;
}
.block-head--order {
    background: #066319;
}
.block-head.no-icon {
    background: #066319;
    padding-left: 20px;
    font-weight: 500;
}
.block-body {
    background: #fff;
    border: 0;
}
.block-body img {
    max-width: 100%;
}
.block-body--scroll {
    max-height: 472px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.block-body--scroll::-webkit-scrollbar {
    width: 6px;
    background: 0 0;
}
.block-body--scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.block.shadow {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.block p {
    margin-bottom: 10px;
}
.block-title {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.block-title--line {
    line-height: 1.5;
    padding-bottom: 5px;
    position: relative;
}
.block-title--line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #d10a00;
}
.block-page--head {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
    background: #ffc107;
    color: #252525;
    font-weight: 500;
    padding: 6px 10px 6px 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 1px solid transparent;
    text-transform: uppercase;
    height: 35px;
}
.block-page--head a {
    color: #252525;
}
.block-page--body {
    background: #fff;
    border: 0;
    padding: 15px;
}
.text-box {
    border-top: 1px solid #ddd;
}
.text-box h1,
.text-box h2,
.text-box h3 {
    font-size: 18px;
}
.text-box p {
    margin-bottom: 10px;
}
.content-box {
    background: #fff;
    padding: 0 10px;
}
.content-box h1,
.content-box h2,
.content-box h3 {
    font-size: 18px;
}
.content-box p {
    margin-bottom: 10px;
}
.content-box--inner {
    padding: 15px;
}
.content-box.scroll-box {
    background-clip: content-box;
    max-height: 450px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.content-box.scroll-box::-webkit-scrollbar {
    width: 6px;
    background: 0 0;
}
.content-box.scroll-box::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.box-tag {
    background: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.box-tag--title {
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.box-tag--body {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.box-tag--item {
    -webkit-box-flex: 1;
    -ms-flex: 1 33.33333333%;
    flex: 1 33.33333333%;
    max-width: 33.33333333%;
    padding: 5px;
}
.box-tag--item a {
    display: block;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 5px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #006fe6;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.box-tag--item a:hover {
    background: #007bff;
    color: #fff;
    text-decoration: none;
}
.box-tag--item a.item-red {
    border: 1px solid #dc3545;
    color: #111;
}
.box-tag--item a.item-red:hover {
    background: #dc3545;
    color: #fff;
}
.box-tag--type {
    padding: 10px;
    background: #fff;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: thin;
}
.box-tag--type::-webkit-scrollbar {
    height: 6px;
    background: 0 0;
}
.box-tag--type::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}
.box-tag--type a {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    text-decoration: none;
    color: #252525;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin-right: 5px;
}
.box-tag--type a:hover {
    background: #066319;
    border: 1px solid #066319;
    color: #fff;
    cursor: pointer;
}
@media screen and (max-width: 568px) {
    .box-tag--item a {
        font-size: 12px;
    }
}
@media screen and (max-width: 400px) {
    .box-tag--item {
        -webkit-box-flex: 1;
        -ms-flex: 1 50%;
        flex: 1 50%;
        max-width: 50%;
    }
}
.popover {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 1050;
    display: none;
    max-width: 340px;
    width: 340px;
    margin-top: 10px;
    left: 170px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    padding: 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto;
}
.popover.show {
    display: block;
}
.popover-title {
    font-size: 14px;
    background-color: #f7f7f7;
    padding: 8px 14px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
    font-size: 13px;
}
.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover .arrow:after {
    content: "";
    margin-left: -10px;
    border-width: 10px;
    border-top-width: 0;
    border-bottom-color: #fff;
    border-right: 11px;
}
.popover .arrow {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -11px;
    top: -11px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #fff;
}
@media screen and (max-width: 480px) {
    .popover {
        width: 330px;
    }
}
@media screen and (max-width: 320px) {
    .popover {
        width: 200px;
    }
}
.box-order {
    border: 1px solid #ddd;
    padding: 10px;
}
.box-order--done ul {
    padding-left: 15px;
}
.box-order--done ul li {
    margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
    .box-order.box-order--mobile {
        padding: 0;
        border: 0;
    }
}
.post {
    margin-left: 0;
    float: left;
}
.post-group:after,
.post-group:before {
    content: "";
    display: table;
    clear: both;
}
.post-lg a {
    display: block;
}
.post-lg img {
    width: 100%;
}
.post-title {
    font-size: 1.313rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0.286em;
}
.post-title a {
    color: #222;
}
.post-title a:hover {
    color: #e74c3c;
}
.post-meta {
    font-size: 12px;
    color: #888;
}
.post-meta a {
    display: inline-block;
    color: #888;
}
.post-meta a:hover {
    color: #e74c3c;
}
.post-meta--step {
    margin: 0 2px;
}
.post-description {
    height: 60px;
    margin: 0.813em 0 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.post-grid {
    margin-bottom: 15px;
}
.post-grid .thumb {
    margin-bottom: 0.7em;
}
.post-grid .thumb a {
    display: block;
}
.post-grid .thumb img {
    width: 100%;
}
.post-grid .detail h3.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.post-grid .detail h3.title a {
    color: #222;
}
.post-grid .detail h3.title a:hover {
    color: #e74c3c;
}
.post-grid .detail .meta {
    font-size: 12px;
    color: #888;
}
.post-detail {
    font-size: 15px;
    line-height: 1.6em;
}
.post-detail:after,
.post-detail:before {
    content: "";
    display: table;
    clear: both;
}
.post-detail img {
    max-width: 100%;
}
.post-detail-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
}
.post .cat-link {
    margin: 0.455em 0 0.455em 0;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.post .cat-link a {
    display: inline-block;
    text-transform: uppercase;
    color: #e74c3c;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .post {
        width: 100%;
    }
    .post-lg {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.post-sm-item {
    margin-bottom: 20px;
}
.post-sm-item:after,
.post-sm-item:before {
    content: "";
    display: table;
    clear: both;
}
.post-sm-item a {
    display: block;
}
.post-sm-item .thumb {
    float: left;
    margin-right: 15px;
    width: 35%;
    max-height: 140px;
    overflow: hidden;
}
.post-sm-item .thumb img {
    width: 100%;
}
.post-sm-item .detail {
    padding-left: calc(35% + 20px);
}
.post-sm-item .detail p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.post-sm-item .detail h3.title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
.post-sm-item .detail h3.title a {
    color: #222;
}
.post-sm-item .detail h3.title a:hover {
    color: #e74c3c;
}
.post-sm-item .detail .meta {
    font-size: 12px;
    color: #888;
}
.post-sm-item .detail .meta--description {
    max-height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
}
.filter-wrap {
    background: #fff;
    padding: 5px;
    border: 1px solid transparent;
}
.filter-wrap a {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 6px;
    background: #ffc107;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    border-radius: 4px;
    margin-right: 5px;
    line-height: 18px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-wrap a:hover {
    background: #ffc107;
}
.filter-wrap a.clear-all {
    background: #cd1818;
    color: #fff !important;
}
.filter-wrap a.clear-all:hover {
    background: #bd2130;
}
.nt-filter {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #222;
    width: 100%;
    height: 40px;
}
.nt-filter-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2577a7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.nt-filter-styled i {
    margin-left: 5px;
    margin-top: -5px;
}
.nt-filter-styled:hover {
    background-color: #fafafa;
}
.nt-filter-styled.active,
.nt-filter-styled:active {
    background-color: #f2f2f2;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.nt-filter-styled.active:after,
.nt-filter-styled:active:after {
    top: 11px;
    border-color: transparent transparent #222 transparent;
}
.nt-filter-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #f2f2f2;
    border-top: 0;
    min-width: 132px;
    max-height: 305px;
    overflow-y: scroll;
    scrollbar-width: thin;
}
.nt-filter-options::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.nt-filter-options::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #464545;
}
.nt-filter-options li {
    margin: 0;
    padding: 0;
    text-indent: 15px;
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.nt-filter-options li:hover {
    color: #222;
    background: #fff;
}
.nt-filter-options li[rel="hide"] {
    display: none;
}
.nt-filter-options li a{
    padding: 8px 0px;
    color: #333;
    display: block;
    text-decoration: none;
}
.nt-filter-options .opt-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nt-filter-options .opt-head a{
    color: #333;
    display: block;
}
.nt-filter-options .opt-head i {
    margin-right: 5px;
    color: #d10a00;
    font-size: 16px;
}
.nt-filter-options.last-child {
    left: calc(100% - 220px) !important;
}
@media screen and (max-width: 768px) {
    .nt-filter-options.m-last {
        left: calc(100% - 204px) !important;
    }
}
@media screen and (max-width: 400px) {
    .nt-filter {
        font-size: 13px;
    }
    .nt-filter-styled i {
        font-size: 12px;
    }
}
.filter-box {
    padding: 15px;
}
.filter-link a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    background-color: #5aacda;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.filter-link a:hover {
    background-color: #252525;
    color: #fff;
}
.filter {
    white-space: nowrap;
    scrollbar-width: thin;
}
.filter::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}
.filter::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 999px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #464545;
}
.pagination-wrap {
    padding: 10px;
    background: #fff;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    float: right;
}
.pagination li a,
.pagination li span.inactive {
    position: relative;
    display: block;
    padding: 0.4rem 0.65rem;
    margin-left: -1px;
    line-height: 1.25;
    text-decoration: none !important;
    color: #000;
    background-color: #fafafa;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
    color: #000;
    background-color: #ffc107;
}
.pagination li a.current {
    color: #000;
    background-color: #ffc107;
}
.pagination li.active a {
    color: #000;
    background-color: #ffc107;
}
.pagination li span.inactive:active,
.pagination li span.inactive:focus,
.pagination li span.inactive:hover {
    color: rgba(0, 0, 0, 0.26);
    background-color: #fff;
}
.pagination li.disabled a {
    color: rgba(0, 0, 0, 0.26);
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .pagination li {
        font-size: 12px;
    }
    .pagination li a {
        padding: 0.4rem 0.65rem;
    }
}
body {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #222;
    overflow-x: hidden !important;
    background: #e6e7e8;
}
@media (min-width: 1200px) {
    .main-left,
    .main-right {
        width: 22%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .main-mid {
        width: 56%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        max-width: 56%;
    }
}
.header-desktop-nav {
    position: relative;
    background: #066319;
    min-height: 40px;
    z-index: 1050;
}
.header-desktop-nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}
.header-desktop-top {
    padding-top: 8px;
    padding-bottom: 8px;
}
.header-desktop-menu {
    background: #066319;
}
.header-desktop-logo{
    height: 100%;
}
.header-desktop-logo img {
    margin-right: 10px;
    max-width: 200px;
}
.header-desktop-logo .brand-name {
    font-weight: 700;
    color: #ffc107;
    font-size: 1.25rem;
    text-decoration: none;
}
.header-mobile-nav {
    background: #252525;
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1020;
}
.header-logo img {
    margin-right: 10px;
}
.header-logo .brand-name {
    font-weight: 700;
    color: #ffc107;
    font-size: 1.25rem;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .header-desktop-logo img,
    .header-logo img {
        margin-right: 0;
    }
}
@media screen and (max-width: 992px) {
    .header-desktop-nav.fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }
}
.mobile-menu-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 32px;
    font-size: 20px;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu-btn a:before {
    content: "";
    background-image: url(../images/iconmenu.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 33px;
    width: 33px;
    line-height: 30px;
    vertical-align: middle;
    background-size: 100% 100%;
}
.mobile-menu-btn a.close-menu {
    background: #ffc107;
    color: #252525;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-menu-btn a.close-menu:before {
    content: "";
    background-image: url(../images/iconmenuclose.png);
    background-repeat: no-repeat;
    height: 24px;
    width: 23px;
}
#footer {
    margin-top: 20px;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 0;
    color: #333;
}
#footer a {
    color: #333;
}
#footer a:hover {
    color: #066319;
    text-decoration: none;
}
#footer p {
    line-height: 1.5;
    margin-bottom: 5px;
}
.footer-title {
    color: #066319;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 18px;
    font-weight: 700;
}
.copyright {
    font-size: 12px;
    font-style: italic;
    padding-top: 10px;
}
.nt-mobile-menu li.group {
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    flex: 0 0 100%;
    max-width: 100%;
}
.hotline-fixed {
    position: fixed;
    z-index: 1020;
    left: 30px;
    bottom: 30px;
    background: #d10a00;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    font-size: 1.7rem;
    color: #fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.hotline-fixed:after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 50px;
    height: 50px;
    border: 4px solid #cd1818;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    z-index: -1;
    -webkit-animation: ripple 2s ease-out infinite;
    animation: ripple 2s ease-out infinite;
}
.hotline-fixed--group {
    position: absolute;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 1020;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hotline-fixed--group .fixed-btn-sm {
    position: relative;
    left: auto;
    bottom: auto;
    padding: 5px 10px 5px 40px;
    min-width: auto;
    margin-top: 10px;
}
.hotline-fixed--group .fixed-btn-sm .support-icon {
    position: absolute;
    border: 1px solid #000;
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50px;
    left: 3px;
    top: 2px;
    background: #000;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.hotline-fixed--group .fixed-btn-sm.support-btn--zalo a {
    color: #fff;
}
.hotline-fixed--group .fixed-btn-sm.support-btn--zalo img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 6px;
    top: 5px;
}
.hotline-fixed--group.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.hotline-fixed:hover {
    cursor: pointer;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}
.no-scroll {
    overflow-y: hidden !important;
}
body {
    overflow-x: hidden;
}
.title-popover {
    width: 84px;
    height: 30px;
    background: #2f2b2b;
    position: absolute;
    font-size: 12px;
    left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 8px;
    border-radius: 5px;
    top: unset;
    text-align: center;
    z-index: -1;
}
.title-popover .arrow {
    position: absolute;
    display: block;
    left: calc((6px + -1px) * -1);
    width: 6px;
    height: 12px;
    margin: 0.3rem 0;
    top: 4px;
}
.title-popover .arrow::after,
.title-popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-right-color: transparent;
    border-style: solid;
}
.title-popover .arrow::before {
    right: 0;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.title-popover .arrow::after {
    right: 1px;
    border-width: 6px 6px 6px 0;
    border-right-color: #2f2b2b;
}
.data-item {
    padding: 10px;
}
.data-item .card {
    height: 100%;
}
.data-item .card .list-group {
    height: calc(100% - 59px);
}
.data-item .card .card-footer {
    padding: 10px;
}
.data-item .card-header {
    font-weight: 700;
    border-bottom: 0;
}
.data-item .list-group-item {
    padding: 8px 5px;
}
.data-item p {
    padding: 8px 5px;
    margin-bottom: 0 !important;
}
.data-item a.btn {
    display: block;
}
.data-item .btn-primary {
    background: #ffc801;
    border-color: #ffc801;
    color: #222;
}
.data-item.data-viettel .card-header {
    background: #007b70;
    border-color: #007b70;
    color: #fff;
}
.data-item.data-mobifone .card-header {
    background: #00f;
    border-color: #00f;
    color: #fff;
}
.data-item.data-vinaphone .card-header {
    background: #0198e1;
    border-color: #0198e1;
    color: #fff;
}
.data-item.data-vietnamobile .card-header {
    background: #f60;
    border-color: #f60;
    color: #fff;
}
.data-item.data-itelecom .card-header {
    background: #cd1818;
    border-color: #cd1818;
    color: #fff;
}
.data-item.data-gmobile .card-header {
    background: #252525;
    border-color: #252525;
    color: #fff;
}
.boxtragop {
    display: none;
    position: fixed;
    z-index: 1060;
    left: 50%;
    top: 100px;
    width: 358px;
    height: 296px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    padding: 80px 20px 0 20px;
    font-size: 14px;
}
.card-img {
    position: relative;
}
.card-img-text {
    width: 150px;
    position: absolute;
    top: 60px;
    left: 130px;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    font-size: 13px;
    font-weight: 700;
}
.card-img-text span {
    display: block;
}
.card-img-text--number {
    font-size: 16px;
    font-weight: 700;
}
@media screen and (max-width: 1200px) {
    .card-img-text {
        width: 150px;
        top: 46px;
        left: 93px;
        font-size: 11px;
        line-height: 1.3;
    }
    .card-img-text--number {
        font-size: 13px;
    }
}
@media screen and (max-width: 992px) {
    .card-img-text {
        width: 150px;
        top: 70px;
        left: 150px;
        font-size: 14px;
        line-height: 1.5;
    }
    .card-img-text--number {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 768px) {
    .card-img-text {
        width: 150px;
        top: 70px;
        left: 160px;
        font-size: 14px;
        line-height: 1.5;
    }
    .card-img-text--number {
        font-size: 18px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 730px) {
    .card-img-text {
        left: 148px;
        font-size: 13px;
    }
}
@media screen and (max-width: 700px) {
    .card-img-text {
        left: 137px;
        top: 70px;
        font-size: 13px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 667px) {
    .card-img-text {
        left: 137px;
        top: 70px;
        font-size: 12px;
        line-height: 1.2;
    }
    .card-img-text--number {
        font-size: 14px;
        margin-bottom: 3px;
    }
}
@media screen and (max-width: 640px) {
    .card-img-text {
        left: 127px;
        top: 67px;
    }
}
@media screen and (max-width: 610px) {
    .card-img-text {
        left: 121px;
        top: 62px;
    }
}
@media screen and (max-width: 585px) {
    .card-img-text {
        left: 114px;
        top: 59px;
    }
}
@media screen and (max-width: 400px) {
    .search-form input[type="tel"],
    .search-form input[type="text"] {
        font-size: 12px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .search-form button[type="submit"],
    .search-form input[type="submit"] {
        font-size: 12px;
        height: 100%;
    }
    .search-form .input-group {
        flex-wrap: nowrap;
    }
    .sim-item img {
        width: 30px;
    }
    .sim-item p {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 370px) {
    .search-form input[type="tel"],
    .search-form input[type="text"] {
        font-size: 11px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .search-form button[type="submit"],
    .search-form input[type="submit"] {
        font-size: 11px;
        height: 100%;
    }
    .search-form .input-group {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 330px) {
    .search-form input[type="tel"],
    .search-form input[type="text"] {
        font-size: 11px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .search-form button[type="submit"],
    .search-form input[type="submit"] {
        font-size: 11px;
        height: 100%;
    }
    .search-form .input-group {
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 568px) {
    .sim-item img {
        width: 42px;
    }
    .sim-item p {
        width: calc(100% - 55px);
    }
    .sim-hot {
        height: auto;
    }
    .sim-info {
        text-align: center;
    }
    .sim-info li label {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 308px) {
    #sosim {
        max-width: 140px;
    }
}
@media screen and (max-width: 400px) {
    .sim-item {
        display: flex;
        align-items: flex-start;
    }
    .sim-item img {
        width: 36px;
        margin-right: 10px;
    }
    .sim-item--number {
        line-height: 1.2;
        white-space: nowrap;
    }
    .sim-item a {
        display: flex;
        align-items: center;
    }
    .sim-table table thead td,
    .sim-table table thead th {
        font-size: 13px;
    }
    .sim-table table tbody td {
        font-size: 12px;
    }
    .sim-table--wrap2 table tbody td > a.sim-number {
        font-size: 12px;
    }
    .sim-table--wrap2 table tbody td > .sim-order {
        font-size: 11px;
        padding: 3px 2px;
    }
    .sim-table .font-13 {
        font-size: 12px;
    }
}
.loader-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1010;
    z-index: 1050;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.spinner-wrap {
    position: relative;
}
.spinner {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 3px solid rgba(152, 150, 150, 0);
    border-left-color: red;
    border-right-color: red;
    animation: rotateSpinner 1.5s linear 54;
}
.spinner-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-40px, -40px);
}
@keyframes rotateSpinner {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
#toTop {
    bottom: 80px !important;
}
.khung2 {
    z-index: 999;
    position: fixed;
    bottom: 30px;
    right: 10px;
}
.mySlides#bgr2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 140px;
    background: #222;
    background-image: repeating-linear-gradient(to bottom, transparent 7px, rgba(0, 0, 0, 0.8) 9px, rgba(0, 0, 0, 0.8) 13px, transparent 13px);
    border-radius: 25px;
    border: 0.5px solid #f0f8ff;
}
h1#ccs {
    position: absolute;
    text-align: center;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 17px;
    text-shadow: 0 0 5px orange, 0 0 15px orange, 0 0 20px orange, 0 0 40px orange, 0 0 60px red, 0 0 10px #ff8d00, 0 0 98px red;
    color: #fff6a9;
    font-family: arial;
    animation: blink 12s infinite;
    -webkit-animation: blink 12s infinite;
}
@-webkit-keyframes blink {
    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }
    0%,
    100%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56% {
        text-shadow: 0 0 5px orange, 0 0 15px orange, 0 0 20px orange, 0 0 40px orange, 0 0 60px red, 0 0 10px #ff8d00, 0 0 98px red;
        color: #fff6a9;
    }
}
@keyframes blink {
    20%,
    24%,
    55% {
        color: #111;
        text-shadow: none;
    }
    0%,
    100%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56% {
        text-shadow: 0 0 5px orange, 0 0 15px orange, 0 0 20px orange, 0 0 40px orange, 0 0 60px red, 0 0 10px #ff8d00, 0 0 98px red;
        color: #fff6a9;
    }
}
@media (max-width: 640px) {
    .mySlides#bgr2 {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        width: 120px;
        background: #222;
        background-image: repeating-linear-gradient(to bottom, transparent 7px, rgba(0, 0, 0, 0.8) 9px, rgba(0, 0, 0, 0.8) 13px, transparent 13px);
        border-radius: 25px;
        border: 0.5px solid #f0f8ff;
    }
    h1#ccs {
        position: absolute;
        text-align: center;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 15px;
    }
}
.mySlides {
    display: none;
}
.list-date {
    columns: 4;
    column-gap: 10px;
}
.list-date li a {
    color: #111;
    font-size: 13px;
    text-decoration: none;
    background: url(../images/icon-li.png) left no-repeat;
    padding-left: 20px;
}
.list-date li a:hover {
    color: #d10a00;
}
@media screen and (max-width: 768px) {
    .list-date {
        columns: 3;
    }
}
@media screen and (max-width: 568px) {
    .list-date {
        columns: 2;
    }
}
.block-head.nobg {
    background: #fff !important;
    color: #d10a00;
}
.list-category {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.list-category li {
    display: inline-block;
}
.list-category li a {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 8px 5px 8px;
    color: #222;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}
.list-category li a:hover {
    background: #ffc107;
}
.list-category li.active a {
    background: #ffc107;
}
@media screen and (max-width: 992px) {
    .header-desktop-top {
        padding-top: 6px;
    }
}
.icot img{
    width: 70px;
}
.ico_t1 img{
    width: 50px;
}
.ico_t6 img{
    width: 34px;
}
.ico_t8 img{
    width: 60px;
}
.ico_t9 img{
    width: 50px;
}