.slick-slider {
	position: relative;
	display: block;
	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-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	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
}

[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
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
	display: block;
	max-width: none;
	max-height: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.xzoom-container {
	display: inline-block
}

.xzoom-thumbs {
	text-align: center;
	margin-bottom: 10px
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
	border: 1px solid #cecece;
	margin-left: 5px;
	margin-bottom: 10px
}

.xzoom-source,
.xzoom-hidden {
	display: block;
	position: static;
	float: none;
	clear: both
}

.xzoom-hidden {
	overflow: hidden
}

.xzoom-preview {
	border: 1px solid #888;
	background: #2f4f4f;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50)
}

.xzoom-lens {
	border: 1px solid #555;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
	cursor: crosshair
}

.xzoom-loading {
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 100%;
	opacity: .7;
	background: url(/wp-content/themes/RT/assets/css/images/xloading.gif);
	width: 48px;
	height: 48px
}

.xactive {
	-webkit-box-shadow: 0 0 3px 0 rgba(74, 169, 210, 1);
	-moz-box-shadow: 0 0 3px 0 rgba(74, 169, 210, 1);
	box-shadow: 0 0 3px 0 rgba(74, 169, 210, 1)
}

.xzoom-caption {
	position: absolute;
	bottom: -43px;
	left: 0;
	background: #000;
	width: 100%;
	text-align: left
}

.xzoom-caption span {
	color: #fff;
	font-family: Arial, sans-serif;
	display: block;
	font-size: .75em;
	font-weight: bold;
	padding: 10px
}

body {
	color: #1f1f1f;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif !important;
	/*font-family: "Graphik-Regular";*/
	font-weight: 400
}

@font-face {
	font-family: "Graphik-Regular";
	src: url(/wp-content/themes/RT/assets/css/images/Graphik-Regular.otf)
}

@font-face {
	font-family: "Graphik-Medium";
	src: url(/wp-content/themes/RT/assets/css/images/Graphik-Medium.otf)
}

a {
	color: #1f1f1f;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto
}

.aligncenter {
	display: block;
	margin: auto
}

b,
strong {
	
	font-weight: 400
}

.mt-0 {
	margin-top: 0
}

.screen-reader-text,
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.site.boxed {
	margin: 0 auto;
	background: transparent
}

.site.boxed.w1000 {
	max-width: 1000px
}

.site.boxed.w1170 {
	max-width: 1170px
}

.site.boxed.w1200 {
	max-width: 1200px
}

.site-branding .container {
	background: url(../uploads/head.png)bottom repeat-x
}

@media(min-width:1200px) {
	.container {
		width: 1170px
	}
	.site.w1000 .container {
		width: 1000px
	}
	.site.w1170 .container {
		width: 1170px
	}
	.site.w1200 .container {
		width: 1200px
	}
}

.home #layout {
	padding-top: 25px;
	background: white
}

#layout {
	padding-top: 20px;
	background: white
}

.home #layout {
	padding-top: 28px
}

@media(min-width:992px) {
	.content-area {
		width: 75.5%;
		float: left
	}
	.widget-area {
		width: 24.5%;
		float: left
	}
	.sidebar-both .content-area {
		width: 49%
	}
	.sidebar-left .content-area {
		left: 24.5%;
		padding-left: 10px;
		padding-right: 0
	}
	.sidebar-left .widget-area {
		right: 75.5%;
		padding-left: 0
	}
	.sidebar-both .content-area {
		left: 24.5%;
		padding-left: 10px;
		padding-right: 10px
	}
	.sidebar-both #secondary-1.widget-area {
		right: 49%;
		padding-left: 0
	}
	.sidebar-both #secondary-2.widget-area {
		padding-right: 0;
		float: right
	}
	.sidebar-right .widget-area {
		float: right;
		padding-right: 0
	}
	.sidebar-right .content-area {
		padding-left: 0
	}
}

.sidebar-none .widget-area {
	display: none
}

.no-sidebar .content-area {
	width: 100%;
	padding: 0
}

.content-area,
.widget-area {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	word-wrap: break-word
}

.site-header {
	background: white
}

@media(min-width:783px) {
	.admin-bar .fixed-nav-menu .main-navigation {
		margin-top: 32px
	}
}

@media(min-width:601px) and (max-width:782px) {
	.admin-bar .fixed-nav-menu .main-navigation {
		margin-top: 46px
	}
}

.fixed-nav-menu .main-navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000
}

.fixed-nav-menu .animated {
	-webkit-animation-duration: .5s;
	-moz-animation-duration: .5s;
	-o-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	will-change: transform, opacity
}

.animated.slideDown {
	-webkit-animation-name: slideDown;
	-moz-animation-name: slideDown;
	-o-animation-name: slideDown;
	animation-name: slideDown
}

.animated.slideUp {
	-webkit-animation-name: slideUp;
	-moz-animation-name: slideUp;
	-o-animation-name: slideUp;
	animation-name: slideUp
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%)
	}
	100% {
		-webkit-transform: translateY(0)
	}
}

@-moz-keyframes slideDown {
	0% {
		-moz-transform: translateY(-100%)
	}
	100% {
		-moz-transform: translateY(0)
	}
}

@-o-keyframes slideDown {
	0% {
		-o-transform: translateY(-100%)
	}
	100% {
		-o-transform: translateY(0)
	}
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%)
	}
	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(0)
	}
	100% {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes slideUp {
	0% {
		-moz-transform: translateY(0)
	}
	100% {
		-moz-transform: translateY(-100%)
	}
}

@-o-keyframes slideUp {
	0% {
		-o-transform: translateY(0)
	}
	100% {
		-o-transform: translateY(-100%)
	}
}

@keyframes slideUp {
	0% {
		transform: translateY(0)
	}
	100% {
		transform: translateY(-100%)
	}
}

.custom-logo-link {
	padding: 15px 0;
	display: block
}

@media(max-width:767px) {
	.custom-logo-link {
		text-align: center
	}
}

.header-search {
	margin-bottom: 5px
}

.header-search .search-form,
.header-search .woocommerce-product-search {
	position: relative;
	height: 41px
}

.header-search .search-form h2,
.header-search .search-form label,
.header-search .search-form select {
	display: none
}

.header-search .search-form .search-field,
.header-search .woocommerce-product-search .search-field {
	width: 100%;
	border: 0;
	padding: 3px 10px;
	position: absolute;
	border-radius: 30px;
	outline: 0;
	border: 1px solid #ccc;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 2.5s ease-in-out;
	transition: all .25s ease-in-out
}

.header-search input[type=search] {
	width: calc(100% - 55px);
	height: 40px;
	border: 1px solid #ccc;
	outline-style: none
}

.search-form {
	width: 55px;
	height: 40px;
	float: right
}

.header-search .search-form input[type=submit],
.header-search .search-submit {
	width: 55px;
	outline-style: none;
	height: 40px;
	border: 1px solid #ccc;
	border-left: 0;
	background: url(/wp-content/themes/RT/assets/css/images/sub.png)no-repeat center center #fff;
	text-indent: -99999px
}

.header-search .search-form .search-submit,
.header-search .woocommerce-product-search .search-submit {
	border: 0;
	color: #333;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 0 30px 30px 0;
	position: absolute;
	top: 19%;
	right: 10px;
	height: 24px;
	z-index: 99;
	background: url(/wp-content/themes/RT/assets/css/images/sub.png)no-repeat center center #fff
}

@media(min-width:1200px) {
	.has-vertical-mega-menu .header-search.col-lg-1 .search-form .search-field:focus {
		width: 250px
	}
}

@media(min-width:1200px) {
	.site.boxed .main-navigation .container {
		padding-left: 0;
		padding-right: 0
	}
}

.main-navigation {
	float: right
}

.main-navigation ul.menu {
	margin: 0;
	padding: 0
}

.main-navigation ul.menu li {
	float: left;
	list-style: none;
	position: relative
}

.main-navigation li a {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	
	position: relative;
	z-index: 10
}

.main-navigation li a span {
	font-size: 18px;
	font-weight: 400
}

.main-navigation li li {
	background: #0f60a5;
	width: 100%;
	border-top: rgba(255, 255, 255, .51) solid 1px;
	clear: both;
	padding: 0;
	margin-top: -15px;
	-moz-transition: opacity .1s .15s ease-out, margin .3s .1s ease-out;
	-webkit-transition: opacity .1s .15s ease-out, margin .3s .1s ease-out;
	-o-transition: opacity .15s .15s ease-out, margin .3s .1s ease-out;
	transition: opacity .15s .15s ease-out, margin .3s .1s ease-out
}

.main-navigation li li:hover {
	background: #9a620d
}

.main-navigation li li a {
	display: block;
	color: #fff;
	font-size: 11px;
	line-height: 38px;
	padding: 0 10px;
	border: 0;
	position: relative
}

.main-navigation li ul {
	z-index: 9999;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	background: #222;
	width: 240px;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity .2s .1s ease-out, visibility .1s .1s linear;
	-webkit-transition: opacity .3s ease-out, visibility .1s .1s linear;
	-o-transition: opacity .3s ease-out, visibility .1s .1s linear;
	transition: opacity .3s ease-out, visibility .1s .1s linear
}

.main-navigation li:hover>ul {
	opacity: 1;
	visibility: visible
}

.main-navigation li:hover ul li {
	margin-top: 0;
	opacity: 1
}

.main-navigation ul ul ul {
	float: left;
	list-style: none;
	z-index: 9999;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 80%;
	top: 0;
	background: #222;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-moz-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	-webkit-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	-o-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear
}

.main-navigation ul ul ul li {
	border: 0;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%;
	opacity: 1
}

.main-navigation ul ul li:hover ul {
	opacity: 1;
	left: 100%;
	visibility: visible
}

.rt-navbar-toggle {
	background: #fff;
	padding: 0;
	margin: 14px 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	float: right
}

.rt-navbar-toggle .icon-bar {
	background: black;
	display: block;
	position: relative;
	width: 24px;
	height: 2px;
	border-radius: 1px;
	outline: 0
}

.rt-navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

.mobile-menu-no-search {
	display: block;
	padding: 5px 20px;
	margin: 5px;
	background: #fff;
	line-height: 30px
}

.mobile-menu-no-search span {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold
}

.mobile-menu-no-search .rt-navbar-toggle {
	margin: 8px 0
}

.mobile-menu-no-search .rt-navbar-toggle .icon-bar {
	background: #333
}

@media(max-width:1199px) {
	.rt-navbar-toggle {
		background: transparent
	}
	.rt-navbar-toggle .icon-bar {
		background: white
	}
}

.header-layout {
	width: 33%;
	float: left;
	padding: 30px 0 0
}

.nav-layout {
	width: 67%;
	float: right;
	padding: 30px 0 30px
}

.nav-layout .img-qc {
	text-align: right;
	padding-top: 35px
}

.nav-layout .img-qc h3.widget-title {
	display: none
}

.nav-layout .img-qc .image-item {
	display: inline-block;
	padding-left: 20px
}

.vertical-mega-menu {
	position: relative
}

.vertical-mega-menu .vertical-mega-menu-title {
	margin-bottom: 0;
	background: #1916c3;
	border-radius: 0;
	text-align: left;
	padding: 9.5px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer
}

.vertical-mega-menu .vertical-mega-menu-title:after {
	content: "\f039";
	float: right;
	font-family: fontawesome;
	font-weight: 100
}

.vertical-mega-menu .rt_mega_menu .menu {
	position: absolute;
	z-index: 9999;
	background: white;
	width: calc(100% - 30px);
	border: 1px solid #ccc;
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.home .site:not(.fixed-nav-menu) .vertical-mega-menu .rt_mega_menu .menu,
.vertical-mega-menu .rt_mega_menu:hover .menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.vertical-mega-menu .rt_mega_menu .menu ul.sub-menu {
	margin-bottom: 0;
	padding-left: 0
}

.vertical-mega-menu .rt_mega_menu .menu li {
	list-style: none
}

.vertical-mega-menu .rt_mega_menu .menu>li {
	border-bottom: 1px solid #eee
}

.vertical-mega-menu .rt_mega_menu .menu li a {
	display: block;
	padding: 10px;
	color: #333
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu {
	opacity: 0;
	visibility: hidden;
	margin-left: 30px;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.vertical-mega-menu .rt_mega_menu .menu>li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	margin-left: 0
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu {
	position: absolute;
	width: 700px;
	left: 100%;
	top: -1px;
	background: white;
	border: 1px solid #ccc
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu>li {
	padding: 0 10px
}

.vertical-mega-menu .rt_mega_menu .menu .w3c {
	width: calc(100%/3);
	float: left
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu>li a {
	padding-left: 0
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu>li.w3c>a {
	text-transform: uppercase;
	color: #404040;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	position: relative
}

.vertical-mega-menu .rt_mega_menu .menu>li>.sub-menu>li.w3c>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100px;
	height: 1px;
	background: blue;
	bottom: -1px;
	left: 0
}

@media(max-width:1199px) {
	.vertical-mega-menu .rt_mega_menu {
		display: none
	}
}

.vertical-mega-menu #mega-menu-toggle {
	float: left
}

.site-content {
	background: #fff
}

.arc-news .new-list .news-post {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.arc-news .new-list .news-post .date-time {
	padding: 3px 0;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: 15px
}

.arc-news .new-list .news-post .date-time span {
	padding-right: 10px;
	font-size: 13px
}

.arc-news .new-list .news-post .date-time span i {
	margin-right: 6px
}

.arc-news .new-list .news-post .title {
	margin: 0 0 10px 0;
	font-size: initial
}

.arc-news .new-list .news-post .title a {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500
}

.arc-news .new-list .news-post .img-post {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 10px;
	overflow: hidden;
	background: url(/wp-content/themes/RT/assets/css/images/bgimg.jpg)repeat
}

.arc-news .new-list .news-post .mask {
	background-color: rgba(146, 96, 91, 0.3);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.arc-news .new-list .news-post .mask>a {
	color: #fff
}

.arc-news .new-list .news-post .img-post>a {
	display: block;
	line-height: 0
}

.arc-news .new-list .news-post .mask,
.view .content {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	padding: 30px 10px;
	text-align: center
}

.arc-news .new-list .news-post .img-post:hover .mask {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px)
}

.arc-news .new-list .news-post .img-post:hover p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}

.arc-news .new-list .news-post .img-post:hover img {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%)
}

.arc-news .new-list .news-post .img-post h2 {
	background: rgba(255, 255, 255, .5);
	margin: 0 0 10px 0;
	padding: 7px;
	color: #000;
	-webkit-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
	-moz-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
	box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
	display: block;
	overflow: hidden
}

.arc-news .new-list .news-post .img-post h2 a {
	color: #333;
	font-size: 17px;
	line-height: 23px;
	max-height: 46px;
	display: block
}

.view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, .8);
	margin: 20px 0 0 0
}

.arc-news .new-list .news-post .img-post p {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	color: #333;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	margin: 0;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden
}

.arc-news .new-list .news-post .img-post p>a {
	display: none
}

.view a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000
}

.arc-news .new-list .news-post .read-more {
	display: inline-block;
	background: #0f60a5;
	text-transform: uppercase;
	font-weight: 400;
	padding: 2px 9px;
	font-size: 13px;
	color: #fff;
	margin-top: 10px
}

.heading-realate {
	border-bottom: 2px solid #0f60a5;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 35px
}

.related-post ul {
	padding: 0;
	margin: 0
}

.related-post ul li {
	list-style: none
}

.related-post ul li a {
	color: #333;
	font-size: 14px;
	font-weight: 400
}

.related-post ul li a i {
	font-size: 10px;
	margin-right: 6px
}

.thumbnail-left {
	float: left;
	width: 35%;
	margin-right: 10px
}

.slider_item {
	outline: 0
}

.slick-slide,
.slick-slide a {
	outline: 0
}

.slick-arrow {
	border: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	outline: 0;
	background: none;
	position: absolute
}

.slick-prev {
	top: 50%;
	left: 0;
	text-indent: -999999px;
	width: 20px;
	z-index: 9999;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slick-prev:before {
	position: absolute;
	font-family: 'FontAweSome';
	content: "\f053";
	left: 3px;
	top: 3px;
	display: none;
	text-indent: 0;
	color: #333
}

.slick-next {
	top: 50%;
	text-indent: -999999px;
	right: 0;
	width: 20px;
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%)
}

.slick-next:before {
	position: absolute;
	font-family: 'FontAweSome';
	content: "\f054";
	left: 3px;
	display: none;
	text-indent: 0;
	top: 3px;
	color: #333
}

.slick-vertical .slick-arrow {
	position: static;
	height: 21.5px;
	margin: 0 auto;
	transform: translate(0);
	display: none !important
}

.slick-vertical .slick-prev:before {
	position: absolute;
	font-family: 'FontAweSome';
	content: "\f077";
	left: 3px;
	top: 0;
	color: #333
}

.slick-vertical .slick-next:before {
	position: absolute;
	font-family: 'FontAweSome';
	content: "\f078";
	left: 3px;
	top: 0;
	color: #333
}

#layout .widget {
	margin-bottom: 20px;
	clear: both
}

.widget ul {
	padding-left: 0;
	list-style: none
}

.widget-title,
.meta-home .menu-home-widget .widget-title {
	background: #55a012;
	background: -moz-linear-gradient(top, #55a012 0, #15701c 100%);
	background: -webkit-linear-gradient(top, #55a012 0, #15701c 100%);
	background: linear-gradient(to bottom, #1d7ed0 0, #1564a7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55a012', endColorstr='#15701c', GradientType=0);
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 0;
	line-height: 40px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	margin: 0 0 5px 0
}

.sidebar .widget-title {
	margin: 0
}

.widget-title a {
	color: #fff
}

.sidebar .widget>div {
	border: 1px solid #ccc
}

.meta-home .menu-home-widget>div {
	border: 1px solid #ccc
}

.sidebar ul,
.sidebar ol,
.sidebar-alt ul,
.sidebar-alt ol,
.meta-home .menu-home-widget ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.sidebar ul.menu li,
.meta-home .menu-home-widget ul.menu li {
	padding: 8px 0 8px 10px;
	position: relative;
	border-bottom: 1px solid #ccc
}

.meta-home .menu-home-widget ul.menu li:last-child {
	border-bottom: 0
}

.sidebar ul.menu li a,
.meta-home .menu-home-widget ul.menu li a {
	font-weight: 500;
	color: #333;
	line-height: 23px;
	text-transform: uppercase
}

.meta-home .menu-home-widget ul.menu li a img {
	width: auto;
	height: auto;
	margin: auto;
	max-height: 23px;
	margin-right: 8px
}

.sidebar ul.menu li a:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	margin-right: 10px;
	color: #068f49
}

.sidebar ul.menu ul,
.meta-home .menu-home-widget ul.menu ul {
	position: absolute;
	left: 86%;
	width: 100%;
	top: 0;
	background: #fff;
	z-index: 9999;
	opacity: 0;
	border: #c5c5c5 solid 1px;
	visibility: hidden;
	-moz-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	-webkit-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	-o-transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear;
	transition: opacity .2s .01s ease-in-out, left .2s .1s ease-out, visibility .1s .1s linear
}

.sidebar ul.menu li:hover>ul,
.meta-home .menu-home-widget li:hover>ul {
	opacity: 1;
	left: 100%;
	visibility: visible
}

.rt-posts-slider-widget .slick-slider:not(.slick-vertical) .slider_item {
	margin: 0 5px;
	padding: 0 10px;
	border: 1px solid #ccc
}

.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px
}

.sidebar .rt_best_seller_products_widget .rt__best_seller_products li.product:last-child {
	margin-bottom: 0
}

.widget_metaslider_widget:hover a.rslides_nav {
	opacity: 1;
	visibility: visible
}

a.rslides_nav {
	text-indent: -9999px;
	padding: 0;
	margin-top: 0;
	width: 55px;
	height: 55px;
	background: rgba(5, 128, 193, .7);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease-in-out
}

a.rslides_nav:after {
	content: '';
	display: block
}

a.rslides_nav.prev {
	border-radius: 0 5px 5px 0
}

a.rslides_nav.next {
	border-radius: 5px 0 0 5px
}

a.rslides_nav:after {
	text-indent: 0;
	content: "";
	font-size: 35px;
	width: 55px;
	height: 55px;
	color: white;
	font-family: fontawesome;
	position: absolute;
	top: 0;
	line-height: 55px;
	text-align: center
}

a.rslides_nav.prev:after {
	content: "\f104"
}

a.rslides_nav.next:after {
	content: "\f105"
}

.widget_countperday_widget .cpd {
	background: #f9f9f9;
	padding: 0;
	border-radius: 5px
}

.widget_countperday_widget .cpd li {
	border-bottom: 1px solid #ddd;
	padding: 4px 10px
}

.widget_countperday_widget .cpd li:last-child {
	border-bottom: 0
}

.img-partner .image-item {
	text-align: center
}

.wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	outline: 0
}

.nhantinkhuyenmai {
	background: #f9f9f9;
	padding: 10px;
	border-radius: 5px
}

.nhantinkhuyenmai .wpcf7-form-control:not(.wpcf7-submit) {
	padding: 5px 13px;
	margin-bottom: 13px;
	border-radius: 4px;
	border: 1px solid #eee;
	background: url(/wp-content/themes/RT/assets/images/ctf-input.png)
}

.wpcf7-form-control::placeholder,
.wpcf7-form-control::-webkit-input-placeholder,
.wpcf7-form-control::-moz-placeholder,
.wpcf7-form-control:-moz-placeholder,
.wpcf7-form-control:-ms-input-placeholder {
	color: #fff
}

.nhantinkhuyenmai .ajax-loader {
	display: none !important
}

.nhantinkhuyenmai .wpcf7-submit {
	background: #e02129;
	border: 1px solid #b60e15;
	border-radius: 4px;
	padding: 1px 19px;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	font-weight: 500
}

.rt-product-category .product-widget {
	padding: 0 5px
}

.sidebar .product-widget .products {
	margin: 0
}

.sidebar .product-widget .products li {
	width: 100% !important;
	clear: both;
	overflow: hidden;
	margin: 0 auto 10px !important
}

.rt-product-category .product-widget ul.products .item {
	padding: 5px 0;
	text-align: center;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0;
	margin-bottom: 10px
}

.rt-product-category .product-widget ul.products .item img {
	margin-bottom: 5px;
	height: 200px;
	width: auto;
	margin: 0 auto 1em
}

.rt-product-category .product-widget ul.products .item h3 {
	color: #454545;
	text-align: center;
	font-weight: 500;
	display: block;
	margin-top: 3px;
	font-size: 18px;
	padding: 5px 0
}

.rt-product-category .product-widget ul.products .price {
	margin-bottom: 0
}

.products-slider-widget .woocommerce .bt-enable-slide {
	padding-top: 26px;
	margin: 0
}

.pro-slide .owl-carousel .owl-controls .owl-prev,
.pro-slide .owl-carousel .owl-controls .owl-next,
.enable-slide.owl-carousel .owl-controls .owl-prev,
.enable-slide.owl-carousel .owl-controls .owl-next {
	position: absolute;
	top: -35px;
	right: 0;
	font-size: 15px;
	color: #999;
	z-index: 1
}

.pro-slide .owl-carousel .owl-controls .owl-prev i,
.pro-slide .owl-carousel .owl-controls .owl-next i,
.enable-slide.owl-carousel .owl-controls .owl-prev i,
.enable-slide.owl-carousel .owl-controls .owl-next i {
	width: 24px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	border: #fff solid 1px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.pro-slide .owl-carousel .owl-controls .owl-prev i:hover,
.pro-slide .owl-carousel .owl-controls .owl-next i:hover,
.enable-slide.owl-carousel .owl-controls .owl-prev i:hover,
.enable-slide.owl-carousel .owl-controls .owl-next i:hover {
	border-color: #fd774e;
	color: #fd774e
}

.pro-slide .owl-carousel .owl-controls .owl-prev,
.enable-slide.owl-carousel .owl-controls .owl-prev {
	right: 28px
}

.site-footer {
	background: #0f60a5;
	padding: 10px 0 0
}

.site-footer .rt-footer {
	float: left
}

.site-footer .rt-footer ul {
	margin: 0;
	padding: 0
}

.site-footer .rt-footer ul li a {
	line-height: 30px;
	color: #fff
}

.site-footer .rt-footer ul li ul {
	display: none
}

.site-footer .rt-footer p {
	margin: 0;
	line-height: 30px;
	color: #fff
}

.site-footer .footer-1 {
	width: 18%;
	padding: 0 1% 0 0
}

.site-footer .footer-2 {
	width: 28%;
	padding: 0 1%
}

.site-footer .footer-3 {
	width: 29%;
	padding: 0 1%
}

.site-footer .footer-4 {
	width: 25%;
	padding: 0 0 0 1%
}

.site-footer .widget {
	margin-bottom: 0;
	color: #fff
}

.site-footer .widget-title {
	background: none;
	padding-left: 0;
	padding-bottom: 0;
	margin: 10px 0 10px;
	font-size: 15px;
	text-align: left;
	padding: 0;
	line-height: inherit
}

.before-footer {
	overflow: hidden;
	background: url(/wp-content/themes/RT/assets/css/images/bg-footer.png)top repeat-x;
	padding: 10px 0
}

.before-footer .before-footer-1 {
	float: left;
	width: 24%
}

.before-footer .before-footer-2 {
	width: 49%;
	float: left;
	padding: 0 1%
}

.before-footer .before-footer-2 ul {
	text-align: center
}

.before-footer .before-footer-2 ul li {
	display: inline-block
}

.before-footer .before-footer-2 ul li a {
	color: #333;
	line-height: 113px;
	padding: 0 8px
}

.before-footer .before-footer-2 ul li ul {
	display: none
}

.before-footer .before-footer-3 {
	width: 27%;
	float: left;
	padding-top: 40px
}

.form-dangky {
	overflow: hidden;
	clear: both
}

.form-dangky input[type=email] {
	width: calc(100% - 30px) !important;
	height: 36px !important;
	border: 0 !important;
	background: #0f60a5;
	color: #fff;
	margin: 0 !important;
	padding: 0 5px !important;
	float: left !important
}

.form-dangky input[type=submit] {
	background: url(/wp-content/themes/RT/assets/css/images/mail.png)center center no-repeat #0f60a5  !important;
	width: 30px !important;
	height: 36px !important;
	float: left;
	text-indent: -9999999999px
}

.form-dangky input[type=email]::-webkit-input-placeholder {
	color: #fff
}

.form-dangky input[type=email]:-moz-placeholder {
	color: #fff
}

.form-dangky input[type=email]::-moz-placeholder {
	color: #fff
}

.form-dangky input[type=email]:-ms-input-placeholder {
	color: #fff
}

.top-footer {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.top-footer .widget_nav_menu .menu {
	margin-bottom: 0;
	display: table;
	margin: 0 auto
}

.top-footer .widget_nav_menu .menu:after {
	content: '';
	display: block;
	clear: both
}

.top-footer .widget_nav_menu .menu li {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, .2)
}

.top-footer .widget_nav_menu .menu li a {
	display: block;
	padding: 8px 15px;
	color: white;
	font-size: 15px;
	text-transform: uppercase
}

.top-footer .widget_nav_menu .menu li.current-menu-item a,
.top-footer .widget_nav_menu .menu li a:hover {
	color: #fffd79
}

.bottom-footer .container {
	max-width: 100%
}

.bottom-footer .widget_nav_menu .menu li a {
	display: block;
	color: #e2e2e2;
	font-size: 13px;
	line-height: 1.9em
}

.bottom-footer .widget_nav_menu .menu li a:before {
	content: "\f0a9";
	font-family: fontawesome;
	padding-right: 10px;
	color: white
}

.copyright {
	padding: 10px 0;
	position: relative;
	border-top: 2px solid #fff;
	margin-top: 10px
}

.copyright a {
	color: #fff;
	font-size: 13px
}

.copyright .container {
	position: relative;
	max-width: 100%
}

.copyright-left {
	color: white
}

@media(min-width:414px) {
	.copyright-right {
		position: absolute;
		right: 20px;
		bottom: 25px
	}
}

.copyright-right a {
	color: white
}

@media(max-width:413px) {
	.copyright-left {
		margin-bottom: 10px
	}
}

.mobile-menu-container,
.vertical-mega-mobile-menu {
	background: black;
	position: fixed;
	width: 250px;
	top: 0;
	bottom: 0;
	left: 0;
	-webkit-transform: translate(-250px);
	-transform: translate(-250px);
	-o-transform: translate(-250px);
	transform: translate(-250px);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	z-index: 999999
}

.vertical-mega-mobile-menu {
	left: auto;
	right: 0;
	-webkit-transform: translate(250px);
	-transform: translate(250px);
	-o-transform: translate(250px);
	transform: translate(250px)
}

.close-menu {
	background: #dd1f27;
	text-align: center;
	color: white;
	padding: 10px;
	cursor: pointer
}

.vertical-mega-mobile-menu ul,
.mobile-menu-container ul.mobile-menu {
	padding-left: 0;
	list-style: none
}

.vertical-mega-mobile-menu ul li,
.mobile-menu-container ul.mobile-menu li {
	position: relative
}

.vertical-mega-mobile-menu ul li a,
.mobile-menu-container ul.mobile-menu li a {
	border-bottom: 1px solid #212121
}

.vertical-mega-mobile-menu ul li a,
.mobile-menu-container ul.mobile-menu li a {
	color: white;
	display: block;
	padding: 10px
}

.vertical-mega-mobile-menu ul li ul.sub-menu,
.mobile-menu-container ul.mobile-menu li ul.sub-menu {
	display: none;
	padding-left: 0;
	list-style: none
}

.vertical-mega-mobile-menu ul li.active>ul.sub-menu,
.mobile-menu-container ul.mobile-menu li.active>ul.sub-menu {
	background: #3a3a3a;
	display: block
}

.vertical-mega-mobile-menu-active .vertical-mega-mobile-menu,
.mobile-menu-active .mobile-menu-container {
	-webkit-transform: translate(0);
	-o-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0)
}

.vertical-mega-mobile-menu-active .overlay,
.mobile-menu-active .overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, .15)
}

.menu-item-has-children>i {
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	height: 42px;
	background: #2d2d2d;
	cursor: pointer
}

.vertical-mega-mobile-menu .menu-item-has-children>i.fa:before,
.mobile-menu-container .menu-item-has-children>i.fa:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #a9a9a9;
	content: ''
}

.vertical-mega-mobile-menu .menu-item-has-children.active>i.fa:before,
.mobile-menu-container .menu-item-has-children.active>i.fa:before {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg)
}

.menu-item-has-children>i:before {
	position: absolute;
	top: 20px;
	left: 15px
}

#backtotop {
	background: black url(/wp-content/themes/RT/assets/images/backtop.png);
	position: fixed;
	width: 44px;
	height: 44px;
	bottom: 30px;
	right: 20px;
	z-index: 1;
	border-radius: 50%;
	cursor: pointer;
	z-index: 9999
}

#backtotop a {
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

#backtotop span {
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 60px;
	right: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/wp-content/themes/RT/assets/images/backtop.png) center no-repeat, #333;
	opacity: .5;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 10
}

#backtotop span:hover {
	opacity: 1
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0
}

.clear {
	clear: both
}

.link-more {
	display: none
}

.heading {
	color: #095ba0;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0;
	line-height: 40px;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(/wp-content/themes/RT/assets/css/images/line-tit.png)center bottom no-repeat !important
}

.heading a {
	color: #095ba0;
	font-size: 22px;
	font-weight: 400;
	font-weight: bold;
	text-transform: uppercase
}

.list .news-post {
	margin-bottom: 10px;
	overflow: hidden
}

.list .news-post p {
	text-align: justify;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden
}

.list .news-post .news-title,
.list .news-post .news-title a {
	color: #0083ca;
	font-size: 15px;
	text-align: left;
	line-height: 20px;
	font-weight: 500;
	display: block;
	max-height: 40px;
	overflow: hidden
}

.list .news-post .link-more {
	display: none;
	font-size: 13px;
	color: #0083ca
}

.list .news-post .post-thumbnail {
	overflow: hidden
}

.list .news-post .post-thumbnail img {
	background-color: #fff;
	padding: 3px;
	border: 1px solid #e4e4e4;
	-webkit-transition: -webkit-transform .5s ease;
	-moz-transition: -moz-transform .5s ease;
	transition: transform .5s ease
}

.content_style_1 .news-post {
	width: 49%;
	float: left
}

.content_style_1 .news-post:nth-child(2n) {
	float: right
}

.content_style_1 .news-post .post-thumbnail {
	width: 25%;
	float: left;
	margin-right: 10px
}

.content_style_2 .news-post {
	width: 50%;
	float: left;
	margin-bottom: 10px
}

.content_style_2 .news-post .post-thumbnail {
	width: 25%;
	float: left;
	margin-right: 10px
}

.content_style_2 .news-post-big {
	padding-right: 25px
}

.content_style_2 .news-post-big .post-thumbnail {
	width: 100%
}

.content_style_2 .news-post-big .post-thumbnail img {
	width: 100%;
	float: none;
	margin: 0
}

.content_style_2 .news-post-big .link-more {
	display: block
}

.content_style_3 .news-post {
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px dashed #eee
}

.content_style_3 .news-post:first-child {
	margin-top: 0
}

.content_style_3 .news-post .post-thumbnail img {
	width: 30%;
	float: left;
	margin-right: 10px
}

.content_style_3 .news-post .link-more {
	display: block;
	font-style: italic
}

.content_style_4 .list-news {
	margin: 0 -10px
}

.content_style_4 .news-post {
	width: 25%;
	float: left;
	padding: 0 10px
}

.content_style_4 .news-post:nth-child(4n+1) {
	clear: both
}

.content_style_4 .news-post .box {
	border: 1px solid #e4e4e4
}

.content_style_4 .news-post .box .post-thumbnail img {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e4e4e4
}

.content_style_4 .news-post .box .content {
	padding: 10px;
	text-align: center
}

.content_style_4 .news-post .link-more {
	display: inline-block;
	background: #0f85b9;
	color: #fff;
	padding: 5px 10px;
	border-radius: 10px;
	border: 3px solid #31b5e5
}

.content_style_5 .news-post {
	width: 50%;
	float: left;
	margin-bottom: 10px
}

.content_style_5 .news-post .post-thumbnail {
	width: 25%;
	float: left;
	margin-right: 10px
}

.content_style_5 .news-post-big {
	padding-right: 25px
}

.content_style_5 .news-post-big .box {
	position: relative;
	padding: 3px;
	border: 1px solid #e4e4e4;
	overflow: hidden
}

.content_style_5 .news-post-big .post-thumbnail {
	width: 100%;
	margin-right: 0
}

.content_style_5 .news-post-big .post-thumbnail img {
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
	border: 0
}

.content_style_5 .news-post-big .news-title {
	position: absolute;
	bottom: 3px;
	padding: 15px 10px;
	width: 100%;
	background: rgba(34, 34, 34, .62);
	margin-bottom: 0
}

.content_style_5 .news-post-big .news-title a {
	color: #fff
}

@media(max-width:413px) {
	.content_style_1 .news-post {
		width: 100%
	}
}

.rt__grid_posts {
	padding: 5px
}

.rt__grid_posts .list_item_wrap {
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0
}

.rt__grid_posts .list_item--title {
	font-size: 14px;
	position: relative
}

.rt__grid_posts .list_item--excerpt {
	font-size: 13px
}

.rt__grid_posts .list_item_wrap .list_item-thumbnail img {
	padding: 3px;
	border: 1px solid #e4e4e4
}

.rt__grid_posts .list_item_wrap .list_item--meta {
	font-size: 12px;
	font-style: italic
}

.grid_style_2 .list_item_1 .no-thumbnail {
	display: none
}

.grid_style_2 .list_item_1:first-child .no-thumbnail {
	display: block
}

.grid_style_2 .list_item-details .list_item--title {
	padding-left: 10px
}

.grid_style_2 .list_item-details .list_item--title:before {
	position: absolute;
	font-family: 'FontAweSome';
	content: "\f0da";
	left: 1px;
	top: 1px
}

.grid_style_2 .has-thumbnail-left .list_item--title {
	padding: 0
}

.grid_style_2 .has-thumbnail-left .list_item--title:before {
	display: none
}

.rt__support .rt__support_bottom {
	padding: 0 10px
}

.rt__support .rt__support_bottom .rt_support_box {
	padding: 10px 0;
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden
}

.rt__support .rt__support_bottom span {
	font-size: 15px;
	display: block
}

.rt__support .rt__support_bottom span.phone {
	font-weight: bold
}

.rt__support .rt__support_bottom .single_mail {
	padding: 10px 0
}

.rt__support .rt__support_top img {
	width: 100%
}

.rt__support_style_1 .rt__support_bottom .rt_support_box .name {
	font-size: 16px
}

.rt__support_style_1 .rt__support_bottom .rt_support_box .phone {
	color: #e82d2d
}

.rt__support_style_1 .rt__support_bottom .rt_support_box i {
	color: #bb1d1d;
	font-size: 14px
}

.rt__support_style_1 .rt__support_bottom .rt__support:last-child {
	border: 0
}

.rt__support_style_2 .rt__support_bottom {
	background: #377ecf
}

.rt__support_style_2 .rt__support_bottom span {
	color: #fff
}

.rt__support_style_2 .rt__support_bottom .rt_support_box {
	border-bottom: 1px solid #3379c8;
	border-top: 1px solid #3278c8
}

.rt__support_style_2 .rt__support_bottom .rt__support:first-child {
	border-top: 0
}

.rt__support_style_2 .rt__support_bottom .rt_support_box i {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -moz-linear-gradient(90deg, #feb602 0, #fdfe03 75%);
	background-image: -webkit-linear-gradient(90deg, #feb602 0, #fdfe03 75%);
	background-image: -ms-linear-gradient(90deg, #feb602 0, #fdfe03 75%);
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .004)
}

.rt__support_style_3 .rt_support_box .support-content .info {
	width: 90%;
	float: left;
	background: url(/wp-content/themes/RT/assets/images/icon-call.png) left 10px no-repeat;
	padding-left: 40px
}

.rt__support_style_3 .rt_support_box .support-content .info .phone {
	font-size: 16px;
	color: #5fb66b
}

.rt__support_style_3 .rt_support_box .support-content .contact {
	width: 10%;
	float: right
}

.rt__support_style_3 .rt_support_box .support-content .contact img {
	margin: 15px 0
}

.rt__support_style_3 .rt__support_bottom .single_mail i {
	color: #5fb66b
}

.post-social-wrap ul li {
	float: left;
	margin-right: 10px
}

.post-social-wrap ul li.print {
	background: #bd081c;
	padding: 0 5px;
	border-radius: 5px
}

.post-social-wrap ul li.print a {
	color: #fff
}

.form-lienhe .box-colum-1 {
	overflow: hidden;
	margin-bottom: 15px;
	clear: both
}

.form-lienhe .box-colum-1 .left {
	float: left;
	padding: 2px 0;
	width: 48%;
	border: 1px solid #ccc;
	border-radius: 3px
}

.form-lienhe .box-colum-1 .right {
	float: right;
	width: 48%;
	padding: 3px 0;
	border: 1px solid #ccc;
	border-radius: 3px
}

.form-lienhe .box-colum-2 {
	padding: 3px 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 15px
}

.form-lienhe .box-colum-3 {
	padding: 10px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 15px
}

.form-lienhe label {
	margin: 0;
	font-weight: 600;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	text-transform: uppercase
}

.form-lienhe .submits {
	text-align: center
}

.form-lienhe .submits input[type=submit] {
	margin: 0;
	font-weight: 500;
	text-transform: capitalize;
	padding: 8px 20px;
	border-radius: 8px
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=number],
.wpcf7 input[type=date],
.wpcf7 select {
	width: 96%;
	height: 30px;
	border: 0;
	padding: 5px 0;
	text-indent: 0;
	margin: auto;
	float: none;
	display: block
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=text]:active,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=email]:active,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=tel]:active,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=number]:active,
.wpcf7 textarea:focus,
.wpcf7 textarea:active,
.wpcf7 select:focus,
.wpcf7 select:active,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=date]:active {
	border: 0;
	outline: 0
}

.wpcf7 textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 7px;
	padding: 5px 10px;
	resize: none;
	border: 0
}

.wpcf7 input[type=submit] {
	background: #0f60a5;
	color: #FFF;
	font-weight: 600;
	border: 0
}

.meta-home {
	overflow: hidden;
	clear: both
}

.meta-home .sldier-home {
	float: right;
	width: calc(100% - 270px - 10px)
}

.meta-home .menu-home-widget {
	float: left;
	width: 270px;
	margin-right: 10px
}

.product-slider {
	overflow: hidden;
	clear: both;
	margin: 20px 0 30px
}

.img-cate-sale {
	float: left;
	width: 38px
}

.pro-slider {
	float: right;
	width: calc(100% - 60px);
	overflow: hidden;
	padding-left: 20px
}

.pro-slider .owl-carousel .item .iner-product {
	border: 1px solid #ccc
}

.pro-slider .owl-carousel .item .img-pro {
	display: table;
	width: 100%;
	table-layout: fixed;
	height: 205px;
	overflow: hidden;
	position: relative;
	overflow: hidden
}

.pro-slider .owl-carousel .item .img-pro a {
	text-align: center;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	line-height: 0;
	transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-web-transition: all 400ms ease-in-out
}

.pro-slider .owl-carousel .item .img-pro a img {
	width: 100%;
	height: 205px;
	object-fit: cover
}

.pro-slider .owl-carousel .item .content-slider-product {
	padding: 10px
}

.pro-slider .owl-carousel .item .content-slider-product h2 {
	margin: 0
}

.pro-slider .owl-carousel .item .content-slider-product h2 a {
	color: #333;
	font-size: 15px;
	display: block;
	line-height: 25px;
	font-weight: 400;
	height: 25px;
	overflow: hidden
}

.pro-slider .owl-carousel .item .content-slider-product .price span {
	color: #f31b1b;
	font-size: 18px;
	font-weight: 500;
	font-family: "Graphik-Medium";
	text-decoration: none;
	list-style: none
}

.pro-slider .owl-carousel .item .content-slider-product .price ins {
	text-decoration: none
}

.pro-slider .owl-carousel .item .content-slider-product span {
	display: block
}

.pro-slider .owl-carousel .item .content-slider-product span.star i {
	color: #f9940e
}

.owl-carousel {
	padding: 0;
	margin: 0
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
	display: block !important
}

.owl-carousel .owl-controls .owl-nav div i {
	background: #dcdcdc;
	color: #333;
	padding: 3px 10px;
	font-size: 18px
}

.owl-carousel .owl-controls .owl-nav .owl-prev i,
.owl-carousel .owl-controls .owl-nav .owl-next i {
	position: absolute;
	top: 100px;
	left: -25px;
	z-index: 99
}

.owl-carousel .owl-controls .owl-nav .owl-next i {
	left: -25px;
	right: inherit;
	top: 135px
}

.woocommerce nav.woocommerce-pagination {
	clear: both
}

.site-header-home {
	background: #0f60a5
}

.site-header-home .widget {
	float: left;
	clear: none !important
}

.site-header-home .widget.img-qc {
	margin-left: 10px
}

.site-header-home .widget p {
	color: #fff;
	margin: 0;
	line-height: 36px
}

.site-header-home .widget p span {
	margin-right: 20px
}

.site-header-home .widget p i {
	margin-right: 10px
}

.site-header-home .widget ul {
	margin: 0;
	padding: 0
}

.site-header-home .widget ul li ul {
	display: none
}

.site-header-home .widget ul li {
	float: left
}

.site-header-home .widget .image-item {
	display: inline-block;
	padding: 0 10px;
	background: url(/wp-content/themes/RT/assets/css/images/bg.png)right no-repeat;
	line-height: 23px
}

.site-header-home .widget ul li a {
	color: #fff;
	padding: 0 10px;
	border-right: 1px solid #fff;
	line-height: 36px
}

.site-header-home .widget.widget_nav_menu {
	float: right;
	margin-right: 25px
}

.f-nav {
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	margin: auto;
	right: 0;
	z-index: 9999;
	background: #fff
}

.shop-cart {
	width: 1200px;
	margin: auto;
	position: relative
}

.cart-control {
	width: 25px;
	height: 25px;
	display: block;
	position: relative;
	position: absolute;
	top: 4px;
	right: 18px
}

.cart-control .items {
	position: absolute;
	top: 0;
	right: -11px;
	color: #fff
}

.woocommerce-Price-amount {
	display: none !important
}

.logo-header {
	margin: auto;
	position: relative;
	text-align: center
}

.widget {
	clear: both
}

.rt-post-category .news-widget .featured-post {
	padding: 5px;
	overflow: hidden
}

.rt-post-category .news-widget.no-slide .featured-post {
	clear: both
}

.rt-post-category .news-widget .featured-post .news-title {
	font-weight: 400;
	display: block;
	line-height: 20px;
	font-size: 13px;
	max-height: 60px;
	overflow: hidden
}

.rt-post-category .news-widget .featured-post .align-left {
	width: 85px;
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #ddd
}

.rt-post-category .news-widget .featured-post .align-right {
	width: 85px;
	float: right;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #eee
}

.img-partner .image-partner .slide .image-item {
	padding: 10px
}

.img-partner .image-partner .slide .image-item .title {
	font-weight: bold
}

.img-partner .image-partner .slide .image-item .content-partner {
	color: #ccc;
	padding: 10px 0
}