body{
  font-family: 'Prompt', sans-serif !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #FFF;
}
.logo_mobile{
  max-width: 86%;
  padding: 0;
}
.carousel-item {
  height: auto;
}
.bg-dark {
  background-color: #181818!important;
}
.nav-item:hover{
  background: #383838;
}
.dropdown-menu {
  background-color: #181818;
  border-radius: 0;
}
.dropdown-item {
  color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: #ab8000;
}
.nav-link {
  padding: 1rem 1rem;
  font-size: 20px;
}
.aaa p{
  margin: 0;
}
.aaa p img{
  margin: 0;
}
.line{
  background-image: linear-gradient(to top, #6d4900, #e0b104);
  position: fixed;
  right: 0;
  padding: 14px 10px;
  border-radius: 20px 0 0 20px;
  font-size: 25px;
  color: #FFF;
  top: 40%;
  z-index: 99999;
}
.line:hover{
  background: #e0b104;
  color: #FFF;
}
.line i{
  font-size: 70px;
  color: #FFF;
  display: block;
  text-align: center;
}
.line a{
  color: #FFF;
  display: block;
  text-decoration: none;
  text-align: center;
}
.menu_live{
  color: #fff;
  background-color: #d42027;
  display: inline-block;
  font-size: 8px;
  padding: 0px 3px;
  border-radius: 2px;
  margin: -10px 10px 10px -25px;
  position: absolute;
  animation: blinker 1s linear infinite;
}
.close_mobile_btn{
  height: 30px;
  width: 30px;
  color: #FFFF;
  padding: 4px 7px;
  border-radius: 50%;
  background: #d60101;
  font-size: 20px;
}
.menu_2live{
  color: #fff;
  background-color: #d42027;
  display: inline-block;
  font-size: 12px;
  padding: 0px 3px;
  border-radius: 2px;
  animation: blinker 1s linear infinite;
}
.menu_vip{
  color: #fff;
  background: linear-gradient(to top, #655222, #886828, #ecc34b);
  background: linear-gradient(to top, #655222, #886828, #ecc34b);
  font-size: 8px;
  padding: 0px 3px;
  border-radius: 2px;
  margin: -13px 10px 10px -19px;
  position: absolute;
  animation: blinker 1s linear infinite;
}
.menu_2vip {
  color: #fff;
  background: linear-gradient(to top, #655222, #886828, #ecc34b);
  background: linear-gradient(to top, #655222, #886828, #ecc34b);
  font-size: 12px;
  padding: 0px 3px;
  border-radius: 2px;
  animation: blinker 1s linear infinite;
}
.menu_top_bg{
  width: 100%;
  display: inline-block;
  background-color: #181818!important;
  border-bottom: 1px solid #3c3c3c!important;
}
.logo{
  max-width: 400px;
  padding: 28px 0 12px 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1280px;
}
.input_login{
  width: 39%;
  float: left;
  border-radius: 4px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #181818;
  margin-right: 6px;
}
.btn_login{
  width: 48%;
      margin-right: 12px;
      float: left;
}
.login_from{
    padding: 37px 0;
}
.menu_list_mobile{
  border-radius: 0;
  padding: 4px;
}
.menu_list_mobile a{
  padding: 4px 9px !important;;
  background-color: #5f5f5f !important;
  font-size: 13px !important;
  border: 1px solid rgb(189 189 189 / 13%);
  color: #FFFF;
}
.menu_list_mobile a:hover{
  background-color: #5a0000 !important;
  color: #FFFF;
}
.btn_col1{
  border: 2px solid #ecc34b;
  border-style: outset;
  height: 44px;
  background: #181818;
  color: #ffbf0a;
}
.btn_col1:hover, .btn_col1:active, .btn_col1:focus{
  border: 2px solid #ecc34b !important;
  color: #000 !important;
  background-color: inherit;
  background-image: linear-gradient(to top, #655222, #fad961, #fad961, #655222) !important;
}
.box1{
  background: #181818;
  padding: 100px 0;
}
.box2 {
  background: #2d2d2d;
  padding: 100px 0;
}
.bar_web{
  max-height: 20px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.bar_web_l {
  max-height: 16px;
  margin-top: 10px;
  margin-bottom: 35px;
}
.number_{
  background: #d00000;
  padding: 0px 11px;
  color: #fff;
  border-radius: 2px;
}
.bg_register{
  background: #353535;
  padding: 10px;
}
.bg_register:hover{
  background: #3e3b34;
  padding: 10px;
}

/********** Menu Mobile *****************/
.offcanvas-active{
	overflow:hidden;
}

.screen-overlay {
  width:0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
   }
.screen-overlay.show {
    transition:opacity .5s ease, width 0s;
    opacity:1;
    width:100%;
    visibility:visible;
}

.offcanvas{
	width:100%;
	visibility: hidden;
	transform:translateX(-100%);
	transition:all .2s;
  border-radius:0;
  box-shadow: 0 5px 10px rgba(0,0,0, .2);
	display:block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #292929;
  overflow-y: scroll;
  overflow-x: hidden;
}

.offcanvas.offcanvas-right {
   right: 0;
   left: auto;
   transform: translateX(100%);
 }

.offcanvas.show{
	visibility: visible;
    transform: translateX(0);.menu_top_bg

    transition: transform .2s;
}

.offcanvas .btn-close{ position: absolute; right:15px; top:27px; }
.list-group-flush a{
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  text-decoration: none;
  background-color: #292929;
  border: 1px solid rgb(189 189 189 / 13%);
  color: #FFFF;
}
.list-group-flush a:hover{
  background-color: #424141;
}
/********** Menu Mobile *****************/
.desktop{
  display: block;
}
.mobile{
  display: none;
}

.icon_menu_moobile{
  font-size: 30px;
  background: #585858;
  padding: 6px 11px;
  margin-top: 22px;
  color: #bfbfbf;
  right: 11px;
  border-radius: 3px;
  position: absolute;
}

.icon_menu_moobile:hover, .icon_menu_moobile:active, .icon_menu_moobile:focus{
  background: #d3b972;
  color: #0c0c0c;
}

.btn_2col{
  background-image: linear-gradient(to right, #655222, #ecc34b, #886828, #fad961);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  margin-top: 10px;
  padding: 10px 35px;
  display: inline-block;
  text-align: center;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn_2col:hover{
  text-decoration: none;
  color: #000;
  background-position: 100% 0;
  moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.img_scms{
  float: left;
  width: 25%;
}
.menu_mobile_footer{
  display: none;
}

/*********** Img Effect **************/
.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 20%;
  /* background: #000000; */
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2,
.grid figure p {
	margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 200;
}
figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}
figure.effect-lily figcaption {
	text-align: left;
}
figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}
figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}
figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}
figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}
figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}
/*********** Img Effect **************/

.box_img_csmc{
  display: inline-block;
}
.box_who{
  text-align: center;
  border: 2px solid;
  border-color: #d2b83d !important;
  padding: 50px 10px 30px 10px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 30px;
  cursor: pointer;
}
.box_who:hover{
  background: #191919;
}
.box_who img{
  max-width: 100px;
  margin-bottom: 26px;
}
.box_who h4{
  font-size: 24px;
  color: #e8c000;
  margin-bottom: 20px;
}
.box_who p{
  font-size: 16px;
  margin-top: 10px;
}
.logo_footer{
  max-height: 60px;
  margin-bottom: 15px;
}
.h_title_footer{
  font-size: 22px;
  margin-bottom: 15px;
}
.a_footer{
  width: 100%;
  color: #ffffff;
  display: block;
  padding: 6px 0;
}
.a_footer:hover{
  text-decoration: none;
  color: #ccad63;
}
.a_footer i{

}
.icon_so_footer{
  font-size: 32px;
  background: #dca800;
  padding: 0px 5px;
  color: #000;
  border-radius: 4px;
  margin-right: 6px;
}
.icon_so_footer:hover{
  background: #ffffff;
  color: #000;
}
footer{
  background: #181818;
  width: 100%;
  padding: 50px 0;
  display: inline-block;
}
.footer-copy{
  background: #420000;
  width: 100%;
  color: #FFF;
  padding: 16px 0;
  border-top: 1px solid #6f0000;
  display: inline-block;
}
.footer-copy p{
  margin: 0;
}

.box_text{
  word-wrap: break-word;
}

.box_text iframe{
  width: 100%;
  height: 800px;
  border: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box_text hr{
  border-top: 1px solid rgb(243 243 243 / 10%);
}
.box_text img{
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.box_text h1{
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box_text h2{
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box_text h3{
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box_text h4{
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box_text a{
  color: #FFC107;
  text-decoration: none;
}
.box_text a:hover{
  color: #decd99;
  text-decoration: none;
}
.bg_color1{
  background-color: #585858;
}
.bg_color2{
  background-color: #232323;
}
.bg_color3{
  background-color: #9a0000;
  border: 0;
}
.bg_color4{
  background-color: #2f2f2f;
}
.card {
  border: 1px solid rgb(45 45 45);
}
.blog_a{
  color: #FFF;
  text-decoration: none;
}
.blog_a:hover{
  color: #dca500;
  text-decoration: none;
}
.page-link {
  color: #ffffff;
  background-color: #3a3a3a;
  border: 1px solid #505050;
}
.page-item.active .page-link {
  color: #000;
  background-color: #dca800;
  border-color: #dca800;
}
.page-link:hover {
  color: #000000;
  background-color: #b38900;
  border-color: #b38900;
}
.breadcrumb {
  background-color: #3a3a3a;
  border-radius: 0;
}
.breadcrumb-item.active {
  color: #c7c7c7;
}
.rang{
  max-width: 20% !important;
  cursor: pointer;
}
.rang:hover{
  background: #1f1f1f;
}
.bg_rang{
  background: #000000;
  border: 1px solid #3e3e3e;
}
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {padding-right: 1rem;padding-left: 1rem;}
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:7px;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
/* ============ desktop view .end// ============ */


@media (max-width: 992px) {
  .desktop{
    display: none;
  }
  .mobile{
    display: inline-block;
  }
  .menu_mobile_footer{
    width: 100%;
    display: inline-block;
    position: fixed;
    bottom: 0;
    text-align: center;
    padding: 10px;
    background: #000;
    border-top: 1px solid #3a3a3a;
  }
  .w-48{
    width: 48%!important;
  }
}
@media (max-width: 736px) {
  .line a {
    font-size: 13px;
  }
  .line i {
    font-size: 46px;
  }
  .rang{
    max-width: 100% !important;
  }
}
@media (max-width: 414px) {
  .logo {
    padding: 20px 0 20px 0;
    max-width: 300px;
  }
  .input_login {
    width: 49%;
    height: 37px;
    font-size: 13px;
    margin-right: 3px;
  }
  .btn_col1 {
    width: 98%;
    margin: 3px;
    font-size: 14px;
    margin-top: 6px;
    height: 37px;
  }
  .login_from {
    margin: 0;
    padding: 9px 0;
    display: inline-block;
  }
  .grid figure {
    width: 100%;
    margin: 0;
  }
  .box1 {
    background: #181818;
    padding: 50px 0;
  }
  .box2 {
    background: #2d2d2d;
    padding: 10px 0;
  }
  .h1, h1 {
    font-size: 1.7rem;
  }
  .h2, h2 {
    margin-top: 22px;
    font-size: 1.6rem;
  }
  .box_text h1 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {
  .logo_footer {
    max-height: 48px;
    margin-bottom: 15px;
  }
  .box1 {
    background: #181818;
    padding: 28px 0;
  }
  .box2 {
    background: #2d2d2d;
    padding: 48px 0;
  }
  .h1, h1 {
    font-size: 1.3rem;
  }
  .h2, h2 {
    font-size: 1.2rem;
  }
  p{
    font-size: 12px;
  }
  .h_title_footer {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
