/*
 * Theme Name: EcomSms
 * Description: EcomSMS Theme is fully responsive, clean and minimal WordPress theme. It has various options in WordPress Customizer to change look of the theme - primary design color, background and header, page layout (left or right sidebar, full or centered content). Clean valid code, semantic markup, markup by Schema.org, full adaptation to mobile devices. Basic is ready to use with child themes and gives for developers simple design change with custom hooks and action. Translation Ready (English, Russian, Ukrainian, French, German, Polish, Turkish). Fully compatible with WPML, WooCommerce, bbPress.
 * Theme URI: http://ecomsms.vn
 * Author: Thangbg
 * Author URI: http://fb.com.com/thangbg
 * Version: 1.0.1
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: two-columns, one-column, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, microformats
 * Text Domain: Ecomsms
 */


 @font-face {
	font-family: HelveticaNeue;
	src: url(./font/helveticaneue.ttf);
}

 html {
	scroll-behavior: smooth;
}
.top {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1000;
	background: #fff;
	width: 100%;
	padding: 12px 0;
}
#home {
	margin-top: 55px;
}
#home .container {
	position: relative;
}
body {
	margin: 0;
	padding: 0;
}
.container {
	max-width: 765px;
	margin: auto;
}
.nav a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	height: 13px;
	font-family: HelveticaNeue;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	color: #747474;
}

.nav a + a {
	margin-left: 34px;
}

.top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav a:hover,
.nav a.active {
	color: #fff;
	position: relative;
}

.nav a:hover:before,
.nav a.active:before {
	content: " ";
	position: absolute;
	top: -4px;
	left: -4px;
	bottom: -4px;
	right: -6px;
	z-index: -1;
	border-radius: 5px;
}
.slide {
	overflow: hidden;
	position: relative;
}
.jssora051 {
	display: none;
}
#home .info {
	width: 263px;
	height: 308px;
	position: absolute;
	top: -8px;
	right: 46px;
	padding: 34px;
	box-sizing: border-box;
}

.slide .item {
	position: relative;
	height: 294px;
	width: 765px;
	margin: auto;
	left: calc(50% - 765px/2);
}

#home  .info .p1 {
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	position: relative;
}

#home  .info .p1:before {
	content: " ";
	position: absolute;
	width: 50%;
	height: 2px;
	background-color: #ffffff;
	top: -5px;
}

#home .info .p2 {
	margin-top: 16px;
	font-family: HelveticaNeue;
	font-size: 12px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}
#home .more {
	margin-top: 24px;
	width: 96px;
	height: 27px;
	border-radius: 6px;
	border: solid 1px #ffffff;
	font-family: HelveticaNeue;
	font-size: 11px;
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}

#about {
	margin-top: 30px;
}

#about .container {
	display: flex;
}

#about .video {
	width: 327px;
	height: 238px;
	background: #444;
}

#about .list {
	flex: 1;
	margin-left: 20px;
}

#about .list .item {
	display: flex;
}
#about .list .item + .item {
	margin-top: 16px;
}

#about .list .item .img {
	width: 56px;
	text-align: center;
}
#about .list .item .info {
	flex: 1;
}

#about .list .item img {
	padding: 8px;
}

#about .title {
	padding-top: 6px;
	line-height: 22px;
	font-family: HelveticaNeue;
	font-size: 15px;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	position: relative;
}

#about .title:before {
	content: " ";
	display: block;
	height: 2px;
	width: 100%;
	max-width: 134px;
	position: absolute;
	top: 0;
}

#about .description {
	font-family: HelveticaNeue;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
	color: #282828;
}

#pricing {
	margin-top: 40px;
}

#pricing .title {
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 6px;
	background-color: #f2f2f2;
}

#pricing .outline {
	color: #fff;
	text-align: center;
}
#pricing .sub-title {
	max-width: 484px;
	margin: auto;
	padding: 13px 0;
}

#pricing .packages {
	display: flex;
	margin-top: 32px;
}

#pricing .package {
	width: 242px;
	height: 200px;
	border-radius: 6.5px;
	border: solid 1.3px #f2f2f2;
	padding: 20px;
	padding-top: 48px;
	box-sizing: border-box;
	position: relative;
}

#pricing .package + .package {
	margin-left: 20px;
}
#pricing .package a.link-order {
	padding: 1px 3px;
	border-radius: 3px;
	background: #FFF;
	color: #f7941d;
	text-decoration: none;
}
#pricing .icon {
	width: 60px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: calc(50% - 30px);
}

#pricing .icon img {
	position: absolute;
	left: 15px;
	bottom: 18px;
}

#pricing .im {
	font-family: HelveticaNeue;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

#pricing .info {
	font-family: HelveticaNeue;
	font-size: 13px;
	font-weight: 300;
	color: #ffffff;
	border-top: #fff 1px dotted;
	margin-top: 30px;
	padding-top: 8px;
	margin-bottom: 5px;
}

.carrier-title {
	font-family: HelveticaNeue;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	position: relative;
	margin-top: 26px;
	padding-top: 10px;
}

.carrier-title:before {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	background: #fff;
	top: 0;
	left: calc(50% - 50px);
	position: absolute;
}

.carrier-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 0;
}

.carrier-brand > * + * {
	margin-left: 54px;
}

#partner {
	padding: 30px 0;
}

#partner .title {
	position: relative;
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	margin-top: 15px;
	margin-bottom: 30px;
}
#partner .title:before {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	top: 0;
	left: calc(50% - 50px);
	position: absolute;
}
.brands {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.brands > * + * {
	margin-left: 10px;
}

/* #footer {
	position: relative;
	padding: 20px 0;
	background: url(http://webneel.com/wallpaper/sites/default/files/images/04-2013/island-beach-scenery-wallpaper.1440.jpg) no-repeat;
	background-size: cover;
}

#footer > div {
	position: relative;
	z-index: 100;
}

#footer:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}


#footer .title {
	position: relative;
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	margin-bottom: 30px;
}
#footer .title:before {
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	top: 0;
	left: calc(50% - 50px);
	position: absolute;
}

#footer .list {
	display: flex;
	justify-content: space-around;
}

#footer .item {

	text-align: center;

	max-width: 140px;
} */

.intro {
	font-family: HelveticaNeue;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #ededed;
	position: relative;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 10px;
	min-height: 68px;
}

.intro span {
	font-size: 25px;
	font-weight: bold;
}

.intro:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 84px;
	bottom: 0;
	background: #fff;
	left: calc(50% - 42px);
}

#contact {
	display: flex;
}

.about {
	width: 457px;
	height: 210px;
	border-radius: 10px;
	border: solid 1px #8a8a8a;
	background-color: rgba(120, 120, 120, .8);
	padding: 20px 20px 20px 48px;
	box-sizing: border-box;
}

.contact-info {
	flex: 1;
	margin-left: 45px;
	padding: 20px 0;

	width: 234px;
	height: 134px;
	font-family: HelveticaNeue;
	font-size: 14px;
	text-align: left;
	color: #eee;
}

.about-title, .contact-title {
	font-family: HelveticaNeue;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.about-content {
	font-family: HelveticaNeue;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	color: #eeeeee;
	margin-top: 18px;
}

.contact-title {
	margin-bottom: 20px;
}

.contact-info .fas {
	margin-right: 5px;
}
.contact-info .row {
	display: flex;
}
.contact-info .row + .row {
	margin-top: 10px;
}
.contact-info .info div {
	font-weight: bold;
}

#copyright {
	background-color: rgba(37, 37, 37, .8);
}
#copyright .container {
	height: 58px;
	font-family: HelveticaNeue;
	font-size: 14px;
	text-align: left;
	color: #777777;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.top .container .fa-bars {
	display: none;
}
@media screen and  (max-width: 800px) {
	#pricing .packages {
			flex-direction: column;
			align-items: center;
	}
	#pricing .package + .package {
			margin-left: 0px;
			margin-top: 40px;
	}
	#footer .list {
			flex-direction: column;
			align-items: center;
	}
	#contact {
			flex-direction: column;
			align-items: center;
	}
	#contact > * {
			width: 457px;
			max-width: 100%;
			height: auto;
	}
	.top .container,
	#footer .container {
			max-width: calc(100% - 20px);
	}
	.slide .info {
			right: calc(100vw/18);
	}

	.nav {
			position: absolute;
			right: 0;
			width: 100px;
			top: 48px;
			background: #fff;
			padding: 10px;
			display: none;
	}
	.nav a {
			display: block;
			z-index: 1000;
	}
	.nav a + a {
			 margin-left: 0;
			margin-top: 16px;
	}


	.top .container .fa-bars {
			display: block;
			cursor: pointer;
	}
	.top .container .active ~ .nav {
			display: block;
	}
}
@media screen and  (max-width: 660px) {
	#about .container {
			flex-direction: column;
			align-items: center;
	}
	#about .list {
			margin-right: 20px;
			margin-top: 20px;
	}
	.carrier-brand {
			flex-direction: column;
	}
	.carrier-brand > * + * {
			margin-left: 0;
			margin-top: 54px;
	}
}

.jssora051 {
	display: none;
}

/* Customize*/
#news .title {
	position: relative;
	font-family: HelveticaNeue;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 10px;
	margin-bottom: 30px;
	color: #39b54a;
}
#news .title:before {
	background: #39b54a;
	content: "";
	display: block;
	height: 2px;
	width: 100px;
	top: 0;
	left: calc(50% - 50px);
	position: absolute;
}

#news .list {
    display: flex;
    justify-content: space-around;
}
#news .item {
	text-align: center;
	max-width: 140px;
}
.sky-panel {
	position: relative;
	padding: 20px 0 100px 0;
	background: url("./img/background.png") no-repeat;
	background-size: cover;	
}

.sky-panel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}
.sky-panel .container {
	position: relative;
}
.page-id-7 {
	height: calc(100vh - 100px);
}
.footer {
	position: relative;
	background-color: rgba(37, 37, 37, .8);
	margin: 0;
}
.home .footer {
	top: -75px;
}

#menu-topmenu {
	list-style: none;
}
#menu-topmenu li {
	display: inline;
	padding: 0 15px;
}
#menu-topmenu li a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	height: 13px;
	font-family: HelveticaNeue;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
}
.top .container {
	justify-content: flex-start!important;
}
#copyright .left {
	float: left;
}
#copyright a.share {
    display: inline-block;
    width: 40px;
    height: 40px;
	margin-right: 13px;
}

#copyright .ic-fb {
    background: url(./img/icon/ic-fb.png) no-repeat;
    background-size: 100%;
}

#copyright .ic-ytb {
	background: url(./img/icon/ic-ytb.png) no-repeat;
    background-size: 100%;
}

#copyright .right {
	float: right;
}
.cpr {
	line-height: 20px;
}
#copyright .left a {
	line-height: 40px;
	display: inline-block;
	color: #f37021;
    position: relative;
	z-index: 5;
	font-size: 12px;
	text-decoration: none;
}
.info {
	color: #FFF;
	font-size: 12px;
}
#pageid-81 .entry,
#pageid-84 .entry,
#pageid-85 .entry,
#pageid-86 .entry,
#pageid-87 .entry,
#pageid-90 .entry,
#pageid-92 .entry
 {
	max-width: 765px;
	margin: 0 auto;
	padding: 70px 0;
}