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

/*************** ADD CUSTOM CSS HERE.   ***************/

.bao-hanh, .danh-sach-showroom, .khuyen-mai {
	display: none;
}

@font-face {
font-family: 'UTM Avo';
font-style: normal;
font-weight: normal;
src: local('UTM Avo'), url('/wp-content/themes/flatsome/assets/font/utm-avo.woff') format('woff');
}


@font-face {
font-family: 'UTMAvoBold';
font-style: normal;
font-weight: normal;
src: local('UTMAvoBold'), url('/wp-content/themes/flatsome/assets/font/utm-avobold.woff') format('woff');
}

@font-face {
  font-family: MegaReFont;
  src: url(/wp-content/themes/flatsome/assets/font/BaiJamjuree-Regular.woff);
}

body {
    font-family: "Montserrat";
	margin: 0px;
}


@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}


@media only screen and (max-width: 575px){
	
/*************** ADD LAPTOP ONLY CSS HERE  ***************/
.mmxh {
	padding-top: 20px;
}

.mxh {
	display: flex;
}

.mxh img {
	width: 48px;
	padding: 5px;
}

.category-filter-row {
	BACKGROUND: #1d21296b;
    border: 1px solid #3333334a;
    border-radius: 16px;
}
.header .flex-row {
	padding-bottom: 5px;
}

.footer-wrapper {
    padding-top: 20px;
}

.section1 .row1 .small-columns-2 {
    padding: 10px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 12px 1px rgba(132,152,208,.07);
}

.mega-gioithieubanner .slider-nav-circle .flickity-viewport {
		border-radius: 0px;
}

.search-home {
	display: none;
}

.product-container .container {
    padding: 10px !important;
}

.product-footer .container {
    padding: 0px !important;
}

.product-container .product-footer .row {
	padding: 10px !important;
}

.product-container .product-footer .col {
	padding: 0px !important;
}

.product-tabs-thongtinkythuat1 {
	margin: 0px 0 0 0;
}

.product-tabs-mota1 {
	margin: 20px 0 0 0;
}

.category-page-row {
	border-radius: 0px !important;
}

.archive .shop-page-title {
	margin-bottom: 0px !important;
}

.store-section .section-content {
	padding: 0px !important;
}

.store-section .slider-nav-circle .flickity-viewport {
	border-radius: 0px;
}

.store-section .mega-storeslide img {
	border-radius: 0px;
}

.section1 .section-title-container {
	margin-bottom: 0px;
}


.page-giaiphap-default p {
	margin-bottom: 0em !important;
}

.page-giaiphap-default .banner-bg.fill {
	border-radius: 0px;
}

.page-giaiphap .banner-bg.fill {
	border-radius: 0px;
}

.mega-gioithieubanner .banner-bg {
	border-radius: 0px !important;
}


.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}

.animeslide-desc {
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.FlowerThumb__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.last_slide .g-0 img {
	width: 100% !important;
	display: block;
	max-width: 100%;
}

.last_slide {
    overflow-y: auto !important;
	position: unset;
	width: 100%;
    height: 100%;
}

.last_slide::-webkit-scrollbar {
  display: none;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.footer__logo img {
    height: 60px;
}

.footer__copyright {
	text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.footer__contact .fw-700 {
	font-family: Montserrat;
	color: #FFF;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.d-lg-block {
    display: block !important;
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.home-row {
    display: block;
}

.home-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.c-section {
    display: block;
    min-height: 100vh;
}

.c-section--reverse .c-section__content {
	width: 100%;
    position: absolute;
    z-index: 1;
	bottom: 0;
}

.c-section__subcontent {
	padding: 30px;
	text-align: left;
}

.c-section__content .c-section__desc {
    width: 100%;
}

.c-section--reverse .c-section__img {
    left: 0;
}

.c-section--right .c-section__img {
    right: 0;
}

.c-section--right .c-section__content {
	position: absolute;
}

.c-section__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
}

.home-footer {
    padding: 20px 10px;
    background: #e4f4ff;
}

.mega-address {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 20px;
}

.mega-address-3 {
    text-align: left;
    font-size: 9px;
    line-height: 1.5;
    padding-top: 20px;
}

.footer-center {
    text-align: center;
}


.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: space-between;
	padding: 0 20px;
	overflow: hidden;
}

.header__elements {
	display: none;
}

#megaLinks {
	display: none;
}

#megaLinks a {
	color: #333;
	font-family: MegaReFont;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    text-align: left;
    background: #EEF0F4;
}

#megaLinks a:hover {
	background: #116EB0;
    color: #FFF;
}

.header__logo, .navbar__logo {
    margin: 16px 0;
}

.header__logo img, .navbar__logo img {
    height: 50px;
}


.megaHome {
      position: relative;
      height: 100%;
	  background: #eee;
      font-size: 14px;
      color: #000;
      
      
    }

.MegaStreetLed__inner h2, .c-section__title h2 {
	font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
	text-transform: uppercase;
}

.c-section__subcontent h2 {
	font-family: UTMAvoBold;
    font-size: 20px;
    color: #FFF;
    line-height: 1.5;
    font-weight: bold;
	text-transform: uppercase;
}

.c-section__desc {
	font-size: 15px;
    line-height: 1.5;
    font-weight: normal;
    color: #FFF;
}


.MegaStreetLed__inner h3 {
	color: #FFF;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
    font-size: 15px;
}

.MegaStreetLed__left {
	width: 100%;
    padding: 30px;
}


.MegaStreetLed__frame img, .MegaStreetLed__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 100% 50%;
object-position: 100% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.MegaStreetLed__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.MegaStreetLed__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}


.megaled__inner h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	text-transform: uppercase;
}

.megaled__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}

.megaled__left {
	width: 100%;
    position: relative;
    bottom: 50px;
    padding: 0 30px;
}

.megaled__right {
	display: none;
}

.btn-inner {
	text-align: left;
}



.LedColor__frame img, .LedColor__frame picture {
-o-object-position: 17% 50% !important;
object-position: 17% 50% !important;
}

.banner-slider__frame img, .banner-slider__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.megaled__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.megaled__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.LedFlower_mobi {
	justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
	background: #eef0f4;
}

.MegaStreetLed_thumbnail {
	position: absolute;
	top: 30%;
	height: 30%;
}

.MegaStreetLed_thumbnail .swiper-wrapper {
	flex-direction: column;
    height: 60px;
	align-items: flex-end;
}

.MegaStreetLed_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
	justify-content: flex-end;
    align-items: center;
	width: 50px !important;
}
.MegaStreetLed_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.MegaStreetLed_thumbnail img {
width: 40px;
height: 40px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}


.swiper_thumbnail {
	position: absolute;
    width: 200px;
    top: 50px;
    height: 60px;
}

.swiper_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.swiper_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_thumbnail img {
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}

.swiper-slide-thumb-active img {
	border: 2px solid #f44336;
}

.swiper_FlowerThumbInside .swiper-wrapper {
	height: auto;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    width: fit-content;
    float: left;
    align-items: center;
    top: 20px;
}

.FlowerThumb_logo {
	display: none;
}



.swiper_FlowerThumbInside .FlowerThumb_logo img {
	box-shadow: none;
	height: auto;
}

.swiper_FlowerThumbInside .swiper-slide{
	cursor: pointer;
    background: transparent;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    bottom: 10px;
	width: 100px !important;
}
.swiper_FlowerThumbInside .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_FlowerThumbInside img {
	width: 80px;
    height: 70px;
    margin: 10px;
    background: transparent;
    object-fit: cover;
    border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper_FlowerThumbInside .swiper-slide-thumb-active img {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.c-phone__img {
	width: 300px;
}

/* CSS */
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#db7d40 0, #f87f30 100%);
  border-radius: 15px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}

.button-69:hover {
  opacity: .7;
}

.FlowerThumb__frame {
	overflow: hidden;
}

.swiper_FlowerThumbInside {
	width: auto;
    height: 20%;
}

.FlowerThumbLed-container {
	position: absolute;
	bottom: 0px;
}

.FlowerThumbLed__left {
    background: #3333338c;
    padding: 20px;
    border-radius: 15px;
}

.FlowerThumbLed__inner {
	padding: 20px;
}

.FlowerThumbLed__inner h2 {
    font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 20px;
	line-height: 1.5;
    #text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin: 0;
	text-transform: uppercase;
}

.FlowerThumbLed__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
	font-weight: normal;
}


.mega-chungnhan img {
	border-radius: 15px;
}

.mega-nangluc img {
	border-radius: 15px;
	box-shadow: 0 30px 70px rgb(0 0 0 / 15%);
}

.box-shadow-2 {
	box-shadow: none;
}

.box-image img {
	border-radius: 15px;
}

.box-image {
	padding: 20px;
}

.badge.post-date {
	display: none;
}

.page-inner {
	margin-top: 20px;
}

.page-inner-right {
	margin-top: 20px;
}

.product-small .box-image {
	padding: 0px;
}

.mega-storeslide img {
	border-radius: 15px;
}

.banner-grid .grid-col {
	padding: 10px !important;
}

.banner-grid .banner  {
	border-radius: 15px !important;
}

.banner-bg.fill  {
	border-radius: 15px;
}

.mega-ledcolorbanner .banner-bg.fill {
	border-radius: 0 !important;
}

}




@media (min-width: 768px){
/*************** ADD LAPTOP ONLY CSS HERE  ***************/

.mega-gioithieubanner .banner-bg {
	border-radius: 0px !important;;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}

.animeslide-desc {
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.FlowerThumb__frame img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.last_slide .g-0 img {
	width: 100% !important;
	display: block;
	max-width: 100%;
}

.last_slide {
    overflow-y: auto !important;
	position: unset;
	width: 100%;
    height: 100%;
}

.last_slide::-webkit-scrollbar {
  display: none;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.footer__logo img {
    height: 60px;
}

.footer__copyright {
	text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
}

.footer__contact .fw-700 {
	font-family: Montserrat;
	color: #FFF;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

.d-lg-block {
    display: block !important;
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.home-row {
    display: block;
}

.home-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}

.c-section {
    display: block;
    min-height: 100vh;
}

.c-section--reverse .c-section__content {
	width: 100%;
    position: absolute;
    z-index: 1;
	bottom: 0;
}

.c-section__subcontent {
	padding: 30px;
	text-align: left;
}

.c-section__content .c-section__desc {
    width: 100%;
}

.c-section--reverse .c-section__img {
    left: 0;
}

.c-section--right .c-section__img {
    right: 0;
}

.c-section--right .c-section__content {
	position: absolute;
}

.c-section__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
}

.home-footer {
    padding: 20px 10px;
    background: #e4f4ff;
}

.mega-address {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    padding-top: 20px;
}

.mega-address-3 {
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 20px;
}

.footer-center {
    text-align: center;
}


.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: space-between;
	padding: 0 20px;
	overflow: hidden;
}

.header__elements {
	display: none;
}

#megaLinks {
	display: none;
}

#megaLinks a {
	color: #333;
	font-family: MegaReFont;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    display: block;
    text-align: left;
    background: #EEF0F4;
}

#megaLinks a:hover {
	background: #116EB0;
    color: #FFF;
}

.header__logo, .navbar__logo {
    margin: 16px 0;
}

.header__logo img, .navbar__logo img {
    height: 50px;
}


.megaHome {
      position: relative;
      height: 100%;
	  background: #eee;
      font-size: 14px;
      color: #000;
      
      
    }

.MegaStreetLed__inner h2, .c-section__title h2 {
	font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 35px;
    line-height: 1.5;
}

.c-section__subcontent h2 {
	font-family: UTMAvoBold;
    font-size: 35px;
    color: #FFF;
    line-height: 1.5;
    font-weight: bold;
}

.c-section__desc {
	font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
    color: #FFF;
}


.MegaStreetLed__inner h3 {
	color: #FFF;
    text-align: left;
    line-height: 1.5;
    font-weight: normal;
    font-size: 20px;
}

.MegaStreetLed__left {
	width: 100%;
    padding: 30px;
}


.MegaStreetLed__frame img, .MegaStreetLed__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 100% 50%;
object-position: 100% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.MegaStreetLed__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.MegaStreetLed__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}


.megaled__inner h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 35px;
	line-height: 1.5;
}

.megaled__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}

.megaled__left {
	width: 100%;
    position: relative;
    bottom: 50px;
    padding: 0 30px;
}

.megaled__right {
	display: none;
}

.btn-inner {
	text-align: left;
}



.LedColor__frame img, .LedColor__frame picture {
-o-object-position: 17% 50% !important;
object-position: 17% 50% !important;
}

.banner-slider__frame img, .banner-slider__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.megaled__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.megaled__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.LedFlower_mobi {
	justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
	background: #eef0f4;
}

.MegaStreetLed_thumbnail {
	position: absolute;
	top: 30%;
}

.MegaStreetLed_thumbnail .swiper-wrapper {
	flex-direction: column;
    height: 60px;
	align-items: flex-end;
}

.MegaStreetLed_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
	justify-content: flex-end;
    align-items: center;
	width: 50px !important;
}
.MegaStreetLed_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.MegaStreetLed_thumbnail img {
width: 40px;
height: 40px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}


.swiper_thumbnail {
	position: absolute;
    width: 200px;
    top: 50px;
    height: 60px;
}

.swiper_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.swiper_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_thumbnail img {
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}

.swiper-slide-thumb-active img {
	border: 2px solid #f44336;
}

.swiper_FlowerThumbInside .swiper-wrapper {
	height: auto;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    width: 100%;
    float: left;
    align-items: center;
    top: 20px;
}

.FlowerThumb_logo {
	display: none;
}



.swiper_FlowerThumbInside .FlowerThumb_logo img {
	box-shadow: none;
	height: auto;
}

.swiper_FlowerThumbInside .swiper-slide{
	cursor: pointer;
    background: transparent;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    bottom: 10px;
	width: 200px !important;
}
.swiper_FlowerThumbInside .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_FlowerThumbInside img {
	width: 200px;
    height: 100px;
    margin: 10px;
    background: transparent;
    object-fit: cover;
    border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper_FlowerThumbInside .swiper-slide-thumb-active img {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.c-phone__img {
	width: 300px;
}

/* CSS */
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#db7d40 0, #f87f30 100%);
  border-radius: 15px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}

.button-69:hover {
  opacity: .7;
}

.FlowerThumb__frame {
	overflow: hidden;
}

.swiper_FlowerThumbInside {
	width: auto;
    height: 20%;
}

.FlowerThumbLed-container {
	position: absolute;
	bottom: 0px;
}

.FlowerThumbLed__left {
    background: #3333338c;
    padding: 20px;
    border-radius: 15px;
}

.FlowerThumbLed__inner {
	padding: 20px;
}

.FlowerThumbLed__inner h2 {
    font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 35px;
	line-height: 1.5;
    #text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin: 0;
}

.FlowerThumbLed__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}


.mega-chungnhan img {
	border-radius: 15px;
}

.mega-nangluc img {
	border-radius: 15px;
	box-shadow: 0 30px 70px rgb(0 0 0 / 15%);
}

.box-shadow-2 {
	box-shadow: none;
}

.box-image img {
	border-radius: 15px;
}

.box-image {
	padding: 20px;
}

.badge.post-date {
	display: none;
}

.page-inner {
	margin-top: 20px;
}

.page-inner-right {
	margin-top: 20px;
}

.product-small .box-image {
	padding: 0px;
}

.mega-storeslide img {
	border-radius: 15px;
}

.banner-grid .grid-col {
	padding: 10px !important;
}

.banner-grid .banner  {
	border-radius: 15px !important;
}

.banner-bg.fill  {
	border-radius: 15px;
}

.mega-ledcolorbanner .banner-bg.fill {
	border-radius: 0 !important;
}


.page-giaiphap-default .col {
	padding: 0 15px 0px;
}

.page-giaiphap-default .banner-bg.fill {
	border-radius: 0px;
}

.page-giaiphap-default p {
	margin-bottom: 0em !important;
}

.section1 .section-title-container {
	margin-bottom: 0px;
}

.section1 .img-inner {
	border-radius: 0px;
}

.tin-tuc-section .section-title-container {
	margin-bottom: 0px;
}

.flex-row {
	    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.searchform-wrapper #woocommerce-product-search-field-0 {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 41px;
    float: left;
    background: #fff !important;
    color: #222 !important;
    margin-left: 0px;
    border: 1px solid #ccc !important;
}

.searchform-wrapper .flex-row .flex-col .submit-button {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 41px;
    width: 45px;
    background: #f05736 !important;
    border: none;
	cursor: pointer;
}

.search-home .searchform {
	margin-bottom: 0px;
}

.mega-slideblog .col-inner {
	padding: 10px;
}

.section1 .row1 .large-columns-4 {
    padding: 10px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 12px 1px rgba(132,152,208,.07);
}


}


@media (min-width: 1200px) {
	
	/*************** ADD LAPTOP ONLY CSS HERE  ***************/
.FlowerThumbInside {
    width: 80% !important;
}
	
.mxh img {
	width: 32px;
	padding: 5px;
}
	
.mega-gioithieubanner .banner-bg {
	border-radius: 0px !important;;
}

.featured-title .page-title-inner {
	padding: 120px;
}

.home-container 
	{
	max-width: 1450px;
	width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
	}
#megaLinks {
	display: none;
}

#megamobi {
	display: none;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}

.animeslide-desc {
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.last_slide {
    overflow-y: auto;
}

.last_slide::-webkit-scrollbar {
  display: none;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.footer__logo img {
    height: 60px;
}

.footer__copyright {
    text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: auto;
}

.d-lg-block {
    display: block !important;
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
	padding: 10px;
    line-height: 1.5;
}

.mega-address-3 {
	font-size: 12px;
}

.home-row {
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.c-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    align-items: flex-end;
}

.c-section--reverse .c-section__content {
	margin-left: auto;
    padding-right: 0;
	width: 50%;
	position: unset;
}

.c-section__subcontent {
	padding: 100px 50px;
	text-align: left;
}

.c-section__content .c-section__desc {
    width: 100%;
}

.c-section--reverse .c-section__img {
    left: 0;
}

.c-section--right .c-section__img {
    right: 0;
}

.c-section--right .c-section__content {
    margin-right: auto;
    padding-right: 0;
    width: 50%;
	position: unset;
}

.c-section__img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%;
}

.home-footer {
    padding: 20px 0;
    background: #e4f4ff;
}


.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header__logo, .navbar__logo {
    margin: 20px;
}

.header__logo img, .navbar__logo img {
    height: 50px;
}

.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__elements a {
	padding: 0 20px;
    text-decoration: none;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    font-family: Montserrat;
}

.header__elements a:hover {
	color: #f05736;
}

.megaHome {
      position: relative;
      height: 100%;
	  background: #eee;
      font-size: 14px;
      color: #000;
      
      
    }

.MegaStreetLed__inner h2, .c-section__title h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
}

.c-section__subcontent h2 {
	font-family: UTMAvoBold;
	font-size: 30px;
	text-transform: uppercase;
	color: #333;
}

.home-col-sm-6 img {
	width: 100%;
}

.c-section__desc {
	font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
	color: #333;
}


.MegaStreetLed__inner h3 {
	color: #FFF;
	text-align: left;
	line-height: 1.5;
    font-weight: normal;
}

.MegaStreetLed__left {
	width: 50%;
	bottom: 150px;
    position: absolute;
	padding-left: 30px;
}


.MegaStreetLed__frame img, .MegaStreetLed__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.MegaStreetLed__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.MegaStreetLed__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}


.megaled__inner h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
}

.megaled__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}

.megaled__left {
	width: 50%;
	position: relative;
	bottom: 100px;
	padding-left: 30px;
}

.megaled__right {
	position: relative;
	bottom: 50px;
	display: block;
}

.btn-inner {
	text-align: left;
}


.banner-slider__frame img, .banner-slider__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.megaled__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.megaled__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.MegaStreetLed_thumbnail {
	position: absolute;
    width: 400px;
    right: 80px;
    top: 70%;
    height: 120px;
}

.MegaStreetLed_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.MegaStreetLed_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.MegaStreetLed_thumbnail img {
width: 100px;
height: 100px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}


.swiper_thumbnail {
	position: absolute;
    width: 200px;
    right: 60px;
    top: 70%;
    height: 60px;
}

.swiper_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.swiper_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_thumbnail img {
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}

.swiper-slide-thumb-active img {
	border: 2px solid #f44336;
}

.swiper_FlowerThumbInside .swiper-wrapper {
    height: auto;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    align-items: center;
    top: 10%;
}

.FlowerThumb_logo {
	padding-top: 50px;
	display: block;
}



.swiper_FlowerThumbInside .FlowerThumb_logo img {
	box-shadow: none;
	height: auto;
}

.swiper_FlowerThumbInside .swiper-slide{
	cursor: pointer;
    background: transparent;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    bottom: 10px;
	width: 210px !important;
}
.swiper_FlowerThumbInside .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_FlowerThumbInside img {
	width: 170px;
    height: 100px;
    margin: 10px;
    background: transparent;
    object-fit: cover;
    border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper_FlowerThumbInside .swiper-slide-thumb-active img {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.c-phone__img {
	width: 300px;
}

/* CSS */
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#db7d40 0, #f87f30 100%);
  border-radius: 15px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}

.button-69:hover {
  opacity: .7;
}

.FlowerThumb__frame {
	overflow: hidden;
}

.swiper_FlowerThumbInside {
	width: 20% !important;
}

.FlowerThumbLed-container {
	position: absolute;
	bottom: 100px;
}

.FlowerThumbLed__left {
    width: 50%;
    background: #3333338c;
    padding: 20px;
    border-radius: 15px;
	margin-left: 30px;
}

.FlowerThumbLed__inner h2 {
    font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 30px;
	text-transform: uppercase;
    #text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin: 0;
}

.FlowerThumbLed__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.MegaStreetLed_thumbnail .swiper-wrapper {
    flex-direction: unset;
    height: unset;
    align-items: unset;
}

.MegaStreetLed_thumbnail .swiper-slide {
    cursor: pointer;
    background: transparent;
    justify-content: unset;
    align-items: center;
    width: unset !important;
}

.LedFlower_mobi {
    flex-direction: unset;
}


.mega-chungnhan img {
	border-radius: 15px;
}

.mega-nangluc img {
	border-radius: 15px;
	box-shadow: 0 30px 70px rgb(0 0 0 / 15%);
}

.box-shadow-2 {
	box-shadow: none;
}

.box-image img {
	border-radius: 15px;
}

.box-image {
	padding: 20px;
}

.badge.post-date {
	display: none;
}

.page-inner {
	margin-top: 20px;
}

.page-inner-right {
	margin-top: 20px;
}

.product-small .box-image {
	padding: 0px;
}

.mega-storeslide img {
	border-radius: 15px;
}

.banner-grid .grid-col {
	padding: 10px !important;
}

.banner-grid .banner  {
	border-radius: 15px !important;
}

.banner-bg.fill  {
	border-radius: 15px;
}

.mega-ledcolorbanner .banner-bg.fill {
	border-radius: 0 !important;
}


.page-giaiphap-default .col {
	padding: 0 15px 0px;
}

.page-giaiphap-default .banner-bg.fill {
	border-radius: 0px;
}

.page-giaiphap-default p {
	margin-bottom: 0em !important;
}

.section1 .section-title-container {
	margin-bottom: 0px;
}

.section1 .img-inner {
	border-radius: 0px;
}

.tin-tuc-section .section-title-container {
	margin-bottom: 0px;
}

.flex-row {
	    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.searchform-wrapper #woocommerce-product-search-field-0 {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 41px;
    float: left;
    background: #fff !important;
    color: #222 !important;
    margin-left: 0px;
    border: 1px solid #ccc !important;
}

.searchform-wrapper .flex-row .flex-col .submit-button {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 41px;
    width: 45px;
    background: #f05736 !important;
    border: none;
	cursor: pointer;
}

.search-home .searchform {
	margin-bottom: 0px;
}

.mega-slideblog .col-inner {
	padding: 10px;
}

.section1 .row1 .large-columns-4 {
    padding: 10px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 12px 1px rgba(132,152,208,.07);
}


}


@media (min-width: 1400px) {
/*************** ADD LAPTOP ONLY CSS HERE  ***************/
.featured-title .page-title-inner {
	padding: 120px;
}

.mega-gioithieubanner .banner-bg {
	border-radius: 0px !important;
}


.home-container 
	{
	max-width: 1450px;
	width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
	}
#megaLinks {
	display: none;
}

#megamobi {
	display: none;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}

.animeslide-desc {
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.last_slide {
    overflow-y: auto;
}

.last_slide::-webkit-scrollbar {
  display: none;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.footer__logo img {
    height: 60px;
}

.footer__copyright {
    text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: auto;
}

.d-lg-block {
    display: block !important;
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
	padding: 10px;
    line-height: 1.5;
}

.mega-address-3 {
	font-size: 12px;
}

.home-row {
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.c-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    align-items: flex-end;
}

.c-section--reverse .c-section__content {
	margin-left: auto;
    padding-right: 0;
	width: 50%;
	position: unset;
}

.c-section__subcontent {
	padding: 100px 50px;
	text-align: left;
}

.c-section__content .c-section__desc {
    width: 100%;
}

.c-section--reverse .c-section__img {
    left: 0;
}

.c-section--right .c-section__img {
    right: 0;
}

.c-section--right .c-section__content {
    margin-right: auto;
    padding-right: 0;
    width: 50%;
	position: unset;
}

.c-section__img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%;
}

.home-footer {
    padding: 20px 0;
    background: #e4f4ff;
}


.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header__logo, .navbar__logo {
    margin: 20px;
}

.header__logo img, .navbar__logo img {
    height: 50px;
}

.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__elements a {
	padding: 0 20px;
    text-decoration: none;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    font-family: Montserrat;
}

.header__elements a:hover {
	color: #f87d31;
	font-weight: bold;
}

.megaHome {
      position: relative;
      height: 100%;
	  background: #eee;
      font-size: 14px;
      color: #000;
      
      
    }

.MegaStreetLed__inner h2, .c-section__title h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
}

.c-section__subcontent h2 {
	font-family: UTMAvoBold;
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
}

.home-col-sm-6 img {
	width: 100%;
}

.c-section__desc {
	font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
	color: #333;
}


.MegaStreetLed__inner h3 {
	color: #FFF;
	text-align: left;
	line-height: 1.5;
    font-weight: normal;
}

.MegaStreetLed__left {
	width: 50%;
	bottom: 150px;
    position: absolute;
	padding-left: 30px;
}


.MegaStreetLed__frame img, .MegaStreetLed__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.MegaStreetLed__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.MegaStreetLed__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}


.megaled__inner h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
}

.megaled__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}

.megaled__left {
	width: 50%;
	position: relative;
	bottom: 100px;
	padding-left: 30px;
}

.megaled__right {
	position: relative;
	bottom: 50px;
	display: block;
}

.btn-inner {
	text-align: left;
}


.banner-slider__frame img, .banner-slider__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.megaled__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.megaled__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.MegaStreetLed_thumbnail {
	position: absolute;
    width: 400px;
    right: 80px;
    top: 70%;
    height: 120px;
}

.MegaStreetLed_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.MegaStreetLed_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.MegaStreetLed_thumbnail img {
width: 100px;
height: 100px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}


.swiper_thumbnail {
	position: absolute;
    width: 200px;
    right: 90px;
    top: 77%;
    height: 60px;
}

.swiper_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.swiper_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_thumbnail img {
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}

.swiper-slide-thumb-active img {
	border: 2px solid #f44336;
}

.swiper_FlowerThumbInside .swiper-wrapper {
    height: auto;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    align-items: center;
    top: 10%;
}

.FlowerThumb_logo {
	padding-top: 50px;
	display: block;
}



.swiper_FlowerThumbInside .FlowerThumb_logo img {
	box-shadow: none;
	height: auto;
}

.swiper_FlowerThumbInside .swiper-slide{
	cursor: pointer;
    background: transparent;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    bottom: 10px;
	width: 260px !important;
}
.swiper_FlowerThumbInside .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_FlowerThumbInside img {
	width: 200px;
    height: 150px;
    margin: 10px;
    background: transparent;
    object-fit: cover;
    border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper_FlowerThumbInside .swiper-slide-thumb-active img {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.c-phone__img {
	width: 300px;
}

/* CSS */
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#db7d40 0, #f87f30 100%);
  border-radius: 15px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}

.button-69:hover {
  opacity: .7;
}

.FlowerThumb__frame {
	overflow: hidden;
}

.swiper_FlowerThumbInside {
	width: 20% !important;
}

.FlowerThumbLed-container {
	position: absolute;
	bottom: 100px;
}

.FlowerThumbLed__left {
    width: 50%;
    background: #3333338c;
    padding: 20px;
    border-radius: 15px;
	margin-left: 30px;
}

.FlowerThumbLed__inner h2 {
    font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 40px;
	text-transform: uppercase;
    #text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin: 0;
}

.FlowerThumbLed__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.MegaStreetLed_thumbnail .swiper-wrapper {
    flex-direction: unset;
    height: unset;
    align-items: unset;
}

.MegaStreetLed_thumbnail .swiper-slide {
    cursor: pointer;
    background: transparent;
    justify-content: unset;
    align-items: center;
    width: unset !important;
}

.LedFlower_mobi {
    flex-direction: unset;
}


.mega-chungnhan img {
	border-radius: 15px;
}

.mega-nangluc img {
	border-radius: 15px;
	box-shadow: 0 30px 70px rgb(0 0 0 / 15%);
}

.box-shadow-2 {
	box-shadow: none;
}

.box-image img {
	border-radius: 15px;
}

.box-image {
	padding: 20px;
}

.badge.post-date {
	display: none;
}

.page-inner {
	margin-top: 20px;
}

.page-inner-right {
	margin-top: 20px;
}

.product-small .box-image {
	padding: 0px;
}

.mega-storeslide img {
	border-radius: 15px;
}

.banner-grid .grid-col {
	padding: 10px !important;
}

.banner-grid .banner  {
	border-radius: 15px !important;
}

.banner-bg.fill  {
	border-radius: 15px;
}

.mega-ledcolorbanner .banner-bg.fill {
	border-radius: 0 !important;
}


.page-giaiphap-default .col {
	padding: 0 15px 0px;
}

.page-giaiphap-default .banner-bg.fill {
	border-radius: 0px;
}

.page-giaiphap-default p {
	margin-bottom: 0em !important;
}

.section1 .section-title-container {
	margin-bottom: 0px;
}

.section1 .img-inner {
	border-radius: 0px;
}

.tin-tuc-section .section-title-container {
	margin-bottom: 0px;
}

.flex-row {
	    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.searchform-wrapper #woocommerce-product-search-field-0 {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 41px;
    float: left;
    background: #fff !important;
    color: #222 !important;
    margin-left: 0px;
    border: 1px solid #ccc !important;
}

.searchform-wrapper .flex-row .flex-col .submit-button {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 41px;
    width: 45px;
    background: #f05736 !important;
    border: none;
	cursor: pointer;
}

.search-home .searchform {
	margin-bottom: 0px;
}

.mega-slideblog .col-inner {
	padding: 10px;
}

.section1 .row1 .large-columns-4 {
    padding: 10px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 12px 1px rgba(132,152,208,.07);
}


}






@media (min-width: 1920px) {
/*************** ADD LAPTOP ONLY CSS HERE  ***************/

.mmxh {
	padding-top: 20px;
}

.mxh {
	display: flex;
}

.mxh img {
	width: 32px;
	padding: 5px;
}

.section-content .img-inner {
	border-radius: 15px;
}

.mega-gioithieubanner .banner-bg {
	border-radius: 0px !important;;
}

/******************* *************** *************** Store *************** *************** ***************/
.slider-nav-circle .flickity-viewport {
	border-radius: 0px !important;
}
/******************* *************** *************** Store *************** *************** ***************/
.home-footer {
    padding: 20px 10px;
    background: #e4f4ff;
}

.mega-address {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    padding-top: 20px;
}

.mega-address-3 {
    text-align: left;
    font-size: 9px;
    line-height: 1.5;
    padding-top: 20px;
}

.footer-center {
    text-align: center;
}

.home-container 
	{
	max-width: 1450px;
	width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
	}
#megaLinks {
	display: none;
}

#megamobi {
	display: none;
}

.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  transition-delay: 3s;
}

.animeslide-desc {
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}

.fullpage-slider__content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.rd-social__list a img {
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.last_slide {
    overflow-y: auto;
}

.last_slide::-webkit-scrollbar {
  display: none;
}

.g-0, .gx-0 {
    --bs-gutter-x: 0;
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem;
	--bs-gutter-x: 1rem;
}

.order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.footer__logo img {
    height: 60px;
}

.footer__copyright {
    text-align: center;
    padding: 24px 0 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-top: auto;
}

.d-lg-block {
    display: block !important;
}

.footer__bct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.home-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
	padding: 10px;
    line-height: 1.5;
	text-align: center;
}

.home-row {
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.home-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
}

.c-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
    min-height: 100vh;
    align-items: flex-end;
}

.c-section--reverse .c-section__content {
	margin-left: auto;
    padding-right: 0;
	width: 50%;
	position: unset;
}

.c-section__subcontent {
	padding: 100px 50px;
	text-align: left;
}

.c-section__content .c-section__desc {
    width: 100%;
}

.c-section--reverse .c-section__img {
    left: 0;
}

.c-section--right .c-section__img {
    right: 0;
}

.c-section--right .c-section__content {
    margin-right: auto;
    padding-right: 0;
    width: 50%;
	position: unset;
}

.c-section__img {
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%;
}


.header {
    background-color: #fff;
    position: relative;
    z-index: 100;
}

.header__inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header__logo, .navbar__logo {
    margin: 20px;
}

.header__logo img, .navbar__logo img {
    height: 50px;
}

.header__elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__elements a {
	padding: 0 20px;
    text-decoration: none;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    font-family: Montserrat;
}

.header__elements a:hover {
	color: #f05736;
}

.megaHome {
      position: relative;
      height: 100%;
	  background: #eee;
      font-size: 14px;
      color: #000;
      
      
    }

.MegaStreetLed__inner h2, .c-section__title h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
}

.c-section__subcontent h2 {
	font-family: UTMAvoBold;
	font-size: 40px;
	text-transform: uppercase;
	color: #333;
}

.c-section__desc {
	font-size: 20px;
    line-height: 1.5;
    font-weight: normal;
	color: #333;
}


.MegaStreetLed__inner h3 {
	color: #FFF;
	text-align: left;
	line-height: 1.5;
    font-weight: normal;
}

.MegaStreetLed__left {
	width: 50%;
	bottom: 150px;
    position: absolute;
}


.MegaStreetLed__frame img, .MegaStreetLed__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.MegaStreetLed__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.MegaStreetLed__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.MegaStreetLed_thumbnail .swiper-wrapper {
    flex-direction: unset;
    height: unset;
    align-items: unset;
}

.megaled__inner h2 {
	font-family: UTMAvoBold;
	color: #FFF;
	text-align: left;
	font-size: 40px;
	text-transform: uppercase;
}

.megaled__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	font-weight: 300;
}

.megaled__left {
	width: 50%;
	position: relative;
	bottom: 100px;
}

.megaled__right {
	position: relative;
	bottom: 100px;
	display: block;
}

.btn-inner {
	text-align: left;
}


.banner-slider__frame img, .banner-slider__frame picture {
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.megaled__inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 100%;
padding: 60px 0;
}


.megaled__inner {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
	top: 0;
	left: 0;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.MegaStreetLed_thumbnail {
	position: absolute;
    width: 400px;
    right: 285px;
    top: 80%;
    height: 120px;
}

.MegaStreetLed_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.MegaStreetLed_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.MegaStreetLed_thumbnail img {
width: 100px;
height: 100px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}


.swiper_thumbnail {
	position: absolute;
    width: 200px;
    right: 285px;
    top: 77%;
    height: 60px;
}

.swiper_thumbnail .swiper-slide{
	cursor: pointer;
	background: transparent;
}
.swiper_thumbnail .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_thumbnail img {
width: 50px;
height: 50px;
padding: 0px;
border-radius: 50%;
background: transparent;
object-fit: cover;
border: 2px solid #FFF;
}

.swiper-slide-thumb-active img {
	border: 2px solid #f44336;
}

.swiper_FlowerThumbInside .swiper-wrapper {
    height: auto;
    bottom: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    float: left;
    align-items: center;
    top: 20%;
}

.FlowerThumb_logo {
	padding-top: 50px;
	display: block;
}



.swiper_FlowerThumbInside .FlowerThumb_logo img {
	box-shadow: none;
	height: auto;
}

.swiper_FlowerThumbInside .swiper-slide{
	cursor: pointer;
    background: transparent;
    position: relative;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    bottom: 10px;
	width: 320px !important;
}
.swiper_FlowerThumbInside .swiper-slide-thumb-active{
	outline-offset: -2px;
}
.swiper_FlowerThumbInside img {
	width: 250px;
    height: 150px;
    margin: 10px;
    background: transparent;
    object-fit: cover;
    border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.swiper_FlowerThumbInside .swiper-slide-thumb-active img {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.c-phone__img {
	width: 300px;
}

/* CSS */
.button-69 {
  background-color: initial;
  background-image: linear-gradient(#db7d40 0, #f87f30 100%);
  border-radius: 15px;
  border-style: none;
  box-shadow: rgba(245, 244, 247, .25) 0 1px 1px inset;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 60px;
  margin-left: -4px;
  outline: 0;
  text-align: center;
  transition: all .3s cubic-bezier(.05, .03, .35, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: bottom;
  width: 190px;
}

.button-69:hover {
  opacity: .7;
}

.FlowerThumb__frame {
	overflow: hidden;
}

.swiper_FlowerThumbInside {
	width: 20% !important;
}

.FlowerThumbLed-container {
	position: absolute;
	bottom: 100px;
}

.FlowerThumbLed__left {
    width: 50%;
    background: #3333338c;
    padding: 20px;
    border-radius: 15px;
	margin-left: 0px;
}

.FlowerThumbLed__inner h2 {
    font-family: UTMAvoBold;
    color: #FFF;
    text-align: left;
    font-size: 40px;
	text-transform: uppercase;
    #text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    margin: 0;
}

.FlowerThumbLed__inner h3 {
	color: #FFF;
	text-align: left;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
}

.MegaStreetLed_thumbnail .swiper-slide {
    cursor: pointer;
    background: transparent;
    justify-content: unset;
    align-items: center;
    width: unset !important;
}

.LedFlower_mobi {
    flex-direction: unset;
}

.mega-chungnhan img {
	border-radius: 15px;
}

.mega-nangluc img {
	border-radius: 15px;
	box-shadow: 0 30px 70px rgb(0 0 0 / 15%);
}

.box-shadow-2 {
	box-shadow: none;
}

.box-image img {
	border-radius: 15px;
}

.box-image {
	padding: 20px;
}

.badge.post-date {
	display: none;
}

.page-inner {
	margin-top: 20px;
}

.page-inner-right {
	margin-top: 20px;
}

.product-small .box-image {
	padding: 0px;
}

.mega-storeslide img {
	border-radius: 15px;
}

.banner-grid .grid-col {
	padding: 10px !important;
}

.banner-grid .banner  {
	border-radius: 15px !important;
}

.banner-bg.fill  {
	border-radius: 15px;
}

.mega-ledcolorbanner .banner-bg.fill {
	border-radius: 0 !important;
}

.page-giaiphap-default .col {
	padding: 0 15px 0px;
}

.page-giaiphap-default .banner-bg.fill {
	border-radius: 0px;
}

.page-giaiphap-default p {
	margin-bottom: 0em !important;
}

.section1 .section-title-container {
	margin-bottom: 0px;
}

.section1 .img-inner {
	border-radius: 0px;
}

.tin-tuc-section .section-title-container {
	margin-bottom: 0px;
}

.flex-row {
	    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.searchform-wrapper #woocommerce-product-search-field-0 {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 41px;
    float: left;
    background: #fff !important;
    color: #222 !important;
    margin-left: 0px;
    border: 1px solid #ccc !important;
}

.searchform-wrapper .flex-row .flex-col .submit-button {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 41px;
    width: 45px;
    background: #f05736 !important;
    border: none;
	cursor: pointer;
}

.search-home .searchform {
	margin-bottom: 0px;
}

.mega-slideblog .col-inner {
	padding: 10px;
}

.section1 .row1 .large-columns-4 {
    padding: 10px;
    background: #fff;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 1px 12px 1px rgba(132,152,208,.07);
}

.mega-pro-cat {
	background: #FFF;
	margin: 0px !important;
}

.featured-title .page-title-inner {
	padding: 120px;
}

}




