﻿a,address,article,aside,audio,blockquote,body,canvas,caption,center,code,dd,del,details,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,iframe,img,ins,label,legend,li,mark,menu,nav,object,ol,p,pre,q,section,small,span,summary,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline;-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}

p {
    margin-bottom: 15px;
}
img {
    max-width: 100%;
    height: auto;
    line-height: 1;
}
::selection {
	background: #BDC3C7
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
	--color_palette_1: #dd163b;
	--color_palette_2: #001219;
	--color_palette_3: #0a9396;
}
input:focus,
select:focus {
	outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1.6;
    font-size: 15.5px;
    font-family: "Lexend Deca", sans-serif;
    line-height: 1.7;
    word-wrap: break-word;
	color: #3E3E3E;
    font-weight:400;
}
body .bsoverlay {
    content:"";
    background: #171e22 url(/theme/images/overlay.png);
    height: 100%;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}
ol,
ul {
	list-style: none
}
h1, h2,h3,h4,h5,h6{
    line-height: 1.45;
    margin: 10px 0 15px;
}
blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
.clearfix:after, .clearfix:before {
    display: table;
    content: " ";
    clear: both;
}

.container:before,
.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both
}
.container {
	margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-button {
	display: none
}

::-webkit-scrollbar-track {
	background: #666
}

::-webkit-scrollbar-track-piece {
	background: #666
}

::-webkit-scrollbar-thumb {
	width: 5px;
	background: #333;
	border-radius: 3px
}

a {
	text-decoration: none;
    color: #1e54a1;
}
a:hover{
    color: #123b75;
}
.spire {
	background-image: url(/theme/images/sprite.png);
	background-repeat: no-repeat;
	float: left
}

.spire.spire--list {
	width: 16px;
	height: 16px;
	background-position: -69px 0;
	margin: 2px 10px 2px 0
}
/*
header {
	background-color: #fefefe
}*/
.header-wrap{
    padding: 0px 0;
/*    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%), inset 0 1px 1px rgb(255 255 255 / 15%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3),inset 0 1px 1px rgba(255,255,255,.15);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), inset 0 1px 1px rgb(255 255 255 / 1%);*/
}
header .container {
	margin-top: 0
}

.top-logo {
    float: left;
    height: 70px;
    width: 240px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.top-logo img {
	max-width: 100%;
	float: left;
    max-width: 180px;
}

.wrap-menu-primary {
	float: left;
    width: calc(100% - 260px);
    padding: 0;
    height: 70px;
}

.top-header {
	float: right;
	width: 40%;
	padding: 14px 0 1% 10px;
	box-sizing: border-box
}

.searching form input {
	float: left;
	width: calc(100% - 50px);
	height: 38px;
	border: none;
	padding: 0 14px;
	background: #fefefe;
	border: 1px solid #ccc;
	border-right: none;
	box-sizing: border-box;
    border-radius:19px 0px 0px 19px;
}

.searching {
	position: relative
}

.searching form input:focus {
	border: 1px solid #a14840;
	border-right: none
}

.searching form select {
	border: none;
	padding: 6px;
	height: 30px;
	float: left;
	margin-right: 10px
}

.searching button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 38px;
    width: 50px;
    font-size: 12px;
    font-weight: 700;
    color: #b31230;
    text-transform: uppercase;
    background: #e4e4e4;
    border-radius: 0 19px 19px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
}
.searching button i{font-size: 20px;}
.searching button:hover {
	background: #dbdbdb
}

.searching button:active,
.searching button:focus {
	background: #dbdbdb;
	outline: 0
}

.searching button:before {
	content: '';
	position: absolute;
	border-width: 8px 8px 8px 0;
	border-style: solid solid solid none;
	border-color: transparent #e4e4e4;
	top: 9px;
	left: -8px
}

.searching button:hover:before {
	border-right-color: #dbdbdb
}

.searching button:focus:before,
.searching button:active:before {
	border-right-color: #dbdbdb
}

.searching button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.header{
	padding: 5px;    height: 70px;
}
.header-top{
    color: #163d70;
    font-weight: 500;
	padding: 5px 0;
    min-height: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
/*    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%), inset 0 1px 1px rgb(255 255 255 / 1%);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3),inset 0 1px 1px rgba(255,255,255,.1);
    box-shadow: 0 1px 1px rgb(0 0 0 / 30%), inset 0 1px 1px rgb(255 255 255 / 1%);*/
    margin-bottom: 0px;
   
}
.header-search {
    float: right;
    width: 320px;
    padding: 1px 2px 1px 2px;
    box-sizing: border-box;
    max-width: 360px;
}

main .wrapper {
    padding: 10px 0;
}


/*#menu li ul li {
	border-radius: 3px
}

#menu li ul li a:before,
span.item-name a:first-child:before
{
	content: "";
	background-image: url(/theme/images/sprite.png);
	background-repeat: no-repeat;
	float: left;
	width: 11px;
	height: 11px;
	background-position: -102px 0;
	margin-top: 10px;
    margin-right: 3px;
}

.sts:before {
	margin-top: 4px;
	margin-right: 6px
}

.sts:hover {
	text-decoration: underline
}*/

span.item-name a:first-child:before {
	margin-top: 11px;
	margin-right: 6px
}
.header-wrap .showmb{display:none!important;}
/*htop*/
.htop-label{
	float:right;
	position: relative;
    font-size: 14.5px;
}
.htop-label a{color:var(--color_palette_1)!important;}


#htop{
	float:right;
	position: relative;
    font-size: 14.5px;
}
#htop a{color:#183d6d;}
#htop ul{
	width: 100%;
    padding: 0;
}
#htop ul li ul li>a {
    padding: 0 0 0 2px;
    display: inline-table;
    height: 35px!important;
    font-size: 15px;
    width: 100%;
    font-weight: 500;
    color: #555;
    margin: 0;
}

#htop ul li ul li:hover>a {
	color: #dd163b;
}
/*
#menu li:hover {
	opacity:0.9;
}
#htop ul li ul li:hover{
	background:#ededed;
}*/
#htop ul>li a {
    font-size: 14px;
    color: #444444;
    display: block;
    outline: 0;
    text-decoration: none;
    margin: 0;
    line-height: 40px;
    font-weight: 600;
}

#htop ul>li a.dropdown {
	padding-right: 14px
}
#htop ul>li a i.icon-list{
	width: 16px;
    height: 16px;
    background-position: -69px -17px;
    margin: 2px 10px 2px 0;
    background-image: url(/theme/images/sprite.png);
    background-repeat: no-repeat;
    float: left;
}
#htop ul>li{
	float:left;
}
#htop ul>li{
    max-width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 12px;
    padding-right: 0;
}
#htop ul>li.account > a.account-name{
	word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
	text-align:left;
    text-transform: none;
}
#htop ul>li.account > a.account-name .wallet{
    color:#dd163b
}
#htop ul>li.account > a.account-name:hover{
    color:#dd163b
}
#htop ul>li.vip a{
	background: #e5d039;
    border-radius: 23px;
    line-height: 1;
    padding: 6px;
    color: #26435f;
    font-weight: bold;
}
#htop ul>li.vip:hover{background:unset;}

#htop ul li:hover .dropdown_columns {
    left: unset;
    top: 40px;
    right: 0;
}
/*end htop*/
/*menu*/
menu-section {}
#menu li:hover>a{
	color: #dd163b;
}
#menu li span.label-menu {
    font-size: 10px;
    top: -17px;
    background: #dd163b;
    line-height: 13px;
    padding: 2px 6px;
    left: 5px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    border-radius: 12px;
    display: inline-block;
    /* width: 68px; */
    text-transform: none;
}
#menu>li a {

    font-size: 16px;
    color: #454545;
    display: block;
    outline: 0;
    text-decoration: none;
    padding: 15px 0 10px;
    position:relative;
}

#menu>li >a {
	text-transform: uppercase;
    font-weight: 700;
	line-height: 65px;
    padding: 0;
	letter-spacing: 0.2px;
}
#menu>li a.dropdown {
	padding-right: 14px
}
#menu>li a.dropdown:after {
    content: " +";
}
.dropdown_columns {
    margin: 0 auto;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 0;
    border-top: none;
    background: #f3f3f3;
    border: 1px solid #ededed;
    width: 400px;
    z-index: 9;
}

.dropdown_column {
	width: 200px;
}

#menu li:hover .dropdown_columns {
	left: 0;
	top: auto
}

.dropdown_columns .col_3 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px
}

.col_3 {
	width: calc(33.333% - 10px)
}

.col_2 {
	width: 270px
}

.col_4 {
	width: 550px
}

.col_5 {
	width: 690px
}
@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.brand {
  font-family: inherit;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: inherit;
  color: #e91e63;
  border: none;
  outline: none;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}

.header {
  display: block;
  width: 100%;
  height: auto;
  padding:  0;
  margin: 0 auto;
  border: none;
  outline: none;
  z-index: 4;
  position: relative;
/*  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);*/
}


.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
-ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 2px -2px rgba(1, 12, 37, .2);
}

.header-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
 -ms-flex: 0 0 17%;
 flex: 0 0 17%;
}

.header-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
        flex: 0 0 66%;  align-items: center;
    justify-content: center;
}

.header-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-item-right .menu-icon {
  font-size: 1.35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-left: 1rem;
  border: none;
  outline: none;
  color: #121212;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu{
    position:relative;
}
.header .menu > ul > li {
  display: inline-block;
  line-height: 2rem;
  margin-left: 1.5rem;text-align: left; 
}

.header .menu > ul > li > a {
  position: relative;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  border: none;
  outline: none;
  color: #163d70;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs {
  position: absolute;
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
  padding: 1rem 2rem;
  border: none;
  outline: none;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  border-radius: 0.25rem;
  border-top: 3px solid #b43627;
  background: #fafafa;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header .menu > ul > li .menu-subs {width:100%;}
.header .menu > ul > li .menu-subs  > li {
  line-height: 1;text-align: left;
}

.header .menu > ul > li .menu-subs  > li > a {
    display: block;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
    padding: 0.4rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: unset;
}

.header .menu > ul > li .menu-column-1 {
    width: 200px;
    padding: 1rem 1rem;
}
  .header .menu > ul > li .menu-item a {
    font-weight: 500;
	height: 30px;
	padding: 0;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s
}

.header .menu > ul > li .menu-item a:hover {
	color: #b43627
}
/*  .header .menu > ul > li.menu-item-has-children > a.dropdown:after{
      content: " +";
  }*/
.header .menu > ul > li .menu-subs.menu-mega {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header .menu > ul > li .menu-subs.menu-mega > .menu-item > ul > li
{
  display: block;
  line-height: 1;
}

.header .menu > ul > li .menu-subs.menu-mega > .menu-item > ul > li > a{
  display: inline-block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 0;
  border: none;
  outline: none;
  color: #121212;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4,.header .menu > ul > li .menu-subs.menu-column-3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 600px;
  width: 100%;
  padding: 1.25rem 1rem;
}
/*.header .menu > ul > li .menu-subs.menu-column-1{width:160px;   }
*/.header .menu > ul > li .menu-subs.menu-column-4 > .menu-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-3 > .menu-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-2 > .menu-item{
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 1rem;
}
.header .menu > ul > li .menu-subs.menu-column-4 > .menu-item .title {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 0;
  border: none;
  outline: none;
  color: #e91e63;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .menu-item.text-center .title{
  text-align: center;
}

.header .menu > ul > li .menu-subs.menu-column-4 > .menu-item img.responsive{
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.header .menu > ul > li .menu-subs.menu-mega > .menu-item > ul > li > a:hover,
.header .menu > ul > li .menu-subs > ul > li > a:hover {
  color: #b43627;
}

.header-item-right a:hover,
.header .menu > ul > li:hover > a {
  color: #b43627;
}

@media only screen and (min-width: 993px) {
  .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
    margin-top: 0.5rem;
    opacity: 1;
    visibility: visible;
  }
  .header .menu > ul > li:last-child .menu-subs{right:0}
  .menu-section{text-align:right;}
  
}

.menu-mobile-header,
.menu-mobile-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .header-item-center {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .header-item-left, .header-item-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .menu-mobile-trigger {
    position: relative;
    display: block;
    cursor: pointer;
    width: 1.75rem;
    height: 1rem;
    border: none;
    outline: none;
    margin-left: 1.25rem;
    background: none;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  .header .menu-mobile-trigger span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    border: none;
    outline: none;
    opacity: 1;
    border-radius: 0.25rem;
    background: #bd1850;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .header .menu-mobile-trigger span:nth-child(1) {
    top: 0;
  }
  .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
    top: 0.5rem;
  }
  .header .menu-mobile-trigger span:nth-child(4) {
    top: 1rem;
  }
  .header-item-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 20rem;
    height: 100%;
    z-index: 1099;
    overflow: hidden;
    background: #fafafa;
    -webkit-transform: translate(-100%);
        -ms-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header .menu.active {
    -webkit-transform: translate(0%);
        -ms-transform: translate(0%);
            transform: translate(0%);
  }
  .header .menu > ul > li {
    display: block;
    line-height: 1;
    margin: 0;
  }
  .header .menu > ul > li > a {
    display: block;
    line-height: 3.125rem;
    height: 3.125rem;
    padding: 0 3.125rem 0 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .menu > ul > li > a i.fa {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    font-size: 1.5rem;
    line-height: 3.125rem;
    top: 0;
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .header .menu .menu-mobile-header {
    position: relative;
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    height: 3.125rem;
    z-index: 501;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
  }
  .header .menu .menu-mobile-header .menu-mobile-arrow {
    display: none;
    font-size: 1.25rem!important;
    line-height: 2.125rem!important;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu .menu-mobile-header.active .menu-mobile-arrow {
    display: block;
  }
  .header .menu .menu-mobile-header .menu-mobile-title {
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    line-height: inherit;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
  }
  .header .menu .menu-mobile-header .menu-mobile-close {
    font-size: 1.25rem!important;
    line-height: 2.125rem!important;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #121212;
    text-align: center;
  }
  .header .menu > ul > li > a{
      color:#2c2c2c;
  }
  .header .menu .menu-section {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .header .menu > ul > li .menu-subs {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.menu-mega {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    max-width: none;
    min-width: auto;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header .menu > ul > li .menu-subs.active {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .menu-item,
  .header .menu > ul > li .menu-subs.menu-column-3 > .menu-item{
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .menu-item img.responsive {
    margin-top: 0;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .menu-item.text-center .title {
    margin-bottom: 1.25rem;
  }
  .header .menu > ul > li .menu-subs.menu-column-4 > .menu-item.text-center:last-child .title {
    margin-bottom: 0rem;
  }
  .header .menu > ul > li .menu-subs > ul > li > a {
    display: block;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .menu-item > ul {
    margin-bottom: 1rem;
  }
  .header .menu > ul > li .menu-subs.menu-mega > .menu-item > ul > li > a {
    display: block;
  }
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
        display: none;
  }
  .overlay.active {
    opacity: 1;
    visibility: visible;
        display: block;
  }
  #menu li span.label-menu {
        top: 15px;
        right: 8px;
        left: unset;
        position: absolute;
    }
  .htop-label{display:none;}
}

/*#menu .icon-angle-down {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-moz-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	background-image: url(/theme/images/sprite.png);
	background-position: -113px 0;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 40%;
	right: 3px
}*/

/*#menu>li:hover a .icon-angle-down {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg)
}

.menu-item {
	float: left;
	width: 100%;
	display: inline-block
}

.menu-item a {
	float: left;
	height: 30px;
	padding: 0 20px;
	font-size: 15px;
	color: #ff530d;
	line-height: 30px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s
}

.menu-item a:hover {
	color: #b43627
}

.sub-menu {
	display: none
}
*/
/*line*/
._1line,._2line,._3line,._4line,._5line {
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

._2line {
    -webkit-line-clamp: 2
}

._3line {
    -webkit-line-clamp: 3
}

._4line {
    -webkit-line-clamp: 4
}

._5line {
    -webkit-line-clamp: 5
}
/*main*/
main{
    background: linear-gradient(0deg, #e5f4ff, #eff8ff 41.32%, #fff);
    background-size: cover;
    color: #183d6d;
    padding-top: 0px;
    padding-bottom: 0;
    font-size: 15px;
    z-index: 3;
    position: relative;
}
.title {
	padding: 7px 15px 8px 30px;
	font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
	color: #163d70
}

.slide {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	min-height: 209px
}
.slide img.sldier2{display:none;}
@media (max-width: 768px) {
.slide img.sldier1{display:none;}
.slide img.sldier2{display:block;}
}
#owl-slide {
	width: 100%!important;
	margin: 0 auto;
}

#owl-slide .item {
	margin-right: 3px;
	position: relative;
	min-height: 209px
}

#owl-slide .item .slide-caption {
	position: absolute;
	bottom: 0;
	padding: 3%;
	width: 100%;
}

.slide-caption {
	background: rgba(0, 0, 0, 0.8) 100% center no-repeat
}
.slide-caption h3 a {
	font-size:14px;
	font-weight:400;
	font-family:Tahoma;
	color: #FFF;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: list-item;
}

.slide-caption > a {
	font: 400 13px Tahoma;
	color: #FFF;
	text-align: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: list-item
}

#owl-slide .item img {
	display: block;
	width: 100%;
	height: auto
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.slide-continue {
	background: rgba(192, 58, 42, 0.8)
}

.slide-caption a {
	display: block
}

.acc-list{
    float:left;
    width:100.6%;
    margin:0 -.3% auto;
    background: #fff;
}
.list-truyen-item-wrap{
    float: left;
    width: 49.4%;
    padding: 1%;
    margin: .3%;
    color: #626262;
    background: #fefefe;
    height: 177px;
    overflow: hidden;
}
.list-truyen-item-wrap h3{
    margin-bottom:6px
}
.list-truyen-item-wrap span.line{
    font-size:12px
}
.acc-list .tag{
    border-top:none;
    margin:5px 0!important;
    padding:1%;
    float:left;
    width:98%
}
.list-truyen-item-wrap img{
    float:left;
    width:112px!important;
    height:175px!important;
    margin-right:5px
}
.list-truyen-item-wrap h3 a{
    font:700 16px Tahoma;
    color:#424242
}
.list-truyen-item-wrap h3 a:hover{
    text-decoration:underline
}
.list-truyen-item-wrap p{
    color:#424242;
    margin-top:2px;
    text-align:justify;
    font-size:13px;line-height: 15px;
}
.list-truyen-item-wrap p a{
    font:400 12px Tahoma;
    color:#ff530d
}
.list-truyen-item-wrap p a:hover{
    text-decoration:underline
}
.list-truyen-item-wrap span a{
    color:#c0392b
}
.list-truyen-item-wrap span a:hover{
    text-decoration:underline
}
.listCol{
    width:100%!important;
    margin-right:0!important
}
.listCol img{
    max-width:150px
}
.main-wrapper{
    width:100%;
    padding-top: 0;
}
.main-wrapper:after, .main-wrapper:before {
    display: table;
    content: " ";
    clear: both;
}
.taghome{
    width: 100%;
    background: #fbfbfb;
    position: relative;
    border: 3px solid #4a4a4a;
    margin-bottom: 20px;
    padding: 12px 15px;
}
.taghome:after{
        background: #171e22 url(/theme/images/overlay.png);
}
.taghome::-webkit-scrollbar {
    width: 5px;
    height:6px;
}
.taghome::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.taghome::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #4a4a4a; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.taghome::-webkit-scrollbar-thumb:window-inactive {
	background: #4a4a4a; 
}
.taghome .taglist{
    float: left;
    width: 100%;
    position: relative;
}

.taghome li{
    width: 16.666%;    float: left;
}
.taghome li a{
    float: left;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}
.taghome li:nth-of-type(1) a, .taghome li:nth-of-type(3) a, .taghome li:nth-of-type(6) a, .taghome li:nth-of-type(9) a, .taghome li:nth-of-type(14) a, .taghome li:nth-of-type(19) a, .taghome li:nth-of-type(22) a, .taghome li:nth-of-type(26) a, .taghome li:nth-of-type(27) a, .taghome li:nth-of-type(28) a, .taghome li:nth-of-type(16) a {
    font-weight: 700!important;
    color: #c0392b!important;
}
.item  .label-full {
    padding: 1px 5px 2px;
    color: #FFF;
    background-color: #4aa22f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12.5px;
    line-height: 1.3;
    border-radius: 3px;
    margin: 0 auto;
    display: table;
}
.item .full-label {
    width: 34px;
    height: 50px;
    position: absolute;
    bottom: 4px;
    left: 0;
    display: block;
    margin: 140px 0 0 -6px;
    z-index: 1;
    background: transparent url(/theme/icons/full-label.png) no-repeat;
}
.sts {
	padding-left: 0;
	color: #444;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	font-size: 13px
}

.itemupdate li:first-child {
	margin-bottom: 8px
}

.itemupdate {
	float: left;
	text-align: left;
	width: 48%;
	padding: 1%
}

.itemupdate .cover {
	float: left
}

.itemupdate .cover img {
	border: 1px solid #eaeaea;
	width: 68px;
    height: 98px;
	float: left;
	margin-top: 4px;
}

.itemupdate ul {
	float: left;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	width: calc(100% - 80px);
	margin: auto auto auto 8px;
	height: 104px
}

.itemupdate ul li span {
	float: left;
	width: 100%;
	color: #003555;
	line-height: 1.6;
}

.itemupdate i {
	float: right;
	color: #999;
	font-size: 9px;
	margin-top: 2px;
	padding-right: 2px
}

.itemupdate ul li h3 a {
	font-size: 14px;
	color: #c0392b;
	margin-right: 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inherit
}

.itemupdate ul li h3 {
	float: left;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	max-width: 95%
}

.itemupdate ul li h3 a:hover {
	text-decoration: underline
}

.itemupdate li {
	height: 22px
}

.xem-them {
	float: left;
	width: 100%;
	font: 400 16px/43px Tahoma;
	color: #FFF;
	text-align: center;
	background: #e54040;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	cursor: pointer
}

.xem-them:hover {
	background: #c0392b;
    color: #FFF;
}

.fullCol {
	width: 100%;
	margin-right: 14px;
/*	overflow: hidden;*/	
margin-bottom: 20px!important
}

.leftCol {
    float: left;
    width: 740px;
    margin-right: 20px;
    overflow: hidden;
    margin-bottom: 20px!important;
}
.fullCol:after,.leftCol:after, .middleCol:after,main .wrapper:after{
    clear: both;
    display: table;
    content: " ";
}
.home-content {
	/*background: #fefefe;*/
	width: 100%;
    padding: 10px 0;
}
.home-content .listitems{
    margin-left:-10px;
    margin-right:-10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.home-content  .item
{
    width:25%;
    float:left;
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 30px;
}
.home-content .listitems.owl-slide .item{
    width:100%;
}
.home-content .item .cover {
	position:relative;display: block;
}

.home-content .item .cover img {
	border: 1px solid #eaeaea;
	width: 100%;
    max-width:100%;
   /* height: 98px;
	float: left;*/
	margin-top: 4px;    display: block;
}
.home-content .item .info{height:56px}
.home-content .item .info h3 {
    color: #404040;
    text-align: left;
    width: 100%;
    display: list-item;
    padding: 2px;
    font-size: 15.5px;
    font-weight: 600;
    display: block;
    word-break: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height:48px;
}
.home-content h3 a{
    color: #163d70;
}

.daily-update {
	width: 100%;
	position: relative
}

.update-title {
	background: #4a4a4a;
	padding: 7px 15px 8px 2px
}

.daily-update .update-title {
	padding-left: 10px
}

.daily-update-item {
	float: left;
	width: 100%;
	background: #fefefe;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-left: 2px solid #c0392b
}

.daily-update-item:nth-of-type(1) {
	border-top: 1px solid #e8e8e8
}

.daily-update-item:nth-of-type(even) {
	background: #f4f4f4!important
}

.daily-update-item span {
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
/*homepage*/
.bg-blog, .bg-footer, .bg-breadcrumb, .bg-head, .bg-head-top, .bg-home, .bg-page{
    position: relative;
/*    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.2);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5),inset 0 1px 1px rgba(255,255,255,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.5), inset 0 1px 1px rgba(255,255,255,.2);*/
}
@media (min-width: 540px)
{
    .bg-blog, .bg-footer, .bg-breadcrumb, .bg-head, .bg-head-top, .bg-home, .bg-page {
        padding: 30px 15px 30px 15px;
    }
    
}
/*main title*/
.main-title{
    margin-bottom: 1.5rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.main-title.view-all-inner .line {
    display: block;
    background:var(--color_palette_1);
    height: 4px;
    width: 100%;
    flex: 1
}
.main-title.view-all-inner h3{color:#163d70;}
.main-title.view-all-inner>a.viewmore {
    color: #163d70;
    font-weight:600;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: 0.15s color;
    -o-transition: 0.15s color;
    transition: 0.15s color
}

.main-title.view-all-inner>a.viewmore:hover {
    color: #dd163b
}

.main-title.view-all-inner:before,.main-title.view-all-inner:after {
    display: none
}

.main-title.view-all-inner h3,.main-title.view-all-inner>a.viewmore {
    flex: unset
}
.main-title h3, .main-title>a.viewmore {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 20px;
    padding-left: 20px;
}
.main-title.view-all-inner {
    align-items: center
}

.main-title.view-all-inner .line:first-child {
    width: 30px;
    flex: unset
}

h3.main-title {
    font-size: 20px
}
.main-title h3 > span {
    color: var(--color_palette_1)!important;
}
.main-title.view-all-inner i {
    font-size: 17px;
    margin-left: 5px;
}
.main-title .viewmore{font-weight: normal;}


@media (max-width: 500px) {
    .main-title.view-all-inner>a.viewmore
    {
        display:none;
    }
}
.game-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px
}
.game-info .view-btn,.game-info .price-btn {
    background-color: #293139;
    border-color: #101215;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 1.5;
    height: 38px;
    border-radius: 4px;
    font-weight: 600;
    -webkit-transition: 0.15s all;
    -o-transition: 0.15s all;
    transition: 0.15s all;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.game-info .view-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.game-info .view-btn a {
    text-decoration: unset;
    
}
.game-info .text-white{
    color: #fff!important;
}
.game-info .price-btn.color{
    background:var(--color_palette_1);
}
.game-info .price-btn .progress {
    margin-top: 2px;
}

.game-info .progress {
    height: 8px;
    background-color: #484e54;
}
/*end main title*/
.item-author-name {
	border-right: 1px solid #e8e8e8;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	font: 400 12px/30px Tahoma;
	color: #555;
	padding-left: 2%;
	width: 28%
}

.item-chapter,
.item-author-name a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	font: 400 12px/30px Tahoma;
	color: #555;
	padding-left: 2%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s
}

.item-chapter {
	width: 12%
}

.item-chapter:hover {
	text-decoration: underline
}

.item-chapter:active {
	color: #ff530d
}

.item-chapter span {
	float: none
}

.item-name {
	width: 53%;
	font: bold 12px/30px Tahoma;
	padding-left: 1%;
	border-right: 1px solid #e8e8e8
}

.item-name img {
	vertical-align: middle;
	margin-left: 5px
}

.item-name a {
	color: #c0392b
}

.item-name a:hover {
	text-decoration: underline
}

.item-name a:first-child {
	margin-right: 5px
}

.new-chap a:visited,
.new-chap a:hover,
.new-chap a:active,
.sts:visited {
	color: #d63f2f
}
.phan-trang {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.phan-trang a,
.phan-trang span {
	padding: 8px 11px;
	text-transform: uppercase;
	float: left;
	margin-right: 5px;
	font-weight: 700;
	color: #666;
    font-size: 13px;
    min-width: 36px;
    text-align: center;
}

.phan-trang a.quantitychapter {
	margin-right: 0
}

.quantitychapter {
	color: #FFF!important;
	float: right!important
}

.phan-trang a:hover {
	background: #222;
	color: #fff
}

.page {
	background: #FFF
}

.pageselect,
.phan-trang .page-grey {
	background: #555!important;
	color: #FFF!important
}

.pageselect:hover,
.quantitychapter:hover {
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important
}
/*paging*/
.paging {
    max-width: 1065px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
}
.paging .button-page {
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.paging .button-page .btn-page {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    background: #fcfcfc;
    border-radius: 3px;
    float: left;
    position: relative;
    margin-right: 10px;
    color: #636363;
    font-weight: 600;
    font-size: 15px;
    opacity: 0.95;
}
.paging .button-page .btn-page-info{
    width: unset;
    padding: 0 10px;
    background: #fafafa;
    font-weight:normal;
    cursor:pointer;
}
.paging .button-page .btn-page:hover {
    background: #F7F7F7;
}
.paging .button-page .btn-page-info:hover{background: #F7F7F7;cursor:default;}
.paging .button-page .btn-page.active {
    border: 1px solid #b43627;
    color: #fff;
    background: linear-gradient(135deg,#cc5344 10%,#a22a1b 100%);
}
/*end paging*/
footer {
	min-height: 43px;
	width: 100%;
    margin-top: 0;
    padding: 0;
	width: 100%;
    z-index: 2;
    position: relative;
    background: #e5f4ff;    font-weight: 600;
}

.footer-content {
	width: 1170px;
	margin: 0 auto;
	font-size: 15px;
    line-height: 1.6;
    font-weight: normal;
	color: #183d6d;
	padding: 20px 0px 20px 0px;
    border-top: 3px solid #d83c3c;
    margin-top: 30px;
}

.footer-content a {
	color: #2158a0;
	font-weight: 500
}

.footer-content a:hover {
	text-decoration: underline
}

.footer-content p {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	line-height: 22px;
    margin-bottom:10px;
}
/*footer {
	background: #4a4a4a!important
}*/
.footer-content .left,
.footer-content .right {
	float: left;
	box-sizing: border-box
}

.footer-content:after,
.footer-content:before {
	display: table;
	content: " ";
	clear: both
}

.footer-content .left {
	padding-right: 20px;
	width: calc(100% - 360px);
    max-width:710px;
}
.footer-content .left img.logo{
	max-width: 260px;
    
}
.footer-content .right {
	padding-left: 20px;
	width: 360px;
        margin-top: 30px;float: right;
}
.footer-content .right h3{margin-bottom:20px;}
.footer-content .left p {
	margin-bottom: 8px;
}

.footer-content .right a.button {
	font-weight: 400;
	background: #dadada;
	padding: 3px 6px;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: 8px;
	display: inline-block;
	float: right;
	color: #555
}

.footer-content .left a {
	color: #fff!important
}

@media (max-width: 768px) {
	.footer-content .left, .footer-content .right {
		padding:10px 0!important;
		width: 100%!important
	}
	/*.footer-content .right a {
		float: left
	}*/
    .header {
        background: linear-gradient(to right, #d4f1ff 0%, #f5f9fa 22%, #e9fbfd 100%);
    }
}
.footer-content .links a{
    font-weight: 700;
    color: var(--color_palette_1)!important;
    font-size: 15px;
}
.footer-bottom {
	display: flex;
	width: 100%;
	padding: 10px 12px 8px 12px;
	color: #fefefe;
	font-size: 13px
}

.footer-bottom ul {
	display: block;
	width: 100%;
	opacity: .8;
	max-width: 1170px;
	margin: 0 auto
}

.footer-bottom ul li {
	display: inline-block;
	width: unset;
	margin-right: 10px
}

.footer-bottom ul li:after {
	display: inline-block;
	content: "⁄";
	color: #2158a0;
	margin-left: 10px
}

.footer-bottom ul li:last-child:after {
	display: none
}

.footer-bottom ul li a {
	color: #183d6d;
}

.footer-bottom ul li a:hover {
	text-decoration: underline
}
.footer-bottom .siteby {
    text-align: center;
    line-height: 18px;
    padding: 0px 0 0px;
    opacity: 0.7;
    display: inline-block;
    width: 110px;
}
.footer-bottom .siteby:hover{opacity:0.9}
.footer-bottom .siteby img {
    width: 49px;
    margin-bottom: 0px;
}

/*contact page*/
.section__form{margin-bottom:20px}
.section__form .contact{
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
}
.section__form .contact .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 35px  30px;
}
.section__form .contact .text{
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    max-width: 515px;
    margin-top: 0;
}
.section__form .contact .form{
    border-radius: 15px;
    background: #fff;
    max-width: 578px;
}
.section__form .contact .text .main-title {
    display:none;
    color:#fdfdfd;
    font-size: 25px;
}
.section__form .contact .text .title {
    font-size: 24px;
    margin-bottom: 46px;
    color: #fff;
    text-align: left;
}
.section__form .contact .text .hotline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 530px;
    margin-bottom: 48px;
}
.section__form .contact .text .contact-btn {
    display: flex;
    justify-content: space-between;
    max-width: 463px;
}

.section__form .contact .text .info {
    display: flex;
    border-radius: 16px;
    padding: 4px 20px 4px 12px;
}
.section__form .contact .text .info img {
    margin-right: 5px;
    margin-top: -2px;
    width: 22px;
    height: 22px;
}
.section__form .contact .text a {
    display: block;
    font-size: 21px;
}
.section__form .contact .text .info:last-child a{
    font-size:18px;
}
.section__form .contact .text p {
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    opacity: 0.85;
    text-align: left;
}
.section__form .contact .text .social {
    border: 1px solid #80bdea;
    border-radius: 16px;
    padding: 10px 20px 10px 10px;
    width: 220px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #a1d7ff;
}

.section__form .contact .form form{
   padding: 35px  30px 20px;    position: relative;
}
.section__form .contact .form .ftitle {
    color: #405f86;
    font-size: 23px;
    margin: 0 0 14px;
    font-weight: 700;
    line-height: 1.4;
}
.section__form .contact .form .input-group label {
    display: block;
    font-size: 14.5px;
    margin-bottom: 4px;
    color: #444;
    font-weight: 500;
    width: 100%;
}
.section__form .contact .form .input-group label span {
    color: red;
}
.section__form .contact .form .input-group span {
    position: relative;
}
.section__form .contact .form .input-group input {
    max-width: 442px;
    width:100%;
border-radius: 2px;
    border: 1px solid #d7d0ca;
    background-color: #f3f8f6;
}
.section__form .contact .form input{
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 38px;
    padding: 6px 14px;
}
.section__form .contact .form .input-group button.btn-submit{
    -webkit-transition: all .3s;
    background: linear-gradient(135deg, #dd163b 10%, #ca1335 100%);
    border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    color: #e8e8e8;
    font-size: 17px;
    margin: 5px 0 10px;
    padding: 8px 15px;
    font-weight: 500;
    transition: all .3s;
    border: 2px solid #fff;
}
@media (min-width: 992px){
     .section__form .contact .text {
        max-width: 680px;
        margin-right: 35px;
    }
}
@media (max-width: 991px)
{
    .section__form .contact .inner {
        flex-flow: column;
        padding: 2em;
    }
    .section__form .contact .text {
        max-height: unset;
        margin: 5px auto 20px;
    }
    .section__form .contact .text .hotline
    {
        gap: 15px;
        max-width: 520px;
        margin: 5px auto 10px;
    }
    .section__form .contact .text .contact-btn {
        max-width: 484px;
        margin: 0 auto;
        gap: 15px;
    }
    .section__form .contact .text .title {
        font-size: 24px;
        margin-bottom: 12px;
        color: #fff;
        text-align: center;
    }
    .section__form .contact .form {
        padding: 20px;
        margin: 20px auto 0;
    }

   
}
@media (max-width: 549px){
    .section__form .container{padding:0;}
    .section__form .contact .inner {
        flex-flow: column;
        padding: 15px 10px;
    }
    .section__form .contact{border-radius:0;}
    .section__form .contact .form {
        padding: 15px;
    }
    .section__form .contact .form form {
        padding: 15px 10px 10px;
        position: relative;
    }
    .section__form .contact .text{max-width:100%;}
    .section__form .contact .text .title {
        font-size: 20px;
        line-height: 30px;
    }
    .section__form .contact .text .hotline{
            max-width: 100%;
        display: block;
    }
    .section__form .contact .text .contact-btn {
        max-width: 100%;
    }
    .section__form .contact .text .social{margin-bottom:5px;}
    .section__form .contact .text .social {
        border: 1px dashed #eaeaea;
        border-radius: 9px;
        padding: 4px 2px 4px 4px;
        width: 174px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .section__form .contact .text .social img{
        width:40px;
        height:40px;
    }
}
/*contact page*/
.textdecoration {
	text-decoration: none
}

.textdecoration:hover {
	text-decoration: none!important
}

.status {
	float: none!important;
	border-radius: 3px;
	padding: 2px 4px 3px;
	font: bold 12px Lexend Deca, sans-serif!important;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none;
	margin-left: 5px;
	vertical-align: super
}
.status-full {
	background: #555
}

.status-drop {
	background: #16a085
}

.status-full:before {
	content: 'F'
}

.status-drop:before {
	content: 'D'
}

.full {
	float: none!important;
	background: #555;
	border-radius: 3px;
	padding: 2px 4px;
	font: bold 9px Tahoma;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none
}

.non {
	float: none!important;
	border-radius: 0;
	padding: 0 1px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.new {
	float: none!important;
	background: #2ecc71;
	border-radius: 3px;
	padding: 2px 5px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.phaixem {
	float: none!important;
	background: #e67e22;
	border-radius: 3px;
	padding: 2px 5px;
	font: bold 10px Tahoma;
	color: #FFF!important;
	line-height: 25px;
	text-decoration: none
}

.label-status {
	float: none!important;
	background: #555;
	border-radius: 4px;
	padding: 2px 6px;
	font: bold 12px Tahoma;
	color: #FFF!important;
	line-height: 24px;
	text-decoration: none
}

.label-status.label-drop {
	background: #ca392b
}

.label-status.label-updating {
	background: #f2d45b
}

.full:hover,
.new:hover,
.phaixem:hover,
.muoitam:hover,
.sieu-pham:hover {
	text-decoration: none!important
}

.full:before {
	content: 'F'
}

.updating:before {
	content: 'U'
}

.drop:before {
	content: 'D'
}

.new:before {
	content: 'N'
}

#fb-root {
	display: none
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100%!important
}

.fb-comments,
.fb-comments span,
.fb-comments iframe {
	width: 100%!important
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
	width: 100%!important
}

.rowitemfix {
	display: list-item;
	clear: both
}

.rowitemfix:before {
	content: ' '
}

.breadcrumbs a {
	color: #163d70
}

.breadcrumbs .separator {
	padding: 0 5px
}

.col-md-6,
.col-md-12,
col-sm-6,
col-sm-12 {
	float: left
}

.col-md-6 {
	width: 50%
}

.col-md-12 {
	width: 100%
}

.fb-like {
	width: 40%!important
}

.fb-save {
	float: left;
	width: 130px!important
}

.clearboth {
	clear: both
}

h1.h-hidden {
	display: none
}

#top {
	display: none
}

.bc-home {
	display: none
}

.phan-trang .group-qty {
	display: none
}

.hide {
	display: none
}

.middleCol {
    float: left;
    width: 380px;
    overflow: hidden;
}

.xem-nhieu {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	background: #f9f9f6;
}

.day-title,
.all-title,
.week-title {
	background: #4a4a4a;
	padding: 6px 15px!important;
	position: static;
	cursor: pointer
}

.day-title span,
.all-title span,
.week-title span {
	text-shadow: 0 0 5px #FF6
}

.high-title {
	color: #FC0
}

.xem-nhieu-item,
.doc-tiep-item {
	float: left;
	width: 100%;
	height: auto;
	background: #fefefe;
	margin: 1px 0;
	box-sizing: border-box
}

.xem-nhieu-item:nth-of-type(1) span {
	background: #c0392b
}

.xem-nhieu-item:nth-of-type(2) span {
	background: #f1c40f
}

.xem-nhieu-item:nth-of-type(3) span {
	background: #16a085
}

.xem-nhieu-item:nth-of-type(10) span {
	padding: 5px 6px
}

.new-chap {
        color: #3e3e3e;
    width: 96%;
    padding: 10px 2%;
    background: #FFF;
    text-align: justify;
    margin-bottom: 10px;
    float: left;
    font-size: 14px;
    margin-top: 10px;
}
.new-chap h2 {color: #333;font: 700 12px Tahoma;padding-bottom:5px; }
.new-chap a {display: block;  padding: 2px 1px 3px; color: red;}

.new-chap .btn-notify { background-color: #f8e378; font-size: 12px; padding: 1px 5px; border-radius: 4px; cursor: pointer; font-weight: 600; margin-top: 7px; font-style: italic;}

#rate_row_cmd {color: #555;line-height: 11px; font-size: 11px; font-style: italic;display:block; padding-left: 92px;}
#valore {
    display: inline-block;
    font-size: 15px;
}
#valore b {
    color: #c03a2a;
}
.spire.show--less, .spire.show--more
{
    width:15px;
    height:15px;
    margin-top:4px;
}
.spire.show--less
{
    background-position:-142px 0px;
}
.spire.show--more
{
     background-position: -125px 0px;
}

.book-info {
    float: left;
    width: 100%
}
.book-info-top {
    float: left;
    width: 96%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2%
}
.book-info-content {
    float: left;
    width: 100%;
    border-top: 1px dashed #ff530d;
    margin-bottom: 10px
}
.book-info-content a {
    color: #0830FF
}
.noidung {
    font: normal 14px Tahoma;
    color: #ff530d
}
.book-info-content p {
    font: 400 14px Tahoma;
    color: #3e3e3e;
    width: 96%;
    padding: 10px 2%;
    background: #FFF;
    text-align: justify
}
.book-info-content p::-webkit-scrollbar-track {
    background: none
}
.book-info-content p::-webkit-scrollbar-track-piece {
    background: none
}
.book-info-content p::-webkit-scrollbar {
    width: 2px
}
.book-info-content-title {
    background: #ff530d
}
.book-info-chapter {
    width: 98%;
    float: left;
    padding-left: 2%;
    background: #fff
}
.comment-info {
    background: #FFF;
    float: left;
    width: 98%;
    padding: 10px 1%
}

#chapter,#chapter-list {
    position: relative;
    float: left;
    width:100%;
}
#chapter .phan-trang {
    position: absolute;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 5px 0px;
    margin-bottom: 0;
    width: 98%;
    box-sizing: border-box
}
#chapter .phan-trang  a{padding: 5px 10px;background: #eee;}
#chapter .phan-trang  a:hover{background: #555 ;color:#fff}
.chapter-list {
    float: left;
    width: 98%;
    padding-bottom: 39px;
    border-bottom: 1px dashed #ddd;
}
.book-info-chapter .row {
    float: left;
    width: 98%;
    overflow: hidden
}
.book-info-chapter span {
    float: left;
    font-size: 14px;
    color: #666;
    text-align: left
}
.book-info-chapter span a {
    color: #666;
    width: 97%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-size: 13px;
}
.book-info-chapter span a:visited {
    color: #d63f2f
}
.book-info-chapter span a:hover,
.book-info-chapter span a:active {
    color: #d63f2f
}
.book-info-chapter span {
    width: 90%;
    text-align: left;
    line-height: 20px;
}

.book-info-chapter .title-list-chapter {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom:1px dashed #ddd;
    margin-bottom: 5px;
}
.book-info-chapter .title-list-chapter span {
    font: 700 12px Tahoma;
    color: #222;
}
.book-info-binh-luan {
    float: left;
    width: 100%
}

.comments {
    width: 940px;
    background: #FFF;
    margin: 0 auto;
    padding: 10px;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
}

#gioithieu {
    font: 400 14px Tahoma;color: #3e3e3e;width: 100%;padding: 10px 2%;background: #FFF;text-align: justify; border-top: 1px dashed #c0392b;margin-bottom: 0px;float: left;overflow: hidden;
}
#gioithieu  h2{font-size:15px;}
#gioithieu p{
    margin-bottom:12px;
}
#gioithieu iframe {
    max-width: 100%
}
#gioithieu img {
    max-width: 100%
}
#gioithieu a {
    color: #31a95b!important
}
#gioithieu h2 {color: #c0392b;margin: 5px 0 12px;}
 span.show-more {
cursor: pointer;
display: block;
padding: 3px 5px;
background: #e4e4e4;
font-size: 13px;
font-weight: bold;
color: #5c5c5c;
text-align: center;
width: 90px;
margin: 0 auto;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
margin-bottom: 5px;
opacity:0.9;
}

span.show-more:hover {
color: #222;
background: #e2e2e2;
}
.btn_truyen {
    padding: 9px 0px;
    margin: 5px 0px;
    position: relative;
    font-size: 13.5px;
    color: white;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    background: #31a95b;
    border-bottom: 2px solid #26904b;
    cursor: pointer;
    border-radius: 3px;
    line-height: 16px;
    padding: 7px 12px;
}
.btn_truyen:hover{
   /* background-color:#2a9a51;*/
   opacity:0.9;
}
.btn_dschuong {
        background: #b43627;
    border-bottom: 2px solid #97291c;
}
.doc-tiep-item span{
   color: #000;
    padding: 0px 0px;
    font-size: 13px;
    font-weight: bold;
    margin: 6px 4px 4px;
    border-radius: 13px;
    width: 24px;
    height: 17px;
    opacity: 0.8;
    float: left;
    background-position: 6px 0px;
    margin-top: 9px;
}
.doc-tiep-item p
{
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    float: right;
    line-height: 30px;
    margin-right: 10px
}


.xem-nhieu-item p {
	font-size: 12px;
	font-weight: 400;
	line-height: 30px;
	float: right;
	line-height: 30px;
	margin-right: 10px
}

.xem-nhieu-item h3 a,
.doc-tiep-item h3 a {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
	float: left;
	line-height: 27px;
	padding-left: 5px;
	color: #222;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	box-sizing: border-box
}

.xem-nhieu-item h3 i,
.doc-tiep-item h3 i {
	color: #888;
	display: block;
	line-height: 15px;
    font-size: 12px;
    margin-top: 0px;
	font-style: initial
}

.xem-nhieu-item h3 a:hover,
.doc-tiep-item h3 a:hover {
	padding-left: 10px;
	text-shadow: 0 0 5px #FF6
}

.tag {
	float: left;
	width: 100%;
    background: #FFF;
	position: relative;
}

.tag a {
	float: left;
	font: 400 14px Tahoma;
	color: #333;
    line-height: 22px;
	background: #fff;
	transition: all .2s;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s
}

ul.tagfull {
	padding: 12px
}

.tag li {
	float: left;
	background: #FFF;
	width: 150px
}

.tag-left {
	background: none
}

.tags {
	float: left;
	background: #f9f9f6;
	padding: 5px;
	margin: 0 0 5px
}

.tags a {
	line-height: 20px
}

.tags li {
	width: 25%
}

.highlight {
	font-weight: 700!important;
	color: #c0392b!important
}

.tag a:hover {
	text-decoration: underline
}

.tag-name li:nth-of-type(1) a,
.tag-name li:nth-of-type(3) a,
.tag-name li:nth-of-type(6) a,
.tag-name li:nth-of-type(9) a,
.tag-name li:nth-of-type(14) a,
.tag-name li:nth-of-type(19) a,
.tag-name li:nth-of-type(22) a,
.tag-name li:nth-of-type(26) a,
.tag-name li:nth-of-type(27) a,
.tag-name li:nth-of-type(28) a,
.tag-name li:nth-of-type(16) a {
	font-weight: 700!important;
	color: #c0392b!important
}

.list-title {
	background: #4a4a4a;
	padding: 7px 15px 8px 12px
}

.rightCol {
	float: left;
	width: 25.641%;
	min-height: 200px
}

.breadcrumb {
width: 100%;
    min-height: 33px;
    margin-bottom: 1px;
    color: #163d70;
    padding: 10px 0px;
    font-weight: 500;
    font-size: 14px;
}

.breadcrumb p {
	margin-left: 0;
    margin-bottom: 0;
}

.breadcrumb a:hover {
	text-decoration: underline
}

.breadcrumbss {
	float: none;
	width: 993px;
	margin: 0 auto
}

.bred_doc {
	width: 940px;
	margin: 0 auto;
	display: block;
	float: none;
	padding: 0
}
.product-page{

}
.product-page .post-title {
    align-items: center;
    margin-bottom: 20px;
    display: flex!important;
}
.product-page .post-title h1.title {
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0px 10px 12px 0px;
    line-height: 35px;
    font-weight: 800;
}
.product-page .post-title:after {
    content: "";
    display: block;
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
    border-bottom: 4px solid var(--color_palette_1);
}

.product-page .gallery img{
    max-width:100%;
    width:100%;
}
.product-page .innercontent{
    background-color: #2b2b2b;
    color: #eee;
    border-radius: 8px;
    padding: 15px;
    margin: 12px 0;
}
.product-page .innercontent ul{
    list-style: none!important;
    padding-left: 0;
    position: relative
}
.product-page .innercontent ul li{
    position: relative;
    margin-left: 0;
    padding-left: 24px!important;
    list-style: none!important;
}
.product-page .innercontent li:before{
    background-repeat: no-repeat;
    background-size: contain;
    content: ''!important;
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    background-image: url(/theme/icon/check.png);
    margin: 5px  10px 0 0;
}
.product-page .price-label{
    background: #333e48!important;
    position: absolute;
    right: 0;
    top: -1px;
    padding: 23px 10px;
    margin-bottom: 0;
    z-index: 1;
    font-size: 1.22rem;
    color: #ea2020;
    font-weight: 700;
}
.product-page #tabs
{
    border: 1px solid #2d2d2d!important;
    background: #161e26;
    color: #f4f4f4;
}
/*send*/
.form-send .loader{
    background: rgba(127,127,127,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 12px;
}
.form-send .loader img{
    position: absolute;
    top: 56%;
    left: 48%;
}
.form-send .form-alert p.success{
    padding: 0;
    color:#5eb500;
    border-radius: 3px;
    opacity: 1;
    font-family: tahoma;
    font-size: 15px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
}
.form-modal .form-alert p.success{ color:#6acc00;}
.project-form-list.form-send .form-alert p.success
{
    color: #15d01b;
    font-size: 17px;
    line-height: 23px;
    margin-top: 0px;
}
.form-send .form-alert p.error{
    padding: 0;
    color: #ff9494;
    border-radius: 3px;
    opacity: 1;
    font-family: Dancing Script;
      font-size: 15px;
    line-height: 20px;
    margin-top: 6px;
}
/*end send*/
h1.heading{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
h1.heading::after {
    content: "";
    display: block;
    -webkit-box-flex: 100;
    -ms-flex: 100;
    flex: 100;
    border-bottom: 4px solid var(--color_palette_1);    margin-left: 10px;
}
@media (min-width: 540px)
{
    h1.heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    h1.heading>span {
        padding-right: 20px;
        font-size: 28px;
    }
}
/*.heading{
    position: relative;
    padding: 20px 15px;
    margin-bottom: 0;
    background-color: #293139;
    z-index: 1;
    font-size: 1.22rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
}*/

.heading01  {
    position: relative;
    padding: 23px 23px;
    margin-bottom: 0;
    background-color: #293139;
    z-index: 1;
    font-size: 1.22rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
}
.heading01 >span {
    display: inline-block;
    padding-right: 23px;
    background-color: #293139;
}
.heading01 >span .text-main-1 {
    color: var(--color_palette_1)!important;
}
.heading01::after {
    content: "";
    position: absolute;
    display: block;
    top: 36px;
    right: 1px;
    left: 30px;
    height: 3px;
    background-color: #fff;
    z-index: -1;
}



._widget{
    overflow: hidden;
    margin-bottom:25px;    background: #fff;
    padding: 0px;
    border-radius: 8px;
    box-shadow: 0 6px 40px rgba(0, 0, 0, .05);
}
._widget h3.title {
    position: relative;
    padding: 23px 23px;
    margin-bottom: 0;
    background-color: #293139;
    z-index: 1;
    font-size: 1.22rem;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-top: 0;
}
._widget h3.title>span {
    display: inline-block;
    padding-right: 23px;
    background-color: #293139;
}
._widget h3.title>span .text-main-1 {
    color: var(--color_palette_1)!important;
}
._widget h3.title::after {
    content: "";
    position: absolute;
    display: block;
    top: 36px;
    right: 1px;
    left: 30px;
    height: 3px;
    background-color: #fff;
    z-index: -1;
}
._widget ._content {
    padding: 10px;
    background-color: #001219;
    border: 1px solid #001219;
}
._widget ._banner img{
    width:100%;
}
._widget a{color:#163d70;}
._widget a:hover{color:var(--color_palette_1);}
._widget .wg-date{
    margin-top: 5px;
    font-size: 14px;
    color: #7f8b92;
    font-weight: 400;
}
._widget .wg-price{
    color:var(--color_palette_1);
}
._widget ._relates {
        display: block;    padding: 8px;
}
._widget ._relates .item:first-child{
     padding-top: 20px;
    border-top: 0;
}
._widget ._relates .item {
    padding-top: 15px;
    margin-top: 18px;
    border-top: 1px solid #293139;
    padding-left: 120px;
}
._widget ._relates .item .wg-image {
    float: left;
    width: 100px;
    margin-left: -120px;
    overflow: hidden;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    text-decoration: none;
}
._widget ._relates .item .wg-title {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
}
._widget ._relates .item .wg-price
{
    margin-top: 5px;
    font-size: 14px;
    color: var(--color_palette_1);
    font-weight: 700;
}

._widget  h3.title2{
    background: #dc4f4f;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    padding: 9px 5px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
._widget .price-txt{
    display:none;
}
@media (max-width: 768px)
{
    ._widget h3.title>span.price-label{
        display: block;
        position: relative;
        margin-top: 10px;
        padding: 12px 12px;
    }
    ._widget .price-txt{
        display:inline-block;
    }
}
/*form register*/
.form-register {
    max-width: 100%;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 20px 0px;
    background: rgb(22 30 38);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(131, 131, 131, 0.2);
    border-image: initial;
    padding: 0;
    border-radius: 2px;
    border: 1px solid #333333;
    margin: 0 auto;
}
.form-register form {
    padding: 25px  15px 20px;
    position: relative;
    margin: 0 auto;
}
.form-register .input-group label {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
    color: #fbfbfb;
    font-weight: 500;
    width: 100%;
}
.form-register .input-group span {
    position: relative;
}
.form-register .input-group input {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ffd986;
    background-color: #fffdf4;
    margin-bottom: 12px;
}
.form-register input {
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 15px;
    height: 38px;
    padding: 6px 14px;
}
.form-register .input-group button.btn-submit {
    -webkit-transition: all .3s;
    background: linear-gradient(135deg,#fa1842 10%,#dd163b 100%);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    color: #e8e8e8;
    font-size: 17px;
    margin: 5px 0 10px;
    padding: 8px 15px;
    font-weight: 500;
    transition: all .3s;
    border: 2px solid #fff;
    width:100%;
    max-width: 320px;
    cursor: pointer;
}
@media (min-width: 551px) {
    .form-register .input-group{
        width: 50%;
        float: left;
    }
    .form-register .input-group input {
        max-width: 320px;
    }
}
/*end form register*/
.updated,
.author a,
.category a,
.comments a {
	font: 400 14px/25px Tahoma;
	color: #666;
	padding-left: 20px;
	margin-right: 10px
}

#div--q {
	position: absolute;
	display: none;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	box-shadow: 0 0 1px #ccc;
	background-color: #fff;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	margin-top: 38px
}

#div--q a.display_box {
	border-top: solid 1px #eee;
	font-size: 12px;
	height: 40px;
	display: table;
	width: 100%;
	margin: 0 auto;
	background: #fefefe;
	float: left;
	padding: 5px 8px;
	box-sizing: border-box
}

#div--q a.display_box img {
	width: 35px;
    height: auto;
	float: left;
	margin-right: 6px
}

#div--q span.no-search {
	color: #444;
	padding: 8px 20px;
	display: block;
	text-align: center;
	font-style: italic
}

#div--q a.display_box.search-full {
	height: 20px;
	text-align: center;
	font-weight: 400;
	color: #444;
	font-size: 13px
}

#div--q a.display_box:hover {
	background: #e8e8e8
}

#div--q a.display_box:hover a span:first-child,
#div--q a.display_box.search-full:hover {
	color: #c0392b
}

.div--q a.display_box:first-child {
	border-top: none
}

#div--q a.display_box span {
	color: #4a4a4a;
	margin: 3px;
	font-size: 13px;
	line-height: 15px;
	display: block
}

#div--q a.display_box span.sub-name {
	color: #4a4a4a;
	font-size: 93%;
	margin-top: 2px
}

#div--q a.display_box:hover span,
#div--q a.display_box:hover img {
	opacity: .9
}
/*onpage*/
.onpage {
width: 100%;
    display: block;
    background: #fbefb5;
    color: #173b6d;
    padding: 8px 18px;
    line-height: 24px;
    box-sizing: border-box;
    border: 10px;
    font-size: 16px;
}

.onpage p {
	margin-bottom: 10px;
}

.onpage .onpagetext {
	max-height: 200px;
	overflow: hidden;
	position: relative;
	font-size: 16px;
    line-height: 25px;
	transition: all 0.5s;
	padding-bottom: 20px
}

.onpage .smore {
	margin-top: 20px
}

.onpage .smore a {
	color: #5a5757;
	font-weight: 600
}

.onpage .smore a:after {
	content: "";
	background-image: url(/theme/images/arrow-down.svg);
	width: 8px;
	height: 12px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: .8;
	margin: 0 6px
}

.onpage .onpagetext:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .2);
	height: 50px;
	pointer-events: none;
	background: -webkit-gradient(to bottom, #3f3f3e59, #262626e6);
	background: linear-gradient(to bottom, #3f3f3e59, #262626e6);
    background: linear-gradient(to bottom, #3f3f3e59, #262626e6);
}

.onpage .expand.onpagetext {
	overflow: unset;
	max-height: unset
}

.onpage .expand.onpagetext {
	content: unset
}
/*blog*/
.mt-container {
    margin: 0 auto;
}
 .mt-container:before, .mt-container:after,.entry-content:before, .entry-content:after {
    content: '';
    display: table;
}
 .no-sidebar #primary, .home.blog.no-sidebar #primary {
    float: none;
    width: 100%;
    margin: 20px auto;
}
#primary, .home.blog #primary {
    float: left;
    width: 70%;
}
#secondary, .home.blog #secondary {
    float: right;
    width: 27%;
}
.widget-area{
    margin-top: 40px;
}
.widget-area ._banner img{
    transition: all 0.5s;
    display:block;
    max-width:400px;
}
.widget-area ._banner img:hover{
    transform: scale(1.04);
}
.no-sidebar #secondary, .no-sidebar-center #secondary {
    display: none;
}

.color-blog-content-masonry {
    margin-left: -3%;
    color: #000000;
}
.mt-archive--block-grid-style article,
#mt-masonry article {
    display: inline-block;
    width: 47%;
    margin-left: 3%;
    margin-right: -4px;
    vertical-align: top;
}

#mt-masonry article {
    width: 30.33%;
    margin-bottom: 25px;
}
#content #primary article:first-child {
    margin-top: 0;
}
article .post-thumbnail {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
article a.post-thumbnail{
     width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 56%;
    position: relative;
    transition: all .3s;
 }
article a.post-thumbnail img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}
article .post-thumbnail img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    min-width: 100%;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 0;
}
article .post-thumbnail:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.post-cat, .post-cats-list {
    margin-bottom: 10px;
    margin-top: 5px;    display: inline;
}
article .entry-meta{    display: inline-block;}
.post-cats-list a {
    background: #d83c3c;
    font-size: 12.5px !important;
    color: #fff;
    padding: 1px 8px;
    display: inline-block;
    line-height: 19px;
    border-radius: 2px;
    opacity: 0.9;
}
.posted-on, .blog-author, .blog-cat {
    display: inline;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.posted-on a {
    position: relative;
    margin-right: 46px;
    color: #163d70;
}
.entry-cat a {
    font-size: 13px;
}
.posted-on a::before {
    content: "";
    width: 30px;
    height: 1px;
    background: #272727;
    position: absolute;
    top: 10px;
    left: 5px;
}
.posted-on time{
    padding-left: 46px;    font-size: 14px;
}
.updated {
    display: none;
}
.byline a {
    color: #333;
}
.entry-header {
    margin-top: 15px;
}
.entry-title {
    font-size: 19px;
    margin-bottom: 8px;
    line-height: 1.3;
    font-weight: 700;
}
.entry-title a {
    color: #163d70;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.entry-title a:hover
{
    color: #f4503e;
}
.entry-content {
    font-size: 16px;
    line-height: 2;
    margin: 0;
}
.entry-content ol, .entry-content ul{
    list-style: disc;padding-left: 20px;
}
.color-blog-content-masonry .entry-content >p{
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.95;
    font-weight: 400;
}
 .entry-footer>span.tags-links {
    display: block;
    margin: 0 0 20px;
    font-weight: 500;
    color: #333 !important;
    font-size:13px;
}
 .entry-footer .tags-links a, .entry-footer .tags-links span {
    margin: 0 3px;
    font-weight: 400;

    color: #999;
}
.entry-footer .mt-readmore-btn, .btn-wrapper a, .mt-readmore-btn {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    color: #333;
}
.entry-footer .mt-readmore-btn i, .btn-wrapper a i, .mt-readmore-btn i {
    margin-left: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mt-readmore-btn:after{
    content:"";
    margin-left: 10px;
    margin-left: 5px;
    background-image:url(/theme/icons/long-arrow-right.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.mt-readmore-btn:hover:after{
    margin-left: 10px;
}
/*detail*/
.custom-header {
    background-size:cover;background-repeat: no-repeat;background-position: center;
    padding: 50px 0;
    text-align: center;
    margin: 0;
    position: relative;
    height: 200px;
}
.custom-header.has-bg-img:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.custom-header.has-bg-img .mt-container {
    position: relative;
    z-index: 99;
}
.site-content{
    min-height: 600px;
}
 .mt-container:before,.mt-container:after,.site-content:before, .site-content:after {
    content: '';
    display: table;
}
 .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .mt-container:after {
    clear: both;
}
 .custom-header .entry-title, .custom-header .page-title {
    font-size: 36px;
    color: #fff;
    margin: 0;
}
.post-info-wrap {
    z-index: 99;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 140px 30px 20px 30px;
    direction: ltr;
}
.has-thumbnail .post-info-wrap .entry-meta a, .front-slider-block .post-info-wrap .entry-meta a {
    color: #fff;
}
.has-thumbnail .post-info-wrap .entry-title a, .front-slider-block .post-info-wrap .entry-title a {
    color: #fff;
}
.has-thumbnail .post-info-wrap .entry-meta .posted-on a::before, .front-slider-block .post-info-wrap .entry-meta .posted-on a::before {
    background: #fff;
}
.single article .post-thumbnail:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.single .entry-title {
    font-size: 29px;
    margin-top: 20px;
}
.single article .entry-content {
    margin-top: 15px;
}
.single article .entry-content iframe{
    width:100%;
    max-width:100%;
}
.mt-single-related-posts {
    margin-top: 40px;
}
.mt-single-related-posts .entry-title {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.4;
}
.mt-related-post-title{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
        padding-left: 43px;
}
.mt-related-post-title::before
{
    position: absolute;
    left: 0;
    content: "";
    width: 26px;
    height: 5px;
    background: #e04949;
    top: 10px;
}
.mt-related-posts-wrapper {
    margin-left: -3%;
}
.mt-related-posts-wrapper article {
    display: inline-block;
    margin-left: 3%;
    margin-right: -4px;
    width: 30.33%;
    vertical-align: top;
    margin-bottom:30px;
}
.mt-related-posts-wrapper .single .entry-title {
    font-size: 19px;
    margin-top: 10px;
}

 #breadcrumb .mt-container {
    width: 100%;
    padding: 0;
}
 .breadcrumbs .trail-items {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    font-size:15px;
}
 .breadcrumbs .trail-items li {
    display: inline-block;
    margin: 0 10px;
    color: #fafafa;
}
 .breadcrumbs .trail-items li::after {
    content: "";
    width: 8px;
    height: 8px;
    background-repeat: no-repeat;
    background-image: url(/theme/icons/angle-double-right.png);
    position: relative;
    right: -10px;
    font-size: 14px;
    display: inline-block;
}
 .breadcrumbs .trail-items li:last-child:after {
    display: none;
}

@media (max-width:1400px) {
    .mt-container,
    .site-layout--boxed #page {
        width: 1170px
    }
    .top-featured-post-wrap .entry-header .entry-title {
        font-size: 16px
    }
    .entry-title {
        font-size: 18px
    }
    #colophon .widget .widget-title,
    #secondary .widget .widget-title,
    .mt-related-post-title {
        font-size: 18px
    }
    .single article .post-thumbnail {
        margin-bottom: 0
    }
    .single .mt-related-posts-wrapper .entry-title {
        font-size: 19px
    }
    .mt-form-close {
        font-size: 50px
    }
}

@media (max-width:1200px) {
    .mt-container,
    .site-layout--boxed #page {
        width: auto;
        margin: 0 2%
    }
    .site-layout--boxed .mt-container {
        padding: 0 10px
    }
    #top-header {
        position: relative
    }
    .mt-follow-title {
        display: none
    }
    .tags-wrapper {
        margin: 0;
        background: #212121;
        opacity: 0;
        position: absolute;
        visibility: hidden;
        top: 50%;
        left: 0;
        padding: 4px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .8s;
        -o-transition: all .8s;
        transition: all .8s;
        width: 100%
    }
    .trending-wrapper:hover .tags-wrapper {
        opacity: 1;
        visibility: visible;
        left: 30%
    }
    .top-featured-post-wrap .post-thumbnail .post-number {
        width: 20px;
        height: 20px;
        line-height: 21px;
        font-size: 12px
    }
    .top-featured-post-wrap .post-thumbnail {
        width: 30%
    }
    .top-featured-post-wrap .mt-post-content {
        width: 66%
    }
    .top-featured-post-wrap .entry-header .entry-title {
        font-size: 14px
    }
    .posted-on a::before {
        width: 18px;
        right: -24px
    }
    .posted-on a {
        margin-right: 28px
    }
    #mt-scrollup {
        right: 10px
    }
    #colophon .widget .widget-title,
    #secondary .widget .widget-title,
    .mt-related-post-title {
        font-size: 18px
    }
    #colophon .widget .widget-title::before,
    #secondary .widget .widget-title::before,
    .features-post-title::before,
    .mt-related-post-title::before {
        height: 2px;
        top: 32px;
    }
    .custom-header .entry-title,
    .custom-header .page-title {
        font-size: 32px
    }
    .single .entry-title {
        font-size: 27px
    }
    .single.post-cat,
    .single.post-cats-list {
        margin-bottom: 0
    }
    .mt-menu-search .mt-form-wrap .search-form .search-field {
        height: 54px;
        font-size: 20px
    }
    .error-num {
        font-size: 70px;
        line-height: 90px
    }
    .error-num span {
        font-size: 36px
    }
    h1 {
        font-size: 28px
    }
    #footer-menu li a {
        padding: 0 10px
    }
    .widget {
        padding: 14px
    }
    .custom-header {
        padding: 54px 0
    }
}

@media (max-width:979px) {
    .top-header-nav {
        float: none;
        display: block;
        text-align: center
    }
    .site-branding {
        float: none;
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-top: 0
    }
    .logo-ads-wrap {
        padding: 20px 0 30px
    }
    .menu-toggle {
        display: block
    }
    .mt-social-menu-wrapper {
        position: relative
    }
    .header-widget-wrapper {
        text-align: center;
        float: none
    }
    #site-navigation {
        display: none;
        position: absolute;
        top: 90%;
        left: 0;
        width: 100%;
        background: #fff;
        float: none;
        z-index: 9999
    }
    #site-navigation .mt-container {
        border: none;
        padding: 0
    }
    #site-navigation ul {
        display: block
    }
    #masthead #site-navigation ul li {
        border-bottom: 1px solid #e1e1e1;
        display: block
    }
    #site-navigation ul li a {
        line-height: 44px;
        padding: 0
    }
    #site-navigation ul li a::after {
        display: none
    }
    #site-navigation ul li .children,
    #site-navigation ul li .sub-menu {
        position: static;
        min-width: 100%;
        opacity: 1;
        top: 0;
        left: 0;
        visibility: visible;
        display: none;
        background: 0 0;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        box-shadow: none;
        transform: scaley(1);
        -webkit-transform: scaley(1);
        -ms-transform: scaley(1);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0
    }
    #site-navigation ul>li:hover>.children,
    #site-navigation ul>li:hover>.sub-menu {
        top: 0
    }
    .sub-toggle {
        background: #333 none repeat scroll 0 0;
        color: #fff;
        cursor: pointer;
        display: block!important;
        height: 24px;
        line-height: 25px;
        position: absolute;
        right: 15px;
        text-align: center;
        top: 12px;
        width: 24px
    }
    #site-navigation ul>li.current-menu-ancestor .sub-toggle,
    #site-navigation ul>li.current-menu-item .sub-toggle,
    #site-navigation ul>li:hover>.sub-toggle {
        background: #666
    }
    #site-navigation li.current-menu-item>.sub-toggle {
        background: #fff none repeat scroll 0 0
    }
    #site-navigation li.current-menu-item>.sub-toggle i {
        color: #d40234
    }
    #site-navigation li.menu-item-has-children>a::after,
    #site-navigation li.page_item_has_children>a::after {
        display: none
    }
    #site-navigation ul.children li,
    #site-navigation ul.sub-menu li {
        text-align: center
    }
    #site-navigation .menu-item-description,
    #site-navigation .menu-item-description::after {
        display: none
    }
    .mt-archive--block-grid-style article,
    .mt-archive--masonry-style #mt-masonry article {
        width: 97%
    }
    .no-sidebar.mt-archive--block-grid-style article,
    .no-sidebar.mt-archive--masonry-style #mt-masonry article {
        width: 47%
    }
    #bottom-footer {
        font-size: 12px;
        text-align: center
    }
    #footer-navigation {
        float: none;
        width: 100%;
        display: block;
        text-align: center
    }
    .navigation.pagination .nav-links .page-numbers.current,
    .navigation.pagination .nav-links a.page-numbers,
    .navigation.pagination .nav-links a.page-numbers:hover {
        padding: 8px 12px
    }
    .bttn,
    .navigation .nav-links a,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        padding: 10px;
        font-size: 12px
    }
    .mt-author-bio {
        font-size: 13px
    }
    .single .mt-related-posts-wrapper .entry-title {
        font-size: 15px
    }
/*    input[type=email],
    input[type=password],
    input[type=search],
    input[type=text],
    input[type=url] {
        height: 28px
    }*/
    #respond,
    .widget_archive a,
    .widget_categories a,
    .widget_meta a,
    .widget_nav_menu li a,
    .widget_pages li a,
    .widget_recent_comments li,
    .widget_recent_entries a,
    .widget_rss li {
        font-size: 13px
    }
    .error-404.not-found {
        width: 80%
    }
    .entry-content {
        font-size: 13px
    }
    .entry-meta a {
        font-size: 12px
    }
    .posted-on a::before {
        width: 14px;
        right: -20px;
        top: 8px
    }
}

@media (max-width:839px) {
    .front-slider-block,
    .top-featured-post-main-wrapper {
        width: 100%;
        float: none
    }
    .front-slider-wrapper {
        margin: 0 0 40px 0
    }
    .front-slider-block {
        width: 100%;
        float: none;
        margin-bottom: 40px
    }
    .top-featured-post-wrap {
        overflow: auto;
        margin-right: -3%
    }
    .top-featured-post-wrap .mt-single-post-wrap {
        width: 47%;
        float: left;
        margin-bottom: 3%;
        margin-right: 3%
    }
    #top-footer.footer-column-four .mt-footer-widget {
        width: 47%
    }
}

@media (max-width:768px) {
    .entry-meta {
        line-height: 1.5
    }
    .entry-meta a {
        font-size: 12px
    }
    .entry-header {
        margin-top: 5px
    }
    .posted-on a::before {
        width: 11px;
        right: -16px
    }
    .posted-on a {
        margin-right: 16px
    }
    #primary,
    #secondary,
    .home.blog #primary,
    .home.blog #secondary {
        width: 100%
    }
    .right-sidebar #primary .thumb-cat-wrap .wp-post-image {
        width: 100%
    }
    .mt-menu-search .mt-form-wrap .search-form .search-submit {
        padding: 16px 46px
    }
    .mt-menu-search .mt-form-wrap .search-form .search-field {
        height: 48px;
        font-size: 18px
    }
    .mt-form-close {
        font-size: 40px
    }
    .trending-wrapper {
        width: 100%;
        position: relative;
        margin-bottom: 10px
    }
    .error-num {
        font-size: 50px;
        line-height: 70px
    }
    .error-num span {
        font-size: 30px
    }
    h1 {
        font-size: 20px
    }
    .error404 h1 {
        font-size: 20px
    }
    .error404 .page-content {
        font-size: 12px
    }
    .error404 #primary {
        padding: 20px 0
    }
    .slider-post-wrap {
        height: 450px
    }

    
    .mt-related-posts-wrapper {
        margin-left: -1%;
    }
    .mt-related-posts-wrapper article {
        display: inline-block;
        margin-left: 1%;
        margin-right: -2px;
        width: 49%;
        vertical-align: top;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #323232;
    }
}

@media (max-width:600px) {
    .top-featured-post-wrap {
        margin-right: 0
    }
    .top-featured-post-wrap .mt-single-post-wrap {
        width: 100%;
        margin-right: 0
    }
    .archive-grid-post-wrapper,
    .color-blog-content-masonry {
        margin-left: 0
    }
     article,
     #mt-masonry article,
    .no-sidebar article,
    .no-sidebar #mt-masonry article {
        width: 100%;
        margin-left: 0
    }
    .single .entry-title {
        font-size: 18px
    }
    .single h1.entry-title {
        font-size: 22px
    }
    .breadcrumbs .trail-items {
        font-size: 12px
    }
    .custom-header {
        padding: 28px 0
    }
    .mt-related-posts-wrapper {
        margin-left: 0
    }
    .mt-related-posts-wrapper article {
        margin-left: 0;
        margin-right: 0;
        width: 100%
    }
    .mt-related-posts-wrapper .post-cats-list a {
        margin-top: 0px
    }
    .head-tags-links a {
        display: block
    }
    .tags-wrapper {
        top: 50%;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: auto;
        padding: 0 20px
    }
    .trending-wrapper:hover .tags-wrapper {
        left: 0;
        top: 100%
    }
    .tags-wrapper a {
        display: block;
        padding: 10px 0
    }
    blockquote {
        font-size: 14px
    }
    .custom-header .entry-title,
    .custom-header .page-title {
        font-size: 28px
    }
    #top-footer.footer-column-three .mt-footer-widget {
        width: 97%
    }
}

@media (max-width:480px) {
    .mt-social-icon-wrap li {
        margin-right: 8px
    }
    .menu-toggle {
        padding: 9px 0
    }
    .single .post-info-wrap {
        margin-top: 10px
    }
    .mt-social-wrapper {
        margin: 12px 0 12px
    }
    .mt-search-icon {
        font-size: 14px;
        margin: 12px 0 12px 8px
    }
    .single .post-cat,
    .single .post-cats-list {
        margin-bottom: 0
    }
    .single .mt-author-box .mt-author-info .mt-author-name {
        font-size: 18px
    }
    .mt-author-bio {
        font-size: 12px
    }
    .mt-author-meta {
        font-size: 13px
    }
    .comment-form-cookies-consent label {
        margin-left: 0
    }
    .custom-header .entry-title,
    .custom-header .page-title {
        font-size: 18px
    }
  
    .search-no-results #primary .search-submit {
        margin-top: 18px;
        font-size: 18px
    }
    .error404 #primary {
        padding: 0
    }
    .error-404.not-found {
        width: 100%;
        padding: 18px 0 18px 0
    }
    .error404 .page-title {
        font-size: 16px
    }
    .slider-post-wrap {
        height: 360px
    }
    .front-slider-block .post-info-wrap .entry-title {
        font-size: 20px
    }
    #top-footer.footer-column-four .mt-footer-widget,
    #top-footer.footer-column-two .mt-footer-widget {
        width: 97%
    }
}
/*end blog*/
.getlink {
    margin: 30px auto;
    padding-top: 42px;
    min-height: 450px;
    border: 1px solid #f0f0f0;
    text-align:center;
}
.getlink .heading-wrapper .heading-inner {
    max-width: 950px;
    padding-bottom: 30px;
    margin: auto;
}
.getlink .heading-wrapper .heading-inner h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
}
.getlink .page-content {
    font-size: 110%;
}
.getlink .page-content h2, .getlink .page-content h3, .getlink .page-content h4 {
    font-family: 'Oswald', sans-serif;
}
.getlink h1 {
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 0.2px;
}
.getlink .thank_description {
    font-size: 20px;
}
.getlink h1, .thanks .thank_description {
    text-align: center;
}
.getlink .icon-success {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 31px;
}
.getlink p.p_btn {
    margin-top: 30px;
    text-align: center;
}
.getlink #btn-link a{
    color: #fff;
    background: #f64f32;
    border: 2px solid #f64f32;
    margin: 0 3px;
    height: 44px;
    display: inline-block;
    align-items: center;
    line-height: 1.6;
    border-radius: 23px;
    padding: 9px 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    transition: all 0.3s;
    width: 176px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(#f7563a, #f64f32);    transition: all 300ms;
}
.getlink #btn-link a.disabled{opacity:0.7;cursor:progress;transform: scale(1);}
.getlink #btn-link a:hover{
    transform: scale(1.1);
}

.getlink .btn_contact:hover {
    opacity: 0.9;
    color: #fff;
}
.getlink #delayMsg {
    color: #41c946;
    text-align: center;
    font-weight: bold;
}
.getlink .notify{
    margin: 25px auto 8px;
    text-align: center;
    font-size: 16px;
    max-width: 700px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
/*popup*/
#popup1{
    padding-top:80px
}
.form-popup{
    border-radius:2px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:700;
    width:620px;
    margin:0;
    position:relative;
    margin:60px auto;
    border-radius:5px;
    cursor:pointer
}
.form-popup .form-inner img{
    width:100%;
    max-width:100%;
    display:block;
    border-radius:5px
}
/*.md-show.md-effect .form-popup:hover{
    opacity:.9
}*/
#contactdiv{
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    display:none
}
.popup1{
    opacity:1;
    position:fixed;
    top:50%;
    left:50%;
    height:100%;
    width:100%;
    right:0;
    bottom:0;
    z-index:10002;
    visibility:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%)
}
.popup1.md-show{
    visibility:visible
}
.md-overlay{
    position:fixed;
    width:100%;
    height:100%;
    visibility:hidden;
    top:0;
    left:0;
    z-index:1000;
    opacity:0;
    background:rgba(40,43,49,.9);
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show~.md-overlay{
    opacity:1;
    visibility:visible
}
.md-effect .form-popup{
    -webkit-transform:scale(.7);
    -ms-transform:scale(.7);
    transform:scale(.7);
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show.md-effect .form-popup{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.form-popup .close{
    float:right;
    margin-top: 8px;
    margin-right: 8px;
    position:absolute;
    top:0;
    right:0;
    opacity: 0.9;
}
.form-popup .close{
    cursor:pointer
}
.form-popup input[type=submit]:hover,.form-popup .close:hover{
    opacity:.9
}
.form-popup #loading{
    position:absolute;
    top:0;
    right:-5px;
    bottom:90px;
    left:-5px;
    background:rgba(255,255,255,.7);
    z-index:100;
    text-align:center
}
.form-popup #loading span{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    height:22px;
    width:90px;
    color:#333
}
.form-popup .send-success,.form-popup .send-error{
    padding:20px 10px;
    color:#fff;
    text-align:center;
    border:none;
    background:none
}
.form-popup .send-success img,.form-popup .send-error img{
    display:block;
    margin:0 auto;
    max-width:108px;
    width:100px
}
.form-popup .send-success p{
    color:#07970c
}
.form-popup .send-error p{
    color:#c72528
}
@media only screen and (max-width:768px){
    .form-popup{
        width:96%;
        margin-left:1.5%;
        margin-right:1.5%;
        margin:70px auto
    }
}
/*end popup*/
.close-btn {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid #efefef;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.close-btn svg {
    width: 10px;
    height: 10px;
    fill: #000
}