body.no {
	overflow: hidden;
}

.popover-content {
	padding: 5px 8px;
	font-size: 13px;
}

.pricing--content {
	border-radius: 7px;
}

.pricing--content .pt-head {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#detail_pricing {
	overflow-x: auto;
}

#domainSearch {}

#domainSearch .left-content {
	color: #000;
}

#domainSearchForm .form-control {
	border: 1px solid #ccc;
}

#domainSearchForm input[type="text"].form-control,
#domainSearchForm select.form-control {
	box-shadow: none;
}

.table_detail_pricing {
	background: #fff;
	width: 100%;
	font-size: 14px;
	min-width: 640px;
}

.table_detail_pricing tr td h1 {
	font-size: 17px;
	margin: 0;
	text-align: center;
}

.table_detail_pricing tr td h2 {
	font-size: 17px;
	margin: 0;
	text-align: center;
}

.table_detail_pricing tr td {
	padding: 5px;
	border: 1px solid #e9e9e9;
	text-align: center;
}

.table_detail_pricing tr td.title {
	text-align: left;
}

.table_detail_pricing tr td.pricing-choice {
	background: #155e90;
	color: #fff;
	padding: 10px;
	width: 150px;
}

.table_detail_pricing tr td.col-1 {
	width: auto;
}

.table_detail_pricing tr.compare-header {
	background: #ebebeb;
	font-weight: 500;
}

@media (max-width: 768px) {
	.all-service .box {
		height: 200px;
		padding: 20px 10px;
	}

	.all-service .title {
		font-size: 14px;
	}
}

.table_detail_pricing tr.compare-header i {
	margin-right: 10px;
}

.table_detail_pricing tr.compare-header td {
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #dadada;
}

.table_detail_pricing tr.compare-header:last-child td {
	border-bottom: none;
}

.table_detail_pricing tr.compare-header:hover {
	background: #f7f7f7;
	cursor: pointer;
}

#navbar_scroll_tss li.active p {
	background-color: #288feb;
	color: #fff;
}

.blog-item {
	display: table;
	width: 100%;
}

.blog-item-img-2 {
	width: 200px;
	float: left;
}

.blog-item-content-2 {
	padding-top: 0 !important;
	padding-left: 220px;
}

@media (max-width: 768px) {
	.blog-item-img-2 {
		width: 100%;
		float: none;
	}

	.blog-item-content-2 {
		padding-top: 16px !important;
		padding-left: 0;
	}
}

#popupLogin .modal-dialog {}

#popupLogin .modal-content {
	border-radius: 0;
	max-width: 500px;
}

#popupLogin .modal-content .modal-header {
	padding: 10px 15px;
	background: #e3e3e3;
}

#popupLogin .modal-content .modal-header h4 {
	font-size: 16px;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

#popupLogin .modal-content .modal-body .title {
	font-weight: 400;
	font-size: 14px;
	font-family: "roboto", sans-serif;
}

#popupLogin .modal-content .modal-body input {
	border-radius: 0;
}

#popupLogin .modal-content .modal-footer {
	padding: 10px 15px;
}

#popupLogin .modal-content .modal-footer .btn {
	border-radius: 0;
}

#table_checkout {
	width: 100%;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 50px;
	max-width: 990px;
	margin: 0 auto;
}

#table_checkout tr td.none {
	border: none;
}

#table_checkout tr.head td.none {
	background: none;
	width: 30px;
}

#table_checkout tr.head td {
	font-weight: 400;
	background: linear-gradient(to bottom, #2f6594, #397eba);
	color: #fff;
	font-size: 13px;
	padding: 2px 6px;
}

#table_checkout tr td {
	padding: 2px 6px;
	border: 1px solid #d0d0d0;
	font-size: 13px;
}

#table_checkout tr td img:hover {
	cursor: pointer;
}

#table_checkout tr.trans td:first-child {
	border-right-color: transparent;
	font-weight: 500;
}

#table_checkout tr.trans td {
	border-bottom-color: transparent;
	padding: 3px 15px;
	border: none;
}

#table_checkout tr.total td:last-child {
	font-weight: 700;
	color: #2d80ca;
}

#table_checkout tr.vat td.add-ext {
	font-weight: 500;
	color: green;
}

#table_checkout tr.vat td.add-ext i {
	margin-right: 5px;
	font-size: 25px;
	position: relative;
	top: 3px;
	margin-left: 10px;
	cursor: pointer;
}

#table_checkout tr.vat td.add-ext i:hover {
	color: rgba(0, 128, 0, 0.63);
}

#table_checkout select {
	height: 28px;
	padding: 2px 5px;
}

#slidePartner .item {
	background: #ececec;
	height: 100px;
	text-align: center;
	padding: 10px;
	margin: 10px;
}

.all-module {
	position: absolute;
	bottom: 0;
	left: 12px;
	display: none;
	padding-top: 5px;
	z-index: 9;
}

.all-module ul:before {
	content: "";
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -11px;
	left: 10px;
	border-bottom: 10px solid rgba(193, 193, 193, 0.99);
}

.all-module ul:after {
	content: "";
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 10px;
	border-bottom: 10px solid #eee;
}

.all-module ul {
	padding: 0;
	background: #eee;
	box-shadow: 0 0 1px #1d1d1d;
	display: table;
	position: relative;
}

.all-module ul li {
	list-style: none;
}

.all-module ul li span {
	display: block;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 500;
	color: #337ab7;
	white-space: nowrap;
}

.all-module ul li span:hover {
	background: #288feb;
	color: #fff;
	cursor: pointer;
}

.show-module {
	display: table;
	position: relative;
	color: green;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 20px;
}

.show-module i {
	cursor: pointer;
}

.show-module i:hover {
	color: rgba(0, 128, 0, 0.63);
}

.show-module:hover .all-module {
	display: block;
}

.contain-hotline {
	overflow-x: auto;
	display: none;
}

.contain-hotline .row {
	margin: 0;
}

.contain-hotline .row .col-sm-12,
.contain-hotline .row .col-sm-5,
.contain-hotline .row .col-sm-7 {
	padding: 0;
}

.contain-hotline .dataTables_paginate {
	text-align: right;
}

.contain-hotline .pagination>.disabled>a,
.contain-hotline .pagination>.disabled>a:focus,
.contain-hotline .pagination>.disabled>a:hover,
.contain-hotline .pagination>.disabled>span,
.contain-hotline .pagination>.disabled>span:focus,
.contain-hotline .pagination>.disabled>span:hover {
	color: #000;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.contain-hotline .pagination>li>a,
.contain-hotline .pagination>li>span {
	background: #fff;
	color: #000;
}

.contain-hotline .pagination>li>a:hover,
.contain-hotline .pagination>li>span:hover {
	background: #288feb;
	color: #fff;
	border-color: #288feb;
}

.contain-hotline .pagination li.active a {
	border-color: #9e9e9e;
	background: #288feb;
	color: #fff;
}

#table_hotline_wrapper {
	min-width: 992px;
}

#table_hotline .date-update tr {
	border-color: transparent;
	background: none;
}

#table_hotline {
	width: 100%;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	margin-bottom: 50px;
	border: 1px dotted #909090;
	margin: 20px 0;
	background: #fff;
	max-width: 1140px;
	min-width: 890px;
}

#table_hotline tr td.none {
	border: none;
}

#table_hotline tr.head td {
	font-weight: 700;
	background: linear-gradient(to bottom, #176bb5, #288feb);
	color: #fff;
	border-bottom: 1px dotted #d0d0d0;
}

#table_hotline tr td {
	padding: 5px 15px;
	border-right: 1px dotted #3677af;
	color: #3b3e40;
	border-top: 1px dotted #3677af;
}

#table_hotline tr td:last-child {
	border-right: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	margin-left: -2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: 1px solid;
}

#domainSearch {
	padding: 10px 0 80px;
}

#domainSearchForm input[type="text"].form-control,
#domainSearchForm select.form-control {
	height: 40px;
	font-size: 16px;
}

#domainSearchForm button[type="submit"] {
	height: 40px;
	background: #337ebc;
}

#domainSearch .right-content {
	padding: 15px 15px 0;
}

#domainSearch .left-content h2 {
	font-size: 30px;
}

#domainSearch .left-content p {
	font-size: 18px;
}

.scrollspy_slide-fix {
	position: fixed;
	top: 0;
	z-index: 999;
	bottom: initial;
	background: #2d90e7;
	padding-bottom: 10px;
}

.scrollspy_slide-fix ul li p {
	padding: 15px 10px;
	font-size: 16px;
}

.section-title h2 {
	font-size: 30px;
}

#addExtension .modal-dialog {}

#addExtension .modal-content {
	border-radius: 0;
	max-width: 450px;
	margin: 0 auto;
}

#addExtension .modal-content .modal-header {
	padding: 10px 15px;
	background: #e3e3e3;
	background: rgba(51, 122, 183, 0.91);
	text-align: center;
}

#addExtension .modal-content .modal-header h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

#addExtension .modal-content .modal-body .title {
	font-weight: 400;
	font-size: 14px;
	font-family: "roboto", sans-serif;
}

#addExtension .modal-content .modal-body label {
	font-size: 14px;
	font-weight: 500;
}

#addExtension .modal-content .modal-body select {
	padding: 5px 10px;
	font-size: 13px;
	line-height: 1.5;
	border-radius: 3px;
	font-weight: 500;
}

#addExtension .modal-content .modal-body input {
	border-radius: 0;
}

#addExtension .modal-content .modal-footer {
	padding: 10px 15px;
}

#addExtension .modal-content .modal-footer .btn {
	border-radius: 0;
}

#fix-left {
	position: fixed;
	right: -350px;
	top: 30%;
	z-index: 9999;
	bottom: 0;
}

#fix-left .control {
	float: left;
}

#fix-left .control .div-control {
	margin-bottom: 2px;
	box-shadow: -1px 1px 1px rgba(4, 4, 4, 0.82);
}

#fix-left .content {
	float: right;
	height: 100%;
}

#fix-left .content .box-all-fixed {
	border: none;
	box-shadow: 0 1px 2px #337ebc;
	box-shadow: 0 1px 3px #000;
	background: #fbfbfb;
}

#fix-left .closed-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	line-height: 25px;
}

#fix-left #box-cart-fixed .closed-box {
	background: #d71920;
	background: #337ebc;
	color: #fff;
}

#fix-left #box-contact-fixed .closed-box {
	background: #2eb49e;
	background: #337ebc;
	color: #fff;
}

#fix-left #box-register-fixed .closed-box {
	background: #f54313;
	background: #337ebc;
	color: #fff;
}

#contact-fixed {
	width: 85px;
	height: 65px;
	margin-bottom: 5px;
	background: #337ebc;
	position: relative;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	box-shadow: -1px 1px 1px rgba(68, 68, 68, 0.59);
}

#contact-fixed span {
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

#contact-fixed img {}

#contact-fixed span {}

#contact-fixed i.fa-comment {
	color: #75eb50;
	font-size: 35px;
}

#contact-fixed i.fa-phone {
	font-size: 18px;
	animation: example 1.2s infinite ease-in-out;
}

#contact-fixed i {}

@-webkit-keyframes example {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

#shopping-cart {
	width: 85px;
	height: 65px;
	margin-bottom: 5px;
	background: #337ebc;
	position: relative;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	box-shadow: -1px 1px 1px rgba(68, 68, 68, 0.59);
}

#shopping-cart i {
	color: #fff;
	font-size: 35px;
}

#shopping-cart label {
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	position: absolute;
	top: 5px;
	right: 15px;
	font-size: 9px;
	background: #3776a0;
	background: #e81d1d;
	color: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	line-height: 18px;
	display: none;
}

#shopping-cart span {
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

#box-cart-fixed {
	font-size: 13px;
	background: #fff;
	width: 350px;
	min-height: 235px;
	height: 100%;
	border: 10px solid #306899;
	border: 10px solid #d71920;
	border: 10px solid #337ebc;
	overflow-y: auto;
	display: none;
}

#box-cart-fixed .title {
	text-align: center;
	margin: 10px;
	font-size: 14px;
	color: #337ebc;
	color: #155e90;
	margin-bottom: 20px;
}

#box-cart-fixed .title label {
	margin: 0;
	display: block;
}

#box-cart-fixed .title span {}

#box-contact-fixed {
	font-size: 13px;
	background: #fff;
	width: 350px;
	height: 100%;
	border: 10px solid #2eb49e;
	border: 10px solid #337ebc;
	overflow-y: auto;
	display: none;
}

#box-contact-fixed .title {
	text-align: center;
	margin: 5px 10px;
	font-size: 14px;
	color: #2eb49e;
	color: #337ebc;
}

#box-contact-fixed .title label {
	margin: 0;
	display: block;
}

#box-contact-fixed input,
#box-contact-fixed textarea,
#box-contact-fixed select {
	margin-bottom: 10px;
	border-radius: 0;
}

#box-contact-fixed input[type="submit"] {
	border-radius: 3px;
}

#box-register-fixed {
	font-size: 13px;
	background: #fff;
	width: 350px;
	height: 100%;
	border: 10px solid #f54313;
	border: 10px solid #337ebc;
	overflow-y: auto;
	display: none;
}

#box-register-fixed .title {}

#box-register-fixed .title label {
	margin: 0;
	display: block;
}

#box-register-fixed input,
#box-register-fixed textarea,
#box-register-fixed select {}

#box-register-fixed input[type="submit"] {
	border-radius: 3px;
}

#box-visibled-fixed {
	font-size: 13px;
	width: 350px;
	z-index: -1;
}

#register-fixed {
	width: 85px;
	height: 65px;
	margin-bottom: 5px;
	background: #f54313;
	background: #337ebc;
	position: relative;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	box-shadow: -1px 1px 1px rgba(68, 68, 68, 0.59);
}

#register-fixed span {
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.box-all-fixed .title {
	text-align: center;
	margin: 10px 0;
	font-size: 14px;
	color: #337ebc;
	color: #295;
	margin-bottom: 20px;
}

.box-all-fixed .title label {}

.box-all-fixed .title span {
	margin: 0;
	display: block;
	color: #000;
	font-size: 12px;
	line-height: 13px;
	color: #333;
	font-family: Roboto, sans-serif;
	font-weight: 100;
}

#staff_online {
	width: 85px;
	height: 65px;
	margin-bottom: 5px;
	background: #b7b7b7;
	background: #295;
	position: relative;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	box-shadow: -1px 1px 1px rgba(68, 68, 68, 0.59);
}

#staff_online img {
	display: block;
	margin: 0 auto;
	margin-bottom: 3px;
}

#staff_online span {
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

#box-staff_online {
	font-size: 13px;
	background: #fff;
	width: 350px;
	height: 100%;
	border: 10px solid #b7b7b7;
	border: 10px solid #337ebc;
	overflow-y: auto;
	display: none;
	font-family: "Roboto", sans-serif;
}

#fix-left #box-staff_online .closed-box {
	background: #b7b7b7;
	background: #295;
	color: #fff;
}

#box-staff_online .title {}

#fix-left .control .div-control.active {
	background: #5cb85c;
}

#box-staff_online ul {
	padding: 0;
}

#box-staff_online ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 0;
	position: relative;
}

#box-staff_online ul li:after {
	content: "";
	border-bottom: 1px solid rgba(230, 230, 230, 0.48);
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
}

#box-staff_online ul li:last-child:after {
	content: "";
	border: none;
}

#box-staff_online ul li div.title {
	margin: 0;
	display: table;
	width: 100%;
}

#box-staff_online .call-us:before {}

.box-all-fixed hr {
	position: relative;
	left: -25px;
	width: calc(100% + 50px);
	margin: 10px 0;
}

.box-all-fixed .form-horizontal input,
.box-all-fixed .form-horizontal select,
.box-all-fixed .form-horizontal textarea {
	margin-bottom: 10px;
}

.box-all-fixed .form-horizontal select {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

#box-staff_online ul li div.title img {
	width: 37px;
	float: left;
	height: 37px;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
}

#box-staff_online ul li div.title label {
	text-align: left;
	display: block;
	padding-left: 50px;
	font-weight: 500;
	line-height: 100%;
	color: #d71920;
	color: #333;
	font-size: 13px;
}

#box-staff_online ul li div.title span {
	text-align: left;
	display: block;
	padding-left: 50px;
	line-height: 100%;
	font-size: 13px;
	font-style: italic;
}

#box-staff_online ul li div.phone {
	font-size: 14px;
	padding-left: 35px;
	position: relative;
	top: -5px;
}

#box-staff_online ul li div.phone i {
	color: #3573a9;
	margin-right: 5px;
}

.small-table-cart {
	width: 100%;
}

.small-table-cart tr {
	border-bottom: 1px dotted #000;
}

.small-table-cart tr td {
	vertical-align: top;
}

.small-table-cart tr.h td {
	font-weight: 500;
}

.small-table-cart tr td i.fa {
	color: #d71920;
	margin-right: 5px;
}

.small-table-cart tr td:firt-child {
	padding-left: 10px;
}

.small-table-cart tr td i.fa:hover {
	color: #ff1119;
	cursor: pointer;
}

.small-table-cart tr td select {
	padding: 0;
	margin: 0;
	height: 20px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#add_module_ul {
	display: table;
	background: #fff;
	padding: 0;
	box-shadow: 0 1px 3px #b3b3b3;
	margin: 20px auto;
	width: 500px;
	max-width: 100%;
}

#add_module_ul li {
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	padding: 3px 10px;
}

#add_module_ul li:hover {
	background: #ececec;
	cursor: pointer;
}

#add_module_ul li i {
	color: green;
	margin-right: 5px;
}

#add_module_ul li span {}

#pricing_all {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.28);
	z-index: 9999;
	padding: 20px;
	display: none;
}

#pricing_all .content {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
}

#pricing_all .content .box-head {
	padding: 10px;
	background: #f5f5f5;
	height: 45px;
}

#pricing_all .content .box-head span.title {
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
}

#pricing_all .content .box-head div {
	position: absolute;
	right: -6px;
	top: -6px;
	background: #ec0e0e;
	padding: 1px 8px 0;
	font-size: 11px;
	color: #fff;
	border-radius: 50%;
	z-index: 9;
	cursor: pointer;
}

#pricing_all .content .box-body {
	overflow: hidden;
	height: calc(100% - 45px);
	overflow-y: auto;
}

#fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
	min-height: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

#fixed-bottom:hover {
	background-color: rgba(0, 0, 0, 0.9);
}

#fixed-bottom a {
	font-size: 15px;
	font-weight: 100;
	font-family: "Roboto", sans-serif;
}

#fixed-bottom a i {
	margin-right: 8px;
	font-size: 14px;
}

#fixed-bottom a span {}

#spy_scroll_box {}

#spy_scroll {
	background: #fff;
	box-shadow: 0 0 15px #ccc;
	text-align: center;
}

.spy_scroll-fixed {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 998;
	overflow: auto;
	text-align: center;
}

#ul_spu_scroll:after {
	display: none !important;
}

#ul_spu_scroll:before {
	display: none !important;
}

#ul_spu_scroll {
	padding: 0;
	display: table;
	margin: 0 auto;
	display: inline-flex;
}

#ul_spu_scroll li {
	list-style: none;
	float: left;
	text-align: center;
	padding: 5px;
	width: 220px;
}

#ul_spu_scroll li a {
	color: #333;
	padding: 0;
}

#ul_spu_scroll li:hover {
	background: #288feb;
	color: #fff;
	cursor: pointer;
	transition: 500ms ease all;
}

#ul_spu_scroll li.active {
	background: rgba(40, 143, 235, 0.12);
	color: #fff;
	transition: 500ms ease all;
}

#ul_spu_scroll li.active a {
	color: #fff;
}

#ul_spu_scroll li:hover a {
	color: #fff;
}

#ul_spu_scroll li a:hover {
	background: transparent !important;
}

#ul_spu_scroll li img {
	width: 38px;
	display: block;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

#ul_spu_scroll li span {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
}

.secondary-menu-links li a.btn {
	padding: 6px 12px;
	margin-top: 22px;
	border-bottom: 1px;
}

.secondary-menu-links li a.btn:hover {
	/* color: #fff; */
	/* background-color: #449d44; */
	border-color: #295;
	background: #295;
	border-bottom: 1px;
}

@media (min-width: 768px) {
	.feature_item:nth-of-type(2n + 1) {
		clear: left;
	}

	.feature_item:nth-of-type(4n + 1) {
		clear: initial;
	}
}

@media (min-width: 992px) {
	.feature_item:nth-of-type(2n + 1) {
		clear: initial;
	}

	.feature_item:nth-of-type(4n + 1) {
		clear: left;
	}
}

.advertise-bottom {
	width: 150px;
	height: 150px;
	display: table;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99999;
	text-align: center;
}

.advertise-bottom:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-left: 75px solid #3f9d0c;
	border-right: 75px solid transparent;
	border-top: 75px solid transparent;
	border-bottom: 75px solid #3f9d0c;
	cursor: pointer;
}

.advertise-bottom a.a {
	display: table;
	transform: rotate(45deg);
	position: relative;
	top: 65px;
	right: 30px;
	cursor: pointer;
}

.advertise-bottom label.label {
	line-height: 0;
	text-shadow: 1px 1px 1px #555;
	font-size: 16px;
	margin: 0;
	cursor: pointer;
}

.advertise-bottom span.detail {
	line-height: 100%;
	margin-top: 10px;
	display: inline-block;
	text-shadow: 1px 1px 1px #000;
	font-size: 14px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	cursor: pointer;
}

#accordion_new .panel-default {
	background: none;
	border: 0;
	box-shadow: none;
	padding-bottom: 2px;
	border-bottom: 0 solid #c6c6c6;
}

#accordion_new .panel-heading {
	border-bottom: 1px solid #eee;
	background: inherit;
}

#accordion_new .panel-heading a h4 i {
	float: none;
	color: #fff;
	background: #3677af;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 12px;
	margin-right: 6px;
	float: left;
}

#accordion_new .panel-heading a h4 div {
	padding-left: 35px;
}

#accordion_new .panel-heading a {
	background: inherit;
	padding: 0;
	margin: 15px 0 10px;
}

#accordion_new .panel-heading h4 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #333;
}

#accordion_new .panel-body {
	background: #418fc1;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	font-style: italic;
}

#accordion_new .pan .panel-default:last-child {
	border-bottom: 0;
}

#promo {
	padding: 0;
	background: none;
}

#promo p {
	font-size: 16px;
}

#promo a.btn {
	margin: 0;
	font-size: 12px;
	padding: 4px 16px;
	font-weight: 500;
	background-color: #fff;
	color: #288feb;
	font-family: Roboto, sans-serif;
	border-radius: 4px;
}

ul.primary-social-menu-links li.line:nth-last-child(1) {
	background: #000;
}

ul.primary-social-menu-links li.line:last-child {
	background: #000;
}

ul.primary-social-menu-links li:last-child .line {
	display: none;
}

.counter-icon i.glyphicon {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	color: #288feb;
	background-color: #fff;
	font-size: 26px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.counter-icon i.glyphicon:before {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.counter-holder:hover .counter-icon i.glyphicon {
	border-radius: 50%;
}

.spy_scroll-left .spy_scroll-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100px;
	z-index: 1000;
	height: 100%;
	overflow: auto;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll {
	display: block;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li {
	width: 100%;
	border: none;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li:hover {
	border-right-color: #288feb;
	background: rgba(40, 143, 235, 0.71);
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li:hover a {
	color: #fff;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li.active {
	border-right-color: #288feb;
	background: #288feb;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li.active a {
	color: #fff;
}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li a {}

.spy_scroll-left .spy_scroll-fixed ul#ul_spu_scroll li a span {}

#ul_spu_scroll li {
	transition: none;
	border-bottom: 3px solid transparent;
}

#ul_spu_scroll li.active {
	background: rgba(40, 143, 235, 0.12);
	color: inherit;
	border-bottom-color: #2dcb70;
	transition: 500ms ease all;
}

#ul_spu_scroll li.active a {
	color: #333;
}

#ul_spu_scroll li a:focus {
	background: inherit;
}

#ul_spu_scroll li:hover {
	background: #c4dff7;
	color: inherit;
	border-bottom-color: #2dcb70;
	cursor: pointer;
	transition: none;
}

#ul_spu_scroll li:hover a {
	color: #333;
}

#form_email form {
	width: 500px;
	max-width: 92%;
	margin: 0 auto;
	padding-bottom: 15px;
}

#form_email .section-title h3 {
	font-size: 30px;
	padding: 15px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin: 0;
	margin-bottom: 15px;
}

#form_email form .input-text {
	font-size: 14px;
	height: 42px;
	border: none;
}

#form_email form .input-text:focus {
	box-shadow: none;
	border: none;
}

#form_email form .input-submit {
	height: 42px;
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

#form_email form .input-submit:focus {
	outline: 0;
}

#copyright {
	padding: 5px 0;
	font-size: 14px;
}

.pricing--content a.btn-custom-2:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.pricing--content a.btn-custom-2 {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.hover-footer {
	position: fixed;
	bottom: 44px;
	left: 0;
	right: 0;
	min-height: 200px;
	background: red;
	display: none;
}

#addExtension .modal-content .modal-footer .btn {
	border-radius: 3px;
}

#addModuleService .modal-content {
	border-radius: 0;
	max-width: 500px;
	margin: 0 auto;
}

#addModuleService .modal-content .modal-footer {
	padding: 10px 15px;
}

#addModuleService .modal-content .modal-header {
	background: #e3e3e3;
	background: rgba(51, 122, 183, 0.91);
	text-align: center;
	padding: 10px 15px;
}

#addModuleService .modal-content .modal-header h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

#addModuleService ul.module-ul {
	padding: 0;
	margin-left: 40px;
}

#addModuleService ul.module-ul li {
	list-style: none;
	padding: 5px;
	margin-bottom: 5px;
}

#addModuleService ul.module-ul li:hover {
	background: #eaeaea;
	cursor: pointer;
}

#addModuleService ul.module-ul li label {
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	cursor: pointer;
}

#receivePricing .modal-content {
	border-radius: 0;
	margin: 0 auto;
}

#receivePricing .modal-content .modal-footer {
	padding: 10px 15px;
}

#receivePricing .modal-content .modal-header {
	background: #e3e3e3;
	background: rgba(51, 122, 183, 0.91);
	text-align: center;
	padding: 10px 15px;
}

#receivePricing .modal-content .modal-header h4 {
	font-size: 14px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	color: #fff;
}

#receivePricing .modal-content .modal-body label {
	font-size: 14px;
	font-weight: 500;
}

.note_module {
	font-size: 12px;
	color: #5f5f5f;
	font-style: italic;
	font-weight: 100;
	font-family: "Roboto", sans-serif;
}

.copy-support .title.call-us {
	text-align: center;
	margin: 10px;
	font-size: 14px;
	margin-bottom: 20px;
}

.copy-support .call-us label {
	margin: 0;
}

.copy-support ul {
	margin: 0;
	padding: 0;
}

.copy-support ul li {
	list-style: none;
}

.copy-support ul li div.title {
	margin: 0;
	display: table;
	width: 100%;
}

.copy-support ul li div.title img {
	width: 37px;
	float: left;
	height: 37px;
	border-radius: 50%;
	object-fit: cover;
	object-position: 50% 50%;
}

.copy-support ul li div.title label {
	text-align: left;
	display: block;
	padding-left: 50px;
	font-weight: 400;
	line-height: 100%;
	color: #d71920;
	font-size: 13px;
}

.copy-support ul li div.title span {
	text-align: left;
	display: block;
	padding-left: 50px;
	line-height: 100%;
	font-size: 13px;
	font-style: italic;
}

.copy-support ul li div.phone {
	font-size: 14px;
	text-align: center;
}

.copy-support ul li div.phone i {
	color: #3573a9;
	margin-right: 5px;
}

.item-blog {
	margin-bottom: 25px;
}

.item-blog:nth-of-type(2n + 1) {
	clear: left;
}

.item-blog .a-img {
	float: left;
	margin-right: 30px;
	width: 150px;
}

.item-blog .content h5 {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
}

.item-blog .a-img img {
	width: 100%;
}

.item-blog .content a {
	color: #056ab2;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	display: block;
}

.item-blog .content span {
	font-weight: 300;
	font-size: 12px;
	line-height: 20px;
	color: #b1b9bf;
}

.item-blog .content p {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
}

.blog-footer {}

.blog-footer li {}

.blog-footer li img {
	width: 50px;
	float: left;
	margin-right: 10px;
}

.blog-footer li a {
	color: #fff !important;
	line-height: 17px;
	border-bottom: 0 !important;
	margin: 0 !important;
	padding-bottom: 0 !important;
	font-size: 13px !important;
	padding-left: 60px;
}

.blog-footer li span {
	display: block;
	color: #8e8e8e;
	font-size: 11px;
	padding-left: 60px;
}

#backToTop {
	z-index: 99999;
}

#fixed-bottom .a-bottom:hover {
	color: #2dcb70;
}

#add_tab_service {}

#add_tab_service .panel {
	border: 0;
	box-shadow: none;
}

#add_tab_service .panel+.panel {
	margin: 0;
}

#add_tab_service .panel-heading {
	padding: 0;
}

#add_tab_service .panel-heading a.collapsed {
	background: #fbfbfb;
	padding: 10px;
}

#add_tab_service .panel-heading a h4 {
	font-weight: 400;
	overflow: hidden;
	font-size: 14px;
	font-family: Roboto, sans-serif;
	color: #333;
}

#add_tab_service .panel-collapse input,
#add_tab_service .panel-collapse select,
#add_tab_service .panel-collapse textarea {
	margin-bottom: 10px;
}

#add_tab_service .panel-collapse .panel-body {
	border: 0;
	padding: 0 10px;
	border-bottom: 1px solid #f3f3f3;
	padding-bottom: 10px;
	background: #f3f3f3;
}

#add_tab_service .panel-collapse label {
	margin: 0;
	font-weight: 100;
}

#add_tab_service .panel-heading a {
	background: #f3f3f3;
	padding: 10px;
}

#add_tab_service .collapse.in .panel-body {
	background: #f3f3f3;
}

#add_tab_service .panel-heading a h4 i.fa-minus {
	float: right;
	color: #288feb;
}

@media screen and (max-width: 767px) {
	#secondaryMenu a.navbar-brand {
		margin-top: 0;
		padding-left: 15px;
	}

	.features-tab--item {
		padding: 0;
	}
}

#pageTitle .section-title h1 {
	color: #fff;
	margin: 26px 0;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	word-wrap: break-word;
}

.banner-item-content h2 {
	margin-top: 0;
	margin-bottom: 16px;
	font-size: 36px;
}

.owl-item.active .banner-item-content h2 {
	-webkit-animation: fadeInUp 1s ease-out 0;
	animation: fadeInUp 1s ease-out 0;
}

.banner-item-content h2 span {
	display: block;
	font-size: 48px;
	font-weight: 800;
}

.pt-plan span.span {}

.tour-guide .control {
	width: 260px;
	display: inline-block;
	float: left;
	padding-right: 15px;
}

.tour-guide .control .title {
	font-size: 25px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.tour-guide .control ul {
	padding: 0;
}

.tour-guide .control ul li {
	list-style: none;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 8px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
}

.tour-guide .control ul li:hover {
	background-color: rgba(255, 222, 158, 0.2);
	border-color: rgba(239, 202, 133, 0.4);
}

.tour-guide .control ul li.active {
	background-color: rgba(255, 168, 0, 0.2);
	border-color: rgba(255, 168, 0, 0.4);
}

.tour-guide .content {
	width: calc(100% - 260px);
	display: inline-block;
	float: left;
}

.tour-guide .content .tour {
	display: none;
	position: relative;
}

.tour-guide .content .in {
	display: block;
}

.tour-guide .content img {
	width: 100%;
}

.tour-guide .popover {
	color: #fff;
	border: none;
	background-color: #333;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	padding: 10px;
}

.tour-guide .popover .popover-title {
	background: #333;
	border: 0;
	padding: 0;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.tour-guide .popover .popover-content {
	font-family: "Roboto", sans-serif;
	padding: 0;
	color: rgba(255, 255, 255, 0.75);
}

.tour-guide .popover.right>.arrow:after {
	border-right-color: #333;
}

.tour-guide .popover.top>.arrow:after {
	border-top-color: #333;
}

.tour-guide .popover.left>.arrow:after {
	border-left-color: #333;
}

.tour-guide .popover.bottom>.arrow:after {
	border-bottom-color: #333;
}

.tour-pos {
	background: #ffa800;
	width: 25px;
	height: 25px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	font-weight: 700;
	border-radius: 50%;
	box-shadow: 0 1px 1px darkgrey;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	cursor: pointer;
}

.tour-pos:focus {
	outline: none !important;
}

.tour-pos:before {
	content: "";
	background: rgba(255, 168, 0, 0.5);
	width: 25px;
	height: 25px;
	color: #fff;
	z-index: 9;
	border-radius: 50%;
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: popover-dot-animation 1.5s infinite;
	animation: popover-dot-animation 1.5s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes popover-dot-animation {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}

@keyframes popover-dot-animation {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(2.5);
		transform: scale(2.5);
	}
}

.tour-guide-top .tour-guide .control {
	width: 100%;
	display: block;
	float: none;
	padding-right: 0;
}

.tour-guide-top .tour-guide .control .title {
	font-size: 25px;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}

.tour-guide-top .tour-guide .control ul {
	padding: 0;
	padding: 0;
	text-align: center;
	display: table;
	width: 100%;
	margin: 0;
	margin-bottom: -2px;
}

.tour-guide-top .tour-guide .control ul li {
	list-style: none;
	border: 1px solid #dedede;
	margin-bottom: 10px;
	padding: 4px 10px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	display: inline-block;
	margin: 0 3px;
	position: relative;
	-webkit-transition: margin 0.25s ease-in-out, border-color 0.25s;
	transition: margin 0.25s ease-in-out, border-color 0.25s;
	border-bottom: 0;
}

.tour-guide-top .tour-guide .control ul li.active {
	border-bottom: 0;
}

.tour-guide-top .tour-guide .content {
	width: 100%;
	float: none;
	padding: 10px;
}

.call-mobile {
	position: fixed;
	left: 10px;
	bottom: 15px;
	z-index: 9999;
	opacity: 0.8;
}

.ring_phone {
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 48px;
	background: #ff2828;
	border-radius: 50%;
	animation: pulse 1.5s infinite;
}

.ring_phone i {
	color: #fff;
	font-size: 20px;
	animation: tada 1.5s infinite;
}

.ring_phone:before {
	content: "";
	background: #ff2828;
	width: 25px;
	height: 25px;
	color: #fff;
	z-index: -11;
	border-radius: 50%;
	display: table;
	position: absolute;
	top: 10px;
	left: 10px;
	-webkit-animation: popover-dot-animation 1.5s infinite;
	animation: popover-dot-animation 1.5s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	border: 1px solid #ff2828;
	opacity: 0.5;
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

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

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.w100 {
	max-width: 100% !important;
}
