:root {
  --primary: #3a4380;
  --white: #ffffff;
  --secondary: #1c2034;
  --footer: #d6d6d6;
}

@font-face {
    font-family: iCielEffraRegular;
    src: url(../fonts/iCielEffraRegular.woff) format("woff"), url(../fonts/iCielEffraRegular.woff2) format("woff2"), url(../fonts/iCielEffraRegular.ttf) format("ttf"), url(../fonts/iCielEffraRegular.otf) format("otf");
}

@font-face {
    font-family: iCielEffraBold;
    src: url(../fonts/iCielEffraBold.woff) format("woff"), url(../fonts/iCielEffraBold.woff2) format("woff2"), url(../fonts/iCielEffraBold.ttf) format("ttf"), url(../fonts/iCielEffraBold.otf) format("otf");
}

.infinite-scroll-component__outerdiv {
    width: 100%;
}

body {
    font-family: Roboto, sans-serif;
    padding-right: 0 !important;
    color: #2a2a2a;
}

* {
    outline: 0 !important;
}

.cf::after,
.cf::before {
    content: "";
    clear: both;
    display: table;
}

.rs {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

.display_flex {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
}

.bg--gray {
    background: #f5f4f5;
}

.flex--row {
    flex-direction: row-reverse;
}

.pd--60 {
    padding: 75px 0;
}

.mb--60 {
    margin-bottom: 60px;
}

.mg--16 {
    margin: 16px 0;
}

.color--ft {
    color: var(--primary);
}

.color--red {
    color: var(--secondary);
}

.icoArrow {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    width: 20px;
    height: 12px;
    display: block;
}

.icoArrow:after,
.icoArrow:before {
    content: "";
    position: absolute;
    top: 6px;
    display: block;
    width: 12px;
    height: 1px;
    background: #fff;
}

.icoArrow--black::after,
.icoArrow--black::before {
    background: #2a2a2a;
}

.icoArrow:before {
    left: 8px;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.icoArrow:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.webp .bg--ft {
    background-image: url(/images/bg_thanhtuu1.png);
}

.no-webp .bg--ft {
    background-image: url(/images/bg_thanhtuu1.png);
}

.bg--ft {
    background-color: #ef4723;
    display: block;
    width: 100%;
    -webkit-background-size: unset;
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center;
}

.show-mb {
    display: none;
}

.img--hover {
    overflow: hidden;
}

.img--hover img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.img--hover:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.style-title {
    color: #2a2a2a;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    display: block;
}

.style-des {
    display: block;
    color: #8f8f8f;
    font-size: 16px;
}

.style-date {
    display: block;
    color: var(--primary);
    font-size: 14px;
}

.webp .spr,
.webp .spr-before:after,
.webp .spr-before:before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/btn.webp);
}

.no-webp .spr,
.no-webp .spr-before:after,
.no-webp .spr-before:before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/btn.png);
}

.chosen-container {
    position: relative;
    display: block;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 48px;
    font-size: 16px;
    outline: 0 !important;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 100%;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container a {
    cursor: pointer;
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999;
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 25px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite.png) no-repeat 0 2px;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff;
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text;
    border-radius: 4px;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: transparent;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 13px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient( #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

.chosen-disabled .chosen-single {
    cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default;
}

.chosen-rtl {
    text-align: right;
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px;
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px;
}

.chosen-rtl .chosen-choices li {
    float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
    direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type="text"] {
        background-image: url(https://cdn.smobgame.com/template/corp/images/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
    }
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 19px;
    right: 15px;
    z-index: 50;
    display: none;
}

.hamburger-box {
    width: 32px;
    height: 25px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 32px;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
    opacity: 1 !important;
}

.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
    opacity: 1 !important;
}

.hamburger-inner::before {
    top: -9px;
}

.hamburger-inner::after {
    bottom: -9px;
}

.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::after,
.hamburger--3dx .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::after,
.hamburger--3dx-r .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::after,
.hamburger--3dy .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::after,
.hamburger--3dy-r .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::after,
.hamburger--3dxy-r .hamburger-inner::before {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 75ms 0.12s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 75ms 0.12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.container {
    width: 100%;
    max-width: 1130px;
    position: relative;
}

header {
    position: relative;
    z-index: 5;
    background: var(--primary);
}

.webp .logo {
    background-image: url('/images/logo.png');
}

.no-webp .logo {
    background-image: url('/images/logo.png');
}

.logo {
    width: 195px;
    height: 90px;
    -webkit-background-size: cover;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.header_wrap {
    align-items: center;
    height: 75px;
}

.menu {
    width: calc(100% - 400px);
    text-align: right;
}

.menu li {
    margin: 0;
    padding: 0;
}

.menu a {
    font-size: 16px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 34px;
}

.menu a.active,
.menu a:hover {
    color: #ccc;
}

.header_right {
    align-items: center;
    width: 200px;
    justify-content: flex-end;
}

.header_lang {
    position: relative;
}

.header_lang-list {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 10px #adadad;
    padding: 5px 0;
    display: none;
}

.header_lang:hover .header_lang-list {
    display: block;
}

.header_lang-item {
    align-items: center;
    padding: 5px 20px 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.header_lang-active {
    border: 1px solid gray;
}

.header_lang-item img {
    display: inline-block;
    margin-right: 4px;
}

.header_lang-item p {
    font-size: 12px;
    font-weight: 700;
}

.header_search {
    width: 60px;
    text-align: center;
    padding: 10px 0;
    position: relative;
    z-index: 2;
}

.header_search__form {
    position: absolute;
    width: 400px;
    right: 0;
    top: 60px;
    z-index: 2;
    display: none;
}

.icon-search {
    width: 24px;
    height: 25px;
    background-position: -40px 0;
    display: inline-block;
}

.ico-caret {
    position: relative;
}

.ico-caret::after {
    content: "";
    width: 10px;
    height: 5px;
    background-position: -65px -13px;
    position: absolute;
    right: 5px;
    z-index: 1;
    top: 50%;
    margin-top: -2.5px;
}

.owl--dot .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 1;
}

.owl--dot .owl-dots .owl-dot.active span,
.owl--dot .owl-dots .owl-dot:hover span {
    background: var(--primary);
}

.webp .section_count {
    background-image: url(/images/bg_sub1.png);
}

.no-webp .section_count {
    background-image: url(/images/bg_sub1.png);
}

.section_count {
    background: #ef4723;
    background-position: top center;
}

.count_wrap {
    justify-content: space-between;
}

.count__item {
    text-align: center;
    color: #fff;
    padding: 44px 0;
    font-weight: 500;
}

.count__item h3 {
    font-weight: 700;
    font-size: 52px;
}

.count__item p {
    font-size: 18px;
    margin-top: 10px;
}

.intro__top {
    padding: 0 0 60px;
}

.intro__top-left h3 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: iCielEffraBold;
}

.btn-ft {
    background: var(--primary);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    padding: 0 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.btn-ft:hover {
    color: #fff;
    background: var(--secondary);
}

.intro__top-right p {
    font-size: 16px;
    margin-bottom: 15px;
}

.intro__top-right a {
    padding: 0 40px;
}

.intro__bottom {
    box-shadow: 0 8px 10px #eee;
}

.intro__bottom__item {
    width: 50%;
    background: #fff;
    height: 350px;
}

.intro__bottom__item-img {
    width: 50%;
}

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

.intro__bottom__item-txt {
    width: 50%;
    padding: 30px 20px 30px 30px;
}

.intro__bottom__item-txt .ico-1 {
    width: 49px;
    height: 69px;
    background-position: 0 -25px;
}

.intro__bottom__item-txt .ico-2 {
    width: 58px;
    height: 56px;
    background-position: -49px -25px;
}

.intro__bottom__item-txt .ico-3 {
    width: 64px;
    height: 70px;
    background-position: -112px -25px;
}

.intro__bottom__item-txt .ico-4 {
    width: 65px;
    height: 65px;
    background-position: -176px -25px;
}

.intro__bottom__item-txt p {
    font-weight: 700;
    font-size: 28px;
    margin: 17px 0;
    line-height: 32px;
}

.intro__bottom__item-txt span {
    color: #8f8f8f;
    display: block;
    font-size: 17px;
}

.page_title {
    padding-bottom: 43px;
    position: relative;
    z-index: 5;
}

.page_title h3 {
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #2a2a2a;
    font-family: iCielEffraBold;
}

.page_title h3::after {
    content: "";
    width: 60px;
    height: 5px;
    background-color: var(--secondary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: -42px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}

.page_title--white h3 {
    color: #fff;
}

.page_title--white h3::after {
    background-color: #fff;
}

.product {
    position: relative;
    border-bottom: 1px solid #ccc;
}

.webp .product::after {
    background-image: url(/images/bg_thanhtuu1.png);
}

.no-webp .product::after {
    background-image: url(/images/bg_thanhtuu1.png);
}

.product::after {
    content: "";
    background-color: #ef4723;
    display: block;
    width: 100%;
    height: 572px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: auto;
    background-position: center;
}

.owl_product {
    padding-bottom: 50px;
}

.owl_product .owl-stage {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
}

.owl_product .owl-item {
    padding-bottom: 17px;
}

.owl_product .item {
    background: #fff;
    height: 100%;
}

.product_item {
    display: block;
}

.product_item__img {
    display: block;
    height: 350px;
    overflow: hidden;
}

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

.product_item__txt {
    display: block;
    padding: 15px 20px 35px;
    box-shadow: 0 8px 10px #eee;
    height: calc(100% - 350px);
}

.product_item__name {
    display: block;
    color: #ef4723;
    font-size: 14px;
}

.product_item__title {
    margin: 10px 0;
    max-height: 59px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product_item__title:hover {
    color: var(--primary);
}

.product_item__des {
    max-height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.owl_partner {
    padding-bottom: 40px;
}

.owl_partner .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.owl_partner-img {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl_partner-img:first-of-type {
    margin-bottom: 50px;
}

.owl_partner .item img {
    display: block;
    max-width: 100% !important;
    max-height: 100%;
    height: auto !important;
    width: auto;
}

.news__list {
    flex-wrap: wrap;
}

.news__item {
    float: left;
    width: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
    margin-right: 30px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news__item:nth-child(3n) {
    margin-right: 0;
}

.news__txt {
    padding: 20px 0;
}

.news__img {
    display: block;
    height: 193px;
    overflow: hidden;
}

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

.news__title {
    margin: 10px 0;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news__title:hover {
    color: var(--primary);
}

.news__des {
    height: 88px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.news_view {
    display: inline-block;
    font-weight: 700;
    color: #2a2a2a;
    margin-top: 20px;
    border-bottom: 2px solid var(--primary);
}

.news_view:hover {
    color: var(--primary);
    border-bottom: 2px solid var(--secondary);
}

.wellcome {
    box-shadow: inset 0 7px 12px -7px rgb(138, 135, 135, 0.4);
}

.wellcome__item {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    background: #fff;
    box-shadow: 0 2px 9px #cacaca;
    padding: 33px 30px 25px;
}

.wellcome__item:nth-child(3n) {
    margin-right: 0;
}

.wellcome__title {
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wellcome__title:hover {
    color: #ef4723;
}

.wellcome__des {
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding-top: 22px;
    max-height: 88px;
    height: 88px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wellcome__date {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

footer {
    background-color: var(--primary);
    padding: 70px 0 30px;
}

.footer__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.footer__col {
    float: left;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
}

.footer__col:last-of-type {
    margin-right: 0;
}

.footer__item {
    font-size: 16px;
    margin-bottom: 21px;
}

.footer__item p {
    color: #d6d6d6;
    margin-bottom: 5px;
    position: relative;
}

.footer__item span{
    color: var(--white);
}

.footer__item p.has-ico {
    padding-left: 17px;
}

.webp .footer__item p.has-ico::before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/btn.webp);
}

.no-webp .footer__item p.has-ico::before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/btn.png);
}

.footer__item p.has-ico::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 11px;
    top: 50%;
    left: 0;
    margin-top: -6.5px;
}

.footer__item-address .has-ico::before {
    width: 9px;
}

.footer__item-email .has-ico::before {
    width: 11px;
    background-position: -19px 0;
}

.footer__item-phone .has-ico::before {
    width: 11px;
    background-position: -29px 0;
}

.footer__item-time .has-ico::before {
    width: 9px;
    background-position: -9px 0;
}

.footer__item span {
    display: block;
    font-weight: 700;
}

.footer__bottom {
    justify-content: space-between;
    padding-top: 30px;
    font-size: 14px;
}

.footer__bottom-list {
    color: var(--footer);
    margin-bottom: 6px;
}

.footer__bottom-list a {
    font-size: 14px;
    color: var(--footer);
}

.footer__bottom-list a:hover {
    color: var(--primary);
}

.copyright {
    color: var(--footer);
}

.footer__bottom-right {
    justify-content: center;
    align-items: center;
}

.footer__bottom-right a {
    display: inline-block;
    margin-left: 30px;
    background-size: contain;
}

.webp .ico-fb {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_fb1.webp);
}

.webp .ico-fb {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_fb1.png);
}

.webp .ico-twitter {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_twitter1.webp);
}

.no-webp .ico-twitter {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_twitter1.png);
}

.webp .ico-in {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_in1.webp);
}

.no-webp .ico-in {
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_in1.png);
}

.footer__bottom-right a span {
    display: block;
    width: 22px;
    height: 23px;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.footer__bottom-right a:hover {
    /* filter: invert(34%) sepia(55%) saturate(3553%) hue-rotate(350deg) brightness(98%) contrast(92%);
    -webkit-filter: invert(34%) sepia(55%) saturate(3553%) hue-rotate(350deg) brightness(98%) contrast(92%); */
}

.goTop {
    display: inline-block;
    background: #2a2a2a;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    right: 30px;
    bottom: 100px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}

.goTop span {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-position: -83px 0;
}

.section_title {
    max-height: calc(100% - 75px);
    overflow: hidden;
    position: relative;
}

.section_title img {
    display: block;
    object-fit: cover;
}

.section_title h1 {
    color: #fff;
    position: absolute;
    bottom: 20%;
    text-align: center;
    width: 100%;
    left: 0;
    text-transform: uppercase;
    font-size: 50px;
    z-index: 1;
    font-family: iCielEffraBold;
}

.section_title h1::after {
    content: "";
    width: 60px;
    height: 5px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}

.form-group--style {
    position: relative;
}

.form-control--style {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group-search input {
    border-radius: 4px 0 0 4px;
}

.form-group-search button {
    border: 1px solid #ccc;
    width: 80px;
    background-color: #fff;
}

.page_news__list {
    margin-top: 30px;
}

.page_news__list .news__item {
    margin-bottom: 50px;
}

.pagination {
    width: 100%;
    text-align: center;
}

.pagination a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #c1c1c1;
    background: #fff;
    color: #2a2a2a;
    font-size: 16px;
    margin-bottom: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.pagination a.active {
    background: #ef4723;
    border: 1px solid #ef4723;
    color: #fff;
}

.page_breadcrunmb {
    font-size: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 30px;
}

.breadcrunmb--border {
    border-bottom: 2px solid #ef4723;
    padding-bottom: 14px;
    display: inline-block;
}

.page_breadcrunmb a {
    color: #8f8f8f;
    font-size: 24px;
}

.icon-rightDouble {
    display: inline-block;
    width: 13px;
    height: 16px;
    background-position: -105px 0;
    margin: 0 14px;
}

.page_newDetail__wrap {
    padding: 40px 150px;
}

.page_newDetail__title {
    font-weight: 700;
    font-size: 48px;
}

.page_newDetail__date {
    font-size: 14px;
    padding-left: 22px;
    color: gray;
    position: relative;
}

.webp .page_newDetail__date::before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/time.webp);
}

.no-webp .page_newDetail__date::before {
    background-image: url(https://cdn.smobgame.com/template/corp/images/time.png);
}

.page_newDetail__date::before {
    content: "";
    width: 15px;
    height: 14px;
    display: block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    z-index: 1;
}

.page_newDetail__content {
    font-size: 16px;
    line-height: 1.6;
}

.img_new {
    display: block;
    margin: 25px auto;
}

.page_newDetail--border {
    width: 100%;
    height: 1px;
    background: #e4e4e4;
    margin: 20px 0;
}

.page_newDetail__tag a {
    color: #fff;
    background: #ef4723;
    font-size: 16px;
    padding: 3px 20px;
    text-transform: uppercase;
    border-radius: 18px;
    margin-right: 6px;
    margin-bottom: 3px;
    display: inline-block;
}

.conect_title {
    margin-bottom: 30px;
}

.conect_title h3 {
    border-bottom: 1px solid #ef4723;
    padding-bottom: 10px;
    font-size: 24px;
    color: #8f8f8f;
    font-weight: 700;
}

.webp .section_sub {
    background-image: url(/images/bg_sub1.png);
}

.no-webp .section_sub {
    background-image: url(/images/bg_sub1.png);
}

.section_sub {
    background: #ef4723;
    background-position: center;
    padding: 70px 0;
}

.sub_txt {
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    max-width: 888px;
    margin: auto;
    font-family: iCielEffraBold;
}

.contact__item {
    margin-bottom: 50px;
    align-items: center;
}

.contact__item-txt {
    padding: 0 50px;
}

.contact__item-txt-p {
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.8;
    font-weight: 500;
}

.contact__item-map iframe {
    max-width: 100%;
    height: 400px;
}

.career__people__item {
    text-align: center;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    float: left;
    font-size: 18px;
    font-weight: 500;
    padding: 0 20px;
}

.career__people__item:last-of-type {
    margin-right: 0;
}

.career__people__item-img {
    width: 220px;
    height: 220px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career__people__item img {
    display: block;
    /* height: 100%; */
    object-fit: cover;
    width: 50%;
    height: 50%;
}

.career__people__item p {
    color: var(--primary);
    margin: 30px auto 10px;
    font-weight: 700;
    font-size: 23px;
}

.career_position__sub {
    font-size: 16px;
    font-weight: 500;
}

.career_position--mb {
    position: relative;
}

.career_position__choose {
    display: none;
}

.career_position__filter {
    margin: 40px auto;
    text-align: center;
}

.career_position__filter p {
    display: inline-block;
    margin: auto;
    border: 1px solid #2a2a2a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
}

.career_position__filter a {
    display: inline-block;
    font-size: 18px;
    color: #2a2a2a;
    font-weight: 500;
    padding: 15px 20px;
}

.career_position__filter a.active {
    background: #ef4723;
    color: #fff;
}

.career_position__list .wellcome__item {
    margin-bottom: 30px;
}

.page_careerDetail__txt {
    overflow: hidden;
}

.page_careerDetail__title {
    font-size: 20px;
    font-weight: 700;
    color: #ef4723;
    margin-bottom: 20px;
}

.page_careerDetail__des {
    font-size: 16px;
    line-height: 1.8;
}

.page_careerDetail__des img,
.page_newDetail__content img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.page_careerDetail__form {
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    background: #fff;
    padding: 30px 16px 15px;
}

.page_careerDetail__form h2 {
    font-size: 27px;
    text-transform: uppercase;
    color: #ef4723;
    font-weight: 700;
    border-bottom: 2px solid;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: iCielEffraBold;
}

.page_careerDetail__form h3 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.page_careerDetail__form .form-control {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
}

.page_careerDetail__form input[type="file"] {
    padding-top: 11px;
    font-size: 15px;
}

.form-group-note {
    color: #8f8f8f;
    font-size: 16px;
}

.btn_cv {
    border: 0;
    display: block;
    width: 100%;
}

.page_404__wrap {
    color: #8f8f8f;
    min-height: calc(100% - 400px);
}

.page_404__wrap img {
    display: block;
    margin: auto;
    max-height: 400px;
}

.page_404__wrap h3 {
    text-transform: uppercase;
    font-size: 29px;
    font-weight: 700;
    margin: 25px auto 8px;
}

.page_404__wrap p {
    font-size: 16px;
    font-weight: 500;
}

.about-us-timeline .vertical-timeline-element-date {
    font-size: 20px !important;
    color: #fff;
    opacity: 1 !important;
    font-weight: bold;
}

.aboutUs_slg {
    margin-bottom: 60px;
}

.aboutUs_slg-title {
    color: var(--primary);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.aboutUs_slg-slg {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
    font-family: iCielEffraBold;
}

.aboutUs_slg-sub {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
}

.page_succeed {
    overflow: hidden;
}

.succeed__item {
    color: #fff;
    width: 50%;
    position: relative;
}

.succeed__item-title {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    padding: 0 60px 16px;
}

.succeed__item-title::after {
    content: "";
    width: 26px;
    height: 26px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    border: 2px solid #ef4723;
    bottom: -14px;
    z-index: 3;
}

.succeed__item-sub {
    font-weight: 500;
    font-size: 24px;
    position: relative;
    padding: 20px 60px 8px;
}

.succeed__item-subSmall {
    font-size: 16px;
    line-height: 1.7;
    padding: 0 60px 50px;
}

.seceed__item--border {
    border-top: 2px solid #fff;
    position: relative;
}

.succeed__item-border--left {
    position: relative;
}

.succeed__item-border--left::after {
    content: "";
    display: block;
    position: absolute;
    height: 72%;
    width: 2px;
    background: #fff;
    top: 29%;
    left: 0;
}

.border--left-radius--topLeft {
    border-left: 2px solid #fff;
    border-radius: 10px 0 0 0;
}

.border-bottom-left-radius--bottomLeft {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 0 10px;
}

.border--right-radius--topRight {
    border-right: 2px solid #fff;
    border-radius: 0 10px 0 0;
}

.border-bottom-right-radius--bottomRight {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0 0 10px 0;
}

.succeed__row:first-of-type .succeed__item:first-of-type .seceed__item--border::before {
    content: "";
    display: block;
    background: #fff;
    width: 1000px;
    height: 2px;
    position: absolute;
    top: -2px;
    z-index: 2;
    right: 0;
}

.succeed__row:last-of-type .succeed__item:last-of-type .seceed__item--border::before {
    content: "";
    display: block;
    background: #fff;
    width: 1000px;
    height: 2px;
    position: absolute;
    top: -2px;
    z-index: 2;
    left: 0;
}

.dropdown-heading {
    height: 48px !important;
}

.search-item {
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 2px solid #cecece;
}

.search-txt-name {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #404040;
    max-height: 60px;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.search-txt-name:hover {
    color: #ef4723;
}

.search-txt p {
    max-height: 59px;
    overflow: hidden;
}

.tv-num-day {
    position: relative;
    padding-left: 15px;
    font-size: 12px;
}

.tv-num-day::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(https://cdn.smobgame.com/templates/FuntapWiki/images/spr.png);
    background-position: -141px -35px;
    left: 0;
    top: 1px;
    z-index: 1;
}

.search-search {
    margin-bottom: 20px;
}

.f-search {
    position: relative;
}

.f-search .btn_search {
    position: absolute;
    width: 26px;
    height: 100%;
    background: url(https://cdn.smobgame.com/templates/FuntapWiki/images/spr.png);
    background-position: -69px -39px;
    bottom: -7px;
    right: 12px;
    border: 0;
    box-shadow: none;
    z-index: 2;
}

.search-search input {
    border: 2px solid #dadadc;
}

.f-search input {
    color: #ef4723;
    border-radius: 30px;
    box-shadow: none;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 45px;
}

.cnt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-perspective: 1000 !important;
}

.pop-bg {
    background-color: #fff;
    border: 2px solid #6e6e6e;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #444;
    max-width: 468px;
}

.closeModal {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    color: gray;
    line-height: 37px;
    text-align: center;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn.smobgame.com/template/ID/images/icon_close.svg);
}

.pop-inner {
    padding: 45px 30px 40px;
    position: relative;
}

.img_icon {
    width: 80px;
    height: 80px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

.icon_succes {
    background-image: url(https://cdn.smobgame.com/template/ID/images/icon_succes.svg);
}

.icon_fail {
    background-image: url(https://cdn.smobgame.com/template/ID/images/icon_fail.svg);
}

.txt_h3 {
    font-weight: 700;
    font-size: 17px;
    margin: 34px auto 14px;
}

.txt_p {
    font-size: 15px;
    color: #6d6c6c;
}

.img_trau {
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

.img_trau img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    max-width: 60px;
    margin: 0 5px;
}

@keyframes toTop {
    100% {
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }
}

body ::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #f5f5f5;
    border: 4px solid #fbfbfb;
    overflow: hidden;
}

body ::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    background: #bdbe70 0;
}

body ::-webkit-scrollbar-thumb {
    background: #e3e3e3;
    border-radius: 6px;
}

.checkbox--style {
    display: none;
}

.checkbox--style~label {
    font-size: 14px;
    line-height: 17px;
    padding-left: 28px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.checkbox--style~label::after,
.checkbox--style~label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #d5d4d4;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
}

.checkbox--style~label::before {
    display: none;
    border: 0;
    background: #ef4723;
}

.checkbox--style:checked~label::after {
    border: 0;
    background-image: url(https://cdn.smobgame.com/template/corp/images/icon_check.svg);
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.checkbox--style:checked~label::before {
    display: block;
}

.career_search {
    width: 100%;
    margin: 30px auto 0;
}

.career_search .form-career .form-group {
    display: flex;
    display: -webkit-flex;
    height: 56px;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0;
}

.career_search .form-career .form-group .input-career {
    display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
    outline: none;
    padding: 0 16px;
    font-size: 16px;
}

.career_search .form-career .form-group .btn_submit-career {
    display: flex;
    border: 0;
    box-shadow: none;
    outline: none;
    background: var(--primary);
    color: white;
    min-width: 160px;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.career_search .form-career .form-group .btn_submit-career span {
    background-image: url("https://cdn.smobgame.com/template/corp/images/icon_search.png");
    width: 19px;
    height: 20px;
    display: inline-block;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
}

.career_content {
    margin-top: 60px;
}

.career_content .career_filter {
    width: 256px;
    margin-right: 30px;
}

.career_content .career_filter .filter--mb {
    display: none;
}

.career_content .career_filter .group_filter .filter_content .filter_btn {
    display: block;
    width: 100%;
    height: 46px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    background: var(--primary);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 24px;
    /* opacity: 0.5;
  pointer-events: none; */
}

.career_content .career_filter .group_filter .filter_content .filter_btn:hover {
    background: #c72a09;
}

.career_content .career_filter .group_filter .filter_content .filter_btn.active {
    opacity: 1;
    pointer-events: auto;
}

.career_content .career_filter .group_filter .filter_content .filter-title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 22px;
}

.career_content .career_filter .group_filter .filter_content .filter-list {
    margin-bottom: 26px;
    max-height: 193px;
    overflow-y: auto;
    padding-top: 2px;
}

.career_content .career_filter .group_filter .filter_content .filter-list .form-group1 {
    margin-bottom: 12px;
}

.career_content .career_filter .group_filter .filter_content .filter-list .form-group1 label {
    font-weight: normal;
    font-size: 18px;
}

.career_content .career_filter .group_filter .filter_content .filter-list .form-group1:last-of-type {
    margin-bottom: 0;
}

.career_content .career_filter .group_filter .filter_content .filter-list:last-of-type {
    margin-bottom: 0;
}

.career_content .career_right {
    width: calc(100% - 256px - 30px);
}

.career_content .career_right .career_title {
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.career_content .career_right .career_list .career_item {
    position: relative;
    padding-right: 170px;
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e6e6e6;
}

.career_content .career_right .career_list .career_item .career_name {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #2a2a2a;
    display: inline-block;
}

.career_content .career_right .career_list .career_item .career_name:hover {
    color: var(--primary);
}

.career_content .career_right .career_list .career_item .hasIco {
    font-size: 18px;
    line-height: 28px;
    padding-left: 32px;
    position: relative;
    margin-bottom: 8px;
    color: #666;
}

.career_content .career_right .career_list .career_item .hasIco:last-of-type {
    margin-bottom: 0;
}

.career_content .career_right .career_list .career_item .hasIco::before {
    content: "";
    display: block;
    width: 20px;
    height: 26px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -13px;
    z-index: 1;
}

.career_content .career_right .career_list .career_item .hasIco.career_time::before {
    background-image: url("https://cdn.smobgame.com/template/corp/images/icon_clock.png");
}

.career_content .career_right .career_list .career_item .hasIco.career_location::before {
    background-image: url("https://cdn.smobgame.com/template/corp/images/icon_location.png");
}

.career_content .career_right .career_list .career_item .career_apply {
    display: block;
    /* width: 160px; */
    height: 46px;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    background: var(--primary);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 15px;
}

.career_content .career_right .career_list .career_item .career_apply:hover {
    background: #c72a09;
}

.career_content .career_right .career_list .career_item:last-of-type {
    margin-bottom: 0;
    border-bottom: 0;
}

.career_content .career_right .career_pagi {
    margin-top: 30px;
}

.career_content .career_right .career_pagi .pagination {
    text-align: right;
}

.career_content .career_right .career_pagi .pagination li a {
    padding: 0;
    line-height: 40px;
    color: #2a2a2a;
    margin: 0 1px;
    float: unset;
}

.career_content .career_right .career_pagi .pagination li.active a {
    color: #fff;
    background: #ef4723;
    border-color: #ef4723;
}

.page_handbook {
    padding-top: 50px;
}

.handbook-main-title {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    color: #ef4823;
    font-family: iCielEffraBold;
    margin-bottom: 30px;
}

.handbook_page-wrap {
    display: flex;
    padding: 0 40px;
}

.handbook-iframe-active {
    display: block;
}

.handbook-iframe {
    display: none;
}

.handbook_page-content-left {
    width: 75%;
}

.handbook_page-content-left img {
    height: auto;
    width: 100%;
}

iframe::-webkit-scrollbar {
    width: 12px;
    /* Chiều rộng của thanh cuộn */
}

iframe::-webkit-scrollbar-thumb {
    background-color: #4CAF50;
    /* Màu nền của phần thumb */
    border-radius: 6px;
    /* Bo góc của thumb */
}

iframe::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Màu nền của phần track */
}

.handbook_page-content-right {
    width: 25%;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
}

.handbook_page-content-right ul {
    padding-left: 0px;
}

.handbook_page-content-right li {
    list-style: none;
    padding: 14px;
    background: #fbfbfb;
    box-shadow: 0px 0px 11px 4px #e1dddd;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 8px;
}

.handbook_page-content-right li.active {
    border-left: 4px solid #ef4823;
    box-shadow: 0px 0px 8px 0px #ef4823;
}

.handbook_page-content-right li span {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    color: rgb(143, 143, 143);
}

.handbook_page-content-right li.active span {
    color: #ef4823;
}

.handbook_form {
    margin-top: 0px;
    display: flex;
    justify-content: center;
}

.handbook_form-wrap {
    width: 100%;
}

.handbook_form-wrap {
    box-shadow: 0px 0px 8px 0px #ef4823;
    padding: 19px;
    border-radius: 8px;
}

.handbook_form form p {
    font-size: 20px;
    color: #ef4823;
    font-weight: 500;
}

.handbook_form label {
    font-size: 16px;
    font-weight: 500;
}

.handbook-input {
    margin-bottom: 10px;
}

.handbook-input input {
    height: 40px;
    border-radius: 8px;
    color: #2a2a2a;
}

.handbook-input input:focus {
    border-color: #ef4823;
}

.handbook-send-email-btn {
    text-align: right;
}

.handbook-send-email-btn button {
    background: #ef4723;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 8px;
    border: none;
    width: 100px;
}

.handbook-send-email-btn .btn-loading {
    background: #959190;
    cursor: revert;
}

.handbook-send-email-btn img {
    width: 30px;
    height: 30px;
}

.handbook-alert-send-request {
    max-width: 440px;
    min-width: 320px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.handbook-alert-send-request .alert {
    font-size: 14px;
    font-weight: 500;
}

.handbook-description p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 28px;
}

.recruitment-title {
    color: #FFFFFF;
    font-size: 40px !important;
    bottom: 30% !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 1.9px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    margin: 5px 0;
}

.bg-img-dark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
}

.section_title .recruitment-img {
    opacity: 0.7;
}

.iframe-careers {
    padding: 0 50px;
}

.iframe-careers iframe {
    width: 100%;
    height: 600px;
}

.career-pagination-wrap {
    text-align: center;
    width: 100%;
}

.career-pagination {
    display: inline-block;
}

.career-pagination button {
    color: var(--secondary);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 5px;
    border-radius: 8px;
    border: 1px solid var(--primary);
}

.career-pagination button.active {
    background: var(--primary);
    color: white;
    font-weight: 500;
}

.career-pagination button:hover:not(.active) {
    background-color: var(--primary);
    color: #fff;
    font-weight: 500;
}

.career-pagination .btn-disable {
    border: 1px solid #d0c5c3;
    color: #d0c5c3;
}

.career-pagination .btn-disable:hover {
    background-color: revert !important;
    color: #d0c5c3 !important;
}

.section-social-career {
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 10;
}

.social-career-item {
    margin-bottom: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.social-career-item img {
    width: 40px;
    height: auto;
    transition: all 0.5s;
}

.social-career-item img:hover {
    transform: scale(1.2);
}

@media screen and (min-width: 1400px) {
    .iframe-careers iframe {
        height: 760px;
    }
}

@media screen and (min-width: 1200px) {
    .section_title {
        height: calc(100% - 75px);
    }
    .section_title img {
        height: 100%;
    }
    .section_title h1 {
        font-size: 72px;
    }
    .owl_banner img {
        height: calc(100% - 75px);
        object-fit: cover;
    }
    .handbook-main-title {
        padding: 0 20%;
    }
    .recruitment-carousel-item {
        position: relative;
    }
    .section_title .recruitment-img {
        height: 750px;
    }
}

@media screen and (max-width: 1200px) {
    .handbook_page-content-right {
        width: 40%;
    }
    .handbook_page-content-left {
        width: 60%;
    }
    .handbook_page-wrap {
        padding: 0 19px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 960px) {}

@media screen and (max-width: 1169px) {
    .about-us-timeline .vertical-timeline-element-date {
        color: #ef4823;
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 1023.5px) {
    .logo {
        width: 160px;
    }
    .header_right {
        width: 180px;
    }
    .menu {
        width: calc(100% - 320px);
    }
    .menu a {
        margin-right: 25px;
    }
    .count__item h3 {
        font-size: 42px;
    }
    .count__item p {
        font-size: 17px;
    }
    .intro__top {
        padding: 0 0 42px;
        text-align: center;
    }
    .intro__top-left h3 {
        font-size: 38px;
    }
    .intro__top-right p {
        margin: 16px auto 22px;
    }
    .intro__bottom__item-txt {
        padding: 20px 17px 15px 20px;
    }
    .intro__bottom__item-txt p {
        font-size: 25px;
        margin: 12px 0;
    }
    .section_sub {
        padding: 50px 0;
    }
    .aboutUs_slg {
        text-align: center;
    }
    .aboutUs_slg-slg,
    .aboutUs_slg-sub {
        margin-bottom: 30px;
    }
    .succeed__item-sub {
        font-size: 23px;
    }
    .career_content {
        flex-direction: column;
        margin-top: 40px;
    }
    .career_content .career_filter {
        width: 100%;
        margin-right: 0;
    }
    .career_content .career_filter .filter--mb {
        display: block;
    }
    .career_content .career_filter .filter--mb .txt_default {
        display: block;
        width: 100%;
        height: 46px;
        color: #fff !important;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 46px;
        background: #ef4723;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        max-width: 500px;
        margin: auto;
        position: relative;
    }
    .career_content .career_filter .filter--mb .txt_default::after {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: middle;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        border-top: 7px solid #fff;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -4px;
        z-index: 1;
    }
    .career_content .career_filter .group_filter {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        z-index: 50;
        width: 100%;
        height: 100vh;
        bottom: 0;
        left: 0;
        transform: translateY(50%);
    }
    .career_content .career_filter .group_filter.active {
        animation: toTop 0.4s forwards;
    }
    .career_content .career_filter .group_filter.active .bg--filter {
        width: 100vw;
        height: 100vh;
        background: #000c;
        position: fixed;
        z-index: 0;
        top: 0;
        left: 0;
    }
    .career_content .career_filter .group_filter .filter_content {
        position: fixed;
        z-index: 5;
        background: white;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 30px 20px;
        max-height: 80vh;
        overflow-y: auto;
    }
    .career_content .career_filter .group_filter .filter_content .filter-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .career_content .career_filter .group_filter .filter_content .filter-list .form-group1 label {
        font-size: 16px;
    }
    .career_content .career_right {
        width: 100%;
        margin-top: 30px;
    }
    .career_content .career_right .career_title {
        margin-bottom: 20px;
    }
    .career_content .career_right .career_list .career_item .career_name {
        font-size: 19px;
        line-height: 28px;
        margin-bottom: 9px;
    }
    .career_content .career_right .career_list .career_item .hasIco {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 959px) {
    .style-title {
        font-size: 21px;
        line-height: 26px;
    }
    .style-des {
        font-size: 15px;
        height: 88px;
        max-height: none;
    }
    .show-mb {
        display: block;
    }
    .show-pc {
        display: none;
    }
    .container {
        max-width: 100%;
    }
    .logo {
        width: 134px;
    }
    .header_wrap {
        height: 60px;
    }
    .hamburger {
        display: block;
    }
    .menu {
        position: absolute;
        width: calc(100% - 30px);
        top: 60px;
        z-index: 2;
        background: var(--primary);
        box-shadow: 0 3px 8px grey;
        border-radius: 0 0 6px 6px;
        text-align: left;
        padding: 16px 0;
        display: none;
    }
    .menu li {
        display: block;
    }
    .menu a {
        margin-right: 0;
        display: block;
        padding: 10px 10px;
    }
    .header_wrap {
        justify-content: space-between;
        padding-right: 50px;
    }
    .count_wrap {
        display: block;
    }
    .count__item {
        width: 33.33%;
        float: left;
        padding: 30px 0 26px;
    }
    .count__item:nth-child(1),
    .count__item:nth-child(2) {
        width: 50%;
    }
    .intro__bottom {
        box-shadow: none;
    }
    .intro__bottom-1 {
        flex-direction: column;
    }
    .intro__bottom__item {
        width: 100%;
        margin-bottom: 25px;
        box-shadow: 0 9px 15px #eee;
    }
    .intro__bottom-1:last-of-type .intro__bottom__item:last-of-type {
        margin-bottom: 0;
    }
    .intro__bottom__item.flex--row {
        flex-direction: unset;
    }
    .intro__bottom-1 .intro__bottom__item:nth-child(2) {
        flex-direction: row-reverse;
    }
    .page_title h3 {
        font-size: 30px;
    }
    .page_title {
        padding-bottom: 28px;
    }
    .page_title h3::after {
        bottom: -25px;
    }
    .pd--60 {
        padding: 60px 0;
    }
    .mb--60 {
        margin-bottom: 36px;
    }
    .product_item__img {
        height: 280px;
    }
    .product_item__txt {
        height: calc(100% - 280px);
    }
    .product_item__title {
        margin: 7px 0;
    }
    .product_item__des {
        height: auto;
        max-height: 66px;
    }
    .product::after {
        height: 437px;
    }
    .news__item {
        width: calc((100% - 15px) / 2);
        max-width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .news__item:nth-child(2n) {
        margin-right: 0;
    }
    .news__list {
        display: flex;
    }
    .wellcome__item {
        width: calc((100% - 15px) / 2);
        max-width: calc((100% - 15px) / 2);
        margin-right: 15px;
        margin-bottom: 25px;
    }
    .wellcome__item:nth-child(2n) {
        margin-right: 0;
    }
    .footer__col {
        width: 100%;
        margin-right: 0;
    }
    .footer__col-1 {
        border-bottom: 1px solid #ccc;
        padding-bottom: 16px;
        margin-bottom: 21px;
    }
    .footer__col-2,
    .footer__col-3 {
        display: flex;
        -webkit-display: flex;
        -moz-display: flex;
        flex-wrap: wrap;
    }
    .footer__col-2 .footer__item,
    .footer__item-phone,
    .footer__item-time {
        width: 50%;
    }
    .footer__col-2 .footer__item:nth-child(2),
    .footer__col-3 .footer__item:nth-child(2) {
        padding-left: 25px;
    }
    .footer__col-3 {
        padding-bottom: 0;
    }
    .footer__item-note {
        width: 100%;
        text-align: center;
    }
    footer {
        padding: 50px 0 30px;
    }
    .footer__bottom {
        flex-direction: column;
        text-align: center;
    }
    .footer__bottom-right {
        margin-top: 12px;
    }
    .footer__top {
        padding-bottom: 0;
    }
    .goTop {
        padding: 12px;
    }
    .header_search__form {
        top: 52px;
    }
    .section_title h3 {
        font-size: 42px;
    }
    .section_title h3::after {
        bottom: -18px;
    }
    .page_breadcrunmb a {
        font-size: 20px;
    }
    .page_breadcrunmb {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .page_newDetail__wrap {
        padding: 30px 0;
    }
    .news__item:nth-child(2n+1) {
        margin-right: 15px;
    }
    .page_news__list .news__item {
        margin-bottom: 20px;
    }
    .contact__item {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .contact__item-txt {
        margin-bottom: 25px;
    }
    .contact__item:nth-child(2) {
        flex-direction: column-reverse;
        padding-top: 35px;
    }
    .section_sub {
        padding: 34px 0;
    }
    .sub_txt {
        font-size: 24px;
    }
    .page_careerDetail__form {
        margin-top: 30px;
    }
    .career__people__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .career__people__item-img {
        width: 160px;
        height: 160px;
    }
    .career__people__item p {
        margin: 14px auto 10px;
    }
    .career__people__item span {
        font-size: 15px;
    }
    .career_position__filter a {
        font-size: 15px;
        padding: 12px 13px;
    }
    .wellcome__item,
    .wellcome__item:nth-child(3n) {
        margin-right: 15px;
    }
    .wellcome__item:nth-child(2n) {
        margin-right: 0;
    }
    .aboutUs_slg-slg {
        font-size: 34px;
    }
    .aboutUs_slg-sub {
        font-size: 16px;
    }
    .succeed__item-title {
        font-size: 27px;
    }
    .succeed__item-sub {
        font-size: 21px;
        padding: 20px 20px 8px;
    }
    .succeed__item-subSmall {
        font-size: 16px;
        line-height: 1.7;
        padding: 20px 20px 40px;
    }
    footer {
        padding-bottom: 0;
    }
    .footer_logo img {
        max-width: 150px;
    }
    .footer__item {
        font-size: 15px;
    }
    .footer__bottom {
        flex-direction: column-reverse;
        padding-top: 8px;
    }
    .footer__bottom-left {
        background: var(--primary);
        margin: 20px -15px 0;
        padding: 15px 15px;
    }
    .copyright,
    .copyright span,
    .footer__bottom-list {
        color: #fff;
    }
    .footer__bottom-list a {
        font-size: 15px;
        color: #fff;
    }
    .footer__item-note {
        border-top: 1px solid #ccc;
        padding-top: 25px;
    }
    .footer__item-note:last-of-type {
        border-top: 0;
        padding-top: 0;
    }
    .footer__bottom-right a {
        margin-left: 23px;
    }
    .footer__bottom-right a span {
        width: 28px;
        height: 28px;
    }
    .webp .ico-fb {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_fb.webp);
    }
    .webp .ico-fb {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_fb.png);
    }
    .webp .ico-twitter {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_twitter.webp);
    }
    .no-webp .ico-twitter {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_twitter.png);
    }
    .webp .ico-in {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_in.webp);
    }
    .no-webp .ico-in {
        background-image: url(https://cdn.smobgame.com/template/corp/images/icon_in.png);
    }
    .product_item__txt {
        box-shadow: none;
    }
    .page_handbook {
        padding-bottom: 30px;
    }
    .handbook-main-title {
        font-size: 30px;
    }
    .handbook_page-wrap {
        padding: 0 19px;
        flex-direction: column;
    }
    .handbook_page-content-left {
        width: 100%;
        order: 2;
    }
    .handbook_page-content-right {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }
    .handbook_page-content-right ul {
        padding-left: 0;
    }
    .handbook_page-content-right {
        padding-left: 0;
    }
    .handbook_form {
        margin-top: 0;
    }
}

@media screen and (max-width: 639px) {
    .section_title h1::after {
        display: none;
    }
    .page_careerDetail__des iframe {
        width: 100% !important;
    }
    .style-title {
        font-size: 19px;
        line-height: 24px;
        height: 50px;
    }
    .logo {
        /* width: 112px; */
    }
    .header_search {
        width: 30px;
    }
    .header_search__form {
        top: 50px;
        right: -54px;
        width: 320px;
    }
    .icon-search {
        width: 17px;
        height: 21px;
        background-position: -29px 0;
        display: inline-block;
        background-size: 174px;
    }
    .header_lang-item {
        padding: 5px 18px 5px 3px;
    }
    .header_lang-item p {
        font-size: 10px;
    }
    .header_wrap {
        padding-right: 39px;
    }
    .owl_banner img {
        height: 300px;
        object-fit: cover;
    }
    .count__item h3 {
        font-size: 35px;
    }
    .count__item p {
        font-size: 14px;
    }
    .count__item {
        padding: 20px 0 15px;
    }
    .intro__top-left h3 {
        font-size: 29px;
    }
    .intro__bottom__item {
        height: 270px;
    }
    .intro__bottom__item-txt .ico {
        background-size: 138px;
    }
    .intro__bottom__item-txt .ico-1 {
        width: 27px;
        height: 42px;
        background-position: 0 -12px;
    }
    .intro__bottom__item-txt .ico-2 {
        width: 33px;
        height: 36px;
        background-position: -28px -12px;
    }
    .intro__bottom__item-txt .ico-3 {
        width: 36px;
        height: 40px;
        background-position: -65px -14px;
    }
    .intro__bottom__item-txt .ico-4 {
        width: 38px;
        height: 40px;
        background-position: -100px -12px;
    }
    .intro__bottom__item-txt {
        padding: 10px 10px 13px 18px;
    }
    .intro__bottom__item-txt p {
        font-size: 19px;
        margin: 6px 0;
        line-height: 23px;
    }
    .intro__bottom__item-txt span {
        font-size: 14px;
    }
    .news__item {
        width: 100%;
        max-width: none;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .news__img {
        height: 220px;
    }
    .news__txt {
        padding: 10px 0;
    }
    .news_view {
        margin: 10px 0 10px;
    }
    .owl_partner-img {
        height: 40px;
    }
    .owl_partner-img:first-of-type {
        margin-bottom: 30px;
    }
    .wellcome__item {
        width: 100%;
        max-width: none;
        margin-right: 0 !important;
        margin-bottom: 30px;
    }
    .wellcome__title {
        height: auto;
        overflow: hidden;
        display: block;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        height: auto;
        max-height: 50px;
    }
    .goTop {
        right: 10px;
    }
    .section_title {
        /* height: 300px; */
    }
    .section_title img {
        height: 100%;
    }
    .section_title h3 {
        font-size: 30px;
    }
    .section_title h3::after {
        bottom: -12px;
        height: 3px;
    }
    .pd--60 {
        padding: 45px 0;
    }
    .page_breadcrunmb a {
        font-size: 17px;
    }
    .page_breadcrunmb {
        font-size: 17px;
    }
    .page_newDetail__wrap {
        padding: 15px 0;
    }
    .page_newDetail__title {
        font-size: 26px;
        line-height: 32px;
    }
    .page_newDetail--border {
        margin: 14px 0;
    }
    .page_newDetail__content {
        font-size: 15px;
    }
    .page_newDetail__tag a {
        font-size: 14px;
        padding: 3px 18px;
    }
    .contact__item-txt {
        padding: 0;
    }
    .sub_txt {
        font-size: 17px;
    }
    .aboutUs_slg-slg {
        font-size: 32px;
    }
    .aboutUs_slg-sub {
        font-size: 15px;
        line-height: 1.5;
    }
    .succeed__item-title {
        font-size: 22px;
    }
    .succeed__item-sub {
        font-size: 18px;
        padding: 20px 10px 7px;
    }
    .succeed__item-subSmall {
        font-size: 14px;
        line-height: 1.5;
        padding: 10px 10px 30px;
    }
    .page_404__wrap h3 {
        font-size: 24px;
    }
    .page_404__wrap p {
        font-size: 14px;
    }
    .career_position__filter {
        margin: -20px auto 20px;
        display: none;
        background: #fff;
        width: 100%;
        z-index: 3;
    }
    .career_position__filter p {
        display: block;
        width: 100%;
        box-shadow: 0 8px 10px #eee;
        border: 1px solid #d8d8d8;
        border-top: 0;
    }
    .career_position__filter a {
        display: block;
        width: 100%;
    }
    .career_position__choose {
        display: block;
        text-align: center;
        background: #ef4723;
        color: #fff !important;
        font-weight: 500;
        font-size: 17px;
        padding: 10px;
        border-radius: 5px;
        margin-top: 24px;
        margin-bottom: 20px;
        position: relative;
    }
    .wellcome__des {
        height: auto;
    }
    .pop-bg {
        width: 100%;
        max-width: 320px;
    }
    .pop-inner {
        padding: 26px 20px 18px;
    }
    .img_icon {
        width: 60px;
        height: 60px;
    }
    .txt_h3 {
        font-size: 16px;
        margin: 23px auto 12px;
    }
    .txt_p {
        font-size: 14px;
    }
    .img_trau {
        margin-top: 10px;
    }
    .img_trau img {
        max-width: 51px;
        margin: 0 2px;
    }
    .checkbox--style~label {
        font-size: 14px;
    }
    .career_search {
        margin-top: 20px;
    }
    .career_search .form-career .form-group {
        height: 40px;
    }
    .career_search .form-career .form-group .btn_submit-career {
        min-width: 50px;
        font-size: 14px;
        text-indent: -9999px;
        white-space: nowrap;
        color: transparent;
    }
    .career_search .form-career .form-group .btn_submit-career span {
        margin-right: 0;
    }
    .career_content {
        margin-top: 30px;
    }
    .career_content .career_filter .filter--mb .txt_default {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
    .career_content .career_filter .group_filter .filter_content {
        padding: 20px 16px;
    }
    .career_content .career_filter .group_filter .filter_content .filter_btn {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
    }
    .career_content .career_filter .group_filter .filter_content .filter-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .career_content .career_filter .group_filter .filter_content .filter-list {
        margin-bottom: 14px;
    }
    .career_content .career_filter .group_filter .filter_content .filter-list .form-group1 {
        margin-bottom: 8px;
    }
    .career_content .career_filter .group_filter .filter_content .filter-list .form-group1 label {
        font-size: 14px;
    }
    .career_content .career_right {
        margin-top: 30px;
    }
    .career_content .career_right .career_title {
        margin-bottom: 14px;
        font-size: 22px;
        line-height: 24px;
    }
    .career_content .career_right .career_list .career_item {
        padding-right: 0;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .career_content .career_right .career_list .career_item .career_name {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 7px;
    }
    .career_content .career_right .career_list .career_item .hasIco {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .career_content .career_right .career_list .career_item .hasIco::before {
        width: 16px;
        height: 21px;
        margin-top: -10px;
    }
    .career_content .career_right .career_list .career_item .career_apply {
        position: static;
        margin-top: 12px;
        font-size: 14px;
        height: 34px;
        line-height: 34px;
    }
    .career_content .career_right .career_pagi {
        margin-top: 16px;
    }
    .career_content .career_right .career_pagi .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    .handbook_page-content-right {
        padding-left: 0;
    }
    .handbook_form {
        margin-top: 0;
    }
    .recruitment-title {
        font-size: 35px !important;
    }
    .iframe-careers {
        padding: 0;
    }
    .iframe-careers iframe {
        height: 400px;
    }
}