@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* reset css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

body {
		line-height: 1.5;
		font-family: Tahoma, sans-serif;
		font-size: 14px;
		color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
		display: block;
}

nav ul {
		list-style: none;
}

blockquote,
q {
		quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
		content: "";
		content: none;
}

a {
		margin: 0;
		padding: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
}

/* change colours to suit your needs */
ins {
		background-color: #ff9;
		color: #000;
		text-decoration: none;
}

/* change colours to suit your needs */
mark {
		background-color: #ff9;
		color: #000;
		font-style: italic;
		font-weight: bold;
}

del {
		text-decoration: line-through;
}

abbr[title],
dfn[title] {
		border-bottom: 1px dotted;
		cursor: help;
}

table {
		border-collapse: collapse;
		border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
		display: block;
		height: 1px;
		border: 0;
		border-top: 1px solid #cccccc;
		margin: 1em 0;
		padding: 0;
}

input,
select {
		vertical-align: middle;
}

/* reset css */

/* style article reset */
ul {
		/* list-style-position: inside; */
		padding-inline-start: 40px;
}
.box-detail p {
		padding: 7px 0;
		margin: 0; /* word-break: break-all; */
}
.box-detail a:hover {
		text-decoration: underline;
}
.box-detail img {
		/* display: block; */
		max-width: 100%;
}
.box-detail .head,
.box-detail .time {
		position: relative;
}
.box-detail table {
		border-collapse: collapse;
		margin: 0 auto;
		color: #fff;
}
.box-detail table td {
		border: 1px solid #000;
		padding: 10px;
		background: #cdc5bb;
}
.box-detail table tr:first-child td {
		background: #303030;
		font-weight: bold;
		text-align: center;
		color: #fff;
}
.box-detail table tr:nth-child(even) td {
		background: #a19f9b;
}
.box-detail table img {
		border: none;
}
/* style article reset */

* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}
body {
		width: 100%;
		overflow-x: hidden;
}
.rs {
		padding: 0;
		margin: 0;
}

a {
		text-decoration: none;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
}

a:hover {
		text-decoration: none;
}

input,
button {
		border: none;
}

input:focus,
button:focus {
		outline: none;
}

.flex-center {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}

.fixCen {
		width: 1202px;
		margin: 0 auto;
		position: relative;
		height: 100%;
}

.lg18 {
		position: absolute;
		left: 0;
		top: 100px;
		z-index: 1 !important;
}

.full {
		display: none;
		background-color: #000000c4;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 8;
}

.full.active {
		display: block;
}

#myVideo {
		width: 100%;
		height: auto;
}

.wrapper-home {
		width: 100%;
		overflow: hidden;
		position: relative;
		font-family: "Roboto", sans-serif;
}
.webp .wrapper-home .header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top.webp")
		50% 100% no-repeat;
}
.webp .wrapper-home .header::before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-bottom-header.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header::before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-bottom-header.png")
		no-repeat 0/100%;
}
.wrapper-home .header::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -960px;
		width: 1920px;
		height: 128px;
		z-index: 1;
}
.wrapper-home .header.news::before {
		display: none;
}
.no-webp .wrapper-home .header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top.jpg")
		50% 100% no-repeat;
}
.wrapper-home .header {
		height: 1081px;
		max-height: 100vh !important;
		position: relative;
		overflow: hidden;
}

.wrapper-home .header .bg-video {
		width: 1920px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -960px;
}
/*.webp .wrapper-home .header.news {*/
/*	background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-news.webp")*/
/*		50% 0 no-repeat;*/
/*}*/
/*.no-webp .wrapper-home .header.news {*/
/*	background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-news.jpg")*/
/*		50% 0 no-repeat;*/
/*}*/
.wrapper-home .header.news {
		/*height: 300px;*/
		/*max-height: 300px !important;*/
}
.wrapper-home .header.news::after{
		display: none;
}

.wrapper-home .header.news .bg-video {
		display: none;
}

.wrapper-home .header.news .main-header .slogan {
		top: 400px;
		width: 340px;
		height: 150px;
		margin-left: -170px;
}

.wrapper-home .header.news .main-header .box-download {
		display: none;
}
.webp .wrapper-home .header:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-mouse.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-mouse.png")
		no-repeat 0/100%;
}
.wrapper-home .header:after {
		content: "";
		display: block;
		width: 74px;
		height: 46px;
		position: absolute;
		bottom: 5px;
		left: 50%;
		margin-left: -37px;
		z-index: 9;
		animation: floatUpAndDown 1.5s linear infinite alternate;
}
@keyframes floatUpAndDown {
		0% {
				transform: translateY(-5px);
				-webkit-transform: translateY(-5px);
				-moz-transform: translateY(-5px);
				-ms-transform: translateY(-5px);
				-o-transform: translateY(-5px);
		}
		50% {
				transform: translateY(0);
				-webkit-transform: translateY(0);
				-moz-transform: translateY(0);
				-ms-transform: translateY(0);
				-o-transform: translateY(0);
		}
		100% {
				transform: translateY(10px);
				-webkit-transform: translateY(5px);
				-moz-transform: translateY(5px);
				-ms-transform: translateY(5px);
				-o-transform: translateY(5px);
		}
}
.webp .wrapper-home .header .top-header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header.webp")
		no-repeat 50% 0;
}
.no-webp .wrapper-home .header .top-header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header.png")
		no-repeat 50% 0;
}
.wrapper-home .header .top-header {
		width: 100%;
		height: 116px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 98;
		padding-bottom: 40px;
}

.wrapper-home .header .top-header .menu-header {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
}

.wrapper-home .header .top-header .menu-header .list-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.wrapper-home .header .top-header .menu-header .list-menu li {
		list-style: none;
}

.wrapper-home .header .top-header .menu-header .list-menu li a {
		display: block;
		color: #c0eaf5;
		font-size: 20px;
		padding: 0 20px;
		font-weight: 300;
}

.wrapper-home .header .top-header .menu-header .list-menu li:hover a {
		color: #fff;
}
.webp .wrapper-home .header .top-header .menu-header .box-search {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-search.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .top-header .menu-header .box-search {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-search.png")
		no-repeat 0/100%;
}
.wrapper-home .header .top-header .menu-header .box-search {
		width: 344px;
		height: 48px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		padding: 5px 0 8px;
}

.wrapper-home .header .top-header .menu-header .box-search form {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.wrapper-home .header .top-header .menu-header .box-search input {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-moz-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		color: #ffffff;
		padding: 0 15px;
		background-color: transparent;
		font-size: 15px;
}

.wrapper-home
.header
.top-header
.menu-header
.box-search
input::-webkit-input-placeholder {
		color: #ffffff;
		font-style: italic;
}

.wrapper-home
.header
.top-header
.menu-header
.box-search
input::-moz-placeholder {
		color: #ffffff;
		font-style: italic;
}

.wrapper-home
.header
.top-header
.menu-header
.box-search
input:-ms-input-placeholder {
		color: #ffffff;
		font-style: italic;
}

.wrapper-home .header .top-header .menu-header .box-search input::placeholder {
		color: #ffffff;
		font-style: italic;
}
.webp .wrapper-home .header .top-header .menu-header .box-search button {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-search.webp")
		50% 50% no-repeat;
}
.no-webp .wrapper-home .header .top-header .menu-header .box-search button {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-search.png")
		50% 50% no-repeat;
}
.wrapper-home .header .top-header .menu-header .box-search button {
		width: 67px;
		height: 40px;
}

.wrapper-home .header .top-header .menu-header .menu-mb {
		display: none;
}
.webp .wrapper-home .header .main-header .logo {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/logo-1.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .main-header .logo {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/logo-1.png")
		no-repeat 0/100%;
}
.wrapper-home .header .main-header .logo {
		display: block;
		position: absolute;

		width: 299px;
		height: 102px;
		top: 0;
		left: 0;
		z-index: 99;
		text-indent: -999em;
}
.webp .wrapper-home .header .main-header .box-download {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-download.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .main-header .box-download {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-download.png")
		no-repeat 0/100%;
}
.wrapper-home .header .main-header .box-download {
		width: 550px;
		height: 136px;
		position: absolute;
		bottom: 55px;
		left: 50%;
		margin-left: -275px;
		padding: 5px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		z-index: 9;
}

.wrapper-home .header .main-header .box-download .qrcode {
		display: block;
		width: 132px;
		height: 125px;
		overflow: hidden;
}

.wrapper-home .header .main-header .box-download .qrcode img {
		width: 100%;
}
.webp .wrapper-home .header .main-header .box-download .btn-nap-tt {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-9pay.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .main-header .box-download .btn-nap-tt {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-9pay.png")
		no-repeat 0/100%;
}
.wrapper-home .header .main-header .box-download .btn-nap-tt {
		display: block;

		width: 132px;
		height: 125px;
		position: relative;
}
.webp .wrapper-home .header .main-header .box-download .btn-nap-tt::before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/tag-5.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .main-header .box-download .btn-nap-tt::before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/tag-5.png")
		no-repeat 0/100%;
}
.wrapper-home .header .main-header .box-download .btn-nap-tt::before {
		content: "";
		display: block;

		width: 83px;
		height: 62px;
		position: absolute;
		left: -10px;
		top: -15px;
}
.webp .wrapper-home .header .main-header .box-download .btn-nap-fun {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-nap.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .header .main-header .box-download .btn-nap-fun {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-nap.png")
		no-repeat 0/100%;
}
.wrapper-home .header .main-header .box-download .btn-nap-fun {
		display: block;

		width: 132px;
		height: 125px;
}

.wrapper-home .header .main-header .box-download .download-link a {
		display: block;
		width: 129px;
		height: 36px;
		margin: 0 0 9px 0;
}

.wrapper-home .header .main-header .box-download .download-link a:last-child {
		margin: 0;
}
.webp .wrapper-home .header .main-header .box-download .download-link .btn-ios {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ios.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.header
.main-header
.box-download
.download-link
.btn-ios {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ios.png")
		no-repeat 0/100%;
}

.webp
.wrapper-home
.header
.main-header
.box-download
.download-link
.btn-android {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ggplay.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.header
.main-header
.box-download
.download-link
.btn-android {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ggplay.png")
		no-repeat 0/100%;
}

.webp .wrapper-home .header .main-header .box-download .download-link .btn-apk {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-apk.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.header
.main-header
.box-download
.download-link
.btn-apk {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-apk.png")
		no-repeat 0/100%;
}
.webp .wrapper-home .main-wrapper .box-page-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2.webp")
		50% 0 no-repeat;
}
.no-webp .wrapper-home .main-wrapper .box-page-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2.jpg")
		50% 0 no-repeat;
}
.wrapper-home .main-wrapper .box-page-2 {
		height: 820px;
}

.wrapper-home .main-wrapper .box-page-2 .box-top-main {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 0;
}

.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left {
		width: 711px;
}

.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left .owl-slider {
		width: 100%;
		height: 477px;
		margin-bottom: 12px;
		position: relative;
		overflow: hidden;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-dots {
		display: none;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev-1.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev-1.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button {
		display: block;

		width: 37px;
		height: 74px;
		position: absolute;
		top: 50%;
		margin-top: -37px;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button
span {
		display: block;
		text-indent: -999em;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button.owl-prev {
		left: 5px;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-nav
button.owl-next {
		right: 4px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-dots {
		position: absolute;
		width: 100%;
		bottom: 25px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-dots
.owl-dot {
		width: 15px;
		height: 15px;
		background-color: #ffffff;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
		margin: 0 4px;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.owl-slider
.owl-dots
.owl-dot.active {
		width: 50px;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-news.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-news.png")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left .box-news {
		width: 711px;
		height: 258px;
		padding: 18px 55px;
		position: relative;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs
li {
		background: none;
		width: 97px;
		height: 36px;
		color: #222131;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 15px;
		margin: 0 8px;
		position: relative;
		font-weight: 600;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs
li:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-mb-2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs
li:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-mb-2.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs
li:after {
		display: inline-block;
		content: "";

		width: 10px;
		height: 10px;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
ul.tabs
li.current {
		color: #252e68;
		border-bottom: 2px solid #252e68;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content {
		display: none;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
.btn-xemthem {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
.btn-xemthem {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
.btn-xemthem {
		display: block;
		position: absolute;
		right: 55px;
		top: 23px;

		width: 18px;
		height: 18px;
		text-indent: -999em;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content.current {
		display: inherit;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news {
		list-style: none;
		padding: 0;
		margin: 0;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li {
		border-bottom: 1px solid #eeeff4;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 11px 0;
		font-size: 15px;
		font-family: "Tahoma", sans-serif;
		color: #767b7f;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a:before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-li.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a:before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-li.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a:before {
		content: "";
		display: block;

		width: 5px;
		height: 6px;
		margin-right: 6px;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a
span {
		display: block;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a
span.title-news {
		width: -webkit-calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: calc(100% - 100px);
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li
a
span.date {
		width: 70px;
		text-align: right;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-left
.box-news
.tab-content
ul.lst-news
li:hover
a {
		color: #383838;
}

.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 475px;
}

.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right a {
		display: block;
		position: relative;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
a:before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more-2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
a:before {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more-2.png")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right a:before {
		content: "";
		display: block;
		position: absolute;
		bottom: 26px;

		width: 36px;
		height: 36px;
		left: 50%;
		margin-left: -17px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
}

.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
a:hover:before {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-dacsac {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-dacsac2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-dacsac {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-dacsac2.jpg")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right .btn-dacsac {
		width: 235px;
		height: 477px;
		margin-bottom: 10px;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-huongdan {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-huongdan-2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-huongdan {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-huongdan-2.jpg")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right .btn-huongdan {
		width: 235px;
		height: 477px;
		margin-bottom: 10px;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-giftcode {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-support.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-giftcode {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-support.jpg")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right .btn-giftcode {
		width: 235px;
		height: 259px;
}
.webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-hotro {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-group-2a.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-2
.box-top-main
.box-right
.btn-hotro {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-group-2a.jpg")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right .btn-hotro {
		width: 235px;
		height: 259px;
}
.webp .wrapper-home .main-wrapper .box-page-3 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-3.webp")
		no-repeat 50% 100% #021424;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-3.jpg")
		no-repeat 50% 100% #021424;
}
.wrapper-home .main-wrapper .box-page-3 {
		height: 1341px;
		position: relative;
}

.wrapper-home .main-wrapper .box-page-3 .owl-carousel {
		width: 100%;
		height: 1341px;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
}
.webp .wrapper-home .main-wrapper .box-page-3 .nv-1 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-1.webp")
		no-repeat 50% 100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-1 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-1.png")
		no-repeat 50% 100%;
}

.webp .wrapper-home .main-wrapper .box-page-3 .nv-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-2.webp")
		no-repeat 50% 100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-2.png")
		no-repeat 50% 100%;
}

.webp .wrapper-home .main-wrapper .box-page-3 .nv-3 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-3.webp")
		no-repeat 50% 100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-3 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-3.png")
		no-repeat 50% 100%;
}
.webp .wrapper-home .main-wrapper .box-page-3 .title-monphai {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/title-monphai.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .title-monphai {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/title-monphai.png")
		no-repeat 0/100%;
}

.wrapper-home .main-wrapper .box-page-3 .title-monphai {
		display: block;
		width: 587px;
		height: 54px;
		margin: 0 auto;
}
.owl-carousel .owl-stage-outer {
		height: 100% !important;
}
.wrapper-home .main-wrapper .box-page-3 .item {
		height: 1341px;
		display: flex;
		align-items: center;
}

.wrapper-home .main-wrapper .box-page-3 .item .skill-1 {
		position: absolute;
		top: 500px;
		right: 50%;
		margin-right: -550px;
}

.wrapper-home .main-wrapper .box-page-3 .owl-item.active .skill-1 {
		-webkit-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-o-animation-name: fadeInDown;
		animation-name: fadeInDown;
		-webkit-animation-delay: 1.2s;
		-moz-animation-delay: 1.2s;
		-o-animation-delay: 1.2s;
		animation-delay: 1.2s;
}

.wrapper-home .main-wrapper .box-page-3 .owl-item.active .img-character {
		-webkit-animation-name: zoomIn;
		-moz-animation-name: zoomIn;
		-o-animation-name: zoomIn;
		animation-name: zoomIn;
		-webkit-animation-delay: 1s;
		-moz-animation-delay: 1;
		-o-animation-delay: 1s;
		animation-delay: 1s;
}
.webp .wrapper-home .main-wrapper .box-page-3 .owl-nav button {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/btn-prev.webp)
		no-repeat 0/100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .owl-nav button {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/btn-prev.png)
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-3 .owl-nav button {
		position: absolute;
		top: 59%;
		width: 47px;
		height: 88px;
		margin-top: -44px;
		z-index: 9;
}
.wrapper-home .main-wrapper .box-page-3 .owl-nav button span {
		display: none;
}
.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-prev {
		left: 50%;
		margin-left: -600px;
}

.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-next {
		right: 50%;
		margin-right: -600px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
}
.webp .wrapper-home .main-wrapper .box-page-3 .owl-dots {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-cung.webp)
		no-repeat 0/100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-3 .owl-dots {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-cung.png)
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-3 .owl-dots {
		width: 267px;
		height: 511px;
		position: absolute;
		top: 550px;
		left: 50%;
		margin-left: -550px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 50px;
}

.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot {
		width: 272px;
		height: 120px;
}
.webp .wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(1) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(1) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1.png")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(1) {
		margin-left: 50px;
}

.webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(1).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1-act.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(1).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1-act.png")
		no-repeat 0/100%;
}

.webp .wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(2) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(2) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2.png")
		no-repeat 0/100%;
}

.webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(2).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2-act.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(2).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2-act.png")
		no-repeat 0/100%;
}
.webp .wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(3) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(3) {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3.png")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(3) {
		margin-left: 50px;
}

.webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(3).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3-act.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper
.box-page-3
.owl-dots
.owl-dot:nth-child(3).active {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3-act.png")
		no-repeat 0/100%;
}
.webp .wrapper-home .main-wrapper .box-page-4 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4.webp")
		no-repeat 50% 0 #5a2014;
}
.no-webp .wrapper-home .main-wrapper .box-page-4 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4.jpg")
		no-repeat 50% 0 #5a2014;
}
.wrapper-home .main-wrapper .box-page-4 {
		height: 715px;
		position: relative;
}
.webp .wrapper-home .main-wrapper .box-page-4 .title-dacsac {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/title-dacsac.webp)
		no-repeat 0/100%;
}
.no-webp .wrapper-home .main-wrapper .box-page-4 .title-dacsac {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/title-dacsac.png)
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper .box-page-4 .title-dacsac {
		display: block;

		width: 675px;
		height: 53px;
		margin: 0 auto;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom {
		position: relative;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-container {
		width: 966px;
		height: 590px;
		position: absolute;
		top: 80px;
		left: 50%;
		margin-left: -483px;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-wrapper {
		width: 85%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		-o-perspective: 1000px;
		-ms-perspective: 1000px;
		perspective: 1000px;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-wrapper a {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: transparent no-repeat top left;
		-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-wrapper
a.dg-transition {
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-wrapper a img {
		width: 100%;
		height: 100%;
		display: block;
		filter: grayscale(80%);
		-webkit-filter: grayscale(80%);
		-moz-filter: grayscale(80%);
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-wrapper
a.dg-center
img {
		filter: none;
		-webkit-filter: none;
		-moz-filter: none;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-container nav {
		width: 58px;
		z-index: 1000;
		bottom: 40px;
		left: 50%;
		margin-left: -29px;
}
.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.webp")
		top 50% left 15px no-repeat;
}
.no-webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
.no-webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.png")
		top 50% left 15px no-repeat;
}
.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
		width: 170px;
		height: 100%;
		position: absolute;
		cursor: pointer;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev {
		top: 0;
		left: -30px;
}

.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
		top: 0;
		right: -30px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-container
#lightButton2 {
		bottom: 20px;
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-container
.button {
		position: relative;
		z-index: 5;
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-container
.button
li {
		cursor: pointer;
		display: inline-block;
		width: 6px;
		height: 6px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		margin-right: 5px;
		background: rgba(255, 255, 255, 0.3);
		border: 1px solid rgba(0, 0, 0, 0.2);
}

.wrapper-home
.main-wrapper
.box-page-4
.box-slide-bottom
.dg-container
.button
.light {
		background: #01bdff;
}
.webp .wrapper-home .main-wrapper-news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-news.webp")
		50% 0 no-repeat #031225;
}
.no-webp .wrapper-home .main-wrapper-news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-news.jpg")
		50% 0 no-repeat #031225;
}
.wrapper-home .main-wrapper-news{
		background-position-y: 500px !important;
}
.wrapper-home .main-wrapper-news .main-news {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-bottom: 50px;
		margin-top: -500px;
}
.webp .wrapper-home .main-wrapper-news .main-news .box-download {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-download-news.webp")
		no-repeat 0/100%;
}
.no-webp .wrapper-home .main-wrapper-news .main-news .box-download {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-download-news.png")
		no-repeat 0/100%;
}
.wrapper-home .main-wrapper-news .main-news .box-download {
		width: 255px;
		height: 408px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 89px 20px;
}

.wrapper-home .main-wrapper-news .main-news .box-download .download-link a {
		display: block;
		width: 233px;
		height: 70px;
		margin-bottom: 12px;
}
.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-ios {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ios2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-ios {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-ios2.png")
		no-repeat 0/100%;
}

.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-android {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-gg2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-android {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-gg2.png")
		no-repeat 0/100%;
}

.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-apk {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-apk2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-apk {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-apk2.png")
		no-repeat 0/100%;
}

.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-napthe {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-napthe2.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-download
.download-link
a.btn-napthe {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-napthe2.png")
		no-repeat 0/100%;
}

.wrapper-home .main-wrapper-news .main-news .box-news {
		width: 920px;
}

.wrapper-home .main-wrapper-news .main-news .box-news .top-news {
		width: 100%;
		height: 75px;
		background-color: #000000c7;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 13px;
		padding: 0 25px;
}

.wrapper-home .main-wrapper-news .main-news .box-news .top-news a {
		color: #ffffff;
		text-decoration: none;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
}

.wrapper-home .main-wrapper-news .main-news .box-news .top-news a:after {
		content: "/";
		display: inline-block;
		margin: 0 10px;
}

.wrapper-home .main-wrapper-news .main-news .box-news .top-news span {
		color: #abd3ff;
}

.wrapper-home .main-wrapper-news .main-news .box-news .box-news-detail {
		background-color: #ffffff;
		padding: 15px 45px;
		min-height: 1050px;
		position: relative;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news {
		margin: 0px;
		padding: 0px;
		list-style: none;
		position: relative;
		border-bottom: 2px solid #eeeef3;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li {
		background: none;
		width: 144px;
		height: 56px;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: bold;
		margin: 0 8px -2px;
		position: relative;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li
a {
		color: #303030;
}
.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-news.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li:after {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-news.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li:after {
		content: "";
		display: block;

		width: 10px;
		height: 10px;
		position: absolute;
		right: -15px;
		top: 25px;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li:last-child::after {
		display: none;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li.current {
		border-bottom: 3px solid #ea4c0d;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
ul.tab-news
li.current
a {
		color: #ea4c0d;
}
.webp
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.btn-xemthem {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more.webp")
		no-repeat 0/100%;
}
.no-webp
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.btn-xemthem {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-more.png")
		no-repeat 0/100%;
}
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.btn-xemthem {
		position: absolute;
		top: 25px;
		right: 45px;

		width: 23px;
		height: 23px;
		text-indent: -999em;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content.current {
		display: inherit;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news {
		list-style: none;
		padding: 0;
		margin: 0 0 30px;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li {
		border-bottom: 3px dotted #eeeff4;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li
a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 30px 0;
		font-size: 20px;
		font-family: "Tahoma", sans-serif;
		color: #1b1c1c;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li
a:before {
		display: none;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li
a
span {
		display: block;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li
a
span.title-news {
		width: 670px;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li
a
span.date {
		width: 150px;
		text-align: right;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
ul.lst-news
li:hover
a {
		color: #a60000;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		list-style: none;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging
li {
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		color: #ffffff;
		background-color: #002340;
		font-size: 14px;
		margin: 0 3px;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging
li
a {
		color: #ffffff;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging
li:hover,
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging
li.active,
.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.tab-content
.paging
li.current {
		background-color: #1a5699;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.title-detail {
		text-align: center;
		color: #d94209;
		font-size: 21px;
		font-weight: bold;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.time-post {
		display: block;
		text-align: center;
		font-size: 15px;
		color: #555555;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.content-detail {
		margin: 30px 0;
		padding: 35px;
		font-size: 16px;
		color: #373737;
		border-top: 1px solid #9a9a9a;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.content-detail
img {
		max-width: 100%;
		margin: 10px auto;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
h4 {
		font-size: 20px;
		font-weight: bold;
		color: #d94209;
		border-bottom: 1px solid #cfdad6;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
h4
span {
		display: inline-block;
		border-bottom: 2px solid #d94209;
		margin-bottom: -1px;
		padding: 10px 0;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul {
		padding: 0;
		list-style: none;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul
li {
		border-bottom: 1px solid #cfdad6;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul
li
a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 10px 0;
		font-size: 16px;
		color: #484848;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul
li
a:hover {
		color: #000000;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul
li
a
.title {
		display: block;
		width: 70%;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		overflow: hidden;
}

.wrapper-home
.main-wrapper-news
.main-news
.box-news
.box-news-detail
.news-post-other
ul
li
a
.date {
		width: 30%;
		text-align: right;
}

.animated {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
}

.animated.infinite {
		-webkit-animation-iteration-count: infinite;
		-moz-animation-iteration-count: infinite;
		-o-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
		from {
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
		}
		50% {
				opacity: 1;
		}
}

@-moz-keyframes zoomIn {
		from {
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 0.3);
				-moz-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
		}
		50% {
				opacity: 1;
		}
}

@-o-keyframes zoomIn {
		from {
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
		}
		50% {
				opacity: 1;
		}
}

@keyframes zoomIn {
		from {
				opacity: 0;
				-webkit-transform: scale3d(0.3, 0.3, 0.3);
				-moz-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
		}
		50% {
				opacity: 1;
		}
}

.zoomIn {
		-webkit-animation-name: zoomIn;
		-moz-animation-name: zoomIn;
		-o-animation-name: zoomIn;
		animation-name: zoomIn;
}

@-webkit-keyframes fadeInDown {
		from {
				opacity: 0;
				-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		}
		to {
				opacity: 1;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
		}
}

@-moz-keyframes fadeInDown {
		from {
				opacity: 0;
				-webkit-transform: translate3d(0, -100%, 0);
				-moz-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		}
		to {
				opacity: 1;
				-webkit-transform: translate3d(0, 0, 0);
				-moz-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
		}
}

@-o-keyframes fadeInDown {
		from {
				opacity: 0;
				-webkit-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		}
		to {
				opacity: 1;
				-webkit-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
		}
}

@keyframes fadeInDown {
		from {
				opacity: 0;
				-webkit-transform: translate3d(0, -100%, 0);
				-moz-transform: translate3d(0, -100%, 0);
				transform: translate3d(0, -100%, 0);
		}
		to {
				opacity: 1;
				-webkit-transform: translate3d(0, 0, 0);
				-moz-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
		}
}

.fadeInDown {
		-webkit-animation-name: fadeInDown;
		-moz-animation-name: fadeInDown;
		-o-animation-name: fadeInDown;
		animation-name: fadeInDown;
}

@-webkit-keyframes pulse {
		from {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
		50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
		}
		to {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
}

@-moz-keyframes pulse {
		from {
				-webkit-transform: scale3d(1, 1, 1);
				-moz-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
		50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				-moz-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
		}
		to {
				-webkit-transform: scale3d(1, 1, 1);
				-moz-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
}

@-o-keyframes pulse {
		from {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
		50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
		}
		to {
				-webkit-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
}

@keyframes pulse {
		from {
				-webkit-transform: scale3d(1, 1, 1);
				-moz-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
		50% {
				-webkit-transform: scale3d(1.05, 1.05, 1.05);
				-moz-transform: scale3d(1.05, 1.05, 1.05);
				transform: scale3d(1.05, 1.05, 1.05);
		}
		to {
				-webkit-transform: scale3d(1, 1, 1);
				-moz-transform: scale3d(1, 1, 1);
				transform: scale3d(1, 1, 1);
		}
}

.pulse {
		-webkit-animation-name: pulse;
		-moz-animation-name: pulse;
		-o-animation-name: pulse;
		animation-name: pulse;
}

footer {
		width: 100%;
		padding: 40px 0 30px;
		text-align: center;
		color: #fff;
		background: #181818;
}

.funtap {
		display: block;
		text-indent: -999em;
		background: url("https://cdn.smobgame.com/templates/hakibv/images/logo2.png")
		0 0 no-repeat;
		width: 136px;
		height: 38px;
		left: 0;
		top: -10px;
}

.ghdt {
		position: absolute;
		right: 0;
		top: 0;
}

.footerInner {
		color: #fff;
		font-size: 13px;
		text-align: center;
		position: relative;
		margin: 0 auto;
}

.footerInner a.bs {
		color: #fff;
		display: inline-block;
		margin: 0 10px;
}

.footerInner a:hover {
		color: #ff9500;
}

.footerInner p {
		margin-bottom: 6px;
}

.logo2 {
		display: block;
		text-indent: -999em;
		background-image: url("https://cdn.smobgame.com/template/all-images/logo2.png");
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		width: 125px;
		height: 45px;
		left: 0;
		top: -10px;
}

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

.pop-video {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 50%;
		height: auto;
		min-width: 80%;
		max-width: 100%;
		max-height: 100%;
		/*visibility: hidden;
  opacity: 0;*/
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.bg_video {
		/*    width: 800px;
  height: 450px;*/
		position: relative;
		z-index: 1;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
}

#video_iframe {
		width: 100%;
		height: 100%;
		position: absolute;
}

#video_iframe iframe {
		width: 100%;
		height: 100%;
		position: absolute;
}

@media only screen and (max-width: 1366px) {
		.wrapper-home .header .main-header .logo {
				left: 0;
		}
}

@media only screen and (max-width: 1024px) {
		.fixCen {
				width: 640px;
		}
		.lg18 {
				top: 343px !important;
		}
		.webp .wrapper-home .header {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb2.webp")
				50% 0 no-repeat;
		}
		.no-webp .wrapper-home .header {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb2.jpg")
				50% 0 no-repeat;
		}
		.wrapper-home .header {
				height: 1078px;
				max-height: 1078px !important;
		}
		.wrapper-home .header::before {
				display: none;
		}
		.wrapper-home .header .bg-video {
				display: none;
		}
		.webp .wrapper-home .header.news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb2.webp")
				no-repeat 50% 4vw;
		}
		.no-webp .wrapper-home .header.news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb2.jpg")
				no-repeat 50% 4vw;
		}
		.wrapper-home .header.news {

		}
		.wrapper-home .header.news .top-header .menu-header .box-search {
				display: none;
		}
		.wrapper-home .header.news .main-header .logo {
				top: 0;
		}
		.wrapper-home .header:after {
				display: none;
		}
		/* .webp .wrapper-home .header .top-header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header-mb.webp")
			50% 0 no-repeat;
	}
	.no-webp .wrapper-home .header .top-header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header-mb.png")
			50% 0 no-repeat;
	} */
		.wrapper-home .header .top-header {
				height: 104px;
				padding-bottom: 0;
				z-index: 9;
				background: #000000 !important;
		}
		.wrapper-home .header .top-header .menu-header {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: end;
				-webkit-justify-content: flex-end;
				-moz-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
		}
		.wrapper-home .header .top-header .menu-header .list-menu {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				position: absolute;
				width: 100%;
				top: 104px;
				left: -200%;
				z-index: 9999;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				-webkit-transition: all 0.6s ease;
				-o-transition: all 0.6s ease;
				-moz-transition: all 0.6s ease;
				transition: all 0.6s ease;
		}
		.wrapper-home .header .top-header .menu-header .list-menu.active {
				left: 0;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				width: 100%;
				border-bottom: 1px solid #ccc;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li:last-child {
				border-bottom: none;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li a {
				display: block;
				color: #ffffff;
				font-size: 20px;
				padding: 10px 20px;
				font-weight: 300;
		}
		.wrapper-home .header .top-header .menu-header .box-search {
				display: none;
		}
		.wrapper-home .header .top-header .menu-header .menu-mb {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: end;
				-webkit-justify-content: flex-end;
				-moz-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
				width: 100%;
		}
		.webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-mb.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-menu-mb.png")
				no-repeat 0/100%;
		}
		.wrapper-home .header .top-header .menu-header .menu-mb .icon-menu-mb {
				display: block;
				width: 52px;
				height: 34px;
				margin-left: 10px;
		}
		.webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb.icon-close {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-close.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb.icon-close {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-close.png")
				no-repeat 0/100%;
		}
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb.icon-close {
				width: 50px;
				height: 50px;
		}
		.wrapper-home .header .top-header .menu-header .menu-mb .right-menu {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: end;
				-webkit-justify-content: flex-end;
				-moz-box-pack: end;
				-ms-flex-pack: end;
				justify-content: flex-end;
		}
		.webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.right-menu
		.btn-download {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-taigame.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.right-menu
		.btn-download {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-taigame.png")
				no-repeat 0/100%;
		}
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.right-menu
		.btn-download {
				display: block;

				width: 188px;
				height: 58px;
				margin-right: 10px;
				text-indent: -999em;
		}
		.wrapper-home .header .main-header .logo {
				top: 0;
				left: 0;
				z-index: 9;
		}
		.wrapper-home .header .main-header .slogan {
				display: block;
				width: 600px;
				height: 244px;
				position: absolute;
				top: 683px;
				margin-left: -300px;
		}
		.wrapper-home .header .main-header .box-download {
				display: none;
		}
		.webp .wrapper-home .main-wrapper .box-page-2 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-mb.webp")
				50% 0 no-repeat #021325;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-2 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-mb.jpg")
				50% 0 no-repeat #021325;
		}
		.wrapper-home .main-wrapper .box-page-2 {
				height: auto;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-moz-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				padding: 0;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left {
				width: 100%;
				padding: 30px 0 0;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider {
				height: auto;
				margin-bottom: 30px;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-news-mb.webp)
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-news-mb.png)
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left .box-news {
				width: 639px;
				height: 538px;
				padding: 11px;
				position: relative;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs {
				margin: 0 auto;
				padding: 0px;
				list-style: none;
				position: relative;
				width: 611px;
				height: 60px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				background-color: #23344d;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li {
				background: none;
				width: 144px;
				height: 59px;
				color: #ffffff;
				display: -webkit-inline-box;
				display: -webkit-inline-flex;
				display: -moz-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				cursor: pointer;
				text-transform: uppercase;
				font-size: 17px;
				padding: 0 8px;
				position: relative;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li.current {
				color: #fff;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li:after {
				width: 10px;
				height: 10px;
				right: -6px;
				top: 23px;
				position: absolute;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li:last-child:after {
				display: none;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content {
				display: none;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		.btn-xemthem {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				position: static;
				background: #23344d !important;
				width: 570px;
				height: 60px;
				color: #ffffff;
				text-indent: 0;
				margin: 10px auto 0;
				text-decoration: none;
				font-size: 17px;
				text-transform: uppercase;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content.current {
				display: inherit;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news {
				list-style: none;
				padding: 0 20px;
				margin: 0;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				-webkit-justify-content: space-between;
				-moz-box-pack: justify;
				-ms-flex-pack: justify;
				justify-content: space-between;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				padding: 15px 0;
				font-size: 15px;
				font-family: "Tahoma", sans-serif;
				color: #1b1c1c;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a:before {
				display: none;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a
		span {
				display: block;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a
		span.title-news {
				width: -webkit-calc(100% - 150px);
				width: -moz-calc(100% - 150px);
				width: calc(100% - 150px);
				white-space: nowrap;
				-o-text-overflow: ellipsis;
				text-overflow: ellipsis;
				overflow: hidden;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a
		span.date {
				width: 150px;
				text-align: right;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li:hover
		a {
				color: #a60000;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-right {
				display: none;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-3.webp")
				no-repeat 50% 100% #021225;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-3.jpg")
				no-repeat 50% 100% #021225;
		}
		.wrapper-home .main-wrapper .box-page-3 {
				height: 713px;
				position: relative;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-carousel {
				width: 1024px;
				height: 715px;
				position: absolute;
				top: 0;
				left: 50%;
				margin-left: -512px;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .nv-1 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-1.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-1 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-1.png")
				no-repeat 0/100%;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .nv-2 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-2.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-2 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-2.png")
				no-repeat 0/100%;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .nv-3 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-3.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .nv-3 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-nv-3.png")
				no-repeat 0/100%;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .title-monphai {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/title-monphai.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .title-monphai {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/title-monphai.png")
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .title-monphai {
				display: block;

				width: 587px;
				height: 80px;
				margin: 0 auto;
		}
		.wrapper-home .main-wrapper .box-page-3 .item {
				position: relative;
				height: 100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .item .skill-1 {
				position: absolute;
				width: 260px;
				top: 170px;
				right: 50%;
				margin-right: -330px;
		}
		.wrapper-home .main-wrapper .box-page-3 .item .skill-1 img {
				width: 100%;
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .owl-nav button {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/btn-prev.webp)
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .owl-nav button {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/btn-prev.png)
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button {
				position: absolute;
				top: 50%;
				bottom: 100px;

				width: 47px;
				height: 88px;
				margin-top: -44px;
				z-index: 9;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-prev {
				left: 50%;
				margin-left: -380px;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-next {
				right: 50%;
				margin-right: -380px;
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg);
		}
		.webp .wrapper-home .main-wrapper .box-page-3 .owl-dots {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-cung.webp)
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-3 .owl-dots {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-cung.png)
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots {
				width: 200px;
				height: 383px;
				position: absolute;
				top: 170px;
				left: 50%;
				margin-left: -330px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				-webkit-flex-direction: column;
				-moz-box-orient: vertical;
				-moz-box-direction: normal;
				-ms-flex-direction: column;
				flex-direction: column;
				padding-top: 20px;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot {
				width: 220px;
				height: 100px;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(1) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(1) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1.png")
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(1) {
				margin-left: 25px;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(1).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1-act.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(1).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-1-act.png")
				no-repeat 0/100%;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(2) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(2) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2.png")
				no-repeat 0/100%;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(2).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2-act.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(2).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-2-act.png")
				no-repeat 0/100%;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(3) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(3) {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3.png")
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(3) {
				margin-left: 25px;
		}
		.webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(3).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3-act.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-3
		.owl-dots
		.owl-dot:nth-child(3).active {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/icon-nv-3-act.png")
				no-repeat 0/100%;
		}
		.webp .wrapper-home .main-wrapper .box-page-4 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4-mb.webp")
				no-repeat 50% 0;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-4 {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4-mb.jpg")
				no-repeat 50% 0;
		}
		.wrapper-home .main-wrapper .box-page-4 {
				height: 961px;
		}
		.webp .wrapper-home .main-wrapper .box-page-4 .title-dacsac {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/title-dacsac.webp)
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-4 .title-dacsac {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/title-dacsac.png)
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-4 .title-dacsac {
				display: block;

				width: 600px;
				height: 48px;
				margin: 0 auto;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-container {
				width: 467px;
				height: 701px;
				top: 100px;
				margin-left: -233px;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-wrapper {
				width: 100%;
				height: 100%;
				margin: 0 auto;
				position: relative;
				-webkit-transform-style: preserve-3d;
				-moz-transform-style: preserve-3d;
				transform-style: preserve-3d;
				-webkit-perspective: 1000px;
				-moz-perspective: 1000px;
				-o-perspective: 1000px;
				-ms-perspective: 1000px;
				perspective: 1000px;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-wrapper a {
				width: 100%;
				height: 100%;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				background: transparent no-repeat top left;
				-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
				-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
				box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-wrapper
		a.dg-transition {
				-webkit-transition: all 0.5s ease-in-out;
				-moz-transition: all 0.5s ease-in-out;
				-o-transition: all 0.5s ease-in-out;
				transition: all 0.5s ease-in-out;
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-wrapper
		a
		img {
				width: 100%;
				height: 100%;
				display: block;
				filter: grayscale(80%);
				-webkit-filter: grayscale(80%);
				-moz-filter: grayscale(80%);
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-wrapper
		a.dg-center
		img {
				filter: none;
				-webkit-filter: none;
				-moz-filter: none;
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		nav {
				width: 58px;
				z-index: 1000;
				bottom: 40px;
				left: 50%;
				margin-left: -29px;
		}
		.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.webp")
				top 50% left 15px no-repeat;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-next {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.png")
				top 50% left 15px no-repeat;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				width: 100px;
				height: 100%;
				position: absolute;
				cursor: pointer;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev {
				top: 0;
				left: 0;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				top: 0;
				right: 0;
				-webkit-transform: rotate(180deg);
				-moz-transform: rotate(180deg);
				-ms-transform: rotate(180deg);
				-o-transform: rotate(180deg);
				transform: rotate(180deg);
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		#lightButton2 {
				bottom: 20px;
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		.button {
				position: relative;
				z-index: 5;
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		.button
		li {
				cursor: pointer;
				display: inline-block;
				width: 6px;
				height: 6px;
				-webkit-border-radius: 50%;
				-moz-border-radius: 50%;
				border-radius: 50%;
				margin-right: 5px;
				background: rgba(255, 255, 255, 0.3);
				border: 1px solid rgba(0, 0, 0, 0.2);
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		.button
		.light {
				background: #01bdff;
		}
		.webp .wrapper-home .main-wrapper-news {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-2-news.webp)
				50% 0 no-repeat #031225;
		}
		.no-webp .wrapper-home .main-wrapper-news {
				background: url(https://cdn.smobgame.com/template/CP16/images/home/bg-2-news.jpg)
				50% 0 no-repeat #031225;
		}
		.wrapper-home .main-wrapper-news {
				background-position-y: 400px !important;
		}
		.wrapper-home .main-wrapper-news .main-news {
				margin-top: -400px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				padding-bottom: 50px;
		}
		.wrapper-home .main-wrapper-news .main-news .box-download {
				display: none;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news {
				width: 100%;
				background: #ffffff;
				border: 5px solid #8388a5;
		}
		.webp .wrapper-home .main-wrapper-news .main-news .box-news .top-news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-menu-news-mb.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper-news .main-news .box-news .top-news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-menu-news-mb.png")
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news {
				width: 611px;
				height: 60px;
				font-size: 14px;
				position: relative;
				z-index: 2;
				margin: 0 auto;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news a:after {
				margin: 0 8px;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news span {
				max-width: 350px;
				white-space: nowrap;
				-o-text-overflow: ellipsis;
				text-overflow: ellipsis;
				overflow: hidden;
				color: #ffa136;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .box-news-detail {
				padding: 5px 14px;
				min-height: 720px;
				position: relative;
		}
		.webp
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-menu-news-mb.webp")
				no-repeat 0/100%;
		}
		.no-webp
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-menu-news-mb.png")
				no-repeat 0/100%;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news {
				width: 611px;
				height: 60px;
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li {
				width: 144px;
				height: 56px;
				font-size: 17px;
				margin: 0 5px -2px;
				padding: 0 15px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li
		a {
				color: #fff;
				display: block;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li.current {
				border-bottom: none;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li.current
		a {
				color: #7a392a;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content {
				position: relative;
				z-index: 2;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		.btn-xemthem {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: center;
				-webkit-align-items: center;
				-moz-box-align: center;
				-ms-flex-align: center;
				align-items: center;
				-webkit-box-pack: center;
				-webkit-justify-content: center;
				-moz-box-pack: center;
				-ms-flex-pack: center;
				justify-content: center;
				position: static;
				background: #00316d;
				width: 372px;
				height: 60px;
				margin: 15px auto;
				text-indent: 0;
				color: #ffffff;
				font-size: 17px;
				text-transform: uppercase;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news {
				margin: 0 0 30px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li {
				border-bottom: 3px dotted #eeeff4;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a {
				padding: 20px 0;
				font-size: 14px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a
		span.title-news {
				width: 430px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a
		span.date {
				width: 150px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		.paging {
				display: none;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.title-detail {
				text-align: center;
				font-size: 21px;
				font-weight: bold;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.time-post {
				display: block;
				text-align: center;
				font-size: 15px;
				color: #555555;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.content-detail {
				margin: 30px 0;
				padding: 25px;
				font-size: 15px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.news-post-other
		ul
		li
		a {
				font-size: 14px;
		}
}

@media only screen and (max-width: 640px) {
		.fixCen {
				width: 100%;
		}
		.lg18 {
				top: 46vw !important;
				max-width: 100px;
		}
		/* .webp .wrapper-home .header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb26.webp")
			0/100% no-repeat;
	}
	.no-webp .wrapper-home .header {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb26.jpg")
			0/100% no-repeat;
	} */
		.wrapper-home .header {
				width: 100vw;
				height: 168.4375vw;
		}
		/* .webp .wrapper-home .header.news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb26.webp")
			no-repeat top left 0/100%;
	}
	.no-webp .wrapper-home .header.news {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-mb26.jpg")
			no-repeat top left 0/100%;
	} */
		.wrapper-home .header.news {
				background-size: contain !important;
				width: 100vw;
				height: 110.4375vw !important;
		}
		.wrapper-home .header.news .main-header .logo {
				top: 0;
				width: 46.71875vw;
				height: 15.9375vw;
		}
		.wrapper-home .header:after {
				display: none;
		}
		.webp .wrapper-home .header .top-header {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header-mb6.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .header .top-header {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-top-header-mb6.png")
				no-repeat 0/100%;
		}
		.wrapper-home .header .top-header {
				width: 100vw;
				height: 12.5vw;
				padding-bottom: 0;
		}
		.wrapper-home .header .top-header .menu-header {
				padding: 0 2.34375vw;
		}
		.wrapper-home .header .top-header .menu-header .list-menu {
				top: 12.5vw;
				left: -100%;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li a {
				font-size: 14px;
				padding: 1.5625vw 3.125vw;
		}
		.wrapper-home .header .top-header .menu-header .menu-mb .icon-menu-mb {
				width: 8.125vw;
				height: 5.46875vw;
		}
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.icon-menu-mb.icon-close {
				width: 7.8125vw;
				height: 7.8125vw;
		}
		.wrapper-home
		.header
		.top-header
		.menu-header
		.menu-mb
		.right-menu
		.btn-download {
				width: 29.375vw;
				height: 9.0625vw;
		}
		.wrapper-home .header .main-header .logo {
				width: 37.34375vw;
				height: 15.625vw;
				top: 0;
				left: 0;
		}
		.wrapper-home .header .main-header .slogan {
				width: 93.75vw;
				height: 38.125vw;
				top: 106.71875vw;
				margin-left: -46.875vw;
		}
		/* .webp .wrapper-home .main-wrapper .box-page-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-mb6.webp")
			50% 0 no-repeat;
	}
	.no-webp .wrapper-home .main-wrapper .box-page-2 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-2-mb6.jpg")
			50% 0 no-repeat;
	} */
		.wrapper-home .main-wrapper .box-page-2 {
				width: 100vw;
				height: auto;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main {
				margin-top: -4.6875vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider {
				margin-bottom: 4.6875vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider
		.owl-dots {
				bottom: 3.90625vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider
		.owl-dots
		.owl-dot {
				width: 2.34375vw;
				height: 2.34375vw;
				-webkit-border-radius: 1.09375vw;
				-moz-border-radius: 1.09375vw;
				border-radius: 1.09375vw;
				margin: 0 0.625vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider
		.owl-dots
		.owl-dot.active {
				width: 7.8125vw;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left .box-news {
				width: 99.84375vw;
				height: 70.3125vw;
				padding: 1.71875vw;
				margin-bottom: 3.125vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news:after {
				width: 7.03125vw;
				height: 4.21875vw;
				margin-left: -3.4375vw;
				bottom: -5.46875vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs {
				width: 95.46875vw;
				height: 9.375vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li {
				font-size: 2.8125vw;
				margin: 0 1.25vw;
				width: auto;
				height: 8.75vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs
		li:after {
				width: 1.5625vw;
				height: 1.5625vw;
				right: -2vw;
				top: 3.10625vw;
				position: absolute;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		.btn-xemthem {
				width: 58.125vw;
				height: 9.375vw;
				margin: 1.5625vw auto 0;
				font-size: 2.65625vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a {
				padding: 2.34375vw 0;
				font-size: 12px;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a:before {
				width: 0.78125vw;
				height: 0.9375vw;
				margin-right: 0.9375vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a
		span.title-news {
				width: 70%;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		ul.lst-news
		li
		a
		span.date {
				width: 23.4375vw;
		}
		.wrapper-home .main-wrapper .box-page-3 {
				width: 100vw;
				height: 111.40625vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-carousel {
				width: 160vw;
				height: 111.71875vw;
				margin-left: -80vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .title-monphai {
				width: 91.71875vw;
				height: 12.5vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .item .skill-1 {
				width: 40.625vw;
				top: 26.5625vw;
				margin-right: -51.5625vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button {
				bottom: 15.625vw;
				width: 7.34375vw;
				height: 13.75vw;
				margin-top: 0;
				top: auto;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-prev {
				margin-left: -46.875vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-nav button.owl-next {
				margin-right: -46.875vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots {
				width: 31.25vw;
				height: 59.84375vw;
				top: 26.5625vw;
				left: 50%;
				margin-left: -51.5625vw;
				padding-top: 3.125vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot {
				width: 34.375vw;
				height: 15.625vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(1) {
				margin-left: 3.90625vw;
		}
		.wrapper-home .main-wrapper .box-page-3 .owl-dots .owl-dot:nth-child(3) {
				margin-left: 3.90625vw;
		}
		/* .webp .wrapper-home .main-wrapper .box-page-4 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4-mb6.webp")
			no-repeat 0/100%;
	}
	.no-webp .wrapper-home .main-wrapper .box-page-4 {
		background: url("https://cdn.smobgame.com/template/CP16/images/home/bg-4-mb6.jpg")
			no-repeat 0/100%;
	} */
		.wrapper-home .main-wrapper .box-page-4 {
				width: 100vw;
				height: 150.15625vw;
		}
		.wrapper-home .main-wrapper .box-page-4 .title-dacsac {
				width: 93.75vw;
				height: 7.5vw;
				margin: 0 auto;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-container {
				width: 72.96875vw;
				height: 109.53125vw;
				top: 15.625vw;
				margin-left: -36.40625vw;
		}
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-container
		nav {
				width: 12.03125vw;
				bottom: 11.09375vw;
		}
		.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.webp")
				no-repeat 0/100%;
		}
		.no-webp .wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.no-webp
		.wrapper-home
		.main-wrapper
		.box-page-4
		.box-slide-bottom
		.dg-next {
				background: url("https://cdn.smobgame.com/template/CP16/images/home/btn-prev.png")
				no-repeat 0/100%;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev,
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				width: 12.03125vw;
				height: 11.09375vw;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-prev {
				top: 50%;
				left: 0;
				margin-top: -5.46875vw;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-next {
				top: 50%;
				right: 0;
				margin-top: -5.46875vw;
		}
		.wrapper-home .main-wrapper-news {
				background-position-y: 41vw !important;
		}
		.wrapper-home .main-wrapper-news .main-news {
				display: -webkit-box;
				display: -webkit-flex;
				display: -moz-box;
				display: -ms-flexbox;
				display: flex;
				padding-bottom: 7.8125vw;
				margin-top: -41vw;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news {
				width: 95.46875vw;
				height: 9.375vw;
				font-size: 10px;
				padding: 0 2.34375vw;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news a:after {
				margin: 0 1.25vw;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .top-news span {
				display: block;
				max-width: 54.6875vw;
				white-space: nowrap;
				-o-text-overflow: ellipsis;
				text-overflow: ellipsis;
				overflow: hidden;
		}
		.wrapper-home .main-wrapper-news .main-news .box-news .box-news-detail {
				padding: 0.78125vw 2.1875vw;
				min-height: 112.5vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail:before {
				width: 99.84375vw;
				height: 7.34375vw;
				top: -2.34375vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail:after {
				width: 99.84375vw;
				height: 7.34375vw;
				bottom: -2.34375vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news {
				width: 93.46875vw;
				height: 9.375vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li {
				width: 22.5vw;
				height: 8.75vw;
				font-size: 2.65625vw;
				margin: 0 0.78125vw -0.3125vw;
				padding: 0 2.34375vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		ul.tab-news
		li::after {
				width: 10px;
				height: 10px;
				position: absolute;
				right: -2.34375vw;
				top: 3.125vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		.btn-xemthem {
				width: 58.125vw;
				height: 9.375vw;
				margin: 2.34375vw auto;
				font-size: 2.65625vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news {
				margin: 0 0 4.6875vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li {
				border-bottom: 0.46875vw dotted #eeeff4;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a {
				padding: 3.125vw 0;
				font-size: 12px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a
		span.title-news {
				width: 67.1875vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.tab-content
		ul.lst-news
		li
		a
		span.date {
				width: 23.4375vw;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.title-detail {
				font-size: 18px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.time-post {
				font-size: 13px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.content-detail {
				margin: 15px 0;
				padding: 15px;
				font-size: 13px;
		}
		.wrapper-home
		.main-wrapper-news
		.main-news
		.box-news
		.box-news-detail
		.news-post-other
		ul
		li
		a {
				font-size: 13px;
		}
		footer {
				padding: 40px 0 60px;
		}
		.logo2 {
				position: static;
				margin: 0 auto 15px;
		}
		.ghdt {
				width: 35px;
				height: 49px;
				position: static;
				margin: 15px auto;
		}
}

.lightbox {
		background-color: rgba(0, 0, 0, 0.8);
		/*overflow: scroll;*/
		position: fixed;
		display: none;
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		z-index: 10000000;
}

.lightbox-container {
		position: relative;
		max-width: 960px;
		margin: 7% auto;
		display: block;
		padding: 0 3%;
		height: auto;
		z-index: 10;
}

@media screen and (max-width: 768px) {
		.lightbox-container {
				margin-top: 10%;
		}
}

@media (max-width: 460px) {
		.wrapper-home .header {
				background-size: 512px !important;
				height: 539px !important;
		}
		.wrapper-home .header .main-header .logo {
				width: 176px !important;
				height: 51px !important;
				top: 1px;
		}
		.wrapper-home .header .top-header .menu-header .list-menu {
				z-index: 100;
				height: 110vh;
				position: fixed;
				width: 18rem;
				right: 0;
				background: #181818;
				top: 12vw;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li a {
				font-size: 16px;
				padding: 3.5625vw 3.125vw;
		}
		.wrapper-home .header .top-header .menu-header .list-menu li {
				border-bottom: 1px solid #cccccc61;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.owl-slider {
				width: 320px !important;
				margin: 0 auto;
				height: 220px !important;
		}
		.owl-slider div#carousel {
				height: 220px !important;
		}
		.owl-carousel .owl-item img {
				width: 100%;
				height: 100% !important;
				object-fit: cover;
		}
		.wrapper-home .main-wrapper .box-page-2 {
				background-size: 512px !important;
				height: 390px !important;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main {
				margin-top: 0vw !important;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left {
				margin-top: -180px;
		}
		.wrapper-home .main-wrapper .box-page-2 .box-top-main .box-left .box-news {
				width: 320px;
				margin: 0 auto;
				position: relative;
				top: 0px;
				height: 290px;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		ul.tabs {
				width: 305px !important;
				display: flex;
				justify-content: space-around;
				height: 40px;
				top: 16px;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content {
				position: relative;
				top: 14px;
		}
		.wrapper-home
		.main-wrapper
		.box-page-2
		.box-top-main
		.box-left
		.box-news
		.tab-content
		.btn-xemthem {
				width: 40% !important;
				margin: 3.5625vw auto 0;
		}
		.wrapper-home .main-wrapper .box-page-4 .box-slide-bottom .dg-container {
				width: 233.5px !important;
				height: 350.5px !important;
				top: 18.625vw;
				position: relative;
				margin-left: unset !important;
				left: 0 !important;
				margin: 0 auto !important;
		}
		.wrapper-home .main-wrapper .box-page-4 {
				background-size: 512px;
				height: 480px;
		}
		.wrapper-home .main-wrapper .box-page-4 .title-dacsac {
				position: relative;
				top: 30px;
		}
		.lg18 {

		}
		.wrapper-home .main-wrapper-news {
				/*background-position-y: 58vw !important;*/
		}
		.wrapper-home .main-wrapper-news .main-news {
				position: relative;
				/*margin-top: -58vw;*/
				/*top: -107px;*/
		}
		.wrapper-home .header .top-header {
				background: #000000 !important;
				position: fixed !important;
		}
		.wrapper-home .header .main-header .logo {
				position: fixed !important;
		}
}

@media screen and (max-width: 414px) {
		.lightbox-container {
				margin-top: 13%;
		}
}

.lightbox-content {
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
		text-transform: uppercase;
		background: transparent;
		position: absolute;
		font-weight: 300;
		font-size: 12px;
		display: block;
		border: none;
		color: white;
		top: -22px;
		right: 3%;
}

.video-container {
		padding-bottom: 56.25%;
		position: relative;
		padding-top: 30px;
		overflow: hidden;
		height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
		position: absolute;
		height: 100%;
		width: 100%;
		left: 0;
		top: 0;
}

.comming-soon {
		width: 290px;
		padding: 50px 0px;
		text-align: center;
		font-size: 22px;
		color: #333;
		background: #fff;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
}

.comming-soon .closeModal {
		position: absolute;
		width: 40px;
		height: 40px;
		background: #f44e19;
		color: #fff;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		line-height: 38px;
		text-align: center;
		top: -17px;
		right: -17px;
		font-size: 32px;
		opacity: 1;
		font-weight: normal;
}
.logo-webzen {
		position: absolute;
		display: block;
		background: url("https://cdn.smobgame.com/template/CP16/images/home/img-webzen.png")
		no-repeat 0/100%;
		width: 60px;
		height: 53px;
		left: 35px;
		top: 38px;
}
.logo-hh {
		display: block;
		background: url(https://cdn.smobgame.com/templates/longtochuyentuong/images/landing/logo-hh.png)
		no-repeat 0/100%;
		width: 70px;
		height: 70px;
		position: absolute;
		top: 100px;
		left: 30px;
}
@media only screen and (max-width: 640px) {
		.logo-webzen,
		.logo-hh {
				position: static;
				margin: 0 auto 15px;
		}
}

.option-sex {
		display: flex;
		position: absolute;
		left: 50%;
		margin-left: -368px;
		top: 496px;
		z-index: 9;
}
.option-sex a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 55px;
		height: 55px;
		margin: 0 5px;
}
.icon-male::before {
		content: "";
		display: block;
		background: url(https://cdn.smobgame.com/template/CP16/images/home/male.png)
		no-repeat 0/100%;
		width: 32px;
		height: 33px;
}
.icon-male.active::before {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/male--act.png)
		no-repeat 0/100%;
		width: 55px;
		height: 55px;
}
.icon-female::before {
		content: "";
		display: block;
		background: url(https://cdn.smobgame.com/template/CP16/images/home/fe-male.png)
		no-repeat 0/100%;
		width: 29px;
		height: 39px;
}
.icon-female.active::before {
		background: url(https://cdn.smobgame.com/template/CP16/images/home/fe-male-act.png)
		no-repeat 0/100%;
		width: 53px;
		height: 54px;
}
@media only screen and (max-width: 1024px) {
		.option-sex {
				margin-left: -250px;
				top: 135px;
		}
}
@media only screen and (max-width: 640px) {
		.option-sex {
				margin-left: 0;
				top: 30vw;
		}
		.option-sex a {
				width: 10vw;
				height: 10vw;
				margin: 0;
		}
		.icon-male::before {
				width: 6vw;
				height: 6vw;
		}
		.icon-male.active::before {
				width: 10vw;
				height: 10vw;
		}
		.icon-female::before {
				width: 5vw;
				height: 7vw;
		}
		.icon-female.active::before {
				width: 10vw;
				height: 10vw;
		}
}
