/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu,17 Apr 2014 04:03:46 GMT
 */

/* NUKEVIET ICONS */

@font-face {
    font-family:'NukeVietIcons';
    src:url('../../default/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../default/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../default/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../default/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
	font-family: "UTMAmericana";
	src: url('../../web24/fonts/utmamericana/UTM Americana.ttf');
	font-weight:normal;
}
@font-face {
	font-family: "UTMAmericana";
	src: url('../../web24/fonts/utmamericana/UTM AmericanaB.ttf');
	font-weight:bold;
}

[class^="icon-"],
[class*=" icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 NukeVietIcons;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    vertical-align:-10%;
}

.icon-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-25%;
}

.icon-horizon {
    width:14px;
}

.icon-lg.icon-horizon {
    width:22px;
}

.icon-nukeviet:before {
    content:"\e607";
}

.icon-nukeviet_sm:before {
    content:"\e608";
}

.icon-callcenter:before {
    content:"\e609";
}

.icon-today:before {
    content:"\e600";
}

.icon-qrcode:before {
    content:"\e601";
}

.icon-enter:before {
    content:"\e602";
}

.icon-exit:before {
    content:"\e603";
}

.icon-yahoo:before {
    content:"\e604";
}

.icon-old-phone:before {
    content:"\e606";
}

.icon-icq:before {
	content: "\e605";
}
.icon-viber:before {
	content: "\e60a";
}

.icon_new {
    background:url("../images/icons/new.gif") no-repeat;
    display:inline-block;
    width:33px;
    height:15px;
}

.icon_new_small {
    background:url("../images/squared-blue.png") no-repeat 0 8px;
}

.icon_list {
    background:url("../images/arrow_left_orange.png") no-repeat 0 8px;
}

/* Fonts Color */

.text-black {
    color:#000 !important;
}

.text-white {
    color:#fff !important;
}

/* Fonts Weight */

.text-normal {
    font-weight:400;
}

.text-bold {
    font-weight:800;
}

/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display:none;
}

.hidden-ss-block {
    display:block !important;
}

.hidden-ss-inline {
    display:inline !important;
}

.hidden-ss-inline-block {
    display:inline-block !important;
}

.margin {
    margin:10px;
}

.margin-right {
    margin-right:10px;
}

.margin-left {
    margin-left:10px;
}

.margin-top {
    margin-top:10px;
}

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

.margin-sm {
    margin:4px;
}

.margin-right-sm {
    margin-right:4px;
}

.margin-left-sm {
    margin-left:4px;
}

.margin-top-sm {
    margin-top:4px;
}

.margin-bottom-sm {
    margin-bottom:4px;
}

.margin-lg {
    margin:15px;
}

.margin-right-lg {
    margin-right:15px;
}

.margin-left-lg {
    margin-left:15px;
}

.margin-top-lg {
    margin-top:15px;
}

.margin-bottom-lg {
    margin-bottom:15px;
}

.padding-top{
    padding-top: 10px
}

.padding-left{
    padding-left: 10px
}

.padding-right{
    padding-right: 10px
}

.padding-bottom{
    padding-bottom: 10px
}

.boder-top{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}

.boder-bottom{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}

.border-left{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}

.border-right{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}

.column-margin-left{
    margin-left: 10px !important
}

.bg-gainsboro{
    background-color:#dcdcdc
}

.bg-lavender{
    background-color:#eeeeee
}

/*Load_Bar*/
.load-bar{
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 8px;
    background: transparent url(../../../assets/images/load_bar.gif);
    margin: auto 10px
}

/*Center DIV*/
.centered {
   text-align: center;
   font-size: 0
}
.centered > div {
   float: none;
   display: inline-block;
   text-align: left;
   font-size: 14px;
}

/*nv-info*/
.nv-info {
    border-width:1px;
    border-style:solid;
    border-color:#dcdcdc;
    border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#f7f7f7;
    color:#333;
    padding:10px;
}

.nv-info.error {
    background-color:#EFD7D7 !important;
    border-color:#DCA8A6 !important;
}

.nv-info.success {
    background-color:#edf4fa !important;
    border-color:#82b2dc !important;
}

.nv-info:before {
    display:inline-block;
    font-family:FontAwesome;
    font-size:20px;
    line-height:1;
    vertical-align:middle;
    margin-right:5px;
}

.nv-info.error:before {
    content:" \f057 ";
    color:#de495b;
}

.nv-info.success:before {
    content:" \f13a ";
    color:#68D044;
}

.clear {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.pointer {
    cursor:pointer;
}

.middle{
    vertical-align:middle
}

.align-bottom{
    vertical-align: bottom
}

.align-top{
    vertical-align: top
}

ul,
ol {
    list-style:none;
}

.input-group-btn {
    font-size:14px !important;
}

.radius-top-left {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.radius-top-right {
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

.radius-bottom-left {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}

.radius-bottom-right {
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

.radius {
    -webkit-border-radius:5px;
    border-radius:5px;
}

.bg-gradient {
    background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background-image:linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.3) 100%);
}

.box-shadow {
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
}

.fix-box {
    position:inherit !important;
    margin-left:0 !important;
}

.well {
    padding:8px;
    line-height:18px
}

.well p {
    margin:0;
}

input[type=text].required,
input[type=password].required,
input[type=email].required,
input[type=number].required,
input[type=search].required,
input[type=tel].required,
input[type=time].required,
input[type=url].required,
input[type=url].required,
textarea.required,
select.required,
label.required {
    background-image:url(../images/icons/required.png);
    background-position:right center;
    background-repeat:no-repeat;
}
textarea.required{
    background-position: right 10px;
}
select.required{
    background-position: calc(100% - 15px) 10px;
}
label.required{
    padding-right: 20px;
}

label.radio-box,label.check-box{
    font-weight: normal;
    margin-right: 20px;
    cursor: pointer;
}
div.radio-box,div.check-box{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}
.has-error div.radio-box,.has-error div.check-box{
    border-color: #de495b;
}

.display-inline-block{
    display: inline-block
}

.display-table {
    display:table;
}

.display-table > * {
    display:table-row;
}

.display-table > * > * {
    display:table-cell;
    padding:5px;
}

/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#255986;
    border-radius:4px;
    height: auto;
    overflow: auto
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #255986;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #255986;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #255986;
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #255986;
}

.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}

.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}

/* Fixed Jquery UI Style */

.ui-widget {
    font-size:12px !important;
    font-weight:400 !important;
    line-height:18px !important;
}

.ui-datepicker {
    width:18em !important;
}

.ui-datepicker select.ui-datepicker-month {
    width:59% !important;
    font-weight:normal !important;
}

.ui-datepicker select.ui-datepicker-year {
    width:39% !important;
    font-weight:normal !important;
}

figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background-color: #939393;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background-color: #357ebd;
    color:#fff;
    font-size:11px
}

/* Global */

html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0
}

body {
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
	font-family:'Tomorrow', sans-serif;
}

a,
a:link,
a:active,
a:visited {
    color:#1a3f5e;
}

a:hover,
a:focus {
    text-decoration:none;
    color:#0e2132;
}

a.dimgray  {
    color:#707070;
}

a.dimgray:hover {
    color:#0e2132;
}

a.black  {
    color:#333;
}

a.black:hover {
    color:#0e2132;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:700;
}

.title{
    font-size:22px
}

.hometext{
    font-weight: 700
}

.bodytext {
    word-break:keep-all;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
	line-height: 1.7em;
}

.bodytext p{
    margin-bottom: 15px !important
}

.bodytext ol{
	list-style-type: decimal!important;
}

.bodytext ul{
	list-style-type: disc!important;
	padding-left: 40px!important;
	margin-bottom: 10px!important;
}

.bodytext li{
	margin-bottom: 0!important;
}

.bodytext div.alert{
	margin-bottom: 7px;
	margin-top: 4px;
}

iframe {
    border:0;
}

.m-bottom {
    margin-bottom:10px !important;
}

.wraper {
    position:relative;
    width:1170px;
    margin:0 auto;
}

.container,.rel {
    position:relative;
}

.fa-fix {
    margin-right:-5px;
}

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

.fa-lg.fa-horizon {
    width:22px;
}

h3.sm {
    font-size:16px;
}

span.keyword {
    background-color:yellow;
}

.nv-fullbg {
    min-height:100%;
    background-color:#fff;
}

a.btn {
    color:#fff;
}

.body-bg {
    background-size:100%,auto;
}

/* Header */

#header {
	z-index:2;
	position:relative
}

#header .logo {
    position:relative;
    margin:0;
    padding:10px 5px;
	/* padding-left: 15px; */
}

#header .logo h1, #header .logo .site_name {
    display:none;
}

#header .logo h2, #header .logo .site_description {
    color:#707070;
    font-size:18px;
    font-weight:bold;
    font-style:italic;
    font-family:"Times New Roman";
    line-height:1.1;
    margin:0;
    padding:0;
    display: block;
}
.hotline{
    font-family: 'Tomorrow', sans-serif;
    font-size: 22px;
    color: #00c;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 40px;
	margin-top: 10px;
	position: fixed;
	right: 0;
	/* bottom: 20px; */
	bottom: 100px;
	background:#edb8ff;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	padding: 0px 10px;
	box-shadow: 0px 0px 10px 0px #0000008f;
}
.hotline a{
	color:#00c;
}
.hotline a:hover{
	color: #00c;
}
.hotline i{
}

/* breadcrumb */
.breadcrumbs-wrap{
	position: relative;
}

.breadcrumbs-wrap .display{
	height: 35px;
	overflow: hidden;
}

.breadcrumbs {
    display: inline-block;
	line-height:32px
}

.breadcrumbs li {
    float: left;
    margin: 0 8px 0 0px;
    background: url(../images/brea.png) no-repeat right center;
    padding: 0 15px 0 0px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs li:last-child{
	background:none
}

.subs-breadcrumbs{
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}

.subs-breadcrumbs.open{
	display: block;
}

.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.subs-breadcrumbs li, .subs-breadcrumbs a {
    display:block;
    float:none;
}

.subs-breadcrumbs a{
    line-height:40px;
    height:40px;
    overflow: hidden;
    padding:0 10px;
}

.subs-breadcrumbs li:not(:last-child) a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
}

.subs-breadcrumbs a:hover{
    background-color: rgba(0,0,0,0.1)
}

.subs-breadcrumbs a em{
	display: inline-block;
	margin-right: 5px;
	color: #707070;
}

.show-subs-breadcrumbs{
	padding-right: 5px;
	margin-right: 7px;
	width: 30px;
	text-align: center;
}


.fix_banner_left {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    left:2px;
    display:none;
}

.fix_banner_right {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    right:2px;
    display:none;
}

/* SECOND NAV */
.second-nav{
    z-index:3;
}
.second-nav .bg {
    background:#cccccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

/* THIRD NAV */

.third-nav {
    position:relative;
    margin-bottom:6px;
}
.third-nav-arrow{
}

.third-nav .row{
}

.third-nav .bg {
	padding-left: 15px;
}

.third-nav .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}

.third-nav ul + .current-time{
    float:right;
    margin-top:-35px
}

.search {
    margin:0.15em 0;
}

.search input {
    border-color:#cccccc;
    background-color:#fff !important;
	height:34px
}

.search input:hover,
.search input:focus {
    background-color:#fff !important;
}

.search .btn-info {
    background-color:#7d00dd;
    border-color:#7d00dd;
    color:#fff
}

.search .btn-info:focus,
.search .btn-info.focus,
.search .btn-info:hover,
.search .btn-info:active,
.search .btn-info.active {
  background-color: #00c;
  border-color: #00c;
  color:#fff;
}

/* Bootstrap Menu */

#menusite .navbar-default {
    background-color:transparent;
    border-bottom-color:transparent;
}

#menusite .navbar-default .navbar-nav > li {
    margin-left:1px;
}

#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left:4px;
}

#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}

#menusite .navbar-default .navbar-nav > li > a {
    color:#7d00dd !important;
	font-weight:700;
	font-family:'Tomorrow', sans-serif;
	font-size:18px !important;
	line-height:60px;
	text-transform:uppercase;
	padding:0 15px
}
.nav>li>a{
	padding-left:10px;
	padding-right:10px
}
.navbar-nav>li>a{
	padding-top:0;
	padding-bottom:0
}
#menusite .navbar-nav > li > a {
    white-space:nowrap;
}

#menusite .dropdown-menu {
	width:290px;
	padding: 0;
    background-color: #f7b300 !important;
    border: #f7b300 1px solid !important;
    border-radius: 0px !important;
    min-width: 100%;
}

#menusite .dropdown-menu > li {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,0.5);
}

#menusite .dropdown-menu > li:last-child {
    border-bottom:none;
}

#menusite .dropdown-menu > li > a {
    color:#fff !important;
    line-height:30px !important;
    padding:7px 10px !important;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:16px
}

#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
    background:#f7b300 !important;
    color:#fff !important;
}

#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    background: #edb8ff !important;
    color: #fff !important;
}

#menusite .dropdown-submenu {
    position:relative;
}

#menusite .dropdown-submenu li a {
    color:#333;
    display:block;
}

#menusite .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}

#menusite .dropdown-submenu:hover>.dropdown-menu {
    display:block;
}

#menusite .dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333;
    margin-top:10px;
    margin-right:-5px;
}

#menusite .dropdown-submenu.pull-left {
    float:none;
}

#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
#menusite .dropdown-menu i{
	position: absolute;
    top: -20px;
    left: 40%;
    font-size: 30px;
    color: #fff;
}

/* Head-Nav */

.header-nav {
    position:absolute;
    top:0;
    left:0;
    height:51px;
    width:100%;
    color:#dcdcdc;
    background-color:transparent;
}

.header-nav a {
    color:#dcdcdc;
}

.header-nav a:hover {
    color:#ffffff;
}

.header-nav a.button {
    display:inline-block;
    padding:8px;
    color:#dcdcdc;
    line-height:1;
    background-color:#428BCA;
    border-width:2px;
    border-color:transparent transparent #428BCA #428BCA;
    border-style:solid;
    border-radius:5px;
    -webkit-border-radius:5px;
}

.header-nav a.button:hover,
.header-nav a.active {
    background-color:#245682 !important;
    color:#ffffff !important;
}

/* TIP POPUP and FTIP POPUP */

#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background-color:#eeeeee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}

#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom-color:#aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}

#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}

#tip .tip-footer,
#ftip .tip-footer {
    background-color:#e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding:10px;
}

#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}

#ftip .ftip-footer {
    margin:10px -15px -15px;
}

#tip h3,
#ftip h3 {
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}

#tip ul {
    margin:0;
    padding:0;
}

#tip a {
    color:#333 !important;
}

#tip .socialList a {
    color:#fff !important;
}

/* Blocks social-icons,contactDefault and personalArea */

.social-icons,
.personalArea {
    line-height:51px;
    float:right;
    margin:0 10px;
}

.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:51px;
    margin:0 10px;
}

.personalArea {
    margin-left:50px;
}

.personalArea a.button.user,
.personalArea a.button.user:hover {
    width:30px;
    height:30px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}

.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background-color:#d9e8f4;
    border-width: 1px;
    border-style: solid;
    border-color: #a6c8e6;
    padding:10px;
    z-index:1000;
    display:none;
}

/* block counter */
.counter.display-table{
    width:100%
}

.counter span + span{
    text-align: right;
}

/* guestBlock */

.guestBlock {
    width:350px;
}

.guestBlock > h3 {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

.guestBlock > h3 > a {
    display:inline-block;
    line-height:34px;
    padding:0 17px;
    background-color:#e5e5e5;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}

.guestBlock > h3 > a:hover,
.guestBlock > h3 > a.current {
    background-color:#cccccc;
}

.socialList,
.contactList {
    list-style:none;
    padding:0;
}

.socialList li,
.contactList li {
    margin-right:10px;
}

.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}
.socialList{
	margin-top:15px;
}
.socialList li a {
    color:#fff;
    font-size:16px;
}

.socialList li a:hover {
	color:#e38800;
}
.socialList li a[href*="zalo"] {
    background-color:#3D5D8C;
}
.socialList li a[href*="facebook"] {
    background-color:#3D5D8C;
}
.socialList li a[href*="facebook"]:hover {
    color:#3D5D8C;
    background-color:#fff;
}
.socialList li a[href*="google"],
.socialList li a[href*="youtube"] {
    background-color:#DD4B39;
}
.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    color:#DD4B39;
    background-color:#fff;
}
.socialList li a[href*="twitter"] {
    background-color:#50A0D7;
}
.socialList li a[href*="twitter"]:hover {
    color:#50A0D7;
    background-color:#fff;
}
.socialList li a[href*="instagram"] {
	background-color:#c72991;
}
.socialList li a[href*="instagram"]:hover {
    color:#c72991;
    background-color:#fff;
}
.socialList li a[href*="feeds"]:hover {
    background-color:#FF9900;
}
.socialList li .fa {
    margin-right:5px;
	font-size:18px;
}

/* Body */

#body {
    background-color:#fff;
	margin-top:10px;
	/* padding:0px; */
}

/* Footer-NAV2 */

.footerNav2 {
    position:relative;
    width:100%;
    background-color:#193c5a;
    padding:10px 0;
    color:#dcdcdc;
}

.footerNav2 .theme-change {
    float:left;
    margin-left:10px;
    margin-right:10px;
    height:40px;
}

.footerNav2 .theme-change a,
.footerNav2 .theme-change span {
    display:inline-block;
    margin-top:5px;
    margin-right:10px;
    line-height:30px;
    width:30px;
    background-color:#245682;
    color:#428BCA;
    text-align:center;
    border-radius:15px;
    -webkit-border-radius:15px;
}

.footerNav2 .theme-change span {
    color:#dcdcdc;
    background-color:#428BCA;
}

.footerNav2 .theme-change a:hover,
.footerNav2 .theme-change span:hover {
    color:#fff;
    background-color:#428BCA;
}

.footerNav2 .theme-change .fa-lg {
    font-size:14px;
}

.footerNav2 .theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}

.footerNav2 .bttop {
    float:right;
    width:40px;
    height:40px;
    margin-right:10px;
}

.footerNav2 .bttop a {
    display:block;
    line-height:40px;
    background-color:#245682;
    color:#428BCA;
    font-size:14px;
    text-align:center;
    border-radius:20px;
    -webkit-border-radius:20px;
}

.footerNav2 .bttop a:hover {
    color:#fff;
    background-color:#428BCA;
}

.footerNav2 .bttop em {
    margin-right:-2px;
}

/* Footer */
.top-footer{
	min-height:80px;
	padding:5px 0;
	background-color:#edb8ff;
	display:inline-block;
	width:100%
}
.ourpolicy{
	color: #fff;
	font-family: 'Tomorrow', sans-serif;
	font-size:16px;
	font-weight:700;
	line-height: 30px;
}
.ourpolicy img{
	padding-right:10px;
}
#footer {
    position:relative;
    min-height:230px;
    width:100%;
    font-size:13px;
	clear:both;
	background-color:#383838;
	padding-bottom: 0;
}
.htkh ul li {
    margin-bottom: 15px;
    margin-top: 15px;
}
#footer,
#footer a {
    color:#fff;
	font-size:14px
}
#footer a:hover{
	color:#edb8ff;
}

#footer h3 {
    font-family: 'Tomorrow', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #edb8ff;
	font-weight:700;
	text-transform:uppercase
}

#footer h3 a {
    color:inherit;
}

#footer p {
    margin:0;
    padding:0;
}
.footer-menu{
	background-color:#e67817;
	border: 1px solid #da251c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height:50px;
}
.hr-footer{
	border-top: 1px solid #0c6bb4;
    margin-top: 0px;
    margin-bottom: 0px;
}

/* Block Footer-Menu */
#footer .panel-body{
	padding-left: 0px;
	padding-right:0px
}
#footer .menu {
    list-style:none;
    padding:0;
    margin:0;
}

#footer .menu li {
    position:relative;
    padding:0;
    margin:0;
}
#footer .menu li a {
    display:block;
    white-space:nowrap;
	margin-top:15px;
}

#footer .menu li a:hover {
    color:#da251c;
}

/* Block copyright*/

.copyright {
    color:#fff;
	text-align:center;
	line-height:41px;
	text-transform:uppercase;
    background-color:#545454;
}

.copyright span a {
    color:#fff !important;
}

.copyright span a:hover {
    color:#EDB8FF !important;
}

/* Block Company info */

.company_info li {
    display:table;
    clear:both;
	padding:10px 0
}

.company_info .company_name {
        padding-top: 20px;
    text-transform:uppercase;
}

.company_info li > em,
.company_info li > span {
    display:table-cell;
    vertical-align:middle;
}

.company_info li.company_name > span {
    font-family: 'Tomorrow', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: #edb8ff;
    font-weight: 700;
    text-transform: uppercase;
}

.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
}

.company-map {
    width:100%;
    height:300px;
}

/* Page break line */

.nv-hr {
    clear:both;
    height:1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin:10px 0;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -box-shadow:0 1px 1px rgba(0,0,0,0.1);
}

.nv-hr.nv-hr-lg {
    margin:20px 0;
}

.nv-hr.nv-hr-sm {
    margin:5px 0;
}

/* Social share,social button */

.nv-social-share {
    list-style:none;
    margin:0;
    padding:4px 5px 0 5px!important;
}

.nv-social-share li {
    display:inline-block;
    margin-bottom: 0!important;
    height: 20px;
}

.nv-social-share li.facebook {
    position:relative;
	top:-4px;
}

/* Form control */

.nv-captcha {
    vertical-align:middle;
}

/* List item */

.nv-list-item {
    list-style:none;
    margin:0;
    padding:0;
}

.nv-list-item li {
    padding:4px;
    margin:0 !important;
}

.nv-list-item.sm li {
    padding:2px;
}

.nv-list-item.xsm li {
    padding:1px;
}

.nv-list-item.lg li {
    padding:10px;
}

/* sub-list-icon */
.sub-list-icon > li:first-child > *:before,.cat-icon:before{
    content: " \f114 ";
    font-family:FontAwesome;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:4px;
    margin-top: -3px;
}
.sub-list-icon > li + li > *:before{
    content: " \f10c ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:10px
}
.sub-list-icon > li:first-child + li > *:before{
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}

/* List none */

.list-none {
    list-style:none;
    margin:0;
    padding:0;
}

/* Block global */

.nv-block-banners {
    position:relative;
    margin-bottom:10px;
    text-align:center;
}

.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}

.nv-block-banners img {
    max-width:100% !important;
    height:auto;
}

.nv-block-rss li {
    border-bottom-width:1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}

.nv-block-rss li:last-child {
    border:none;
    padding-bottom:0;
}

.nv-block-rss li:first-child {
    padding-top:0;
}

.nv-block-rss img {
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto;
    position:relative;
    top:4px;
    margin-right:10px;
    margin-bottom:5px;
}

/* Info die */

.nv-infodie {
    margin:0 auto;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
    border-width:1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color:#fff;
    position:absolute;
    min-height:300px !important;
    min-width:300px !important;
    display:table;
}

.nv-infodie .panel-body {
    display:table-cell;
    vertical-align:middle;
}

/* panel-body */

.panel-body p {
    margin:0;
}

.panel-body ul {
    margin:0;
    padding:0;
}

.panel-body ul li {
}

.panel-body img {
    margin-right:5px;
}

.panel-body ul li:last-child {
    margin-bottom:0;
}

.nv-infodie .logo {
    max-width:90% !important;
    margin-bottom: 10px
}

/* Form */

input[type="checkbox"],
input[type="radio"] {
    border-width:1px;
    border-style:solid;
    border-color:#aaaaaa;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:3px 4px 0 0;
    outline:0;
    padding:0 !important;
    text-align:center;
    vertical-align:middle;
    width:16px;
    min-width:16px;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#707070;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow:inset 0 1px 2px rgba(0,0,0,.1);
}

input[type=radio] {
    border-radius:50%;
    margin-right:4px;
    line-height: inherit;
}

input[type=checkbox]:disabled,
input[type=radio]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled:checked:before {
    opacity:0.7;
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    float:left;
    display:inline-block;
    vertical-align:middle;
    width:14px;
    font:normal 14px/1 'FontAwesome';
    speak:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

input[type=checkbox]:checked:before {
    content:'\f00c';
    margin:0 0 0 0;
    color:#333333;
}

input[type=radio]:checked:before {
    content:'\2022';
    text-indent:-9999px;
    border-radius:50px;
    font-size:24px;
    width:6px;
    height:6px;
    margin:4px;
    line-height:16px;
    background-color:#333333;
}

.img-thumbnail {
    background-color: transparent;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}

.fb-like {
    height:30px;
    /* margin-right:50px; */
}

.navbar-inverse {
    background-color:#d9e8f4;
    border-color:#2a6496;
}

.navbar-inverse .navbar-nav > li > a {
    color:#FFFFFF;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color:#ffffff;
    background-color:#2a6496;
}

.panel-heading {
    /*background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;*/
	background-color:#d5231a !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0);
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding:10px;
	color:#fff !important;
	text-transform:uppercase;
}
.panel-primary,.panel-primary>.panel-heading{
	border-color:#d5231a
}
.panel-primary>.panel-heading>a {
    color:#fff;
}

.panel-primary>.panel-heading>a:hover {
    color:#dcdcdc;
}

table caption {
    color:#357ebd;
    text-align:left;
    font-size:13px;
    font-weight:700;
    line-height:22px;
    padding:0 0 5px 2px;
}

blockquote {
    font-size:13px;
}

.modal-header .close {
    margin-top:-2px;
}

button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}

.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}

.modal-body{
    padding:15px
}

#sitemodal .modal-dialog {
  position: relative;
  width: auto !important;
  max-width: 600px;
  text-align: center;
  font-size: 0;
}
#sitemodal .modal-content{
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}
#sitemodal .close, #sitemodalTerm .close{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background-color: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border-width:2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px
}
#sitemodal .close:hover{
    opacity:1;
}
@media (max-width: 619px) {
    #sitemodal .modal-dialog{
        margin-left: 10px;
        margin-right: 10px;
    }
  #sitemodal .modal-content{
        display: block
    }
}

#sb-container {
    z-index:99999999 !important;
}

.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background-color:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#2f70a7 !important;
}

/* Block featured-products */

.featured-products > .row {
    margin-bottom:35px;
}

.featured-products > .row:last-child {
    margin-bottom:0;
}

.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:#fff !important;
    border-width:1px !important;
    padding:0 !important;
}

.featured-products ul {
    margin:0;
    padding:0;
}

.featured-products ul > li {
    margin-bottom:5px;
}

.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}

/* Account Level */
[class^="lev-"],
[class*=" lev-"]{
    display:inline-block;
}
[class^="lev-"]:before,
[class*=" lev-"]:before{
    font-family: FontAwesome;
    font-size:inherit;
    margin-right: 5px
}
.lev-1:before{
    content: " \f005 \f005 \f005 "
}
.lev-2:before{
    content: " \f005 \f005 \f006 "
}
.lev-3:before{
    content: " \f005 \f006 \f006 "
}
.lev-user:before{
    content: " \f007 "
}

/* module Contact*/
.contact-result{
    position:absolute;
    top:40px;
    left:5%;
    width:90%;
    float:left;
    z-index:2;
    padding:30px 20px;
    display:none
}

/* Block module-menu */
.module-menu{
    display:block;
    float:left;
    width:100%;
    background-color: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
    background-color:#428BCA;
    background-image:linear-gradient(to right,#428BCA 4px,#428BCA 4px);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration: none;
    margin:0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}
.module-menu a:before{
    font-family:'FontAwesome';
    content:" \f105 ";
    margin-right:5px;
}
.module-menu a.home:before{
    content:" \f07c ";
}
.module-menu a.active{
    background-color:#a6c8e6;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#333;
    text-decoration:none;
    background-image:linear-gradient(to right,#42cac5 4px,rgba(0,0,0,0) 4px);
}
.calendar-icon{
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}

/*alert*/
.nv-alert {
    position:fixed !important;
    top:25% !important;
    right:0;
    left:0;
    width:350px !important;
    margin:auto;
    z-index:99999999999999 !important;
    text-align:center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.map{
	clear:both;
}
.info{
	position:absolute;
	top:-320px;
	border:1px solid #d5d5d5;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.congtrinh{
	display:block;
	text-align:center;
	padding-top:20px
}
.congtrinh-heading{
	text-align:center;
	font-family:'Tomorrow', sans-serif;
	color:#444;
	line-height:40px;
    position: relative;
	font-weight: 700;
    font-size: 36px;
}
.congtrinh-body{
	display:inline-block;
	width: 100%;
	padding-bottom:20px
}
.congtrinh-body .title_bosung{
	text-align:center;
	font-size:30px;
	color:#db4b19;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	text-transform:uppercase
}
.sanpham{
	clear:both;
	margin:0px 0 20px;
	display:inline-block;
	width:100%
}
.sanpham-heading-bread{
	text-align:center;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:36px;
	color:#fff;
	background-color:#005596;
	position:relative;
	padding:10px 0 0
}
.sanpham-heading{
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:20px;
	height:38px;
	position:relative;
    background: transparent !important;
    border-bottom: 2px solid #ececec;
    box-shadow: 0 4px 4px rgba(0,0,0,0.05);
    padding: 0px;
    text-transform: uppercase;
}
.heading a{
    background:#edb8ff;
    padding:10px;
    color:#fff;
}
.sanpham-heading-arrow,.third-nav-arrow{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #005596 transparent transparent transparent;
	position: absolute;
    left: 48.8%;
    bottom: -20px;
}
.sanpham-body{
	margin-top:25px;
}
.hint{
	text-align:center;
	font-family:'Tomorrow', sans-serif;
	font-size:16px;
	font-weight:400;
	position:relative;
	top:-70px;
	color:#fff
}
.taisao-body{
}
.pagelist_circle_image{
	display:block;
	padding-left:0;
	margin:20px 0;
	text-align:center;
	position:relative;
}

.pagelist_circle_image li{
	list-style:none;
	width:155px;
	display:inline-block; 
}
.pagelist_circle_image li .circle_title{
	padding-top:5px;
	text-align:center;
	font-family:'Tomorrow', sans-serif;
	font-weight:400;
	font-size:14px;
	color:#333
}
.pagelist_circle_image li .circle_title a{
	color:#db4b19;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
}
.pagelist_circle_image li .circle_title a:hover{
	color:#333
}
.pagelist_circle_image li:first-child .circle_img {
	z-index:99999
}
.pagelist_circle_image li:nth-child(2) .circle_img {
	z-index:9999
}
.pagelist_circle_image li:nth-child(3) .circle_img {
	z-index:999
}
.pagelist_circle_image li:nth-child(4) .circle_img {
	z-index:99
}
.pagelist_circle_image li:last-child .circle_img{
	z-index:9
}
.pagelist_circle_image .circle_img{
	width:174px;
	height:174px;
	-webkit-border-radius: 174px;
	-moz-border-radius: 174px;
	border-radius: 174px;
	text-align:center;
	padding: 15px;
	background: #fff linear-gradient(to bottom, #00af2c 0px, #008120 100%);
	position:relative;
	-webkit-box-shadow: 0px 0px 20px 2px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 20px 2px rgba(153,153,153,1);
box-shadow: 0px 0px 20px 2px rgba(153,153,153,1);
}
.pagelist_circle_image .circle_img :after {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-top-width:1.5em;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-width:1.5em;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-width: 3em;
    border-left-style: solid;
    border-left-color: #009926;
    right:-2.5em;
	z-index:999999;
}
.pagelist_circle_image li:last-child .circle_img :after{
	border:0
}
.pagelist_circle_image .circle_img_content{
	width:144px;
	height:144px;
	-webkit-border-radius: 144px;
	-moz-border-radius: 144px;
	border-radius: 144px;
	overflow:hidden;
	text-align:center;
	background-color:#fff;
	padding:20px
}
.pagelist_circle_image .circle_img img{
}
.pagelist_circle_image .circle_img .next-arrow{
	position:absolute;
	right:0;
	top:40%;
	font-size:40px;
	color:#009926
}
.full-sanpham{
	clear:both;
	background:url(../images/product-bg.jpg) no-repeat;
	padding-top:30px;
	min-height:600px
}
.home-about-text{
	margin-top:40px;
	font-family:'Tomorrow', sans-serif;
	font-weight:300;
	line-height:24px;
	font-size:16px;
	padding-right:20px
}
.home-about-title{
	margin-top:20px;
	font-family:'Tomorrow', sans-serif;
	font-weight:300;
	font-size:30px;
	text-transform:uppercase;
	padding-bottom:30px
}
.home-about-img img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:10px solid #ffcea3;
}
.home-about-xemthem{
	padding-top:60px;
	text-align:center;
	clear:both
}
.home-about-xemthem a{
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	border: 2px solid #fff;
	padding:10px 20px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.home-about-xemthem a:hover{
	background-color:#e38800;
}
.others_product{
	display: inline-block;
    width: 100%;
	margin-bottom:10px;
	/* height:400px */
}
.others_product .others_product_items{
	height:340px
}
.others_product .others_product_img{
	overflow:hidden;
	/*height:280px;*/
}
.others_product .others_product_img img{
	width:100%;
    object-fit: contain;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.others_product .others_product_img:hover img{
	-webkit-transform:scale(1.1); 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1); 
	box-shadow:0px 0px 30px gray;
	-webkit-box-shadow:0px 0px 30px gray;
	-moz-box-shadow:0px 0px 30px gray;
	opacity: 1;
}
.others_product .caption{
	background-color:#dfdfdf;
	display:inline-block;
	width:100%;
	padding:10px
}
.others_product .caption h3 a{
    color: #a2048a;
	font-size: 15px;
	text-transform:uppercase;
	font-weight:400;
	padding:10px 0;
	display:block
}
.others_product .caption h3 a:hover{
	font-weight:bold;
}
.others_product .others_product_title{
	padding:10px 0 5px;
	text-align:center;
	height:50px;
	overflow:hidden;
}
.others_product .others_product_title a{
	color:#333;
	font-family:'Tomorrow', sans-serif;
	font-size:16px;
	font-weight:700
}
.others_product .others_product_title a:hover{
	color: #005596
}
.others_product .others_product_price{
	color:#666;
	font-size:20px;
	padding:5px 0;
	font-weight:700;
	text-align:center
}
.others_product .others_product_price span{
	color:#e38800;
}
.xemchitiet{
	text-align:center;
	padding:20px 0
}
.xemchitiet a{
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #fff;
	padding:10px 20px
}
.xemtatca{
	text-align:center;
}
.xemtatca a{
	color:#fff;
	padding:10px 20px;
}
.xemtatca a:hover{
	font-weight:700
}
.chebien{
	width:100%
}
.chebien-heading{
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:30px;
	text-align:center;
	padding:25px 0;
	font-weight: 700;
    font-size: 36px;
    color: #fff;
}
.full-header{
	clear:both;
	background-color:#edb8ff;
	background-image: url('/themes/web24/images/bg_header.png');
	/* position: fixed; */
	width: 100%;
	z-index: 1;
}
.full-header.fixed{
	position: static;
}
.cart{
	text-align:left;
	line-height:30px
}

.cart i{
	color: #a2048a;
    /* margin-top: 62px; */
    font-size: 30px;
}
.cart a{
	color: #a2048a;
	position: relative;
}
.cart a span{
    /* position: absolute; */
    display: inline-block;
    top: 0;
    line-height: 1;
}
.cart a:hover{
	color:#dd4b39
}
.catlist{
	padding-left:0;
	display:block;
	text-align:center;
	padding-bottom:10px
}
.catlist li{
	list-style:none;
	display:inline-block;
	font-size:14px;
	color:#666;
}
.catlist li a{
	color:#666;
	font-size:14px;
	font-family:'Tomorrow', sans-serif;
}
.catlist li a:hover{
	color:#ff3366;
}
.catlist li span{
	padding: 0 10px
}
.catlist li:last-child span{
	display:none
}
.social-line{
	padding:20px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	display:inline-block;
	width:100%
}
.giaohang,.doitra,.tuvan{
	color:#eb6a86;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:40px
}
.giaohang{
	background:url(../images/giaohang-icon.png) no-repeat;
	padding-left:60px;
	height:35px
}
.doitra{
	background:url(../images/doitra-icon.png) no-repeat;
	padding-left:50px;
	height:37px
}
.tuvan{
	background:url(../images/tuvan-icon.png) no-repeat;
	padding-left:50px;
	height:40px
}
.ykien{
	padding-bottom:30px 
}
.ykien-items{
	background-color:#fff;
	padding:10px;
	font-family:Pattaya, Arial;
	font-size:16px;
	color:#555;
	margin:10px
}
.ykien-items-description{
	font-family:Pattaya, Arial;
	font-size:16px;
	color:#555;
	text-align:left
}
.ykien-items-link{
	text-align:right;
	font-family:'Tomorrow', sans-serif;
	color:#ff3366;
}
.input-sm{
}
.select-sm{
	width:100px;
	border:0;
	background-color:transparent
}
.textbox-sm{
	width:100%;
	padding-left:110px
}
.topsearch{
	position:relative;
	padding-top:10px
}
.form-group select{
}
.form-control{
	box-shadow: none;
	padding:6px;
}
.input-group{
	margin-top:5px
}
.toplogin{
	line-height:42px;
}
.toplogin span a{
	font-weight:700;
	color:#ff3366
}
.toplogin a:hover{
	color:#ff3366;
	text-decoration:underline
}
.btn-primary1{
	background-color:#005596;
	border-color:#005596;
	color:#fff;
	padding: 5px 15px;
	font-size:16px;
	font-family:'Tomorrow', sans-serif 
}
.dat_hang_sp {
    text-align: center;
}
.btn-primary1:hover{
	background-color:#e38800;
	border-color:#e38800;
	color:#fff
}
.thumbnail{
	border:0;
	padding:0;
	border: 1px solid #e1e1e1
}
.top-header{
	height:40px
}
.menu_fixed {
    position: fixed;
    z-index: 99999;
    bottom: 0px;
    right: 0px;
    left: 0px; 
}
.full-menu{
	background-color:#edb8ff;
}
.topmenu{
	clear:both
}
.footer-copyright{
	background-color:#02690f;
	height:50px
}
.news-tophits{
	
}
.news-tophits .news-tophits-items{
	text-align:center;
	padding:10px;
	height:420px;
	overflow:hidden;
	display: block !important; 
	position: relative !important;
}
.news-tophits .news-tophits-items img{
	width:100%
}
.news-tophits .news-tophits-items .title-text	{ 
	background: #000; 
	background: rgba(0,0,0,0.5); 
	color: white !important; 
	display: none; 
	padding: 5px 10px !important; 
	text-align: center; 
	position: absolute !important; 
	bottom: 0 !important; 
	left: 0 !important; 
	width:100% !important;
	height:100%
}
.news-tophits .news-tophits-items .news-tophits-items-title{
	padding-bottom:20px;
	padding-top:150px
}
.news-tophits .news-tophits-items .news-tophits-items-title a{
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	font-size:18px;
	font-weight:300
}
.news-tophits .news-tophits-items .news-tophits-items-viewdetail{
	padding:10px 0
}
.news-tophits .news-tophits-items .news-tophits-items-viewdetail a{
	border: 3px solid #fff;
	padding:10px 20px;
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	text-transform:uppercase;
	font-weight:300;
	font-size:16px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.news-tophits .news-tophits-items .news-tophits-items-viewdetail a:hover{
	background-color:#008722;
	color:#fff;
	border-color:#008722
}
.news-group{
	
}
.news-group .news-group-border{
	border: 1px solid #dddddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-group .news-group-items{
	text-align:left;
	padding:10px
}
.news-group .news-group-items .news-group-items-img{
	height:250px;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.news-group .news-group-items .news-group-items-img img{
	width:100%
}
.news-group .news-group-items .news-group-items-title{
	padding:10px 0;
}
.news-group .news-group-items .news-group-items-title a{
	font-family:''Tomorrow', sans-serif', Arial;
	font-weight:700;
	font-size:16px;
	color:#005596;
	padding:5px 20px;
	height:50px;
	overflow:hidden;
}
.news-group .news-group-items .news-group-items-title a:hover{
	color:#e38800;
}
.news-group .news-group-items .news-group-items-hometext{
	text-align:justify;
	font-family: ''Tomorrow', sans-serif', Arial;
	font-size:15px; 
	padding:5px 20px;
	height:90px;
	overflow:hidden;
}
.news-group-items-viewdetail{
	padding:30px 0 10px;
	clear:both
}
.news-group-items-viewdetail a{
	background-color:#005596;
	padding:15px 30px;
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	font-size:18px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
}
.news-group-items-viewdetail a:hover{
	background-color:#0a8119;
	color:#fff;
	border-color:#0a8119
}
.padding_0{
	padding:0 !important
}
.thumbnail .caption{
	padding:0
}
.btn-info{
	background-color:transparent;
	border-color:transparent;
	color:#a8a8a8
}
.btn-info:hover{
	color:#fe0000;
	background-color:transparent;
	border-color:transparent
}
.input-group-btn1{
	right:40px;
	z-index:999
}
.slider-description{
	position: absolute; 
	top:200px; 
	left:450px;
	width:600px; 
	text-align: center; 
	display:none
}
.slider-description .slider-xemchitiet{
	text-align:center;
	margin-top:25px
}
.slider-description .slider-xemchitiet a{
	clear:both;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:15px 20px;
	background-color:#009827;
}
.slider-description .slider-xemchitiet a:hover{
	border-color:#da251c;
	background-color:#da251c
}
.slider-description .des1{
	font-size:30px;
	color:#ffff01;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	text-transform:uppercase
}
.slider-description .des2{
	font-size:20px;
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
}
.btn-success1 i, .btn-order1 i{
	margin-right:10px
}
.btn-success1, .btn-order1{
	background-color: #7d00dd !important;
	border-color: #7d00dd !important;
	padding: 10px 15px;
    font-size: 15px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	color:#fff;
	border:0;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:10px;
}
.btn-success1:hover,.btn-order1:hover{
	background-color:#c563b6 !important;
	border-color:#c563b6 !important;
}
.padding_left_20{
	padding-left:20px
}
.about-full{
	min-height:420px;
	padding-bottom:20px
}
.home-about{
	color:#fff;
	font-family:'Tomorrow', sans-serif;
	font-size:15px;
	
}
.home-about-items{
	height: 110px
}
.home-about .img {
	height:105px;
	width:105px;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	border-radius: 105px;
	float:left;
	overflow:hidden;
	margin-right: 10px;
}
.home-about .abouttext .title{
	font-weight:700;
	font-size:18px 
}
.nav-tabs_new span{
	color:#7d00dd;
	font-size:18px;
	font-family:'Tomorrow', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	padding:13px;
	border:1px solid #f2f2f2;
	border-bottom:0
}
.nav-tabs_new{
	margin-bottom:9px
}
.nav-tabs_new .active span{
	color:#a2048a;
	border-top:2px solid #a2048a
}
.thumbelina li{display:block !important}
.haumai{
	background-color:#f6f6f6;
	border: 1px solid #d8d8d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	margin-top:20px;
	line-height:40px;
	font-size:15px
}
.haumai span{
	background-color:#e38800;
	padding:5px 10px;
	color:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:16px;
	font-weight:700;
}
#nv-block-login,.signed{
	line-height:40px
}
#nv-block-login a, .signed a{
	color:#005596;
	cursor:pointer;
}
#nv-block-login a:hover, .signed a:hover{
	color:#e38800
}
.item_page_image {
    text-align: center;
}
.item_page_image img {
	margin-top: 15px;
}
p.tieu_de_tin{
    margin-top:15px;
    color: #a2048a;
    font-size: 18px;
    /* margin-left: 30px; */
    font-family: 'Tomorrow', sans-serif;
	font-weight:normal
}
.item_page_image img:hover {
}
.panel {
    margin-bottom: 18px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow:none;
    box-shadow: none;
}
.banner{
	clear:both;
	/* margin-top: 20px;  */
}
.banner img {
    max-width: 100%;
}
.muiten_sp i {
    color: #005596;
    position: relative;
    top: 15px;
    font-size: 55px;
}
.news-group-items-img img{
 -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.news-group-items-img:hover img{
	webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1) rotate(0.1deg);
}
ul.socialList li {
    display: inline-block;
}
.bttop {
    color: #0081e3;
    font-size: 26px;
    background: none;
    border-radius: 3px;
    line-height: 40px;
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 99999999999999;
    cursor: pointer;
    padding: 0px 10px;
    border: 1px solid #0081e3;
}

.bttop:hover {
    border: 1px solid #e38800;
	color:#e38800
}
 
.ourpolicy a {
    color: white;
}
.content.signed.clearfix {
    text-align: center;
}
.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
}
.item_page_image {
    display: block;
}
.socialicon {
    background: #545454;
}
.search {

}
.login{
    /* margin-top: 62px; */
	margin-right: 20px;
	color:white;
}
.order {
    margin-top: 20px;
}
.chitiet {
    background: #edb8ff;
    border-radius: 5px;
    padding: 5px 10px;
    color:#fff !important;
}

.chitiet:hover {
    background: #F7B300;
}
.xem_tat_ca {
    background: #f4f4f4;
    padding: 6px 16px;
    border-radius: 6px;
}
.xem_tat_ca:hover {
    background: #edb8ff;
    color: #fff;
}
.company_info{
	padding-left:0
}
.pagelist{
	padding-left:0
}
.pagelist li a{
	padding: 10px 0;
	display:block
}
.catelog_footer{
	padding:0;
}
.catelog_footer li a{
	padding: 10px 0;
	display:block
}
.side_info > div{	
    margin-bottom: 20px;
    display: table;
}
.side_info i{	
    font-size: 25px;
    width: 42px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #7d00dd;
}
.side_info span{	
    line-height: 22px;
    font-size: 15px;
	word-wrap:anywhere;
	word-break: break-word;
}
.side_info span a{
	
}
.block_head_social{
    display: inline-block;
    text-align: right;
	/* margin-top: 5px; */
	margin-top: 10px;
}
.block_head_social .socialList li{
	margin-right: 5px;
}
.block_head_social .socialList li a{
	/* background:#00c; */
    width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 38px;
    border-radius: 50px;
}
.block_head_social .socialList li .fa{
	margin-right: -4px;
}
.block_login_icon{
	display: inline-block;
}
.block_login_icon span{
    color: #a2048a;
	vertical-align: top;
}
.block_login_icon i{
    color: #a2048a;
	font-size: 30px;
}
.block_login_content{
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 10px 5px;
    background: white;
	z-index: 1001;
	box-shadow: 0px 0px 10px 1px black;
	text-align: center;
}
#nv-block-login .block_login_content a{
    display: block;
    margin: 0 0 5px;
    line-height: 20px;
	background:#7d00dd;
	padding: 5px 10px;
	color: white;
	transition: all 0.3s;
}
#nv-block-login .block_login_content a:hover{

	background:#c563b6;
}
#menu-site-default{
    /* position: relative; */
	/* position: absolute; */
	width: 100%;
    /* margin-top: 110px; */
}
#menu-site-default .cat_menu-title, .template_cat .template_cat-heading {
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #7d00dd;
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
	color:#fff;
	background:#7d00dd;
}
#menu-site-default .cat_menu-bars, #menu-site-default .cat_menu-bars .cat_menu-content_overlay{
    display: none;
}
#menu-site-default .cat_menu-content {
    padding: 10px 0px 10px 8px;
    /* position: absolute; */
    z-index: 1;
    background: #fff;
    width: 100%;
    border: 1px solid #eaeaea;
	border-top:0px;
	/* overflow: hidden; */
    /*overflow-y: scroll;
    overflow-x: visible;*/
}
#menu-site-default .cat_menu-content li{
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
	line-height: 1.8;
}
#menu-site-default .cat_menu-content li i{
    position: absolute;
    right: 10px;
    font-size: 20px;
	top: 11px;
    color: #676767;
}
#menu-site-default .cat_menu-content li i.fa-angle-down{
	display:none;
}
#menu-site-default .cat_menu-content li a{
    font-weight: 500;
    color: #676767;
	display:block;
	transition: all 0.3s;
}
#menu-site-default .cat_menu-content li > a{
	display: inline-block;
	border: 2px solid transparent;
	padding: 0 7px;
}
#menu-site-default .cat_menu-content li:hover > a{
    color: #7d00dd;
	border: 2px solid;
	border-radius: 40px;
}
#menu-site-default .cat_menu-content li:hover > i{
	color: #7d00dd;
}
#menu-site-default .cat_menu-content li .cate_menu-dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: -10px;
    padding: 0;
    min-width: 280px;
    background: #fff;
    padding: 10px;
    box-shadow:0px 0px 10px 0px #0000004f;
}
#menu-site-default .cat_menu-content li .cate_menu-dropdown-menu li:hover a{
	color: #7d00dd;
}
#menu-site-default .cat_menu-content li:hover .cate_menu-dropdown-menu{
    display: block;
}
#search_form_shops .btn{
    background: #7d00dd;
	border:1px solid #7d00dd;
}
#search_form_shops .btn:hover{
    background: #00c;
	border:1px solid #00c;
}
#search_form_shops .input-group{
	margin-top:0px;
}
.hotline_icon{
    display: inline-block;
    margin: 0 10px;
	position:relative;
}
.hotline_icon:before{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 7px;
    left: -6px;
    animation: pluse1 3s 1s infinite;
    background: #edb8ff5c;
	border-radius: 50px;
}
.hotline_icon:after{
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: -5px;
    left: -19px;
    border: 2px solid #edb8ff;
	border-radius: 50px;
	animation: pluse2 3s 1s infinite;
}
.hotline_icon i{
	animation: ringring 1s infinite;
	font-size: 24px;
}
.tabs_new{
	margin-top:20px;
}
.socialicon .socialList{
	margin:9px 0px;
}
.socialicon .socialList li a{
	background:transparent;
}
.socialicon .socialList li a:hover{
	background:transparent;
}
.search_mobile{
	display:none;
}
.padding_left_col{
	/* padding-left:15px; */
}
#slider1_container{
	margin-left: 5px;
}

#detail .border_right{
	border-right:1px solid #eaeaea;
}
a.scrollup{
    position: fixed;
    bottom: 154px;
	right: 33px;
    width: 40px;
    height: 40px;
    display: none;
    text-align: center;
    line-height: 39px;
    background: #edb8ff;
	color:#00c;
	border: 1px solid #edb8ff;
	border-radius: 50px;
	font-size: 26px;
	z-index: 1;
	transition: all 0s;
}
a.scrollup:hover{
    background: #00c;
    color: #edb8ff;
}
.form_order-inputs{
}
.left_form_input{
	padding-right:20px;
}
.left_form_input .form-control{
	border-color:#aaa;
}
.right_form_input{
	border:1px solid #aaa;
	padding: 15px;
	margin-top:7px;
	font-size: 16px;
}
.right_form_input .hr{
	margin: 18px 0px;
	border-top: 1px solid #aaa;
}
.btn{
	font-size:14px;
}
#submit_send{
	font-size:14px;
}
input#pnum::-webkit-outer-spin-button, input#pnum::-webkit-inner-spin-button{
	-webkit-appearance: none;
	opacity:0;
}
#detail input#pnum{
	padding: 10px;
    margin: 0;
}
#detail .ui-spinner{
	margin-top:4px;
}
.detail_other{
	
}
.detail_other .detail_other_heading{
	color: #a2048a;
	padding:13px 0px;
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
}
.block_login_cart{
    display: flex;
    align-items: center;
	justify-content: flex-end;
}
.intro_web{
	font-family:"UTMAmericana";
	margin-top: 12px;
}
.ratio_4-3, .ratio_1-1, .ratio_4-2_1 {
	position: relative;
	overflow: hidden;
	display: block;
}
.ratio_4-3 img, .ratio_4-3 iframe, .ratio_1-1 img, .ratio_1-1 iframe, .ratio_4-2_1 img, .ratio_4-2_1 iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.ratio_4-3:before, .ratio_1-1:before, .ratio_4-2_1:before {
	content: "";
	display: block;
}
.ratio_4-3:before {
	padding-top: 75%;
}
.ratio_4-2_1:before {
	padding-top: 52.5%;
}
.ratio_1-1:before {
	padding-top: 100%;
}
.template_cat .template_cat-heading{
	margin-bottom:10px;
}
.list_km{
	
}
.list_km-img{
	overflow:hidden;
	margin-bottom:5px;
}
.list_km-img img{
	transition: all 0.3s;
}
.list_km-img:hover img{
	transform:scale(1.1);
}
.list_km-item{
	margin-bottom: 10px;
}
.list_km-title{
	font-weight:bold;
	font-size: 16px;
	margin-bottom: 5px;
}
.list_km-title a{
	color:#a2048a;
}
.list_km-des{
	margin-bottom: 5px;
}
#popuptet{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	transition: all 0s;
}
.popuptet_layout{
    height: 100%;
    width: 100%;
    background: #000;
	opacity: 0.84;
}
.popuptet_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80%;
    max-width: 80%;
    text-align: center;
}
.popuptet_content img{
    max-height: 100%;
    max-width: 100%;
}
.close_popuptet{
    position: absolute;
    right: -10px;
    font-size: 40px;
    color: #fff;
	line-height: 1;
	width: 40px;
	height: 40px;
	top: -5px;
	border-radius: 50px;
	border: 1px solid #fff;
	cursor: pointer;
}
.info-header {
    text-transform: uppercase;
    font-weight: 700;
}

@keyframes pluse1{
	0%{
		transform: scale(1.1);
	}
	20%{
		transform: scale(1.4);
	}
	50%{
		transform: scale(4.0);
	}
	100%{
		transform: scale(1.0);
	}
}
@keyframes pluse2{
	0%{
		transform: scale(1.1);
		opacity:1;	
	}
	20%{
		transform: scale(1.4);
	}
	40%{
		transform: scale(2.5);
		opacity:0;
	}
	50%{
		transform: scale(2.0);
		
	}
	100%{
		transform: scale(1.0);
		opacity:1;
	}
}
@keyframes ringring{
	0%{
		transform: rotate(15deg);
	}
	20%{
		transform: rotate(-30deg);
	}
	40%{
		transform: rotate(45deg);
	}
	60%{
		transform: rotate(-25deg);
	}
	80%{
		transform: rotate(15deg);
	}
	100%{
		transform: rotate(0deg);
	}
}