/*
Theme Name: 123Web.vn
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@font-face {
	font-family: riftbold;
	src: url(assets/fonts/Rift-Bold.eot?#iefix) format("embedded-opentype"),
		url(assets/fonts/Rift-Bold.otf) format("opentype"),
		url(assets/fonts/Rift-Bold.woff) format("woff"),
		url(assets/fonts/Rift-Bold.ttf) format("truetype"),
		url(assets/fonts/Rift-Bold.svg#Rift-Bold) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: riftdemi;
	src: url(assets/fonts/fort_foundry_-_rift-demi-webfont.eot);
	src: url(assets/fonts/fort_foundry_-_rift-demi-webfont.eot?#iefix) format("embedded-opentype"),
		url(assets/fonts/fort_foundry_-_rift-demi-webfont.woff2) format("woff2"),
		url(assets/fonts/fort_foundry_-_rift-demi-webfont.woff) format("woff"),
		url(assets/fonts/fort_foundry_-_rift-demi-webfont.svg#riftdemi) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: riftregular;
	src: url(assets/fonts/Rift.eot?#iefix) format("embedded-opentype"),
		url(assets/fonts/Rift.otf) format("opentype"),
		url(assets/fonts/Rift.woff) format("woff"),
		url(assets/fonts/Rift.ttf) format("truetype"),
		url(assets/fonts/Rift.svg#Rift) format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: san_francisco_textbold;
	src: url(assets/fonts/SanFranciscoTextBold.eot);
	src: url(assets/fonts/SanFranciscoTextBold.eot) format("embedded-opentype"),
		url(assets/fonts/SanFranciscoTextBold.woff2) format("woff2"),
		url(assets/fonts/SanFranciscoTextBold.woff) format("woff"),
		url(assets/fonts/SanFranciscoTextBold.ttf) format("truetype"),
		url(assets/fonts/SanFranciscoTextBold.svg#SanFranciscoTextBold) format("svg");
}

@font-face {
	font-family: san_francisco_text_regularRg;
	src: url(assets/fonts/sanfranciscotext-regular-webfont.eot);
	src: url(assetsassets/fonts/sanfranciscotext-regular-webfont.eot?#iefix) format("embedded-opentype"),
		url(assets/fonts/sanfranciscotext-regular-webfont.woff2) format("woff2"),
		url(assets/fonts/sanfranciscotext-regular-webfont.woff) format("woff"),
		url(assets/fonts/sanfranciscotext-regular-webfont.svg#san_francisco_text_regularRg) format("svg");
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: san_francisco_text_regularRg;
	font-weight: 400;
	letter-spacing: normal;
}


/*************** HOME.   ***************/
.text_banner_home {
    width: 45%;
}

.text_banner_home > p {
    font-size: 64px;
    color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
	font-family: riftbold;
	line-height: 1.16667;
}

.scroll_banner_home p {
	margin-top: 0;
	margin-bottom: 0;
}

.scrolldown {
	position: absolute;
	bottom: 80px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

.scrolldown span {
	line-height: normal;
	display: inline-block;
	font-family: riftdemi;
	font-size: 14px;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.scrolldown .ar {
	width: 12px;
	display: inline-block;
	position: absolute;
	top: 45px;
	left: 50%;
	margin-left: -6px;
	-webkit-animation: 1.5s infinite sdb05;
	animation: 1.5s infinite sdb05;
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 40px);
		opacity: 0;
	}
}

@keyframes sdb05 {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translate(0, 40px);
		transform: translate(0, 40px);
		opacity: 0;
	}
}

.title_home > h2 {
    color: #424d54;
    font-size: 54px;
    font-family: riftregular;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 0;
    line-height: 1.15385;
    font-weight: 400;
}

.blog_posts_home .is-divider {
	display: none;
}

.btn-2 {
	display: inline-block;
	font-family: riftdemi;
	text-transform: uppercase;
	font-size: 18px;
	color: #a7a7a7;
	background: url(/wp-content/themes/123web-vn/assets/images/ar-g.png) right center/24px no-repeat;
	padding-right: 40px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.btn-2:hover {
	color: #d13138;
	background: url(/wp-content/themes/123web-vn/assets/images/ar-r.png) right center/24px no-repeat;
	padding-right: 60px;
}

.cateHomeWrap .container {
	width: 100%;
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

.cateHomeWrap .contentwrap {
	padding-left: 35%;
	position: relative;
}

.infoCate {
	width: 35%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 50px 0;
}

.infoCate>div {
	position: relative;
	z-index: 1;
	padding-right: 20px;
}

.infoCate h2 {
    font-family: riftregular;
    font-size: 54px;
    padding-bottom: 25px;
    line-height: 1.15385;
    font-weight: 400;
    margin-bottom: 0;
}

.infoCate h2 span {
	color: #d13138;
}

.infoCate:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 4000px;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: #f7f7f7;
}

.dragMouse {
	text-align: center;
	display: inline-block;
	margin-top: 60px;
}

.dragMouse>img {
	width: 21px;
	-webkit-animation: 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both rotateMouse;
	animation: 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s infinite both rotateMouse;
}

.dragMouse p {
	font-family: riftdemi;
	color: #a7a7a7;
}

.dragMouse p span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.dragMouse p img {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
}

@-webkit-keyframes rotateMouse {

	0%,
	100%,
	30% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	10% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
	}

	20% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg);
	}
}

@keyframes rotateMouse {

	0%,
	100%,
	30% {
		-webkit-transform: rotateZ(0);
		transform: rotateZ(0);
	}

	10% {
		-webkit-transform: rotateZ(10deg);
		transform: rotateZ(10deg);
	}

	20% {
		-webkit-transform: rotateZ(-10deg);
		transform: rotateZ(-10deg);
	}
}

.listCateHome {
	opacity: 0;
	width: 130%;
}

.listCateHome .slick-slide {
	padding: 0 20px;
}

.listCateHome .slick-list {
	padding: 20px 0;
	margin-left: -20px;
	overflow: inherit;
}

.listCateHome .item {
	padding: 105px 48px 48px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
}

.listCateHome .item:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 5px;
	background: #d13138;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.listCateHome .item:hover {
	background: #d13138;
}

.listCateHome .item:hover:after {
	height: 100%;
}

.listCateHome .item:hover .ico:after {
	background: #fff;
}

.listCateHome .item:hover.cate-1 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-1-hv.png) 0 0/100% no-repeat;
}

.listCateHome .item:hover.cate-2 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-2-hv.png) 0 0/100% no-repeat;
}

.listCateHome .item:hover.cate-3 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-3-hv.png) 0 0/100% no-repeat;
}

.listCateHome .item:hover h2 {
	color: #fff;
}

.listCateHome .item:hover .content .copy {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.listCateHome .item:hover .content .img {
	opacity: 0;
}

.listCateHome .item:hover .link {
	display: block;
}

.listCateHome .item.cate-1 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-1.png) 0 0/100% no-repeat;
}

.listCateHome .item.cate-2 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-2.png) 0 0/100% no-repeat;
}

.listCateHome .item.cate-3 .ico {
	background: url(/wp-content/themes/123web-vn/assets/images/ico-cate-3.png) 0 0/100% no-repeat;
}

.listCateHome .item .ico {
	width: 30%;
	margin-bottom: 25px;
	position: relative;
	-webkit-transition: 0.3s 0.2s;
	-o-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
	z-index: 1;
}

.listCateHome .item .ico:after {
	content: "";
	display: inline-block;
	width: 1000px;
	height: 2px;
	background: #a7a7a7;
	position: absolute;
	left: calc(100% + 20px);
	bottom: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.listCateHome .item .ico img {
	width: 100%;
	opacity: 0;
}

.listCateHome .item h2 {
	font-family: riftbold;
	font-size: 58px;
	color: #d13138;
	padding-bottom: 40px;
	-webkit-transition: 0.3s 0.2s;
	-o-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.listCateHome .item .content {
	position: relative;
	overflow: hidden;
}

.listCateHome .item .content .img {
	position: relative;
	background-size: cover !important;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.listCateHome .item .content .img img {
	width: 100%;
	opacity: 0;
}

.listCateHome .item .content .copy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #d13138;
	opacity: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.listCateHome .item .content .copy p {
	color: #fff;
}

.listCateHome .item .content .copy a {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(/wp-content/themes/123web-vn/assets/images/ar-w.png) right center/24px no-repeat;
}

.listCateHome .item .link {
	display: none;
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: 0;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: "";
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	display: block;
	z-index: 2;
	width: 48px;
	height: 23px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	border: none;
}

.slick-prev {
	left: 80px;
	background: url(../images/btn-prev.png) center left/32px no-repeat;
	border-right: 1px solid #f4f4f4;
	padding-right: 16px;
}

.slick-prev:hover {
	background: url(../images/btn-prev-b.png) center left/32px no-repeat;
}

.slick-next {
	right: 80px;
	background: url(../images/btn-next.png) center right/32px no-repeat;
	border-left: 1px solid #f4f4f4;
	padding-left: 16px;
}

.slick-next:hover {
	background: url(../images/btn-next-b.png) center right/32px no-repeat;
}

.slick-dots {
	position: absolute;
	bottom: 25px;
	display: block;
	width: 100%;
	padding: 0;
	margin-left: 5%;
	list-style: none;
	text-align: left;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 12px;
	height: 12px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: #fff;
	border-radius: 100px;
	padding: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0;
	background: #d13138;
}

.slick-dots li.slick-active button {
	background: #d13138;
}
/*************** FOOTER.   ***************/
.absolute-footer {
    border-top: 1px solid #eee;
}

.footer-menu-bold .menu-item a, .footer-menu-regular .menu-item a {
	color: #424d54;
    font-size: 15px;
	min-height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    border: none !important;
}

.footer-menu-bold .menu-item:hover a, .footer-menu-regular .menu-item:hover a {
    color: #d13138;
}

.footer-menu-bold .menu-item a {    
    font-family: san_francisco_textbold;
    font-weight: 700;    
}

.footer-menu-bold .menu-item:last-child a {
	padding-bottom: 0 !important;
}
@media only screen and (max-width: 48em) {
	.text_banner_home {
		width: 100%;
		text-align: center;
	}
	
	.text_banner_home > p {
		font-size: 40px;
	}
}