header {
    background: #000;
    display: block;
}
header .container {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.container {
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
    width: 100%;
}
#header .logo {
    margin-right: 78px;
}
header .logo figure {
    height: 61px;
    background-color: inherit;
}
header .logo figure img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
header .header-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #000;
}
header .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 13px -8px 0;
}
header .top>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}
header .top .menu-left li {
    margin-right: 2px;
}
.nav-pills, header .top li {
    height: 100%;
}
header .top .menu-left a {
    font-size: .75rem;
    line-height: 30px;
    font-weight: 700;
    padding: 0 8px;
    -webkit-transition: .05s ease;
    -o-transition: .05s ease;
    transition: .05s ease;
    text-transform: uppercase;
}
.heading-2 a:hover, header .top .menu-left a.active, header .top .menu-left a:hover {
    color: #e71e26;
}
header .top a {
    color: #fff;
    display: block;
    line-height: 30px;
    height: 30px;
}
header .top .menu-right .social {
    margin-right: 16px;
    background-color: inherit;
}
header .top .menu-right>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
}
header .top .menu-right .social li:not(:last-child) {
    margin-right: 8px;
}
footer .menu .container .about .bot .world-link, header .top .menu-right>ul li {
    float: left;
}

header .top .menu-right .social li a {
    width: 30px;
    text-align: center;
}
footer .menu .container .about .social a i, header .top .menu-right .social li a i {
    opacity: .5;
}
header .icon-facebook-gray {
    background-position: -44px 0;
}
.icon-v2 , .icon-star {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
header .icon-youtube-gray {
    background-position: -66px 0;
}
header .bot .info-right>li, header .top .menu-right .account, header .top .menu-right .account .btn-sign-up, header .top .menu-right .language {
    position: relative;
}
header .top .menu-right .account a.btn-sign-in {
    padding: 0 8px !important;
}
header .top .menu-right .account a {
    padding: 0 8px;
}
.dotted-line-1, .dotted-line-2, .dotted-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}
.dotted-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
header .icon-user {
    background-position: -22px 0;
}
header .dropdown {
    position: relative;
}
header .dropdown:hover:before {
    content: "";
    display: block;
    position: absolute;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #fff;
    border-style: none solid solid;
    border-width: 0 5px 5px;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%,100%);
    -ms-transform: translate(-50%,100%);
    transform: translate(-50%,100%);
    z-index: 11;
}
header .bot, header .top .menu-right .language>li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
header .top .menu-right .language>li>a img {
    border: 1px solid rgba(0,0,0,0);
    height: 14px;
    box-sizing: border-box;
}
header .top .menu-right .language>li>a:after {
    content: "";
    border-color: #efefef rgba(0,0,0,0) rgba(0,0,0,0);
    border-style: solid solid none;
    border-width: 5px 4px 0;
    margin-left: 8px;
}
header .dropdown .dropdown-menu {
   position: absolute;
    display: none;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    padding-top: 5px;
    right: 0;
    z-index: 11;
    top: inherit;
    border-radius: 0;
    background-color: transparent;
    left: inherit;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
header .dropdown .dropdown-menu li {
    background: #fff;
    display: block;
    position: relative;
    width: 100%;
}
.tab-content .tab-pane.active, header .bot .info-right>li>ul li, header .dropdown:hover .dropdown-menu, header .top .menu-right>ul img {
    display: block;
}
header .top .menu-right .language ul a {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    height: auto;
    line-height: inherit;
    padding: 8px;
    text-align: right;
}
header .top .menu-right .language ul a img {
    margin-right: 4px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 37.7px;
    height: 25px;
}
header .top .menu-right .account ul li a:not(.sign-out):not(.btn-login):not(.btn-signup) {
    padding-left: 24px;
}

header .top .menu-right .account ul li.login {
    padding: 8px;
}
header .top .menu-right .account ul li a:not(.sign-out):not(.btn-login):not(.btn-signup) {
    padding-left: 24px;
}
header .top .menu-right .account ul li a:not(.btn) {
    color: #2a313c;
    white-space: nowrap;
    padding: 4px 16px;
    height: auto;
}
header .top .menu-right .account ul li .btn-signup {
    margin-top: 4px;
    color: #0085ff;
}
header .top .menu-right .account ul li a:hover {
    color: #e71e26;
    background-color: inherit;;
}
.menu-right .social{
    padding: 0;
}
footer .menu .container .about .basic-info li a:hover, header .top .menu-right .account ul li.login .btn-login {
    color: #fff;
}
.btn-danger:hover, .btn-danger :active, .btn-danger :focus {
    opacity: 0.9;
}
.btn-danger {
    color: #fff;
    background-color: #e61e25 !important;
    border-color: #e61e25;
}
.btn-lg, .btn-sm {
    padding: .41rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    height: 36px;
}
header .top .menu-right .account ul li:not(:first-child):before {
    content: "";
    position: absolute;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 1px;
    background: #efefef;
    top: 0;
    left: 8px;
}
header .top .menu-right .account ul li a:not(.sign-out):not(.btn-login):not(.btn-signup):before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid #2a313c;
    border-width: 1px 1px 0 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    left: 8px;
    top: 48%;
}
header .top .menu-right .account .btn-sign-up:before {
    content: "";
    width: 1px;
    height: 12px;
    background: #595959;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header .top .menu-right .account:hover>li {
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    opacity: .7;
}
a:active, a:focus, a:hover, button:active, button:focus, button:hover, input:active, input:focus, input:hover, label:active, label:focus, label:hover, select:active, select:focus, select:hover {
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
footer .menu .container .about .social a:hover i, header .top .menu-right .social li a:hover i {
    opacity: 1;
}
header .bot .info-right>li>ul li a:hover, header .bot form button, header .top .menu-right .language ul a:hover {
    background: #e71e26;
    color: #fff;
}
header .bot {
    padding: 13px 0 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#search {
    overflow: initial !important;
}
header .bot form {
    height: 36px;
    max-width: 530px;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    overflow: hidden;
}
header .bot form>.button-area {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
header .bot form>.button-area>* {
    height: 100%;
}
header .bot form .select-search {
    position: relative;
    height: 100%;
    display: inline-block;
    border-left: 1px solid #efefef;
}
header .bot form .select-search select {
    height: 100%;
    width: 129px;
    color: #595959;
    position: relative;
    z-index: 1;
    background: 0 0;
    padding-left: 16px;
    padding-right: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
header .bot form .select-search:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: #595959;
    border-style: solid;
    border-width: 0 1px 1px 0;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
}
header .bot form button {
    text-align: center;
    height: 100%;
    display: inline-block;
    right: 0;
    top: 0;
    line-height: 34px;
    padding: 0 16px;
}
header .icon-search-white {
    background-position: -110px 0;
}
.icon-v2 {
    background: url(../img/icon-vn-desktop@2x.png?t=20200824) 0 0 no-repeat;
    background-size: 242px 242px;
    width: 22px;
    height: 22px;
}
.icon-v2, .icon-star {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
}
header .bot form .search-input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
}
.search-input {
    position: relative;
}
header .bot form input {
    padding: 0 16px;
    height: 100%;
    width: 100%;
}
label {
    outline: 0;
}
label {
    border: 0;
    box-sizing: border-box;
    list-style-type: none;
}
a, article, aside, button, dd, div, dl, dt, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, img, input, legend, li, nav, ol, p, section, select, table, td, textarea, th, tr, ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    font-size: .875rem;
    border: 0;
    outline: 0;
}
header .bot .info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
#header .info-right li:not(:last-child) {
    margin-right: 24px;
}
header .bot .info-right .btn-header:hover {
    opacity: .7;
}
header .bot .info-right .btn-header {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    white-space: nowrap;
    font-size: .75rem;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}
#header .icon-post {
    background-position: -176px -44px;
}
header .bot .info-right .btn-header i {
    display: block;
    margin: 0 auto 4px;
}
#header .icon-shop {
    width: 28px;
    background-position: 0 -66px;
}
#header .info-right li:last-child {
    margin-left: 0;
}
header .bot .info-right .btn-quest {
    width: 38px;
    height: 38px;
    display: block;
    padding: 6px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
header .bot .info-right>li>a {
    font-size: .875rem;
}
.btn-warning {
    color: #fff;
    background-color: #f58220;
    border-color: #f58220;
}
header .bot .info-right .btn-quest:before {
    content: "?";
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
#header .second-menu {
    background: #e71e26;
}
#header .second-menu .container>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
#header .second-menu .container>ul>li>a {
    font-size: .75rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 16px;
    display: block;
}
#header .second-menu .container .sub-menu, #header .second-menu .container .sub-menu ul {
    position: absolute;
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.15);
    box-shadow: 0 4px 8px rgba(0,0,0,.15);
    min-width: 255px;
    padding-top: 8px;
    display: none;
}
#header .second-menu .container>ul>li:hover>ul {
    display: block;
}
#header .second-menu .container .sub-menu li:not(.media) a, #header .second-menu .container .sub-menu ul li:not(.media) a {
    line-height: 33px;
    padding: 0 12px;
    display: block;
}
#header .second-menu .container .sub-menu .media a:hover, #header .second-menu .container .sub-menu a, #header .second-menu .container .sub-menu p, #header .second-menu .container .sub-menu ul .media a:hover, #header .second-menu .container .sub-menu ul a, #header .second-menu .container .sub-menu ul p {
    color: #000;
}

.btn-arrow-right:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-arrow-down:after, .btn-arrow-left:after, .btn-arrow-right:after, .btn-arrow-up:after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    position: absolute;
    bottom: 0;
    margin: auto 0;
    right: 1px;
}
.btn-arrow-left:after, .btn-arrow-right:after {
    top: 0;
}
.btn-arrow-right:after {
    right: 20px;
}
#header .second-menu .container .sub-menu li:not(.media) a:hover, #header .second-menu .container .sub-menu ul li:not(.media) a:hover {
    background: #e71e26;
    color: #fff;
}
#header .second-menu .container>ul>li:hover a {
    background: #fff;
    color: #000;
}
.btn-arrow-down, .btn-arrow-left, .btn-arrow-right, .btn-arrow-up {
    color: #0085ff;
    position: relative;
    padding-right: 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
header .icon-sign-out {
    background-position: -176px 0;
}
.btn-logout{
    background-color: inherit;
}
header .top .menu-right .account ul li a.sign-out {
    padding-left: 8px;
}
.loading {
    background: #fff url(../img/loader.gif) 50% 50% no-repeat;
    background-size: 20px 20px;
    min-height: 30px;
}
form#search .suggestion-list{
    right: 0;
}
.suggestion-list .suggested-item .label{
    line-height: 20px;
}
#search .search-input .twitter-typeahead{
    display: initial !important;
}
#header .second-menu .container>ul>li>a.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-color: #000 rgba(0,0,0,0);
    border-style: solid solid none;
    border-width: 5.3333333333px 8px;
}
#header .second-menu .container>ul>li>a.active {
    position: relative;
}
#content #head_title{
    text-align: center;
    height: auto;
}
#content #head_title h1{
    font-size: 24px;
    color: #e61e25;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
