/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.2.1
*/


#masthead #logo a{
	border-right: 1px solid #e0e0e0;
}
.logo-left .logo {
	margin-right: 0px;
}
#masthead .header-nav.nav li:first-child {
    margin-left: 30px !important;
}
#masthead .header-nav .header-block {
    margin-left: 0px !important;
    border-top: 1px solid #e0e0e0;
    padding: 10px 30px;
}

#masthead .gtranslate_wrapper a img{
	width: 40px;
	height: 40px;
}

.header-wrapper.stuck .header-block{
	display: none;
}

.cklt-main-title {
	font-size: 42px;
	line-height: 1.1;
	margin-bottom: 20px;
	letter-spacing: -1px;
	font-weight: 600;
}

.cklt-main-title .text-dark-blue {
	color: var(--cklt-dark-blue);
}

.cklt-main-title .text-cyan {
	color: var(--cklt-cyan);
}

.cklt-subtitle {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 25px;
}

.cklt-subtitle .line {
	width: 40px;
	height: 2px;
	background-color: var(--cklt-cyan);
}

.cklt-subtitle .text {
	font-size: 14px;
	color: var(--cklt-dark-blue);
	font-weight: 500;
}

.cklt-desc {
	color: #444;
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 15px;
	text-align: justify;
}

.button.cklt-gradient-btn {
	background: linear-gradient(90deg, var(--c1), var(--c2) 51%, var(--c1)) var(--x, 0)/ 200%;
	border: none;
	border-radius: 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	box-shadow: none;
	transition: 0.3s all;
	position: relative;
	display: table;
}

.button.cklt-gradient-btn:hover {
	background-color: rgb(0, 36, 121);
	color: #fff;
	--x: 100%;
}


/* --- Cột 2: Hình ảnh --- */
.cklt-image-wrapper {
	position: relative;
	z-index: 1;
	margin-right: 40px;
}

.cklt-main-img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}

.cklt-image-frame {
	position: absolute;
	top: 40px;
	right: -40px;
	bottom: -40px;
	left: 40px;
	border: 2px solid #e0e0e0;
	z-index: 1;
}



.box-parameter {
	position: relative;
	width: 25%;
}

.box-parameter>.title {
	font-size: 18px;
	font-weight: 700;
	color: #2f3192;
	text-transform: uppercase;
	line-height: 35px;
}

.item-parameter {
	position: relative;
	margin-bottom: 15px;
}

.item-parameter .title {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 300;
	color: #262626;
}

.item-parameter .scroll-number {
	box-shadow: 0 0 5px #00000042;
	width: 100%;
	display: block;
	background: #fff;
	height: 35px;
	border-radius: 50px;
	overflow: hidden;
	padding: 3px;
	position: relative;
}

.item-parameter .scroll-number:after {
	position: absolute;
	content: attr(data-number-title);
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: 300;
	color: #262626;
}

.item-parameter .scroll-number span {
	display: block;
	position: relative;
	height: 100%;
	width: 0;
	-webkit-transition: 2s;
	transition: 2s width;
	background: var(--color-gradient-1);
	border-radius: 50px;
}



.BlockLyDo .icon img {
	transition: 1.1s;
	transform: rotateY(0deg);
}

.BlockLyDo .icon:hover img {
	transition: 0.9s;
	transform: rotateY(180deg);
}

.clsTieuDe {
	margin-bottom: 2.5rem;
	text-align: center;
	position: relative;
	z-index: 4;
	padding-bottom: 20px;
}

.clsTieuDe h2 {
	color: red;
	text-align: center;
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
}



/* --- Responsive --- */
@media (max-width: 849px) {
	.cklt-main-title {
		font-size: 32px;
	}

	.cklt-image-wrapper {
		margin-right: 20px;
		margin-bottom: 60px;
	}

	.cklt-image-frame {
		top: 20px;
		right: -20px;
		bottom: -20px;
		left: 20px;
	}

	.cklt-dots {
		right: -10px;
	}
}









.cklt-timeline-title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}

.cklt-timeline-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 40px 0;
}

.cklt-timeline-top,
.cklt-timeline-bottom {
	display: flex;
	width: 100%;
}

.cklt-timeline-top {
	align-items: flex-end;
	padding-bottom: 15px;
}

.cklt-timeline-bottom {
	align-items: flex-start;
	padding-top: 15px;
}

.cklt-timeline-top>div,
.cklt-timeline-bottom>div {
	flex: 1;
	display: flex;
	justify-content: center;
}

.cklt-timeline-center-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--mau-2) 100%);
}

.cklt-timeline-text {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.5;
	padding: 0 10px;
	align-self: center;
}

.cklt-timeline-node {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-color), var(--mau-2));
    border-radius: 50%;
    padding: 8px;
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.cklt-timeline-node span {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 18px;
	font-weight: 700;
}

.cklt-timeline-node.top-node::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	border-width: 12px 10px 0;
	border-style: solid;
	border-color: var(--primary-color) transparent transparent transparent;
}

.cklt-timeline-node.bottom-node::after {
    content: "";
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 10px 12px;
    border-style: solid;
    border-color: transparent transparent var(--primary-color) transparent;
}

@media (max-width: 1024px) {
	.cklt-timeline-wrapper {
		overflow-x: auto;
	}

	.cklt-timeline-top,
	.cklt-timeline-bottom,
	.cklt-timeline-center-line {
		min-width: 1000px;
	}
}





.lien-he-price {
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #fb4b1c;
}

.post-sidebar .widget-title span {
	background-image: linear-gradient(#325aa8, #334990);
	background-image: linear-gradient(#325aa8, #334990);
	font-weight: normal;
	border-radius: 6px;
	line-height: 38px;
	padding: 0 18px;
	position: relative;
	margin-bottom: 24px;
	color: white;
	display: block;
}

.post-sidebar .is-divider {
	display: none;
}

.tin-ngang .post-title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

.tin-ngang .is-divider {
	display: none;
}

.category-danh-muc {
	margin-bottom: 0px;
}

.xem_them_cate {
	display: inline-block;
	background-image: linear-gradient(to right, #ff7d1d, #ffb80f);
	font-size: 15px;
	color: #fff;
	line-height: 38px;
	padding: 0 20px;
	border: none;
	border-radius: 6px;
}

.hdevvn-show-cats li {
	margin-bottom: 0px;
	list-style: none;
}

.category-danh-muc .section-title-normal a {
	color: white;
}

.hdevvn-show-cats li a {
	color: white;
	text-transform: initial;
}

.category-danh-muc .section-title-normal {
	background-image: linear-gradient(#325aa8, #334990);
	background-image: linear-gradient(#325aa8, #334990);
	font-weight: normal;
	border-radius: 6px;
	line-height: 38px;
	padding: 0 18px;
	position: relative;
	margin-bottom: 24px;
	color: white;
}

.category-danh-muc .section-title-normal span {
	margin-right: 15px;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: -2px;
}


.div-no-padding {
	padding-bottom: 0px;
}


.img {
	overflow: hidden;
}

.rt_new_pro_right {
	position: unset;
}

.box_first_posts {
	padding-top: 55px;
}

.rt_new_pro_right>.col-inner {
	position: unset;
}

.rt_new_pro_right .col-inner .heading {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

#content {
	background: #fff;
}

/*form_dk*/
.rt_form_dk .small-12 {
	padding-bottom: 15px;
}

.form_dk>div:nth-child(1) {
	width: 50%;
	float: left;
	text-align: center;
	color: #f6f6f6;
	font-size: 14px;
}

.form_dk>div form {
	overflow: hidden;
	margin-bottom: 0;
}

.form_dk>div:nth-child(1) p {
	margin-bottom: 0;
}

.form_dk>div:nth-child(1) h2 {
	font-size: 25px;
	margin-bottom: 5px;
	color: #f6f6f6;
	font-weight: 400;
}

.form_dk>div:nth-child(2) {
	width: 50%;
	float: right;
	position: relative;
	margin: 7px 0;
}

.form_dk>div:nth-child(2) input {
	width: 100%;
	height: 44px;
	margin: 0;
}

.form_dk>div:nth-child(2) .wpcf7-submit {
	position: absolute;
	top: -10px;
	right: 0;
	width: 44px;
	height: 44px;
	text-transform: initial;
	background: #f39303;
	padding: 0;
}

.wpcf7-mail-sent-ok {
	color: #fff;
}

.footer-1 p {
	margin-bottom: 0;
	line-height: 30px;
}

.footer-1 p i {
	color: #f39303;
}

.footer-1 .menu li {
	border-top: 1px solid #5c3d4a;
}

.footer-1 .menu li a {
	line-height: 40px;
	padding-left: 18px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	font-size: 14px;
	background: url(img/li.png) 0px 13px no-repeat;
}

.footer-2 .widget-title {
	color: #636363;
	margin-bottom: 20px;
	display: block;
}

.footer ul.menu>li:nth-child(1) {
	border: none;
}

.footer .custom-html-widget {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}

.absolute-footer {
	display: none;
}

.footer-2 .is-divider {
	display: none;
}

.rt_icon_hd {
	overflow: hidden;
}

.rt_icon_hd1 {
	margin-right: 25px;
}

.rt_icon_hd1 img {
	padding: 6px 0;
}

.rt_icon_hd2 {
	margin-right: 25px;
}

.rt_icon_hd2 img {
	padding-top: 9px;
}

.rt_icon_hd3 img {
	padding: 8px 0;
}

.rt_icon_hd>img {
	float: left;
	margin-right: 7px;
}

.rt_icon_hd>div {
	float: right;
	font-size: 14px;
	line-height: 21px;
	color: #33496d;
}

#wide-nav>.flex-row>.flex-left {
	width: 100%;
	margin-right: 0;
}

.nav-dropdown-default {
	padding: 0;
}

.header-bottom {
	margin-bottom: 1px;
}

.search-form {
	width: 100%;
}

.clear {
	clear: both;
}

.image-tools.top.right {
	z-index: 9;
}

.badge-container {
	display: none;
}


.block-product-col {
	margin: 0 -15px;
	clear: both;
	overflow: hidden;
}

.block-product-col .col-4 {
	width: 25%;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.block-product-col .col-4:nth-child(4n+1) {
	clear: both;
}

.block-product-col .col-3 {
	width: 33.333333%;
	float: left;
	padding: 0 10px;
	margin: 10px 0;
}

.block-product-col .col-3:nth-child(3n+1) {
	clear: both;
}

.block-product-1 .col-inner {
	background-color: #ffffff;
	padding: 0;
	border-radius: 0px;
	border: 1px solid #ebebeb;
}

/*** loop price **/
.block-product-1 {
	margin: 0 -8px;
}

.block-product-1 .col-3 {
	padding: 0 8px;
	margin-bottom: 15px;
}

.block-product-1 .spd1_box_left {
	width: 460px;
	overflow: hidden;
	float: left;
	clear: none;
}

.block-product-1 .box-image {
	width: 100%;
	height: 154px;
}

.block-product-1 .box-image img {
	width: 100%;
	height: 154px;
	object-fit: cover;
}

.block-product-1 del {
	display: none;
}

.block-product-1 ins {
	width: 100%;
}

.block-product-1 .price {
	text-align: center;
}

.block-product-1 .box-text span.amount {
	font-size: 16px;
	font-weight: 600;
}

.block-product-1 .spd1_box_left>div {
	width: 100%;
	margin-top: 0;
}

.block-product-1 .spd1_box_left .box-text {
	padding: 15px 20px 20px 20px;
}

.block-product-1 .spd1_box_left .box-text .product-title a {
	font-size: 21px;
	color: #33496d;
	line-height: 25px;
	display: block;
	height: 25px;
	overflow: hidden;
	margin-bottom: 6px;
}

.block-product-1 .spd1_box_right {
	width: calc(100% - 460px);
	float: right;
	clear: none;
}

.block-product-1 .spd1_box_right .box-text {
	padding: 10px;
}

.block-product-1 .spd1_box_right .box-text .product-title a {
	display: block;
	font-size: 15px;
	color: #33496d;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 6px;
}

.block-product-1 .spd1_box_right .box-text span.amount {
	font-size: 15px;
}

.block-product-1 .spd1_box_right>div {
	margin-top: 0;
}

.block-product-1 .spd1_box_right .box-image {
	height: 170px;
	width: 100%;
}

.block-product-1 .spd1_box_right .box-image img {
	width: 100%;
	height: 170px;
	object-fit: cover;
}

.block-product-1 .box-text {
	padding: 5px 10px 20px 10px;
	background: url(img/star.png) 52px 55px no-repeat;
}

.block-product-1 .box-text a {
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #333333;
	text-align: center;
}

.box-text .price-wrapper {
	margin: 0 0 6px 0;
	line-height: 22px;
	height: unset;
	overflow: hidden;
}

.box-text del,
.box-text ins {
	width: 50%;
	display: block;
	float: right;
}

.box-text del span.amount {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.box-text span.amount {
	color: #fb4b1c;
	font-size: 18px;
	font-weight: 700;
}

.block-product-1 .box-text .star-rating {
	display: block;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

.star-rating span:before {
	color: #f39402;
}

/*** product single price **/
.product-info .price-wrapper span.amount,
.product-info .price-wrapper ins .amount {
	font-size: 36px;
	color: #f54444;
}

.product-info .price-wrapper del,
.product-info .price-wrapper ins {
	display: block;
	margin-bottom: 10px;
}

.product-info .price-wrapper del {
	color: #a8a8a8;
	font-size: 15px;
}

.product-info .price-wrapper del .amount {
	font-size: 15px;
	color: #a8a8a8;
}

.block-product-col a.view_product {
	position: relative;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: .97em;
	letter-spacing: .03em;
	-ms-touch-action: none;
	touch-action: none;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	color: currentColor;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	border-radius: 0;
	margin-top: 0;
	margin-right: 1em;
	text-shadow: none;
	line-height: 2.4em;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
	font-size: .8em;
	margin-bottom: 0;
	margin-top: 1em;
	background-color: #dedede;
}

.block-product-col a.wc-forward {
	position: relative;
	display: inline-block;
	background-color: transparent;
	text-transform: uppercase;
	font-size: .97em;
	letter-spacing: .03em;
	-ms-touch-action: none;
	touch-action: none;
	cursor: pointer;
	font-weight: bolder;
	text-align: center;
	color: currentColor;
	text-decoration: none;
	border: 1px solid transparent;
	vertical-align: middle;
	border-radius: 0;
	margin-top: 0;
	margin-right: 1em;
	text-shadow: none;
	line-height: 2.4em;
	min-height: 2.5em;
	padding: 0 1.2em;
	max-width: 100%;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	text-rendering: optimizeLegibility;
	box-sizing: border-box;
	font-size: .8em;
	margin-bottom: 0;
	margin-top: 1em;
	background-color: #446084;
	color: #fff;
}

/***************** block product 2 ********************************/
.block-product-2 .col-inner {
	position: relative;
	border-radius: 4px;
}

.block-product-2 .col-inner .rt-description {
	position: absolute;
	top: 0;
	left: -245px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	font-size: 14px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
}

.block-product-2 .col-inner:hover .rt-description {
	opacity: 1;
	left: 0;
}

.block-product-2 .col-inner .rt-description a {
	color: #fff;
}

.block-product-col .rt-description a.view_product {
	margin-top: 0;
	color: #000;
}

.block-product-2 .rt-description a.wc-forward {
	margin-top: 0;
	margin-right: 0;
}

.block-product-2 .box-image {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;
}

.block-product-2 .box-image img {
	width: 100%;
	height: 215px;
	max-height: 215px;
	object-fit: contain;
	display: block;
}

.block-product-2 .box-text {
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
}

.block-product-2 .box-text .product-title a {
	font-size: 16px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	display: block;
	height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
}

.block-product-2 .box-text .product-title a:hover {
	color: #fb4b1c;
}

.star-rating {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 6px;
}

.block-product-2 .box-text span.amount {
	font-size: 16px;
}

.block-product-2-edit .block-product-2>div {
	width: 50%;
}

.block-product-2-edit .block-product-2 .col-4:nth-child(2n+1) {
	clear: both;
}

.block-product-2-edit .slider-wrapper {
	margin-top: 23px;
}

.block-product-2-edit .slider-wrapper .text-inner h2 {
	font-size: 60px;
	font-family: "SVN-Unthrift";
	margin-bottom: 30px;

}

.block-product-2-edit .slider-wrapper .text-inner p {
	font-size: 15px;
	line-height: 24px;
}

/***************** block product 3 ********************************/
.block-product-3 {
	padding-bottom: 40px;
	overflow: hidden;
}

.block-product-3 .col-inner {
	border: 1px solid #ebebeb;
	background: #fff;
	overflow: hidden;
}

.block-product-3 .col-inner .box-text {
	padding-bottom: .4em;
}

.block-product-3 .price-wrapper {
	padding: 0;
	display: block;
}

.block-product-3 .price-wrapper .star-rating {
	width: 100%;
}

.block-product-3 .price-wrapper .price,
.block-product-3 .price-wrapper .rt_view_product {
	width: 100%;
	margin: 0 auto;
}

.block-product-3 .price-wrapper .price,
.block-product-3 .price-wrapper .rt_view_product .view_product {
	margin-top: 0;
	margin-right: 0;
}

.block-product-3 .price-wrapper .price del,
.block-product-3 .price-wrapper .price ins {
	display: block;
	width: 100%;
	margin: 2px 0;
}

.block-product-3 .title-wrapper {
	text-align: left;
}

.block-product-3 .title-wrapper p a {
	font-size: 18px;
	display: block;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #2c4162;
}

.block-product-3 .col-4 {
	width: 50%;
}

.block-product-3 .col-4:nth-child(2n+1) {
	clear: both;
}

.block-product-3 .box-image {
	width: 240px;
	height: 200px;
	float: left;
}

.block-product-3 .box-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.block-product-3 .box-text {
	width: calc(100% - 240px);
	float: right;
	background: #fff;
	text-align: left;
	padding: 20px 15px;
}

.block-product-3 .box-text .rt-des p {
	font-size: 14px;
	line-height: 22px;
	display: block;
	height: 66px;
	overflow: hidden;
	color: #6e6e6e;
}

/*them*/
.heading {
	text-align: center;
	background: url(img/hd.png) 0px 18px repeat-x;
}

.heading a,
.heading span {
	display: inline-block;
	background: #f0f0f0;
	color: #657f93;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	padding: 0 10px;
	position: relative;
	left: -1px;
	top: -1px;
	margin-bottom: -2px;
}

.grid-tools a {
	background: #f28f06;
}

input[type='submit'],
input[type='submit'].button,
input[type='submit'],
.primary {
	margin-top: 10px;
	margin-right: 0;
	text-transform: initial;
	font-weight: 400;
}

.block-product-col a.wc-forward {
	text-transform: none;
}

.box_new>div {
	padding-bottom: 0;
}

/*
Hoang Cuong
*/
.box__colum__commitment {
	clear: both;
}

.box__colum__commitment h3 {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.box__colum__commitment p {
	font-size: 12px;
	line-height: 24px;
	margin: 0;
}

.box__colum__commitment .col {
	padding-bottom: 0;
}

ul.ul-reset>li {
	margin-left: 0;
}

/*
news-widget-sidebar-widget
*/
.news-widget-sidebar-widget {
	background: #f4f4f4;
	padding: 20px;
}

.news-widget-sidebar-widget .news-item-sidebar {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.news-widget-sidebar-widget .news-item-sidebar h4 {
	margin: 10px 0 5px 0;
}

.news-widget-sidebar-widget .news-item-sidebar h4 a {
	color: #073f77;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 22px;
}

.news-widget-sidebar-widget .news-item-sidebar .date {
	color: #9c9c9c;
	font-size: 13px;
	font-weight: 500;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner {
	overflow: hidden;
	clear: both;
	padding-top: 20px;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb {
	float: left;
	width: 100px;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a {
	display: block;
	line-height: 0;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .news-thumb a img {
	width: 100%;
	height: 75px;
	object-fit: cover;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .box__slider {
	float: right;
	width: calc(100% - 110px);
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .box__slider h4 {
	margin: 0 0 3px 0;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .box__slider h4 a {
	color: #073f77;
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}

.news-widget-sidebar-widget .news-item-sidebar-clear .boxx__innner .box__slider .date {
	color: #9c9c9c;
	font-size: 13px;
	font-weight: 500;
}

/*
block 2
*/
.box_first_posts {
	clear: both;
	overflow: hidden;
}

.box_first_posts .news-item-posts {
	float: left;
	width: 48%;
}

.box_first_posts .news-item-posts:nth-child(2n) {
	float: right;
}

.box__second_posts {
	overflow: hidden;
	clear: both;
}

.box__second_posts .news-item-sidebar-clear {
	float: left;
	width: 48%;
}

.box__second_posts .news-item-sidebar-clear:nth-child(2n) {
	float: right;
}

.box__second_posts .news-item-sidebar-clear .news-thumb {
	float: left;
	width: 105px;
}

.box__second_posts .news-item-sidebar-clear .box__slider {
	float: right;
	width: calc(100% - 115px);
}

.news-style-2 .box_first_posts .boxx__innner {
	position: relative;
	margin-bottom: 20px;
	overflow-y: hidden;
}

.news-style-2 .box_first_posts .boxx__innner .news-thumb img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-style-2 .box_first_posts .boxx__innner .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-style-2 .box_first_posts .boxx__innner .box__slider {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 10px;
}

.news-style-2 .box_first_posts .boxx__innner .box__slider h4 {
	margin-bottom: 0;
}

.news-style-2 .box_first_posts .boxx__innner .box__slider h4 .news-title {
	font-size: 17px;
	line-height: 22px;
	color: #fff;
}

.news-style-2 .box_first_posts .boxx__innner .box__slider .date {
	color: #fff;
	font-size: 13px;
}

.news-style-2 .box_first_posts .boxx__innner .box__slider .date i {
	padding-right: 5px;
	color: #fff;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear {
	padding-top: 11px;
	margin-top: 11px;
	border-top: 1px solid #e3e3e3;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb {
	width: 105px;
	height: 70px;
	overflow: hidden;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(1),
.news-style-2 .box__second_posts .news-item-sidebar-clear:nth-child(2) {
	padding-top: 0;
	margin-top: 0;
	border-top: none;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb img {
	width: 100%;
	height: 70px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 {
	margin-bottom: 5px;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider h4 .news-title {
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	font-weight: 600;
	display: block;
	max-height: 44px;
	overflow: hidden;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date {
	font-size: 13px;
	color: #6b6b6b;
}

.news-style-2 .box__second_posts .news-item-sidebar-clear .box__slider .date i {
	color: #f4ae43;
}

/*
block 3
*/
.news-style-3 {
	margin: 0 -15px;
}

.news-style-3 .news-item-bottom {
	width: 25%;
	float: left;
	clear: none;
	padding: 0 15px;
}

.news-style-3 .news-item-bottom .boxx__innner {
	background: #f7f7f7;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 305px;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time {
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	border: 2px solid #657f93;
	padding: 8px 14px;
	text-align: center;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(1) {
	margin-bottom: 0;
	font-size: 20px;
	color: #838383;
	line-height: 22px;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb .time p:nth-child(2) {
	margin-bottom: 0;
	font-size: 11px;
	color: #838383;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb img {
	width: 100%;
	height: auto;
	max-height: 305px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-style-3 .news-item-bottom .boxx__innner .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-style-3 .news-item-bottom .boxx__innner .box__slider {
	height: 260px;
	overflow-y: hidden;
	padding: 25px;
}

.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 {
	margin-bottom: 5px;
}

.news-style-3 .news-item-bottom .boxx__innner .box__slider h4 .news-title {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	color: #3c3c3c;
	line-height: 24px;
	display: block;
	max-height: 48px;
	overflow: hidden;
}

.news-style-3 .news-item-bottom .boxx__innner .box__slider .box__description p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #838383;
	text-align: justify;
	max-height: 110px;
	overflow: hidden;
}

.news-style-3 .news-item-bottom .boxx__innner .box__slider .views_all {
	font-size: 14px;
	text-decoration: underline;
	color: #657f93;
}

/*
block 4
*/
.news-block-widget-style-4 .news-thumb img {
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-block-widget-style-4 .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-widget-style-4 {
	overflow: hidden;
}

.news-block-widget-style-4 .box__colum__left {
	width: 49%;
	float: left;
}

.news-block-widget-style-4 .box__colum__left .boxx__innner {
	position: relative;
	overflow-y: hidden;
}

.news-block-widget-style-4 .box__colum__left .news-thumb {
	width: 100%;
	height: 430px;
}

.news-block-widget-style-4 .box__colum__left .news-thumb img {
	width: 100%;
	height: 430px;
	object-fit: cover;
}

.news-block-widget-style-4 .box__colum__left .box__slider {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.57);
	padding: 15px 20px;
}

.news-block-widget-style-4 .box__colum__left .box__slider h4 {
	margin-bottom: 0;
}

.news-block-widget-style-4 .box__colum__left .box__slider h4 a {
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

.news-block-widget-style-4 .box__colum__right {
	width: 49%;
	float: right;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear {
	margin-bottom: 17px;
	overflow-y: hidden;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb {
	width: 130px;
	height: 95px;
	float: left;
	overflow: hidden;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .news-thumb img {
	width: 100%;
	height: 95px;
	object-fit: cover;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider {
	width: calc(100% - 145px);
	float: right;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 {
	margin-bottom: 0px;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider h4 .news-title {
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	line-height: 24px;
	display: block;
	height: 24px;
	overflow: hidden;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .box__description p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	color: #8f8f8f;
	display: block;
	max-height: 44px;
	overflow: hidden;
}

.news-block-widget-style-4 .box__colum__right .news-item-clear .boxx__innner .box__slider .views__all a {
	font-size: 14px;
	color: #37a7a9;
	font-weight: 400;
	text-decoration: underline;
}

/*
block 5
*/
.news-widget-style-5 {
	overflow: hidden;
}

.news-widget-style-5 .news-item-clear {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e8e8;
}

.news-widget-style-5 .news-item-clear:nth-child(1),
.news-widget-style-5 .news-item-clear:nth-child(2),
.news-widget-style-5 .news-item-clear:nth-child(3) {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}

.news-widget-style-5 .news-item-clear:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb {
	width: 120px;
	height: 80px;
	float: left;
	overflow-y: hidden;
}

.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-widget-style-5 .news-item-clear .boxx__innner .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-widget-style-5 .news-item-clear .boxx__innner .box__slider {
	width: calc(100% - 135px);
	float: right;
}

.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 {
	margin-bottom: 5px;
	margin-top: 5px;
}

.news-widget-style-5 .news-item-clear .boxx__innner .box__slider h4 .news-title {
	font-size: 17px;
	color: #333333;
	line-height: 22px;
	display: block;
	height: 22px;
	overflow: hidden;
	font-weight: 700;
}

.news-widget-style-5 .news-item-clear .boxx__innner .box__slider .box__description p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 22px;
	display: block;
	height: 44px;
	overflow: hidden;
}

/*
block 6
*/
.news-thumb {
	position: relative;
}

.news-block-widget-style-6 {
	overflow: hidden;
}

.news-block-widget-style-6 .box__colum__left {
	width: 32%;
	float: left;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner {
	background: #f7f7f7;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb {
	width: 100%;
	height: 255px;
	overflow: hidden;
	position: relative;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb img {
	width: 100%;
	height: 255px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-widget-style-6 .boxx__innner .news-thumb .date {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.36);
	color: #fff;
	text-align: center;
	padding: 10px 5px 0px 5px;
}

.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(1) {
	font-size: 10px;
	text-transform: uppercase;
}

.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(2) {
	font-size: 15px;
	border-bottom: 3px solid #fff;
	padding-bottom: 5px;
}

.news-block-widget-style-6 .boxx__innner .news-thumb .date p:nth-child(3) {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 0;
}

.news-block-widget-style-6 .boxx__innner .news-thumb .date p {
	margin-bottom: 0;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text {
	background: #37a7a9;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .news-text a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 30px;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider {
	padding: 25px 20px;
	min-height: 255px;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 {
	margin-bottom: 10px;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider h4 a {
	font-size: 18px;
	line-height: 22px;
	display: block;
	max-height: 44px;
	overflow: hidden;
	color: #3c3c3c;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .box__description p {
	font-size: 14px;
	line-height: 22px;
	display: block;
	color: #838383;
	height: 110px;
	overflow-y: hidden;
	margin-bottom: 5px;
}

.news-block-widget-style-6 .box__colum__left .boxx__innner .box__slider .views_all {
	font-size: 14px;
	text-decoration: underline;
	color: #37a7a9;
}

.news-block-widget-style-6 .box__colum__right {
	width: 66%;
	float: right;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner {
	background: #f7f7f7;
	margin-bottom: 30px;
	overflow-y: hidden;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb {
	width: 325px;
	height: 255px;
	float: left;
	overflow-y: hidden;
	position: relative;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb img {
	width: 100%;
	height: 255px;
	object-fit: cover;
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .news-thumb:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider {
	width: calc(100% - 325px);
	float: right;
	padding: 20px;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider>p {
	margin-bottom: 5px;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider>p>span {
	font-size: 14px;
	color: #919191;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider>p>span a {
	color: #37a7a9;
	border-right: 1px solid #919191;
	padding-right: 5px;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 {
	margin-bottom: 5px;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__slider h4 a {
	font-size: 18px;
	line-height: 22px;
	display: block;
	max-height: 44px;
	overflow: hidden;
	color: #3c3c3c;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .box__description p {
	font-size: 14px;
	margin-bottom: 0;
	color: #838383;
	line-height: 25px;
	display: block;
	max-height: 75px;
	overflow-y: hidden;
}

.news-block-widget-style-6 .box__colum__right .boxx__innner .views_all {
	font-size: 13px;
	line-height: 25px;
	color: #37a7a9;
	text-decoration: underline;
}

/*them*/
.header-bottom {
	background-image: linear-gradient(#325aa8, #334990);
}



.stuck #logo img {
	padding: 5px 0;
}

.new_row_3>.col {
	padding-bottom: 0;
}

.rt_slider .flickity-viewport {
	background: #fff;
}

.rt_slider .slider-nav-light .flickity-prev-next-button svg,
.rt_slider .slider-nav-light .flickity-prev-next-button .arrow {
	fill: #f39303;
}

#footer .is-divider {
	background-color: #fca91e;
	display: none;
}

hr {
	border: 0.5px solid #5c3d4a;
	opacity: 1;
}

.rt_form {
	position: relative;
	margin-top: 10px;
}

.rt_form input {
	width: 100%;
	height: 35px;
	border-radius: 4px;
	margin-bottom: 0;
}

.rt_form .wpcf7-submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 35px;
	padding: 0;
	border-radius: 0;
	margin-top: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #5c3d4a;
}

.footer-2 p {
	color: #fca91e;
	margin-bottom: 0;
}

.footer-2 ul.menu {
	float: right;
}

.footer-2 ul.menu li {
	float: left;
	border: none;
}

.footer-2 ul.menu li a {
	color: #fca91e;
	padding: 0 10px;
	border-left: 1px solid #fca91e;
}

.footer-2 ul.menu li:nth-child(1) a {
	border: none;
}

.footer-2 ul.menu li ul {
	display: none;
}

.single-product .add_to_cart_button {
	display: none;
}

.single-product .box-text {
	background: #fff;
}

.single-product .box-text .product-title {
	text-align: center;
}

.single-product .box-text .price {
	text-align: center;
}

.single-product .page-title {
	background: #f0f0f0;
}

a.devvn_buy_now_style {
	background: #fe9960;
}

.single-product .rt_msp {
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.single-product .price2 {
	margin-bottom: 5px;
}

.single-product .salep {
	font-size: 14px;
	color: #ef0c0c;
}

.single-product .cart {
	clear: both;
	margin-bottom: 5px;
}

.single-product .product-main {
	padding-bottom: 0;
}

.single-product .widget_custom_html {
	margin-bottom: 10px;
}

#main {
	background: #fff;
}

.percent {
	display: none;
}

.percent2 {
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #324e98;
	top: 5px;
	left: 5px;
	font-size: 13px;
}

.product-summary .percent {
	display: contents;
}

.price2>span {
	font-size: 16px;
	color: #ee0d0d;
	font-weight: 700;
}

/* social */
.rt-social {
	margin: 20px 0px 25px 0px;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	clear: both;
}

.rt-link {
	padding: 2px 8px 4px 8px;
	color: white;
	font-size: 12px;
	border-radius: 2px;
	margin-right: 2px;
	cursor: pointer;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2);
	margin-top: 2px;
	display: inline-block;
	text-decoration: none;
}

.rt-link:hover,
.rt-link:active {
	color: white;
}

.rt-twitter {
	background: #00aced;
}

.rt-twitter:hover,
.rt-twitter:active {
	background: #0084b4;
}

.rt-facebook {
	background: #3B5997;
}

.rt-facebook:hover,
.rt-facebook:active {
	background: #2d4372;
}

.rt-googleplus {
	background: #D64937;
}

.rt-googleplus:hover,
.rt-googleplus:active {
	background: #b53525;
}

.rt-pinterest {
	background: #bd081c;
}

.rt-pinterest:hover,
.rt-pinterest:active {
	background: #bd081c;
}

.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;
}

/* shortcode social */
.social-bar a {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	background: #314b7e;
	color: #fff;
}

.social-bar a.facebook {
	background: #314b7e;
}

.social-bar a.twitter {
	background: #339dc4;
}

.social-bar a.skype {
	background: #214bc1;
}

.social-bar a.youtube {
	background: #e52c27;
}

.social-bar a.prin {
	background: #b31217;
}

.row_img_new>.col {
	padding-top: 15px;
	padding-bottom: 15px;
}

.header-nav>li .nav-dropdown {
	width: 100%;
	display: none;
	transform: translateY(20px);
	transition: all 0.8s ease 0s;
}

.header-nav>li:hover .nav-dropdown {
	display: block;
	transform: translateY(0px);
}

.header-nav>li .nav-dropdown>li {
	display: block;
	width: 100%;
	position: relative;
}

.header-nav>li .nav-dropdown li {
	white-space: unset;
}

.header-nav>li .nav-dropdown>li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: unset;
	border-bottom: none;
	border-top: 1px solid #fff;
	margin: 0;
	padding-left: 10px;
}

.header-nav>li .nav-dropdown>li a:hover {
	background: var(--mau-2);
}

.header-nav>li .nav-dropdown li ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	border: 0;
	opacity: 0;
}

.header-nav>li .nav-dropdown li:hover>ul {
	opacity: 1;
	z-index: 9999;
}

.header-nav>li .nav-dropdown li ul li {
	margin-top: 0;
	position: relative;
}

.nav-dropdown-default {
	padding: 0;
	background: var(--primary-color);
	top: 44px;
	border: 0;
	left: 0;
}



.header-search-form {
	max-width: 440px;
}

.header-search-form input {
	outline: unset;
	box-shadow: unset;
	line-height: 34px;
	height: 34px;
}

.header-search-form .button {
	width: 40px;
}

.html1 {
	background: url(img/call.png) 1px 1px no-repeat;
	padding-left: 45px;
	padding-right: 50px;
}

.html1 p {
	font-size: 15px;
	line-height: 20px;
	color: #393939;
}

.html1 a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #f48416;
}

#wide-nav .header-nav>li {
	margin: 0;
}

#wide-nav .header-nav>li:after {
	top: 34px;
}

#wide-nav .header-nav>li>a {
	display: block;
	line-height: 50px;
	font-size: 15px;
	padding: 0 15px;
}

#wide-nav .header-nav>.current-menu-item>a,
#wide-nav .header-nav>li>a:hover {
	background: #f48416;
}

.rt01 h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #33488e;
	margin-bottom: 20px;
}

.rt01 p {
	font-size: 14px;
	line-height: 23px;
	color: #4c4c4c;
	margin-bottom: 5px;
}

.rt01 .button {
	border-radius: 30px;
	line-height: 39px;
	min-height: 39px;
	height: 39px;
	padding: 0 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	background-image: linear-gradient(to right, #ff7d1d, #ffb80f);
}

.before__footer {
	background: #325aa7;
	padding: 10px 0;
}

.before__footer h4 {
	color: #fff;
	font-weight: 400;
	font-size: 28px;
	line-height: 46px;
	height: 46px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0;
}

.before__footer .col {
	padding-bottom: 0;
}

.chantrang1 {
	padding: 40px 0 0 0;
}

.chantrang1 .col {
	padding-bottom: 10px;
}

.chantrang1 .sidebar-wrapper .widget:nth-child(1) {
	width: 40%;
	float: left;
	padding-bottom: 0;
}

.chantrang1 .sidebar-wrapper .widget:nth-child(2) {
	width: 30%;
	float: left;
	padding-bottom: 0;
}

.chantrang1 .sidebar-wrapper .widget:nth-child(3) {
	width: 30%;
	float: left;
	padding-bottom: 0;
}

.chantrang1 .sidebar-wrapper .widget:nth-child(3) h3 {
	font-size: 16px;
	line-height: 33px;
	text-transform: uppercase;
	color: #444545;
	font-weight: 500;
}

.chantrang1 .sidebar-wrapper .widget:nth-child(3) p {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 14px;
}

.chantrang1 .widget-title {
	display: block;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #325aa7;
	margin-bottom: 15px;
}

.chantrang1 p {
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 15px;
	color: #444545;
}

.chantrang1 .menu>li {}

.chantrang1 .menu>li>a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	color: #444545;
	padding: 10px 0;
}

.chantrang1 .menu>li>a:hover {
	color: #325aa7;
}

.chantrang2 {
	background: #1d1d1d;
	padding: 50px 0 0px 0;
}

.chantrang2 .widget {
	width: 25%;
	float: left;
}

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

.chantrang2 .widget {
	margin-bottom: 0;
}

.chantrang2 .widget-title {
	display: block;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.chantrang2 p {
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 20px;
}

.copyright {
	background: #0c0c0c;
	padding: 15px 0;
}

.copyright .col {
	padding-bottom: 0;
}

.copyright p {
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #787878;
}

.rt02 {
	background: url(img/bg1.png) no-repeat;
	background-size: cover;
	border-radius: 10px;
	overflow: hidden;
	margin: 15px auto 15px auto;
	padding: 14px;
	max-width: 1170px;
}

.rt02 .col {
	padding-bottom: 0;
}

.rt02 .left .box .box-image {
	width: 80px;
	float: left;
}

.rt02 .left .box .box-image img {
	max-height: 57px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.rt02 .left .box .box-text {
	padding: 0;
	width: calc(100% - 100px);
	float: right;
}

.rt02 .left .box .box-text h4 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin-top: 6px;
}

.rt02 .left .box .box-text p {
	font-size: 16px;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
}

.rt02 .right {
	text-align: right;
}

.rt02 .right .button {
	margin: 11px 0;
	min-width: 228px;
	line-height: 34px;
	height: 34px;
	min-height: 34px;
	font-size: 15px;
	text-transform: uppercase;
	background: url(img/a21.png) no-repeat;
	box-shadow: unset;
}

.rt03 {
	padding: 35px 0 0px 0;
}

.chantrang1 .large-12,
.chantrang2 .large-12 {
	padding-left: 0;
	padding-right: 0;
}

.rt03 .right .section-title {
	border-bottom: none;
	margin-bottom: 0;
}

.rt03 .right .section-title span {
	display: inline-block;
	border-bottom: none;
	font-size: 19px;
	text-transform: uppercase;
	color: #262626;
	font-weight: 400;
	position: relative;
}

.rt03 .right .section-title span:before {
	position: absolute;
	bottom: 0;
	width: 70px;
	height: 2px;
	background: #f48416;
	bottom: 0;
	left: 0;
	content: "";
}

.rt03 .right .box {
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 25px 0;
	overflow: hidden;
}

.rt03 .right .box .box-image {
	width: 74px;
	float: left;
	height: 75px;
	text-align: center;
	height: 75px;
	line-height: 75px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.rt03 .right .box .box-image img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.rt03 .right .box .box-text {
	width: calc(100% - 74px);
	float: right;
	padding: 0 10px 0 0px;
}

.rt03 .right .box .box-text h4 {
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 500;
	color: #33488e;
}

.rt03 .right .box .box-text p {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0;
}

.rt03 .right .col {
	padding-bottom: 0;
}

.rt03 .right .button {
	margin: 0;
	background: #f48416;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 35px;
}

.section_san_pham {
	padding-top: 30px;
}

.headingss {
	background-image: linear-gradient(#325aa8, #334990);
	background-image: linear-gradient(#325aa8, #334990);
	border-radius: 6px;
	line-height: 38px;
	padding: 0 18px;
	position: relative;
	margin-bottom: 24px;
}

.headingss>a {
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
}

.headingss .list-term {
	display: inline-block;
	float: right;
	line-height: 18px;
	position: relative;
	top: 7px;
}

.headingss .list-term a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	border-right: 1px solid #deeffb;
	line-height: 18px;
	padding-right: 6px;
}

.headingss .list-term a:hover {
	color: yellow;
}

.headingss .list-term a:last-child {
	border: none;
}

.price_pro {
	overflow: hidden;
	/*text-align: center;*/
}

.price_pro>span,
.price_pro>ins span {
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #fb4b1c;
}

.price_pro>del,
.price_pro>del span {
	line-height: 28px;
	font-size: 13px;
	color: #989898;
}

.xem_them_cate {
	text-align: center;
	margin-bottom: 35px;
}

.xem_them_cate a {
	display: inline-block;
	background: #f48416;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
	padding: 0 20px;
	border-radius: 6px;
}

.rt05 {
	background: #f7f7f7;
	padding: 0px 0 20px 0;
}

.heading2 {
	border-bottom: 2px solid #d2d2d2;
	margin-bottom: 20px;
}

.heading2 a {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #242424;
	line-height: 40px;
	position: relative;
}

.heading2 a:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	content: "";
	width: 76px;
	height: 2px;
	background: #f48416;
	z-index: 9;
}

.block-product-sp2>.product-small {
	padding: 0;
	overflow: hidden;
	background: #fff;
	margin-bottom: 22px;
}

.block-product-sp2>.product-small .box-image {
	width: 170px;
	height: 170px;
	float: left;
}

.block-product-sp2>.product-small .box-image img {
	width: 100%;
	height: auto;
	max-height: 170px;
	object-fit: cover;
}

.block-product-sp2>.product-small .box-text {
	width: calc(100% - 170px);
	float: right;
	padding: 40px 20px;
}

.block-product-sp2>.product-small .box-text .product-title a {
	display: block;
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow-x: hidden;
	font-weight: 500;
}

.block-product-sp2>.product-small .box-text .product-title a:hover {
	color: #fb4b1c;
}

.block-product-sp2>.product-small .box-text .price_pro {
	width: 50%;
}

.rt06 {
	background: url(img/n1.png) no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.rt06 .section-title {
	border-bottom: none;
	text-align: center;
	margin-bottom: 0;
}

.rt06 .section-title span {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 25px;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	position: relative;
	border: none;
}

.rt06 .section-title span:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 69px;
	height: 2px;
	background: #ffb80f;
}

.rt06 p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	padding: 0 200px;
	margin-bottom: 25px;
}

.news-style-3 .slick-prev {
	position: absolute;
	top: 44%;
	left: -5px;
	z-index: 9;
	color: #fff;
	cursor: pointer;
}

.news-style-3 .slick-next {
	position: absolute;
	top: 44%;
	right: -5px;
	z-index: 9;
	color: #fff;
	cursor: pointer;
}

.news-widget-sidebar-widget-pro {
	margin: 0 -9px;
}

.news-widget-sidebar-widget-pro .news-item-sidebar {
	width: 50%;
	float: left;
	padding: 0 9px;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .news-thumb {
	width: 100%;
	height: 224px;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .news-thumb img {
	width: 100%;
	height: auto;
	max-height: 224px;
	object-fit: cover;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider {
	border: 1px solid #d9d9d9;
	border-top: none;
	padding: 20px 25px;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider h4 {
	margin-bottom: 5px;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider h4 .news-title {
	display: block;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500px;
	max-height: 48px;
	overflow: hidden;
	color: #333;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider h4 .news-title:hover {
	color: #017bcc;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider .date {
	font-size: 12px;
	line-height: 24px;
	color: #939393;
}

.news-widget-sidebar-widget-pro .news-item-sidebar .box__slider .box__description p {
	font-size: 14px;
	line-height: 24px;
	display: block;
	height: 48px;
	overflow: hidden;
	margin-bottom: 0;
}

.news-widget-sidebar-widget-pro .right {
	width: 50%;
	float: left;
	padding: 0 9px;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 11px;
	margin-bottom: 11px;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner {
	overflow: hidden;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .news-thumb {
	width: 105px;
	height: 80px;
	float: left;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .news-thumb img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .box__slider {
	width: calc(100% - 115px);
	float: right;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .box__slider h4 {
	margin-bottom: 5px;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .box__slider h4 .news-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	max-height: 60px;
	font-weight: 500;
	color: #333;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .box__slider h4 .news-title:hover {
	color: #33488e;
}

.news-widget-sidebar-widget-pro .right .news-item-sidebar-clear .boxx__innner .box__slider .date {
	font-size: 12px;
	line-height: 24px;
	color: #939393;
}

.rt07 {
	padding-bottom: 10px;
}

.rt07 .right .large-12 {
	padding: 0;
}

.rt07 .right .large-12 .video {
	margin-bottom: 10px;
}

.rt07 .right h4 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}

.rt07 .right p {
	font-size: 12px;
	line-height: 24px;
	color: #939393;
}

.rt08 {
	background: url(img/n2.png) no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.rt08 .large-3 .box-image {
	text-align: center;
	height: 85px;
	line-height: 85px;
	align-items: center;
	justify-content: center;
	display: flex;
}

.rt08 .large-3 .box-image img {
	width: auto;
	display: block;
	margin: 0 auto;
	max-height: 85px;
}

.rt08 .large-3 .box-text {
	padding: 0;
}

.rt08 .large-3 .box {
	border: 3px solid #d8d8d8;
	border-radius: 50%;
	min-height: 270px;
	padding: 25px 0;
}

.rt08 .large-3 .box h4 {
	font-size: 77px;
	font-weight: 300;
	color: #ffb005;
	margin: 0;
	line-height: 80px;
	font-family: 'Roboto', sans-serif;
}

.rt08 .large-3 .box p {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 0;
}

.rt08 .large-12 {
	padding-bottom: 20px;
	margin-top: 15px;
}

.form_dk2>div:nth-child(1) {
	width: 40%;
	float: left;
	margin-right: 2%;
}

.form_dk2>div:nth-child(2) {
	width: 40%;
	float: left;
	margin-right: 2%;
}

.form_dk2>div:nth-child(3) {
	width: 16%;
	float: left;
}

.form_dk2 input {
	width: 100%;
	margin: 0;
	box-shadow: unset;
	border-radius: 5px;
	line-height: 42px;
	height: 42px;
	min-height: 42px;
}

.form_dk2 .wpcf7-submit {
	background: #f48416;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
}

.category .align-center .large-10 {
	max-width: 100%;
	flex-basis: 100%;
}

.single-post .align-center .large-10 {
	max-width: 100%;
	flex-basis: 100%;
}

.single-post .entry-header-text {
	padding-bottom: 0;
}

.single-page {
	padding-top: 10px;
}

.single-post .comments-area {
	display: none;
}

.single-product .shop-page-title {
	display: none;
}

.related .product-section-title {
	max-width: 1170px;
	background-image: linear-gradient(#325aa8, #334990);
	margin: 20px 0;
	border-radius: 5px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 20px;
	color: #fff;
}

.single-product .product-main {
	padding-top: 40px;
}

.single-product .product-gallery .product-images {
	border: 1px solid #dddddd;
}

.single-product .product-gallery .product-images img {
	max-height: 450px;
	object-fit: cover;
}

.single-product .product-gallery .product-thumbnails a {
	border: 1px solid #dddddd;
}

.single-product .product-gallery .product-thumbnails img {
	opacity: 1;
	max-height: 99px;
	object-fit: cover;
}

.product-footer .woocommerce-tabs {
	border-top: none;
}

.product-info .product-title {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	color: #2e2e2e;
}

.rt_msp {
	border-bottom: 1px solid #dbdbdb;
	font-size: 14px;
	color: #7d7d7d;
	padding-bottom: 15px;
}

.table_rt {
	overflow: hidden;
	margin-bottom: 25px;
}

.table_rt .p {
	margin-bottom: 0;
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
	font-size: 15px;
	line-height: 23px;
	color: #565656;
	overflow: hidden;
}

.table_rt .p .text {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #2d2d2d;
	width: 140px;
	float: left;
}

.table_rt ins span,
.table_rt .price {
	/*font-size: 27px;*/
	line-height: 20px;
	font-weight: bold;
	color: #fb4700;
	margin-right: 30px;
}

.table_rt del,
.table_rt del span {
	font-size: 16px;
	line-height: 30px;
	color: #7c7c7c;
}

.table_rt .p div {
	display: inline-block;
	float: left;
	width: calc(100% - 140px);
}

.table_rt .p div p {
	margin-bottom: 0;
}

.rt_woocommerce_single_product_summary .quantity,
.rt_woocommerce_single_product_summary .quantity input {
	line-height: 47px;
	min-height: 49px;
}

.rt_woocommerce_single_product_summary .single_add_to_cart_button {
	margin: 0;
	background: #f48416;
	border-radius: 5px;
	padding: 0 28px;
	line-height: 48px;
	min-height: 48px;
	font-size: 20px;
}

.rt_woocommerce_single_product_summary .cart {
	display: inline-block;
	margin: 0 15px 0 0px;
}

.lien_he_ngay {
	display: inline-block;
	line-height: 49px;
	border-radius: 5px;
	background-image: linear-gradient(#325aa8, #334990);
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 0 28px;
	position: relative;
	top: 2px;
}

.product-footer {
	margin-top: 45px;
}

.product-footer .product-tabs {
	display: block;
	width: 100%;
	border-bottom: 2px solid #dcdcdc;
}

.product-footer .product-tabs a:before {
	bottom: -2px;
	top: unset;
	height: 2px;
}

.product-footer .product-section .box-image img {
	height: 180px;
	width: 100%;
	object-fit: cover;
}

.title_panel {
	display: block;
	line-height: 36px;
	border-radius: 0px;
	background: #eeeeee;
	padding: 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #33488e;
	margin: 25px 0;
}

.thong_so_table .thong_so_table_list {
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	padding: 15px 0;
}

.thong_so_table .thong_so_table_list:last-child {
	border-bottom: none;
}

.thong_so_table .thong_so_table_list .left {
	width: 240px;
	float: left;
	font-size: 15px;
	font-weight: 500;
	color: #383838;
}

.thong_so_table .thong_so_table_list .right {
	width: calc(100% - 240px);
	float: right;
	font-size: 15px;
	color: #383838;
	line-height: 22px;
}

.md-x55 {
	width: 34%;
}

.md-x55 .text1 {
	font-size: 39px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 4px 0px 0px #004777;
	margin-top: 0;
	line-height: 50px;
}

.md-x55 .text2 {
	font-size: 68px;
	font-family: 'Oswald', sans-serif;
	color: #fff;
	margin-bottom: 0;
	line-height: 70px;
	margin-top: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 4px 0px 0px #004777;
}

.md-x55 .text3 {
	font-size: 31px;
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	color: #fff;
	background: #ff7d1d;
	margin-bottom: 0;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	line-height: 52px;
	padding: 0 16px;
	margin-left: 73px;
}

.rt08 .uxb-wrapper h4 {
	color: #fff;
}

.rt08 .uxb-wrapper p {
	color: #fff;
}

.shop-container .box-image img {
	height: 216px;
	width: 100%;
	object-fit: cover;
}

.shop-container .box-text .title-wrapper p a {
	color: #333;
	font-weight: 500;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	display: block;
}

/*mobile*/
@media (max-width: 1024px) {
	#wide-nav .header-nav>li>a {
		font-size: 14px;
		padding: 0 8px;
	}

	#logo {
		width: 320px;
	}

	.header-search-form {
		max-width: 400px;
	}

	.headingss .list-term {
		top: 0;
	}

	.headingss {
		padding: 15px;
	}

	.rt08 .large-3 .box h4 {
		font-size: 40px;
		line-height: 55px;
	}

	.rt08 .large-3 .box {
		min-height: 226px;
	}

	.rt08 .large-3 .box p {
		font-size: 16px;
	}

	.chantrang2 .widget-title {
		line-height: 30px;
	}

	.md-x55 .text2 {
		font-size: 55px;
	}

	.rt01 h2 {
		line-height: 32px;
	}
}

@media (max-width: 812px) {
	.block-product-col .col-4 {
		width: 50%;
	}

	.block-product-col .col-4:nth-child(2n+1) {
		clear: both;
	}

	.block-product-col .col-3 {
		width: 50%;
	}

	.block-product-col .col-3:nth-child(3n+1) {
		clear: none;
	}

	.block-product-col .col-3:nth-child(2n+1) {
		clear: both;
	}

	.rt01 h2 {
		font-size: 22px;
		line-height: 30px;
	}

	.rt01 .text-inner {
		padding: 15px;
	}

	.rt03 .left {
		max-width: 100%;
		flex-basis: 100%;
	}

	.rt03 .right {
		max-width: 100%;
		flex-basis: 100%;
	}

	.rt05 .large-6 {
		max-width: 100%;
		flex-basis: 100%;
	}

	.rt07 .left {
		max-width: 100%;
		flex-basis: 100%;
	}

	.rt07 .right {
		max-width: 100%;
		flex-basis: 100%;
	}

	.rt08 .large-3 {
		max-width: 50%;
		flex-basis: 50%;
	}

	.md-x55 .text1 {
		font-size: 24px;
		line-height: 30px;
	}

	.md-x55 .text2 {
		font-size: 34px;
		line-height: 40px;
	}

	.md-x55 .text3 {
		font-size: 18px;
	}

	.before__footer h4 {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.flickity-slider .banner {
		padding-top: 300px;
	}

	.icon_rt .medium-4 {
		margin-bottom: 10px;
		overflow: hidden;
		text-transform: capitalize;
	}

	.icon_rt .medium-4 .medium-3 {
		display: none;
	}

	.block-product-1 .spd1_box_left {
		width: 100%;
	}

	.block-product-1 .spd1_box_right {
		width: 100%;
	}

	.rt_img_box_3>div {
		padding-bottom: 0;
	}

	.block-product-2 .box-image,
	.block-product-2 .box-image img {
		height: 150px;
	}

	.block-product-2 .box-text {
		padding: 10px 10px 5px 10px;
	}

	.block-product-3 .box-image,
	.block-product-3 .box-image img {
		width: 100%;
		height: 120px;
		object-fit: cover;
	}

	.block-product-3 .box-text {
		width: 100%;
		padding: 10px;
	}

	.box_first_posts {
		padding-top: 0;
	}

	.box_first_posts .news-item-posts {
		width: 100%;
	}

	.box__second_posts .news-item-sidebar-clear {
		width: 100%;
	}

	.form_dk>div:nth-child(1) {
		width: 100%;
	}

	.form_dk>div:nth-child(2) {
		width: 100%;
	}

	.block-product-2-edit .slider-wrapper .text-inner h2 {
		font-size: 35px;
		margin-bottom: 10px;
	}

	#logo img {
		padding: 5px;
	}

	.new_row_2 .new_row_2_div img {
		padding-top: 0;
		width: auto;
		height: auto;
	}

	.new_row_2 .new_row_2_div .row_new2_box {
		padding: 10px;
	}

	.news-style-3 .news-item-bottom {
		width: 100%;
	}

	.filed_ph>div:nth-child(1) {
		width: 100%;
	}

	.filed_ph>div:nth-child(2) {
		width: 100%;
	}

	.new_row_2 .new_row_2_div>.col-inner .col {
		padding-bottom: 5px;
	}

	.block-product-2 .box-text>a {
		padding-right: 30px;
	}

	.block-product-1 .box-text {
		background: url(img/star.png) center 55px no-repeat;
	}

	.footer-2 ul.menu {
		display: none;
	}

	.single-product h1.entry-title {
		font-size: 20px;
	}

	ul.product_list_widget li a:not(.remove) {
		font-size: 12px;
	}

	.block-product-1 .col-3 {
		width: 100%;
	}

	.block-product-1 .box-image,
	.block-product-1 .box-image img {
		height: 200px;
	}

	.rt01 h2 {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 0;
	}

	.rt01 p {
		font-size: 13px;
		line-height: 20px;
		margin-left: 0;
	}

	.headingss>a {
		font-size: 16px;
		line-height: 28px;
	}

	.rt06 p {
		padding: 0;
	}

	.news-style-3 .slick-prev {
		left: 0;
	}

	.news-style-3 .slick-next {
		right: 0;
	}

	.news-widget-sidebar-widget-pro .news-item-sidebar {
		width: 100%;
		margin-bottom: 20px;
	}

	.news-widget-sidebar-widget-pro .right {
		width: 100%;
	}

	.rt08 .large-3 .box {
		max-height: 177px;
		min-height: 177px;
	}

	.rt08 .large-3 .box-image {
		height: 50px;
	}

	.rt08 .large-3 .box-image img {
		max-height: 50px;
	}

	.rt08 .large-3 .box h4 {
		font-size: 32px;
		line-height: 50px;
	}

	.rt08 .large-3 .box p {
		font-size: 14px;
	}

	.form_dk2>div:nth-child(1),
	.form_dk2>div:nth-child(2),
	.form_dk2>div:nth-child(3) {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.chantrang1 .sidebar-wrapper .widget:nth-child(1),
	.chantrang1 .sidebar-wrapper .widget:nth-child(2),
	.chantrang1 .sidebar-wrapper .widget:nth-child(3) {
		width: 100%;
		margin-bottom: 10px;
	}

	.chantrang2 .widget {
		width: 100%;
	}

	.thong_so_table .thong_so_table_list .left {
		width: 130px;
	}

	.thong_so_table .thong_so_table_list .right {
		width: calc(100% - 130px);
	}

	.woocommerce-breadcrumb {
		display: none;
	}

	.shop-page-title {
		font-size: 18px;
	}

	.rt01 .button {
		font-size: 14px;
		line-height: 30px;
		min-height: 30px;
		height: 30px;
	}

	.md-x55 {
		width: 55%;
	}

	.md-x55 .text2 {
		font-size: 25px;
		line-height: 30px;
	}

	.md-x55 .text1 {
		font-size: 22px;
	}

	.md-x55 .text3 {
		margin-left: 0;
	}

	.md-x55 .text3 {
		font-size: 14px;
		line-height: 30px;
		padding: 0 10px;
		margin-right: 35px;
	}

	.before__footer h4 {
		font-size: 13px;
	}
}