@charset "UTF-8";
.flickity-prev-next-button {
  margin-top: 0px !important;
}

.flickity-button-icon {
  background: transparent !important;
  border-radius: 100% !important;
  color: white;
}
.flickity-button-icon:hover {
  background: #f07628 !important;
  color: white !important;
  opacity: 1 !important;
}

.post-title:hover {
  color: #f07628 !important;
}

/*.header-nav-main.nav-pills > li > a:hover {
	color: #f07628 !important;
}*/
.logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*.header {
	&-nav-main {
		> li {
			line-height: 3;
			margin: 0px !important;

			&:hover {
				> a {
					color: #f07628 !important;
					padding: 5px 5px;
					border-radius: 6px;
					background: white !important;
					border: 1px solid #3f74f0;
				}

			}

			> a {
				font-weight: normal !important;
				padding: 5px 5px !important;

				&:hover {
					color: #f07628 !important;
				}

			}

			&.menu-item-has-block {
				.sub-menu {
					opacity: 0;
				}

			}

			&.menu-item-has-block.current-dropdown {
				position: unset !important;

				.sub-menu {
					opacity: 1;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

			}

			div.sub-menu {
				top: 50px !important;
				left: 0px !important;

				.row-full-width {
					max-width: 80% !important;
				}

			}

			&.active {
				a {
					color: black !important;
				}

				&:hover {
					a {
						color: black !important;
					}

				}

			}

			a, span {
				@media(max-width:1200px) {
					font-size: 12px;
				}

			}

			@media(min-width:1200px) {
				margin-right: 0px !important;
			}

		}

		> li {
			ul {
				padding: 0px !important;
				background-color: white;

				li {
					&:hover {
						background: #f07628;

						a {
							color: white !important;
							background: #f07628;
						}

					}

				}

				a {
					color: #4076f1 !important;
					margin: 0px !important;
					padding: 10px 10px !important;

					&:hover {
						color: white !important;
					}

				}

			}

			&:after, &:before {
				display: none;
			}

			> a {
			}

		}

		.sub-menu {
			border: unset !important;
			top: 50px;
			display: flex;
			flex-direction: column;

			a {
				font-size: 15px;
				font-weight: normal !important;
				text-transform: uppercase;

				&:hover {
					font-weight: bold !important;
				}

			}

			.sub-menu {
				position: absolute;
				left: 260px;
				top: 0;
				min-width: 260px;
				opacity: 0;

				li a {
					padding: 9px 10px !important;
				}

			}

			li {
				min-width: 260px !important;

				.sub-menu {
					opacity: 0;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

				a {
					color: black;

					&:hover {
						color: white !important;
					}

				}

			}

		}

	}	

	&-bottom-nav {
		> li {
			line-height: 3;

			img {
				padding-right: 0px !important;
			}

			a, span {
				@media(max-width:1200px) {
					font-size: 12px;
				}

			}

			@media(min-width:1200px) {
				margin-right: 0px !important;
			}

		}

		.sub-menu {
			border: unset !important;
			top: 50px;
			display: flex;
			flex-direction: column;

			a {
				font-size: 15px;
				font-weight: normal !important;
			}

			.sub-menu {
				position: absolute;
				left: 260px;
				top: 0;
				min-width: 260px;
				opacity: 0;

				li a {
					padding: 9px 10px !important;
				}

			}

			li {
				min-width: 260px !important;

				.sub-menu {
					opacity: 0;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

				a {
					color: black;

					&:hover {
						color: white !important;
					}

				}

			}

		}

	}
}*/
.header-bottom-nav > li, .header-nav-main > li {
  line-height: 3.5;
  margin: 0px !important;
}
.header-bottom-nav > li::after, .header-bottom-nav > li::before, .header-nav-main > li::after, .header-nav-main > li::before {
  display: none;
}
.header-bottom-nav > li > a, .header-nav-main > li > a {
  font-weight: bold !important;
}
.header-bottom-nav > li a, .header-nav-main > li a {
  padding: 10px 7px !important;
}
.header-bottom-nav ul.sub-menu, .header-nav-main ul.sub-menu {
  padding: 0px;
  min-width: 301px;
  border: unset !important;
}
.header-bottom-nav ul.sub-menu li a, .header-nav-main ul.sub-menu li a {
  color: #3f72f1;
  font-size: 12.8px;
  padding: 10px 10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.header-bottom-nav ul.sub-menu li a:hover, .header-nav-main ul.sub-menu li a:hover {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav ul.sub-menu li:hover a, .header-nav-main ul.sub-menu li:hover a {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav div.sub-menu, .header-nav-main div.sub-menu {
  padding: 0px;
  border: unset !important;
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  top: 60px !important;
}
.header-bottom-nav div.sub-menu .row-full-width, .header-nav-main div.sub-menu .row-full-width {
  max-width: 1000px !important;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.header-bottom-nav div.sub-menu .row-full-width.custummenu, .header-nav-main div.sub-menu .row-full-width.custummenu {
  max-width: 1250px !important;
}
@media (min-width: 1300px) {
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__1, .header-nav-main div.sub-menu .row-full-width .custummenu__1 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__2, .header-nav-main div.sub-menu .row-full-width .custummenu__2 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__3, .header-nav-main div.sub-menu .row-full-width .custummenu__3 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__4, .header-nav-main div.sub-menu .row-full-width .custummenu__4 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
}
.header-bottom-nav div.sub-menu .row-full-width .col, .header-nav-main div.sub-menu .row-full-width .col {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-bottom-nav div.sub-menu .menu-item, .header-nav-main div.sub-menu .menu-item {
  line-height: 1.5;
}
.header-bottom-nav div.sub-menu .ux-menu-link a, .header-nav-main div.sub-menu .ux-menu-link a {
  color: #3f72f1;
  padding: 10px 15px !important;
  font-size: 12.8px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-bottom-style: unset !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.header-bottom-nav div.sub-menu .ux-menu-link a span, .header-nav-main div.sub-menu .ux-menu-link a span {
  font-size: 14px;
}
.header-bottom-nav div.sub-menu .ux-menu-link a:hover, .header-nav-main div.sub-menu .ux-menu-link a:hover {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav div.sub-menu .ux-menu-link:hover a, .header-nav-main div.sub-menu .ux-menu-link:hover a {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}

.hotline {
  margin-right: 10px !important;
}
.hotline i, .hotline span {
  color: white !important;
}
.hotline a {
  font-size: 16px;
  color: white !important;
}
.hotline i {
  margin-right: 5px !important;
}

.tour_du_lich_lien_he a {
  font-size: 16px;
  color: white !important;
}
.tour_du_lich_lien_he i {
  margin-right: 5px;
}

.html_nav_position_text {
  font-size: 30px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #f07628 !important;
}

.mfp-content {
  width: 80% !important;
}
.mfp-content .mobile-sidebar .menu-item {
  padding-left: 0px;
}
.mfp-content .mobile-sidebar .menu-item a {
  color: #f07628;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
}
.mfp-content .mobile-sidebar .sub-menu {
  padding-bottom: 0px !important;
}
.mfp-content .mobile-sidebar i {
  color: #f07628;
  opacity: 1;
}

#mega-menu-title, .header-vertical-menu__opener {
  background-color: #f3a804;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
#mega-menu-title .icon-menu:before, .header-vertical-menu__opener .icon-menu:before {
  font-size: 25px !important;
}

#mega_menu, .mega_menu, .ux-nav-vertical-menu, #menu-vertical-menu {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
          box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  border: unset;
}
#mega_menu > li, .mega_menu > li, .ux-nav-vertical-menu > li, #menu-vertical-menu > li {
  position: unset;
}
#mega_menu > li > a, .mega_menu > li > a, .ux-nav-vertical-menu > li > a, #menu-vertical-menu > li > a {
  color: #323c42;
  border: unset !important;
  padding: 4.8px 0px;
  padding-left: 10px;
  position: relative;
}
#mega_menu > li > a img, .mega_menu > li > a img, .ux-nav-vertical-menu > li > a img, #menu-vertical-menu > li > a img {
  display: none;
  padding-right: 0px;
}
#mega_menu > li > a:before, .mega_menu > li > a:before, .ux-nav-vertical-menu > li > a:before, #menu-vertical-menu > li > a:before {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  display: none;
}
#mega_menu > li > a span, .mega_menu > li > a span, .ux-nav-vertical-menu > li > a span, #menu-vertical-menu > li > a span {
  font-size: 16px;
}
#mega_menu > li:hover a:after, #mega_menu > li a:after, .mega_menu > li:hover a:after, .mega_menu > li a:after, .ux-nav-vertical-menu > li:hover a:after, .ux-nav-vertical-menu > li a:after, #menu-vertical-menu > li:hover a:after, #menu-vertical-menu > li a:after {
  visibility: hidden;
}
#mega_menu > li > .sub-menu, .mega_menu > li > .sub-menu, .ux-nav-vertical-menu > li > .sub-menu, #menu-vertical-menu > li > .sub-menu {
  width: 750px;
  height: 100%;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mega_menu > li > .sub-menu a:after, .mega_menu > li > .sub-menu a:after, .ux-nav-vertical-menu > li > .sub-menu a:after, #menu-vertical-menu > li > .sub-menu a:after {
  display: none;
}
#mega_menu > li > .sub-menu a, #mega_menu > li > .sub-menu li, .mega_menu > li > .sub-menu a, .mega_menu > li > .sub-menu li, .ux-nav-vertical-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu li, #menu-vertical-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu li {
  background: white !important;
}
#mega_menu > li > .sub-menu > li, .mega_menu > li > .sub-menu > li, .ux-nav-vertical-menu > li > .sub-menu > li, #menu-vertical-menu > li > .sub-menu > li {
  width: 33.33333%;
  float: left;
  border-bottom: unset;
}
#mega_menu > li > .sub-menu > li > a, .mega_menu > li > .sub-menu > li > a, .ux-nav-vertical-menu > li > .sub-menu > li > a, #menu-vertical-menu > li > .sub-menu > li > a {
  color: black;
  font-weight: bold;
  border-top: unset !important;
  border-bottom: unset;
}
#mega_menu > li > .sub-menu > li > .sub-menu, .mega_menu > li > .sub-menu > li > .sub-menu, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu, #menu-vertical-menu > li > .sub-menu > li > .sub-menu {
  display: block !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  left: 0;
  top: 39px;
}
#mega_menu > li > .sub-menu > li > .sub-menu li, #mega_menu > li > .sub-menu > li > .sub-menu a, .mega_menu > li > .sub-menu > li > .sub-menu li, .mega_menu > li > .sub-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu li, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu > li > .sub-menu li, #menu-vertical-menu > li > .sub-menu > li > .sub-menu a {
  border-bottom: unset;
  border-top: unset !important;
}
#mega_menu > li > .sub-menu > li > .sub-menu a, .mega_menu > li > .sub-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu > li > .sub-menu a {
  padding: 0px 0px 0px 15px;
  color: black;
}

.menu-image-title svg, .menu-item-object-product_cat svg {
  position: relative;
  top: 6px;
  left: -9px;
}

.menu-item-1442, .menu-item-1443, .menu-item-1444 {
  padding-left: 10px;
}
.menu-item-1442 svg, .menu-item-1443 svg, .menu-item-1444 svg {
  top: 0px;
}

#menu-vertical-menu > li > a .icon-angle-down {
  opacity: 1 !important;
  margin-right: 5px !important;
}

.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
  left: calc(100% + 1px) !important;
  padding-left: 15px;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content {
  height: 100%;
  min-height: 100%;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .tab {
  padding-left: 10px;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .tab a {
  text-transform: initial;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical {
  -webkit-box-shadow: 0 0 20px rgba(32, 57, 105, 0.2);
          box-shadow: 0 0 20px rgba(32, 57, 105, 0.2);
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical li, .header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical a {
  border: unset !important;
}

.listimage .row .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-bottom: 0px;
  padding: 6px 6px;
}
.listimage .row .col .col-inner {
  border-radius: 5px;
  border: 1px solid #d1d5dc;
  padding: 6px 6px;
  height: 100%;
}
.listimage .row .col .img-inner, .listimage .row .col .img, .listimage .row .col .img > a, .listimage .row .col img img {
  width: 100%;
  height: 100%;
}
.listimage .row .col .img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listimage .row .col .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  font-size: 14px;
  margin-top: 0px;
}
.footer__social a .fa, .footer__social a .fab, .footer__social a .fas {
  color: #fff;
}
.footer__social a.tw {
  background: #1da1f2;
}
.footer__social a.fb {
  background: #3b5998;
}
.footer__social a.pi {
  background: #bd081c;
}
.footer__social a.go {
  background: #dd4b39;
}
.footer__social a.yt {
  background: #ff0000;
}
.footer__social a:hover {
  background: #fff;
}
.footer__social a:hover .fa, .footer__social a:hover .fab, .footer__social a:hover .fas {
  color: #ef4339;
}
.footer-2 a, .footer-2 p, .footer-2 span, .footer-2 li {
  color: #000000;
}
.footer-2 p {
  color: #000000 !important;
  margin-top: 10px;
}
.footer-2 .widget-title {
  text-transform: initial;
}
.footer-2 .widget_nav_menu .is-divider {
  display: none;
}
.footer-2 .widget_nav_menu .widget-title {
  color: #000000;
}
.footer-2 .widget_nav_menu .menu {
  padding-top: 25px;
}
.footer-2 .widget_nav_menu .menu li {
  border: unset;
}
.footer-2 .widget_nav_menu .menu li a {
  color: #000000;
  padding-bottom: 0px;
}
.footer-1 {
  padding-top: 60px !important;
  /*margin-top:30px ;*/
}
.footer-1 li {
  margin-left: 0px !important;
}
.footer-1 .widget-title {
  text-transform: initial;
  font-size: 1.5rem;
}
.footer-1 .block_widget {
  text-align: center;
  margin: 0 auto;
}
.footer-1 .block_widget p {
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  .footer-1 .block_widget {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.footer-1 .row {
  padding-top: 15px;
}
.footer-1 form {
  margin-top: 20px !important;
}
.footer-1 form input[type=email] {
  background-color: white !important;
  color: black !important;
}
.footer-1 form input[type=email]::-webkit-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::-moz-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]:-ms-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::-ms-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::placeholder {
  color: #8b8e96;
}
.footer-1 form .wpcf7-submit {
  background-color: #fbd947 !important;
  text-transform: initial;
}
.footer-1 form .flex-row .flex-col:first-child span {
  background: white;
}
.footer-1 form .flex-row .flex-col:last-child {
  margin-left: -3px;
}
.footer-1 form input {
  border-radius: 0px !important;
}

.absolute-footer {
  display: none;
}

.back-to-top {
  background-color: #f07628 !important;
  border: unset !important;
  color: white !important;
}

.blog-archive {
  padding-top: 0px !important;
}
.blog-archive .breadcrumbmain {
  background-color: white;
  width: 100%;
  padding: 15px 10px !important;
  float: left;
  position: relative;
  margin: 1px 0 0px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: unset;
}
.blog-archive .row-large {
  background-color: white;
}
.blog-archive .bannerhomesidebar .box-text {
  background: white;
}
.blog-archive .bannerhomesidebar .post-item {
  margin-bottom: 0px !important;
}
.blog-archive .bannerhomesidebar .vert .simply-scroll-clip {
  width: 98% !important;
}
.blog-archive .rightsidebar__border .post-item {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.blog-archive .post-item {
  padding-bottom: 10px !important;
}
.blog-archive .post-item .post-meta {
  opacity: 1;
  font-size: 15px;
}
.blog-archive .post-item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
  padding-left: 15px;
}
.blog-archive .post-item .button:hover {
  color: white;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
}
.blog-archive .post-item .box-image, .blog-archive .post-item .box-vertical .box-text {
  vertical-align: top !important;
}
.blog-archive .is-divider {
  display: none;
}
.blog-archive .cat-label {
  font-size: 12px;
  color: #000000;
  text-transform: inherit;
  opacity: 1;
}
.blog-archive .post-item {
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.blog-archive .button {
  border: unset !important;
  padding-left: 0px;
  text-transform: inherit;
  color: red;
  font-weight: normal;
  font-size: 14px !important;
  margin-top: 0px !important;
}
.blog-archive .box-image {
  vertical-align: top !important;
  padding-top: 10px;
}
.blog-archive .medium-col-first .badge, .blog-archive .medium-col-first .is-divider {
  display: none;
}

.archive-page-header .col {
  padding: 0px !important;
}

.formsignrow {
  background: #3f74f1d1;
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 8px;
}

.blog-single {
  padding-top: 0px !important;
}
.blog-single .woocommerce-breadcrumb {
  color: white !important;
}
.blog-single .entry-meta {
  font-size: 14px;
}
.blog-single .entry-title {
  color: black;
  font-size: 25px;
}
.blog-single .vert .simply-scroll-clip {
  width: 317px !important;
}
.blog-single .row-large {
  background-color: white;
}
.blog-single .breadcrumbmain {
  background-color: white;
  width: 100%;
  padding: 15px 10px !important;
  float: left;
  position: relative;
  margin: 1px 0 0px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: unset;
}
.blog-single .post-sidebar .widget-area, .blog-single .medium-col-first > article {
  margin-top: 30px;
}
.blog-single .blog-share {
  text-align: left;
}
.blog-single .blog-share .social-icons {
  margin-left: 0px !important;
}
.blog-single .entry-divider, .blog-single .entry-category {
  display: none;
}
.blog-single .entry-header-text {
  padding-bottom: 0px;
}
.blog-single .blog-share .is-divider {
  display: none;
}
.blog-single .blog-share .share-icons i {
  color: white;
}
.blog-single .blog-share .share-icons .button.facebook {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}
.blog-single .blog-share .share-icons .button.twitter {
  background-color: #2478ba !important;
  border-color: #2478ba !important;
}
.blog-single .blog-share .share-icons .button.email {
  background-color: #111 !important;
  border-color: #111 !important;
}
.blog-single .blog-share .share-icons .button.pinterest {
  background-color: #cb2320 !important;
  border-color: #cb2320 !important;
}
.blog-single .blog-share .share-icons .button.linkedin {
  background-color: #0072b7 !important;
  border-color: #0072b7 !important;
}

.relatedpost .related-title {
  background-color: #f07628;
  border: 1px solid #f07628;
  font-size: 16px;
  font-weight: bold;
  color: #fffff8;
  margin-top: 5px;
  display: block;
  float: left;
  clear: left;
  margin-bottom: 20px;
  height: 31px;
  line-height: 31px;
  width: 100%;
  padding-left: 2%;
  border-right: 0;
  border-left: 0;
}

.relatepost .is-divider {
  display: none;
}
.relatepost .post-item, .relatepost .box-text {
  padding-bottom: 0px !important;
}
.relatepost h5 {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 15px !important;
  text-overflow: ellipsis;
  font-weight: normal;
  padding-bottom: 10px;
  width: 100%;
  color: black;
}

@media (min-width: 1200px) {
  .post-sidebar {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .flatsome_recent_posts {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.post-sidebar .flatsome_recent_posts .mr-half {
  vertical-align: top !important;
  width: 30%;
}
.post-sidebar .flatsome_recent_posts .recent-blog-posts-li {
  padding-right: 5px;
}
.post-sidebar .flatsome_recent_posts .badge-inner, .post-sidebar .flatsome_recent_posts .post-date {
  width: 100%;
  height: 80px;
}
.post-sidebar .flatsome_recent_posts a {
  font-size: 14px;
  color: black;
}
.post-sidebar .flatsome_recent_posts .box-text {
  padding-left: 7px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top !important;
}
.post-sidebar .flatsome_recent_posts .post-item {
  padding-bottom: 10px !important;
}

.archive .category-page-row {
  background-color: white;
  padding-top: 0px;
}
.archive .category-page-row .product-small {
  font-size: 15px !important;
}
@media screen and (min-width: 850px) {
  .archive .category-page-row .large-9 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
.archive .category-page-row .shop-container .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.archive .sidebar-inner .yith-wcan-sort-by {
  display: none !important;
}
.archive .woocommerce-result-count, .archive .widget-title {
  display: none !important;
}
.archive .yith-wcan-list-price-filter {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .archive .yith-wcan-list-price-filter {
    display: none !important;
  }
}
.archive .yith-wcan-list-price-filter li {
  margin-bottom: 0px;
  margin-right: 10px;
}
.archive .yith-wcan-list-price-filter li a {
  color: #ef4339 !important;
  position: relative;
  padding-left: 20px;
}
.archive .yith-wcan-list-price-filter li a::before {
  content: "";
  border-radius: 50%;
  font-size: 18px;
  border: solid 2px #231f20;
  line-height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px !important;
  width: 13px;
  background: #fff;
}
.archive .yith-wcan-list-price-filter li a.active::before {
  border: solid 2px #ef4339;
}
.archive .yith-wcan-list-price-filter li a.active::after {
  content: "";
  color: #ef4339;
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50%;
  background: #ef4339;
  top: 7px;
  left: 3px;
}
.archive .yith-wcan-list-price-filter li a span {
  font-size: 14px;
  font-weight: normal;
  color: #ef4339 !important;
}
.archive .yit-wcan-container {
  padding: 0px 10px !important;
}
.archive .products {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.archive .product__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .archive .product__sorting {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive .product-sorting img {
  width: 100%;
}
.archive .listlogo {
  margin: 20px 0px !important;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 845px) {
  .archive .listlogo {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .archive .listlogo .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.archive .listlogo .col-inner {
  height: 100%;
}
.archive .listlogo .img {
  margin: 0 auto;
}
.archive .listlogo > .col {
  height: 100%;
  padding-bottom: 0px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 1200px) {
  .archive .listlogo > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
}
.archive .listlogo > .col img {
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.archive .shop-page-title {
  background-color: white;
  width: 100%;
  position: relative;
  margin: 1px 0 10px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*		border: 1px solid #ccc;*/
  padding: 5px 10px;
}
.archive .shop-page-title .page-title-inner {
  padding-top: 0px;
  min-height: 30px;
}
.archive .shop-page-title .flex-grow {
  display: block !important;
}
.archive .shop-page-title .flex-col {
  display: none;
}
.archive .shop-page-title .medium-text-center .woocommerce-result-count, .archive .shop-page-title .medium-text-center .orderby {
  display: none !important;
}

.archive .orderby {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  border: unset;
  color: #ef4339 !important;
  display: none;
}
.archive .orderby option {
  color: #ef4339;
}
@media (max-width: 1130px) {
  .archive .orderby {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive .orderby li {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
}
.archive .orderby li {
  float: left;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  font-weight: 400;
}
.archive .orderby li a {
  color: #898989;
  font-size: 14px;
  position: relative;
}
.archive .woocommerce-pagination {
  width: 100%;
}
.archive .woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.archive .woocommerce-pagination .page-numbers span, .archive .woocommerce-pagination .page-numbers a.page-numbers {
  float: left;
  margin: 0 3px;
  width: 36px;
  background: #f3f5f7;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
  border-radius: 100%;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8898aa;
  border: 1px solid #dee2e6;
}
.archive .woocommerce-pagination .page-numbers span {
  background-color: #e85933;
  border: 1px solid #e85933;
  color: white;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.single-product .single_add_to_cart_button {
  min-width: unset !important;
}
.single-product .product-main > .content-row {
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .single-product .product-main > .content-row {
    max-width: 1290px !important;
  }
}
.single-product .product-sidebar-small .icon-box {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product-sidebar-small .icon-box h3 {
  font-size: 15px;
  font-weight: normal;
}
.single-product .product-sidebar-small .block_widget {
  border: 1px solid #e85933;
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
.single-product .product-onsale {
  display: none;
}
.single-product .product-images {
  /*	border: 1px solid #ebebeb;*/
}
.single-product .product .flickity-button {
  opacity: 1;
}
.single-product .product .flickity-button-icon {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
}
.single-product .product .flickity-button-icon:hover {
  background: white;
}
.single-product .product-gallery {
  background: white;
}
.single-product .product-gallery .circle {
  visibility: hidden;
}
.single-product .product-gallery .flickity-slider .is-selected a, .single-product .product-gallery .flickity-slider .is-selected:hover a {
  border-color: #eb3e32;
  border-radius: 5px;
}
.single-product .product-info {
  background: white;
  padding-left: 0px;
}
.single-product .product-info .social-icons, .single-product .product-info .is-divider, .single-product .product-info .breadcrumbmain {
  display: none;
}
.single-product .product-info .price {
  display: none !important;
  margin: 0px 0 10px;
  padding: 10px 0px;
  border-radius: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-product .product-info .price ins {
  margin-right: 10px;
}
.single-product .product-info .price ins span {
  font-size: 25px;
}
.single-product .product-info .price del bdi {
  font-size: 15px;
}
.single-product .product-info .price-on-sale ins bdi {
  color: #eb3e32;
}
.single-product .product-info .single_add_to_cart_button {
  height: 48px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 35px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 1px transparent;
  background: #ff5722 !important;
  min-width: 300px;
}
.single-product .product-info .quantity input[type=number] {
  max-width: 4.5em;
  width: 4.5em;
}
.single-product .product-info .minus, .single-product .product-info .plus {
  color: #000000;
}
.single-product .product-info .product-title {
  height: auto;
  font-size: 18px;
}
.single-product .product-footer .container, .single-product .product-footer .woocommerce-tabs {
  max-width: 100%;
}
.single-product .product-footer .woocommerce-tabs {
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  border-top: unset !important;
}
.single-product .product-footer .tabs .active a {
  color: white;
  font-size: 15px !important;
  background: #3779bc;
  padding: 10px 15px;
}
.single-product .product-footer .tabs .active a:before {
  display: none;
}
.single-product .product-footer .tab-panels {
  padding: 15px 15px;
}
.single-product .product__data {
  margin-top: 20px;
}
.single-product .product__data li {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 15px;
}
.single-product .product__data li i {
  left: 155px;
  right: auto;
}
.single-product .related {
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  border-top: unset;
}
.single-product .related .product-section-title {
  font-size: 18px;
  background: #fff;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}
.single-product .related .product-section-title {
  width: 100%;
  border-bottom: unset;
  clear: left;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #174279;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
  text-transform: capitalize;
  line-height: 31px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  margin: 10px 0 0;
  padding: 0 0.5%;
  margin-bottom: 20px;
}
.single-product .related .product__data {
  display: none;
}
.single-product .related .row {
  max-width: 100%;
  padding: 10px 0px !important;
  margin: 0px !important;
}
.single-product .related .slider {
  border-top: 1px solid #eee;
  padding: 15px 15px;
}
.single-product .related .flickity-button {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.single-product .related .flickity-button:hover {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#product-sidebar {
  padding-left: 15px;
  padding-bottom: 0px;
}
#product-sidebar .next-prev-thumbs {
  display: none;
}
#product-sidebar .block_widget {
  background: white;
  padding: 0px 15px;
  margin-bottom: 0px;
  height: 100%;
}

.thongso_sanpham {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.thongso_sanpham h3 {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.title_thongso_kythuat {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.thongso_sanpham .alert-info {
  padding: 0;
  background: 0 0;
  border: 0;
}

.thongso_sanpham p strong {
  display: block !important;
  line-height: 1.3em;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.thongso_sanpham ul {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.thongso_sanpham ul li {
  line-height: 1.5;
  padding: 10px;
  margin-left: 0px !important;
  display: block;
  background: #f4f4f4;
  padding: 10px;
  font-size: 14px;
  color: #333;
}

.thongso_sanpham ul li strong {
  color: #333;
  font-weight: normal;
}

.thongso_sanpham ul li a {
  color: #288ad6;
}

.thongso_sanpham ul li:nth-child(2n) {
  background: #fff;
}

.product-cat, .product .star-rating, .product .out-of-stock-label, .product .compare, .product .quick-view {
  display: none;
}
@media (min-width: 1200px) {
  .product-gallery {
    max-width: 36% !important;
    -ms-flex-preferred-size: 36% !important;
        flex-basis: 36% !important;
  }
}
.product__contactform {
  background: #f8f8f9;
  border: 1px solid #d3d3d4;
  margin-top: 15px !important;
  margin-left: 0px !important;
  margin-right: -10px;
  padding: 15px;
}
.product__contactform .col {
  padding-top: 30px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #fe0000), color-stop(101.28%, #ff8a00));
  background: linear-gradient(90deg, #fe0000 6.84%, #ff8a00 101.28%);
}
.product__contactform .flex-grow {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product__contactform .wpcf7-text {
  border-radius: 5px !important;
  height: 35px;
  background-color: white !important;
}
.product__contactform .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__contactform .wpcf7-submit {
  position: absolute;
  right: 4px;
  top: -1px;
  margin-right: 0px;
  font-size: 14px;
  text-transform: inherit;
  background: #f3a804 !important;
  border-radius: 5px !important;
}
.product__twophone {
  padding-left: 10px !important;
}
.product__twophone .col {
  padding-bottom: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.product__twophone .col h4 {
  margin-bottom: 0px !important;
}
.product__twophone .col p {
  margin-bottom: 0px !important;
}
.product__twophone .col p a {
  color: red;
}
.product__twophone .col-inner {
  border-radius: 5px;
  border: 1px solid red;
}
.product__icontitle {
  padding-top: 15px;
}
.product__icontitle h3 {
  position: relative;
  color: white;
  font-size: 14px;
  z-index: 9;
  padding-left: 10px;
  padding-right: 9px;
}
.product__icontitle h3:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(3.15%, #F8B200), color-stop(91.54%, #FF8A00));
  background-image: linear-gradient(270deg, #F8B200 3.15%, #FF8A00 91.54%);
}
.product__iconone .col {
  padding: 5px 5px;
}
.product__iconone .col p {
  font-size: 12px;
  margin-bottom: 0px;
}
.product__iconone .icon-box-img {
  margin-bottom: 0px;
}
.product__iconone .col-inner {
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 100%;
}
.product__icontwo {
  max-height: 250px;
  overflow: hidden;
}
.product__icontwo .col {
  padding-bottom: 0px;
}
.product__icontwo h4 {
  font-size: 15px;
}
.product__icontwo p {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-info {
  border-right: unset !important;
}
.product-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-title a {
  color: #323c42;
}
@media (max-width: 768px) {
  .product-title {
    height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
  }
}
.product__categories h5 {
  text-transform: inherit;
  font-size: 14px;
  font-weight: normal;
}
.product__categoriestitle {
  background-color: white;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.product__categoriestitle h2 {
  margin-bottom: 0px;
}
.product .col-inner {
  height: 100%;
}
.product .image-tools {
  padding-top: 0px;
  padding-right: 0px;
}
.product-small .product-small {
  border: unset;
}
.product-small .box-text {
  padding-bottom: 0px;
}
.product-small .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.product-small .price bdi {
  color: #f3283d;
}
.product-small .price del .amount {
  opacity: 1;
}
.product-small .price ins bdi {
  line-height: 23px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 2px;
  padding-right: 30px;
}
.product-small .price del bdi {
  font-size: 13px;
  color: #9e9e9e;
}
.product-onsale {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 8px;
  line-height: 40px;
  background: #f68122;
  z-index: 10;
  border-radius: 22px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  border: 2px solid #fff;
}

.news .is-divider {
  display: none;
}
.news__iconbox .row > .col {
  padding-bottom: 10px;
}
.news__iconbox .row .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
}
.news__iconbox .row .icon-box h3, .news__iconbox .row .icon-box p {
  margin-bottom: 0px;
}
.news__iconbox .row > .col:nth-child(1) .icon-box {
  background: #ff4900;
}
.news__iconbox .row > .col:nth-child(2) .icon-box {
  background: #0076ff;
}
.news__iconbox .row > .col:nth-child(3) .icon-box {
  background: #66bd41;
}
.news__slider h2 {
  color: #ef4339;
}
.news__slider .box-text {
  vertical-align: top !important;
  padding-top: 0px;
}
.news__slider > .col-inner {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 10px 15px;
}
.news__slider .button {
  font-weight: normal;
  text-transform: inherit;
}
.news__slider .flickity-page-dots {
  width: 100%;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.news__slider .flickity-page-dots .dot.is-selected {
  background-color: #ef4339;
}

.listproduct h2 span {
  border-bottom: unset;
}
.listproduct .ux-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.listproduct .ux-menu-link {
  font-size: 14px;
  color: #231f20;
  padding: 0px 10px;
}
.listproduct .featured-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #FE0000), color-stop(101.28%, #FF8A00));
  background-image: linear-gradient(90deg, #FE0000 6.84%, #FF8A00 101.28%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listproduct .featured-box h2 {
  color: white;
}
.listproduct--cowndown {
  padding-top: 60px !important;
}
.listproduct--cowndown h2 {
  border-bottom: unset;
  margin-bottom: 0px;
  color: white;
}
.listproduct--cowndown .listproduct__rowcountdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listproduct--cowndown .listproduct__rowcountdown .icon-box-img, .listproduct--cowndown .listproduct__rowcountdown .icon-box-text {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-bottom: 0;
  max-width: unset;
}
.listproduct--cowndown .featured-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
  background-image: none;
}
.listproduct--cowndown .featured-box .icon-box-img {
  background: #f3a804;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -31px;
  border-radius: 99999px;
}
.listproduct--cowndown .featured-box .icon-box-text {
  background: #f3a804;
  border-radius: 9999px;
  padding: 6px 10px;
  padding-left: 35px !important;
}
.listproduct--cowndown .row {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #FE0000), color-stop(101.28%, #FF8A00));
  background-image: linear-gradient(90deg, #FE0000 6.84%, #FF8A00 101.28%);
  border: unset !important;
}
.listproduct--cowndown .slider {
  padding: 0px 10px !important;
}
.listproduct--cowndown .flickity-viewport {
  background-color: white;
  margin-top: 15px;
}
.listproduct--cowndown .ux-timer {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 845px) {
  .listproduct--cowndown .ux-timer {
    width: 25%;
    height: 30px;
  }
}
.listproduct--cowndown .ux-timer span {
  font-size: 100%;
  font-size: 14px !important;
  border-radius: 3px !important;
  height: 1.2rem;
  line-height: 30px !important;
  color: #ef4339;
}
.listproduct--cowndown .ux-timer strong {
  display: none;
}
.listproduct--cowndown .listproduct__rowcountdown > .col {
  padding-bottom: 0px;
}
.listproduct .row {
  /*    max-width: 1240px;*/
}
.listproduct .flickity-button {
  opacity: 1;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.listproduct .flickity-button svg {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
  border: 2px solid white !important;
}
.listproduct .flickity-button:hover {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.listproduct__left .row {
  margin-top: 15px !important;
}
.listproduct__item {
  background-color: white;
  padding: 0px 0px 10px 0px;
}
.listproduct__item .row, .listproduct__item .flickity-slider {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.listproduct__item .row > .product-small, .listproduct__item .flickity-slider > .product-small {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  /*  height: 315px;*/
}
.listproduct__vertical > .col {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.listproduct__cate {
  background: #f0f0f2;
  padding-bottom: 0px;
  padding: 0px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #ee2700;
  padding: 0px;
}
.listproduct__cate .ux-menu-link__link {
  background: white;
  font-size: 16px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.listproduct__cate .col {
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 845px) {
  .listproduct__cates {
    padding-left: 0px !important;
  }
}

.form-submit #submit {
  background: #f07628 !important;
}

.breadcrumbmain {
  font-size: 14px;
}
.breadcrumbmain a, .breadcrumbmain .breadcrumbs {
  color: #f07628 !important;
  font-weight: bold !important;
}
.breadcrumbmain .woocommerce-breadcrumb a {
  color: #999;
}
.breadcrumbmain .woocommerce-breadcrumb {
  color: #ef4339;
  font-weight: normal;
}

.bannerhome {
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .bannerhome .section-content > .row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.bannerhome__right .box-image {
  display: none !important;
}
.bannerhome__right .box-text {
  border-bottom: 1px solid #ddd;
}

.bannerhome .flickity-button {
  opacity: 1;
}

.listcategory h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-bottom: 2px solid #eb3e32;
}
.listcategory h2 .section-title-main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #eb3e32;
  text-transform: initial;
}
.listcategory .flickity-button {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  opacity: 1;
  background-color: transparent !important;
}
.listcategory .col {
  padding-bottom: 0px;
}
.listcategory .is-divider {
  display: none;
}

.page .page-wrapper {
  padding-top: 0px;
}
.page .breadcrumbmain {
  padding: 15px 15px;
  background-color: #eee;
}

.contact {
  background-color: white;
  padding-top: 30px;
}
.contact__text i {
  color: #ef4339;
  margin-right: 5px;
}
.contact__form .large-6 {
  padding: 0px 15px;
}
.contact__form input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #ef4339 !important;
  color: white !important;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: initial;
}

.filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-checkbox li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.product__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.product__data ul li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 0px !important;
  position: relative;
  font-size: 13px;
  color: black !important;
}
.product__data ul li:nth-child(2) {
  color: red !important;
  font-weight: bold;
}
.product__data ul li b {
  color: black;
}
.product__data ul li img {
  margin: -8px 5px 0px 5px;
}
.product__data ul li i {
  position: absolute;
  line-height: 15px;
  top: -4px;
  right: 31px;
  text-decoration: line-through;
  font-style: normal;
  color: black;
  font-size: 10px;
}

.product__excerpt {
  height: 97px;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}

.page-numbers {
  margin-top: 20px;
}
.page-numbers span {
  background-color: #f07628 !important;
  border: 1px solid #f07628 !important;
}
.page-numbers span, .page-numbers a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-small .price {
  display: none !important;
}

.listproduct .section-title-normal {
  clear: left;
  padding: 0 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #f07628;
  margin: 0;
  text-transform: capitalize;
  line-height: 30px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-top: 0;
  width: 100%;
  height: 30px;
}
.listproduct .section-title-normal span {
  border-bottom: unset !important;
}

.product-small {
  padding: 10px 10px;
  -webkit-box-shadow: 3px 3px 5px 0px #e7e7e7;
          box-shadow: 3px 3px 5px 0px #e7e7e7;
  border: 1px solid #ccc;
}
.product-small .box-image, .product-small .box-text {
  vertical-align: top !important;
  padding-top: 0px !important;
}
.product-small .product-small {
  padding: 0px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
.product-small .box-image {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.product-small .product-title a {
  float: left;
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 15px;
  color: #f07628;
}

.rightsidebar .stitle {
  clear: left;
  display: block;
  font-weight: bold;
  background: #f07628;
  text-align: center;
  margin: 0;
  line-height: 30px;
  border-left: 3px solid #f07628;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-top: 0;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.rightsidebar .post-item {
  padding-bottom: 0px;
}
.rightsidebar .post-item .is-divider {
  display: none;
}
.rightsidebar .stitle a {
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightsidebar .stitle a:hover {
  color: white;
}
.rightsidebar .stitle:hover a {
  color: white;
}
.rightsidebar__border .col-inner {
  border: 1px solid #ccc;
  padding: 10px 10px;
}
.rightsidebar__border .col-inner .col-inner {
  padding: 0px;
  border: unset;
}

.news h2 {
  border-bottom: 2px solid red;
  font-size: 14px;
  color: #f07628;
}
.news h2 a {
  color: #f07628;
}
.news .post-title {
  max-height: 35px;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 13px;
  margin: 0px 0 0;
  color: #006fc0;
}
.news .post-item .col-inner {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-width: 1px;
  border-style: solid;
  height: 100%;
  border-color: #dbdbdb #dbdbdb #bbbbbb #dbdbdb;
}
.news .box-text {
  padding: 10px 10px;
}

.listzalo {
  padding: 0px !important;
}
.listzalo .row {
  max-width: 800px;
  padding: 5px 5px;
}
.listzalo .row .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listzalo p {
  margin-bottom: 0px !important;
}
.listzalo .col {
  padding-bottom: 0px !important;
  padding: 0px !important;
}

.ux-menu-icon{
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
.sub-row {
    background: #18469e;
}
.sub-menu-2 ul > li {
    float: left;
    list-style: none;

		margin-bottom: 18px
}

.sub-row-1 p{margin-bottom: 0px}
/*----menu so ngang-------*/
.section_01 .menu > li{
  position: relative;
  padding: 4px 0;
}
ul#menu-menu-widget>li.has-child:hover >ul.sub-menu {display:block}
ul#menu-menu-widget ul.sub-menu{display: none;
    position: absolute;
    width: 100%; left:96%;
    min-height: 180px;
    top: 0;
z-index: 999;
padding: 10px;
   background-image: linear-gradient(-90deg, #18469e,#18469e);
}
ul#menu-menu-widget ul.sub-menu li{
  border-bottom: 1px solid #b26383 !important;
  border-top: none !important;  
  padding: 2px 0;
}
ul#menu-menu-widget button.toggle{    transform: rotate(-90deg);}


ul#menu-menu-widget ul ul, ul#menu-menu-widget .toggle {
    display: none;
    position: absolute;
    width: 100%;
    left: 99%;
    min-height: 180px;
    z-index: 999;
    border: 1px solid #cc0000 !important;
       background-image: linear-gradient(-90deg, #18469e,#18469e);
}
.menu-menu-widget-container ul.sub-menu li>a{color: #fff; line-height: 30px; }
/*----menu so ngang-------*/
.nav-divided>li+li>a:after{}
.tithead h2 {
    text-transform: uppercase;
    color: #18469e;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 2px solid #18469e;
    padding-bottom: 3px;
}
.tithead h3 {
    text-transform: uppercase;
    color: #18469e;
    font-size: 21px;
    line-height: 14px;
    text-align: center;
    margin-bottom:0px;
}
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
}


.vert .simply-scroll-clip {
    width: 296px;
}
#fixed-social .list-social .item .wrapper {
    padding: 0px 10px;
    border-radius: 5px;
    background-color: #6690f5;
}
.archive-page-header .page-title ,#phonering-alo-phoneIcon,.icon-phone .icon
{
display: none;	
}

.icon-phone .ab,.contact-icons-right
{
display: none !important;	
}
.icon-phone:hover .ab
{
display: block !important;	
}
/* .header-main .container 
{
    max-width: 100%;	
} */


.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text a:not(.button) {
font-size: 14px;
}

#fixed-social .list-social .item .wrapper {
    display: flex;
    align-items: center;
}


.footer-1 {
padding-bottom: 50px;
}

.logo-left .hide-for-medium.flex-left {

    padding-right: 0px;
}

.icon-cps-xweb-menu {
    width: 50px;
    height: 50px;
	 cursor: pointer;	
    margin: 0 !important;
    background-size: 200px;
    background-position: -155px 0;
    display: inline-block;
    vertical-align: middle;
    background-image: url(https://webqtm.net/wp-content/uploads/2022/10/img-nut-lien-he-xweb.png)!important;
    background-repeat: no-repeat;
}

.togglea.active label
{
width: 60px;
height: 60px;
right: 10px;
bottom: 10px;
}
.togglea 
{
    cursor: pointer;	
}

.togglea 
{
width: 20px;
height: 20px;
background-size: 100px;
background-position: -79px -29px;
}



.menusocial {
transform: scale(0);
position: fixed;
    right: 0px;
    bottom: 10px;
    z-index: 1000;
}
.menusocial.block {
transform: scale(1);
}








 .xweb-wrapper {
    width: 300px;
    height: 220px;
    position: fixed;
    bottom: 15px;
    right: 18px;
    transform-origin: bottom right;
    transition: all .3s ease;
    z-index: 99999;
}
 .xweb-checkbox {
     display: none !important;
}
.togglea .xweb {
     width: 40px;
     max-width: unset;
     height: 40px;
     display: flex !important;
     justify-content: center;
     align-items: center;
     margin: 0;
     border-radius: 50%;
     background: #4F5FCD;
     box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
     position: fixed;
    right: 20px;
    bottom: 30px;
     z-index: 1000;
     overflow: hidden;
     transform: rotate( 0deg );
     -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
     transition: all .15s cubic-bezier(.15,.87,.45,1.23);
}
 .xweb-checkbox:checked~.xweb {
     -webkit-transition: all .15s cubic-bezier(.15,.87,.45,1.23);
     transition: all .15s cubic-bezier(.15,.87,.45,1.23);
     width: 30px;
     height: 30px;
     right: 26px;
     bottom: 35px;
}
 [class*=icon-cps-] {
     display: inline-block;
     vertical-align: middle;
     background-image: url(https://webqtm.net/wp-content/uploads/2022/10/img-nut-lien-he-xweb.png )!important;
     background-repeat: no-repeat;
     background-size: 148px;
}
.togglea.active .icon-cps-xweb-menu {
     width: 50px;
     height: 50px;
     margin: 0 !important;
     background-size: 200px;
     background-position: -155px 0;
}

.togglea .icon-cps-xweb-menu
{
	background-position:-112px -31px;
}
 .xweb-checkbox:checked~.xweb .icon-cps-xweb-menu {
     width: 20px;
     height: 20px;
     margin: 0;
     background-size: 100px;
     background-position: -112px -32px;
}



 .xweb-wheel {
     width: 300px;
     height: 220px;
     position: fixed;
     bottom: 15px;
     right: 18px;   
     transform-origin: bottom right;
     transition: all .3s ease;
     z-index: 12;
}
 .xweb-checkbox:checked~.xweb-wheel {
     transform: scale(1);
}
 .xweb-wheel .xweb-action {
     display: flex;
     align-items: center;
     font-size: 14px;
     font-weight: 700;
     color: #fff;
     position: absolute;
     text-decoration: none;
}
 .xweb-wheel .xweb-action:hover {
     transform: scale(1.1);
}
 .xweb-wheel .xweb-action-1 {
     top: -50px;
     right: 0;
}
 .xweb-button {
     width: 45px;
     height: 45px;
     display: flex;
     justify-content: center;
     align-items: center;
     float: left;
     padding: 4px;
     border-radius: 50%;
     background: #0f1941;
     box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
     font-size: 24px;
     color: White;
     transition: all 1s ease;
     overflow: hidden;
}
 .icon-cps-local {
     width: 30px;
     height: 30px;
     background-position: -5px -43px;
}
 .icon-cps-mail {
     width: 30px;
     height: 30px;
     background-position: -8px -5px;
}
 .icon-cps-facebook {
     width: 30px;
     height: 30px;
     background-position: -80px -43px;
}
 .xweb-wheel .xweb-button-1 {
     background: #0f9d58;
}
 .xweb-wheel .xweb-action-2 {
     top: 5px;
     right: 0;
}
 .xweb-wheel .xweb-button-2 {
     background: #fb0;
}
 .icon-cps-phone {
     width: 30px;
     height: 30px;
     background-position: -42px -45px;
}
 .xweb-wheel .xweb-action-3 {
     right: 0;
     bottom: 115px;
     cursor: pointer;
}
 .xweb-wheel .xweb-button-3 {
     background: #006AFF;
}
 .xweb-wheel .xweb-action-4 {
     right: 0;
     bottom: 60px;
}
 .xweb-wheel .xweb-button-4 {
     background: #2f82fc;
}
 .icon-cps-chat-zalo {
     width: 30px;
     height: 30px;
     background-position: -47px -5px;
     background-size: 155px;
}	


@charset "UTF-8";
.flickity-prev-next-button {
  margin-top: 0px !important;
}

.flickity-button-icon {
  background: transparent !important;
  border-radius: 100% !important;
  color: white;
}
.flickity-button-icon:hover {
  background: #f07628 !important;
  color: white !important;
  opacity: 1 !important;
}

.post-title:hover {
  color: #f07628 !important;
}

/*.header-nav-main.nav-pills > li > a:hover {
	color: #f07628 !important;
}*/
.logo img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

/*.header {
	&-nav-main {
		> li {
			line-height: 3;
			margin: 0px !important;

			&:hover {
				> a {
					color: #f07628 !important;
					padding: 5px 5px;
					border-radius: 6px;
					background: white !important;
					border: 1px solid #3f74f0;
				}

			}

			> a {
				font-weight: normal !important;
				padding: 5px 5px !important;

				&:hover {
					color: #f07628 !important;
				}

			}

			&.menu-item-has-block {
				.sub-menu {
					opacity: 0;
				}

			}

			&.menu-item-has-block.current-dropdown {
				position: unset !important;

				.sub-menu {
					opacity: 1;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

			}

			div.sub-menu {
				top: 50px !important;
				left: 0px !important;

				.row-full-width {
					max-width: 80% !important;
				}

			}

			&.active {
				a {
					color: black !important;
				}

				&:hover {
					a {
						color: black !important;
					}

				}

			}

			a, span {
				@media(max-width:1200px) {
					font-size: 12px;
				}

			}

			@media(min-width:1200px) {
				margin-right: 0px !important;
			}

		}

		> li {
			ul {
				padding: 0px !important;
				background-color: white;

				li {
					&:hover {
						background: #f07628;

						a {
							color: white !important;
							background: #f07628;
						}

					}

				}

				a {
					color: #4076f1 !important;
					margin: 0px !important;
					padding: 10px 10px !important;

					&:hover {
						color: white !important;
					}

				}

			}

			&:after, &:before {
				display: none;
			}

			> a {
			}

		}

		.sub-menu {
			border: unset !important;
			top: 50px;
			display: flex;
			flex-direction: column;

			a {
				font-size: 15px;
				font-weight: normal !important;
				text-transform: uppercase;

				&:hover {
					font-weight: bold !important;
				}

			}

			.sub-menu {
				position: absolute;
				left: 260px;
				top: 0;
				min-width: 260px;
				opacity: 0;

				li a {
					padding: 9px 10px !important;
				}

			}

			li {
				min-width: 260px !important;

				.sub-menu {
					opacity: 0;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

				a {
					color: black;

					&:hover {
						color: white !important;
					}

				}

			}

		}

	}	

	&-bottom-nav {
		> li {
			line-height: 3;

			img {
				padding-right: 0px !important;
			}

			a, span {
				@media(max-width:1200px) {
					font-size: 12px;
				}

			}

			@media(min-width:1200px) {
				margin-right: 0px !important;
			}

		}

		.sub-menu {
			border: unset !important;
			top: 50px;
			display: flex;
			flex-direction: column;

			a {
				font-size: 15px;
				font-weight: normal !important;
			}

			.sub-menu {
				position: absolute;
				left: 260px;
				top: 0;
				min-width: 260px;
				opacity: 0;

				li a {
					padding: 9px 10px !important;
				}

			}

			li {
				min-width: 260px !important;

				.sub-menu {
					opacity: 0;
				}

				&:hover {
					.sub-menu {
						opacity: 1;
					}

				}

				a {
					color: black;

					&:hover {
						color: white !important;
					}

				}

			}

		}

	}
}*/
.header-bottom-nav > li, .header-nav-main > li {
  line-height: 3.5;
  margin: 0px !important;
}
.header-bottom-nav > li::after, .header-bottom-nav > li::before, .header-nav-main > li::after, .header-nav-main > li::before {
  display: none;
}
.header-bottom-nav > li > a, .header-nav-main > li > a {
  font-weight: bold !important;
}
.header-bottom-nav > li a, .header-nav-main > li a {
  padding: 10px 7px !important;
}

.header-bottom-nav > li:hover > a, .header-nav-main > li:hover > a {
	color: #f07628;
}


.header-bottom-nav ul.sub-menu, .header-nav-main ul.sub-menu {
  padding: 0px;
  min-width: 301px;
  border: unset !important;
}
.header-bottom-nav ul.sub-menu li a, .header-nav-main ul.sub-menu li a {
  color: #3f72f1;
  font-size: 12.8px;
  padding: 10px 10px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.header-bottom-nav ul.sub-menu li a:hover, .header-nav-main ul.sub-menu li a:hover {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav ul.sub-menu li:hover a, .header-nav-main ul.sub-menu li:hover a {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav div.sub-menu, .header-nav-main div.sub-menu {
  padding: 0px;
  border: unset !important;
  background: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  top: 60px !important;
}
.header-bottom-nav div.sub-menu .row-full-width, .header-nav-main div.sub-menu .row-full-width {
  max-width: 1000px !important;
  margin: 0 auto;
  background: white;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
.header-bottom-nav div.sub-menu .row-full-width.custummenu, .header-nav-main div.sub-menu .row-full-width.custummenu {
  max-width: 1250px !important;
}
@media (min-width: 1300px) {
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__1, .header-nav-main div.sub-menu .row-full-width .custummenu__1 {
    -ms-flex-preferred-size: 29%;
        flex-basis: 29%;
    max-width: 29%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__2, .header-nav-main div.sub-menu .row-full-width .custummenu__2 {
    -ms-flex-preferred-size: 14%;
        flex-basis: 14%;
    max-width: 14%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__3, .header-nav-main div.sub-menu .row-full-width .custummenu__3 {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    max-width: 15%;
  }
  .header-bottom-nav div.sub-menu .row-full-width .custummenu__4, .header-nav-main div.sub-menu .row-full-width .custummenu__4 {
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
    max-width: 42%;
  }
}
.header-bottom-nav div.sub-menu .row-full-width .col, .header-nav-main div.sub-menu .row-full-width .col {
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.header-bottom-nav div.sub-menu .menu-item, .header-nav-main div.sub-menu .menu-item {
  line-height: 1.5;
}
.header-bottom-nav div.sub-menu .ux-menu-link a, .header-nav-main div.sub-menu .ux-menu-link a {
  color: #3f72f1;
  padding: 10px 15px !important;
  font-size: 12.8px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-bottom-style: unset !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.header-bottom-nav div.sub-menu .ux-menu-link a span, .header-nav-main div.sub-menu .ux-menu-link a span {
  font-size: 14px;
}
.header-bottom-nav div.sub-menu .ux-menu-link a:hover, .header-nav-main div.sub-menu .ux-menu-link a:hover {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}
.header-bottom-nav div.sub-menu .ux-menu-link:hover a, .header-nav-main div.sub-menu .ux-menu-link:hover a {
  background: #f07628;
  color: white;
  font-weight: bold !important;
}

.hotline {
  margin-right: 10px !important;
}
.hotline i, .hotline span {
  color: white !important;
}
.hotline a {
  font-size: 16px;
  color: white !important;
}
.hotline i {
  margin-right: 5px !important;
}

.tour_du_lich_lien_he a {
  font-size: 16px;
  color: white !important;
}
.tour_du_lich_lien_he i {
  margin-right: 5px;
}

.html_nav_position_text {
  font-size: 30px !important;
  font-weight: 600;
  text-transform: uppercase;
  color: #f07628 !important;
}

.mfp-content {
  width: 90% !important;
}
.mfp-content .mobile-sidebar .menu-item {
  padding-left: 0px;
}
.mfp-content .mobile-sidebar .menu-item a {
  color: #18469e;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
}
.mfp-content .mobile-sidebar .sub-menu {
  padding-bottom: 0px !important;
}
.mfp-content .mobile-sidebar i {
  color: #f07628;
  opacity: 1;
}

#mega-menu-title, .header-vertical-menu__opener {
  background-color: #f3a804;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  font-size: 16px;
  font-weight: normal;
}
#mega-menu-title .icon-menu:before, .header-vertical-menu__opener .icon-menu:before {
  font-size: 25px !important;
}

#mega_menu, .mega_menu, .ux-nav-vertical-menu, #menu-vertical-menu {
  -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
          box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
  border: unset;
}
#mega_menu > li, .mega_menu > li, .ux-nav-vertical-menu > li, #menu-vertical-menu > li {
  position: unset;
}
#mega_menu > li > a, .mega_menu > li > a, .ux-nav-vertical-menu > li > a, #menu-vertical-menu > li > a {
  color: #323c42;
  border: unset !important;
  padding: 4.8px 0px;
  padding-left: 10px;
  position: relative;
}
#mega_menu > li > a img, .mega_menu > li > a img, .ux-nav-vertical-menu > li > a img, #menu-vertical-menu > li > a img {
  display: none;
  padding-right: 0px;
}
#mega_menu > li > a:before, .mega_menu > li > a:before, .ux-nav-vertical-menu > li > a:before, #menu-vertical-menu > li > a:before {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  display: none;
}
#mega_menu > li > a span, .mega_menu > li > a span, .ux-nav-vertical-menu > li > a span, #menu-vertical-menu > li > a span {
  font-size: 16px;
}
#mega_menu > li:hover a:after, #mega_menu > li a:after, .mega_menu > li:hover a:after, .mega_menu > li a:after, .ux-nav-vertical-menu > li:hover a:after, .ux-nav-vertical-menu > li a:after, #menu-vertical-menu > li:hover a:after, #menu-vertical-menu > li a:after {
  visibility: hidden;
}
#mega_menu > li > .sub-menu, .mega_menu > li > .sub-menu, .ux-nav-vertical-menu > li > .sub-menu, #menu-vertical-menu > li > .sub-menu {
  width: 750px;
  height: 100%;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#mega_menu > li > .sub-menu a:after, .mega_menu > li > .sub-menu a:after, .ux-nav-vertical-menu > li > .sub-menu a:after, #menu-vertical-menu > li > .sub-menu a:after {
  display: none;
}
#mega_menu > li > .sub-menu a, #mega_menu > li > .sub-menu li, .mega_menu > li > .sub-menu a, .mega_menu > li > .sub-menu li, .ux-nav-vertical-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu li, #menu-vertical-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu li {
  background: white !important;
}
#mega_menu > li > .sub-menu > li, .mega_menu > li > .sub-menu > li, .ux-nav-vertical-menu > li > .sub-menu > li, #menu-vertical-menu > li > .sub-menu > li {
  width: 33.33333%;
  float: left;
  border-bottom: unset;
}
#mega_menu > li > .sub-menu > li > a, .mega_menu > li > .sub-menu > li > a, .ux-nav-vertical-menu > li > .sub-menu > li > a, #menu-vertical-menu > li > .sub-menu > li > a {
  color: black;
  font-weight: bold;
  border-top: unset !important;
  border-bottom: unset;
}
#mega_menu > li > .sub-menu > li > .sub-menu, .mega_menu > li > .sub-menu > li > .sub-menu, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu, #menu-vertical-menu > li > .sub-menu > li > .sub-menu {
  display: block !important;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  left: 0;
  top: 39px;
}
#mega_menu > li > .sub-menu > li > .sub-menu li, #mega_menu > li > .sub-menu > li > .sub-menu a, .mega_menu > li > .sub-menu > li > .sub-menu li, .mega_menu > li > .sub-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu li, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu > li > .sub-menu li, #menu-vertical-menu > li > .sub-menu > li > .sub-menu a {
  border-bottom: unset;
  border-top: unset !important;
}
#mega_menu > li > .sub-menu > li > .sub-menu a, .mega_menu > li > .sub-menu > li > .sub-menu a, .ux-nav-vertical-menu > li > .sub-menu > li > .sub-menu a, #menu-vertical-menu > li > .sub-menu > li > .sub-menu a {
  padding: 0px 0px 0px 15px;
  color: black;
}

.menu-image-title svg, .menu-item-object-product_cat svg {
  position: relative;
  top: 6px;
  left: -9px;
}

.menu-item-1442, .menu-item-1443, .menu-item-1444 {
  padding-left: 10px;
}
.menu-item-1442 svg, .menu-item-1443 svg, .menu-item-1444 svg {
  top: 0px;
}

#menu-vertical-menu > li > a .icon-angle-down {
  opacity: 1 !important;
  margin-right: 5px !important;
}

.header-vertical-menu__fly-out .current-dropdown .nav-dropdown {
  left: calc(100% + 1px) !important;
  padding-left: 15px;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content {
  height: 100%;
  min-height: 100%;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .tab {
  padding-left: 10px;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .tab a {
  text-transform: initial;
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical {
  -webkit-box-shadow: 0 0 20px rgba(32, 57, 105, 0.2);
          box-shadow: 0 0 20px rgba(32, 57, 105, 0.2);
}
.header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical li, .header-vertical-menu__fly-out .current-dropdown .nav-dropdown .tabbed-content .nav-vertical a {
  border: unset !important;
}

.listimage .row .col {
  max-width: 20%;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  padding-bottom: 0px;
  padding: 6px 6px;
}
.listimage .row .col .col-inner {
  border-radius: 5px;
  border: 1px solid #d1d5dc;
  padding: 6px 6px;
  height: 100%;
}
.listimage .row .col .img-inner, .listimage .row .col .img, .listimage .row .col .img > a, .listimage .row .col img img {
  width: 100%;
  height: 100%;
}
.listimage .row .col .img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listimage .row .col .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  font-size: 14px;
  margin-top: 0px;
}
.footer__social a .fa, .footer__social a .fab, .footer__social a .fas {
  color: #fff;
}
.footer__social a.tw {
  background: #1da1f2;
}
.footer__social a.fb {
  background: #3b5998;
}
.footer__social a.pi {
  background: #bd081c;
}
.footer__social a.go {
  background: #dd4b39;
}
.footer__social a.yt {
  background: #ff0000;
}
.footer__social a:hover {
  background: #fff;
}
.footer__social a:hover .fa, .footer__social a:hover .fab, .footer__social a:hover .fas {
  color: #ef4339;
}
.footer-2 a, .footer-2 p, .footer-2 span, .footer-2 li {
  color: #000000;
}
.footer-2 p {
  color: #000000 !important;
  margin-top: 10px;
}
.footer-2 .widget-title {
  text-transform: initial;
}
.footer-2 .widget_nav_menu .is-divider {
  display: none;
}
.footer-2 .widget_nav_menu .widget-title {
  color: #000000;
}
.footer-2 .widget_nav_menu .menu {
  padding-top: 25px;
}
.footer-2 .widget_nav_menu .menu li {
  border: unset;
}
.footer-2 .widget_nav_menu .menu li a {
  color: #000000;
  padding-bottom: 0px;
}
.footer-1 {
  padding-top: 60px !important;
  /*margin-top:30px ;*/
}
.footer-1 li {
  margin-left: 0px !important;
}
.footer-1 .widget-title {
  text-transform: initial;
  font-size: 1.5rem;
}
.footer-1 .block_widget {
  text-align: center;
  margin: 0 auto;
}
.footer-1 .block_widget p {
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  .footer-1 .block_widget {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}
.footer-1 .row {
  padding-top: 15px;
}
.footer-1 form {
  margin-top: 20px !important;
}
.footer-1 form input[type=email] {
  background-color: white !important;
  color: black !important;
}
.footer-1 form input[type=email]::-webkit-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::-moz-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]:-ms-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::-ms-input-placeholder {
  color: #8b8e96;
}
.footer-1 form input[type=email]::placeholder {
  color: #8b8e96;
}
.footer-1 form .wpcf7-submit {
  background-color: #fbd947 !important;
  text-transform: initial;
}
.footer-1 form .flex-row .flex-col:first-child span {
  background: white;
}
.footer-1 form .flex-row .flex-col:last-child {
  margin-left: -3px;
}
.footer-1 form input {
  border-radius: 0px !important;
}

.absolute-footer {
  display: none;
}

.back-to-top {
  background-color: #f07628 !important;
  border: unset !important;
  color: white !important;
}

.blog-archive {
  padding-top: 0px !important;
}
.blog-archive .breadcrumbmain {
  background-color: white;
  width: 100%;
  padding: 15px 10px !important;
  float: left;
  position: relative;
  margin: 1px 0 0px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: unset;
}
.blog-archive .row-large {
  background-color: white;
}
.blog-archive .bannerhomesidebar .box-text {
  background: white;
}
.blog-archive .bannerhomesidebar .post-item {
  margin-bottom: 0px !important;
}
.blog-archive .bannerhomesidebar .vert .simply-scroll-clip {
  width: 98% !important;
}
.blog-archive .rightsidebar__border .post-item {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.blog-archive .post-item {
  padding-bottom: 10px !important;
}
.blog-archive .post-item .post-meta {
  opacity: 1;
  font-size: 15px;
}
.blog-archive .post-item .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  display: inline-block;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
  padding-left: 15px;
  margin-top: 8px !important;
}
.blog-archive .post-item .button:hover {
  color: white;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
}
.blog-archive .post-item .box-image, .blog-archive .post-item .box-vertical .box-text {
  vertical-align: top !important;
}
.blog-archive .is-divider {
  display: none;
}
.blog-archive .cat-label {
  font-size: 12px;
  color: #000000;
  text-transform: inherit;
  opacity: 1;
}
.blog-archive .post-item {
  border-radius: 0 0 5px 5px;
  margin-bottom: 20px;
}
.blog-archive .button {
  border: unset !important;
  padding-left: 0px;
  text-transform: inherit;
  color: #fff;
  font-weight: normal;
  font-size: 14px !important;
  margin-top: 0px !important;
}
.blog-archive .box-image {
  vertical-align: top !important;
  padding-top: 10px;
}
.blog-archive .medium-col-first .badge, .blog-archive .medium-col-first .is-divider {
  display: none;
}

.archive-page-header .col {
  padding: 0px !important;
}

.formsignrow {
  background: #3f74f1d1;
  margin: 0px !important;
  padding: 0px !important;
  border-radius: 8px;
}

.blog-single {
  padding-top: 0px !important;
}
.blog-single .woocommerce-breadcrumb {
  color: white !important;
}
.blog-single .entry-meta {
  font-size: 14px;
}
.blog-single .entry-title {
  color: black;
  font-size: 25px;
}
.blog-single .vert .simply-scroll-clip {
  width: 317px !important;
}
.blog-single .row-large {
  background-color: white;
}
.blog-single .breadcrumbmain {
  background-color: white;
  width: 100%;
  padding: 15px 10px !important;
  float: left;
  position: relative;
  margin: 1px 0 0px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  border: unset;
}
.blog-single .post-sidebar .widget-area, .blog-single .medium-col-first > article {
  margin-top: 20px;
}
.blog-single .blog-share {
  text-align: left;
}
.blog-single .blog-share .social-icons {
  margin-left: 0px !important;
}
.blog-single .entry-divider, .blog-single .entry-category {
  display: none;
}
.blog-single .entry-header-text {
  padding-bottom: 0px;
}
.blog-single .blog-share .is-divider {
  display: none;
}
.blog-single .blog-share .share-icons i {
  color: white;
}
.blog-single .blog-share .share-icons .button.facebook {
  background-color: #3a589d !important;
  border-color: #3a589d !important;
}
.blog-single .blog-share .share-icons .button.twitter {
  background-color: #2478ba !important;
  border-color: #2478ba !important;
}
.blog-single .blog-share .share-icons .button.email {
  background-color: #111 !important;
  border-color: #111 !important;
}
.blog-single .blog-share .share-icons .button.pinterest {
  background-color: #cb2320 !important;
  border-color: #cb2320 !important;
}
.blog-single .blog-share .share-icons .button.linkedin {
  background-color: #0072b7 !important;
  border-color: #0072b7 !important;
}

.relatedpost .related-title {
  background-color: #f07628;
  border: 1px solid #f07628;
  font-size: 16px;
  font-weight: bold;
  color: #fffff8;
  margin-top: 5px;
  display: block;
  float: left;
  clear: left;
  margin-bottom: 20px;
  height: 31px;
  line-height: 31px;
  width: 100%;
  padding-left: 2%;
  border-right: 0;
  border-left: 0;
}

.relatepost .is-divider {
  display: none;
}
.relatepost .post-item, .relatepost .box-text {
  padding-bottom: 0px !important;
}
.relatepost h5 {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 15px !important;
  text-overflow: ellipsis;
  font-weight: normal;
  padding-bottom: 10px;
  width: 100%;
  color: black;
}

@media (min-width: 1200px) {
  .post-sidebar {
    padding-right: 0px !important;
    padding-left: 10px !important;
  }
}
.post-sidebar .is-divider {
  display: none;
}
.post-sidebar .flatsome_recent_posts {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.post-sidebar .flatsome_recent_posts .mr-half {
  vertical-align: top !important;
  width: 30%;
}
.post-sidebar .flatsome_recent_posts .recent-blog-posts-li {
  padding-right: 5px;
}
.post-sidebar .flatsome_recent_posts .badge-inner, .post-sidebar .flatsome_recent_posts .post-date {
  width: 100%;
  height: 80px;
}
.post-sidebar .flatsome_recent_posts a {
  font-size: 14px;
  color: black;
}
.post-sidebar .flatsome_recent_posts .box-text {
  padding-left: 7px;
  padding-right: 0px;
  padding-top: 0px;
  vertical-align: top !important;
}
.post-sidebar .flatsome_recent_posts .post-item {
  padding-bottom: 10px !important;
}

.archive .category-page-row {
  background-color: white;
  padding-top: 0px;
}
.archive .category-page-row .product-small {
  font-size: 15px !important;
}
@media screen and (min-width: 850px) {
  .archive .category-page-row .large-9 {
    max-width: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
  }
}
.archive .category-page-row .shop-container .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.archive .sidebar-inner .yith-wcan-sort-by {
  display: none !important;
}
.archive .woocommerce-result-count, .archive .widget-title {
  display: none !important;
}
.archive .yith-wcan-list-price-filter {
  list-style: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .archive .yith-wcan-list-price-filter {
    display: none !important;
  }
}
.archive .yith-wcan-list-price-filter li {
  margin-bottom: 0px;
  margin-right: 10px;
}
.archive .yith-wcan-list-price-filter li a {
  color: #ef4339 !important;
  position: relative;
  padding-left: 20px;
}
.archive .yith-wcan-list-price-filter li a::before {
  content: "";
  border-radius: 50%;
  font-size: 18px;
  border: solid 2px #231f20;
  line-height: 40px;
  position: absolute;
  top: 4px;
  left: 0;
  height: 13px !important;
  width: 13px;
  background: #fff;
}
.archive .yith-wcan-list-price-filter li a.active::before {
  border: solid 2px #ef4339;
}
.archive .yith-wcan-list-price-filter li a.active::after {
  content: "";
  color: #ef4339;
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50%;
  background: #ef4339;
  top: 7px;
  left: 3px;
}
.archive .yith-wcan-list-price-filter li a span {
  font-size: 14px;
  font-weight: normal;
  color: #ef4339 !important;
}
.archive .yit-wcan-container {
  padding: 0px 10px !important;
}
.archive .products {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.archive .product__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .archive .product__sorting {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.archive .product-sorting img {
  width: 100%;
}
.archive .listlogo {
  margin: 20px 0px !important;
  border-left: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
}
@media (max-width: 845px) {
  .archive .listlogo {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .archive .listlogo .col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.archive .listlogo .col-inner {
  height: 100%;
}
.archive .listlogo .img {
  margin: 0 auto;
}
.archive .listlogo > .col {
  height: 100%;
  padding-bottom: 0px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 1200px) {
  .archive .listlogo > .col {
    max-width: 12.5%;
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%;
  }
}
.archive .listlogo > .col img {
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  text-align: center;
}
.archive .shop-page-title {
  background-color: white;
  width: 100%;
  position: relative;
  margin: 1px 0 10px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /*		border: 1px solid #ccc;*/
  padding: 5px 10px;
}
.archive .shop-page-title .page-title-inner {
  padding-top: 0px;
  min-height: 30px;
}
.archive .shop-page-title .flex-grow {
  display: block !important;
}
.archive .shop-page-title .flex-col {
  display: none;
}
.archive .shop-page-title .medium-text-center .woocommerce-result-count, .archive .shop-page-title .medium-text-center .orderby {
  display: none !important;
}

.archive .orderby {
  list-style: none;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: white;
  border: unset;
  color: #ef4339 !important;
  display: none;
}
.archive .orderby option {
  color: #ef4339;
}
@media (max-width: 1130px) {
  .archive .orderby {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive .orderby li {
    margin-right: 5px !important;
    margin-bottom: 5px !important;
  }
}
.archive .orderby li {
  float: left;
  padding: 3px 8px;
  margin: 0 5px 5px 0;
  font-weight: 400;
}
.archive .orderby li a {
  color: #898989;
  font-size: 14px;
  position: relative;
}
.archive .woocommerce-pagination {
  width: 100%;
}
.archive .woocommerce-pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}
.archive .woocommerce-pagination .page-numbers span, .archive .woocommerce-pagination .page-numbers a.page-numbers {
  float: left;
  margin: 0 3px;
  width: 36px;
  background: #f3f5f7;
  text-align: center;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #000;
  border-radius: 100%;
  border: none;
  text-decoration: none;
  padding: 0;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #8898aa;
  border: 1px solid #dee2e6;
}
.archive .woocommerce-pagination .page-numbers span {
  background-color: #e85933;
  border: 1px solid #e85933;
  color: white;
  -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.single-product .single_add_to_cart_button {
  min-width: unset !important;
}
.single-product .product-main > .content-row {
  padding: 15px 0px;
}
@media (min-width: 1200px) {
  .single-product .product-main > .content-row {
    max-width: 1290px !important;
  }
}
.single-product .product-sidebar-small .icon-box {
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product .product-sidebar-small .icon-box h3 {
  font-size: 15px;
  font-weight: normal;
}
.single-product .product-sidebar-small .block_widget {
  border: 1px solid #e85933;
  border-radius: 6px;
  margin-top: 15px;
  padding: 15px;
}
.single-product .product-onsale {
  display: none;
}
.single-product .product-images {
  /*	border: 1px solid #ebebeb;*/
}
.single-product .product .flickity-button {
  opacity: 1;
}
.single-product .product .flickity-button-icon {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
}
.single-product .product .flickity-button-icon:hover {
  background: white;
}
.single-product .product-gallery {
  background: white;
}
.single-product .product-gallery .circle {
  visibility: hidden;
}
.single-product .product-gallery .flickity-slider .is-selected a, .single-product .product-gallery .flickity-slider .is-selected:hover a {
  border-color: #eb3e32;
  border-radius: 5px;
}
.single-product .product-info {
  background: white;
  padding-left: 0px;
}
.single-product .product-info .social-icons, .single-product .product-info .is-divider, .single-product .product-info .breadcrumbmain {
  display: none;
}
.single-product .product-info .price {
  display: none !important;
  margin: 0px 0 10px;
  padding: 10px 0px;
  border-radius: 4px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-product .product-info .price ins {
  margin-right: 10px;
}
.single-product .product-info .price ins span {
  font-size: 25px;
}
.single-product .product-info .price del bdi {
  font-size: 15px;
}
.single-product .product-info .price-on-sale ins bdi {
  color: #eb3e32;
}
.single-product .product-info .single_add_to_cart_button {
  height: 48px;
  line-height: 45px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0px 35px;
  border-radius: 5px;
  margin-top: 0px;
  border: solid 1px transparent;
  background: #ff5722 !important;
  min-width: 300px;
}
.single-product .product-info .quantity input[type=number] {
  max-width: 4.5em;
  width: 4.5em;
}
.single-product .product-info .minus, .single-product .product-info .plus {
  color: #000000;
}
.single-product .product-info .product-title {
  height: auto;
  font-size: 18px;
}
.single-product .product-footer .container, .single-product .product-footer .woocommerce-tabs {
  max-width: 100%;
}
.single-product .product-footer .woocommerce-tabs {
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  border-top: unset !important;
}
.single-product .product-footer .tabs .active a {
  color: white;
  font-size: 15px !important;
  background: #3779bc;
  padding: 10px 15px;
}
.single-product .product-footer .tabs .active a:before {
  display: none;
}
.single-product .product-footer .tab-panels {
  padding: 15px 15px;
}
.single-product .product__data {
  margin-top: 20px;
}
.single-product .product__data li {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 15px;
}
.single-product .product__data li i {
  left: 155px;
  right: auto;
}
.single-product .related {
  background-color: white;
  border-radius: 0.5rem;
  margin-bottom: 30px;
  border-top: unset;
}
.single-product .related .product-section-title {
  font-size: 18px;
  background: #fff;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  padding-left: 15px;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100%;
}
.single-product .related .product-section-title {
  width: 100%;
  border-bottom: unset;
  clear: left;
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #174279;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
  background: linear-gradient(#fff, #f8f8f8);
  text-transform: capitalize;
  line-height: 31px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  margin: 10px 0 0;
  padding: 0 0.5%;
  margin-bottom: 20px;
}
.single-product .related .product__data {
  display: none;
}
.single-product .related .row {
  max-width: 100%;
  padding: 10px 0px !important;
  margin: 0px !important;
}
.single-product .related .slider {
  border-top: 1px solid #eee;
  padding: 15px 15px;
}
.single-product .related .flickity-button {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.single-product .related .flickity-button:hover {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

#product-sidebar {
  padding-left: 15px;
  padding-bottom: 0px;
}
#product-sidebar .next-prev-thumbs {
  display: none;
}
#product-sidebar .block_widget {
  background: white;
  padding: 0px 15px;
  margin-bottom: 0px;
  height: 100%;
}

.thongso_sanpham {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.thongso_sanpham h3 {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}

.title_thongso_kythuat {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}

.thongso_sanpham .alert-info {
  padding: 0;
  background: 0 0;
  border: 0;
}

.thongso_sanpham p strong {
  display: block !important;
  line-height: 1.3em;
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.thongso_sanpham ul {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.thongso_sanpham ul li {
  line-height: 1.5;
  padding: 10px;
  margin-left: 0px !important;
  display: block;
  background: #f4f4f4;
  padding: 10px;
  font-size: 14px;
  color: #333;
}

.thongso_sanpham ul li strong {
  color: #333;
  font-weight: normal;
}

.thongso_sanpham ul li a {
  color: #288ad6;
}

.thongso_sanpham ul li:nth-child(2n) {
  background: #fff;
}
.row-divided>.col+.col:not(.large-12){
  border: unset !important;
}
.product-cat, .product .star-rating, .product .out-of-stock-label, .product .compare, .product .quick-view {
  display: none;
}
@media (min-width: 1200px) {
  .product-gallery {
    max-width: 36% !important;
    -ms-flex-preferred-size: 36% !important;
        flex-basis: 36% !important;
  }
}
.product__contactform {
  background: #f8f8f9;
  border: 1px solid #d3d3d4;
  margin-top: 15px !important;
  margin-left: 0px !important;
  margin-right: -10px;
  padding: 15px;
}
.product__contactform .col {
  padding-top: 30px !important;
  background: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #fe0000), color-stop(101.28%, #ff8a00));
  background: linear-gradient(90deg, #fe0000 6.84%, #ff8a00 101.28%);
}
.product__contactform .flex-grow {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product__contactform .wpcf7-text {
  border-radius: 5px !important;
  height: 35px;
  background-color: white !important;
}
.product__contactform .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__contactform .wpcf7-submit {
  position: absolute;
  right: 4px;
  top: -1px;
  margin-right: 0px;
  font-size: 14px;
  text-transform: inherit;
  background: #f3a804 !important;
  border-radius: 5px !important;
}
.product__twophone {
  padding-left: 10px !important;
}
.product__twophone .col {
  padding-bottom: 0px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.product__twophone .col h4 {
  margin-bottom: 0px !important;
}
.product__twophone .col p {
  margin-bottom: 0px !important;
}
.product__twophone .col p a {
  color: red;
}
.product__twophone .col-inner {
  border-radius: 5px;
  border: 1px solid red;
}
.product__icontitle {
  padding-top: 15px;
}
.product__icontitle h3 {
  position: relative;
  color: white;
  font-size: 14px;
  z-index: 9;
  padding-left: 10px;
  padding-right: 9px;
}
.product__icontitle h3:after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  content: "";
  z-index: -1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(3.15%, #F8B200), color-stop(91.54%, #FF8A00));
  background-image: linear-gradient(270deg, #F8B200 3.15%, #FF8A00 91.54%);
}
.product__iconone .col {
  padding: 5px 5px;
}
.product__iconone .col p {
  font-size: 12px;
  margin-bottom: 0px;
}
.product__iconone .icon-box-img {
  margin-bottom: 0px;
}
.product__iconone .col-inner {
  border: 1px solid #ececec;
  border-radius: 5px;
  height: 100%;
}
.product__icontwo {
  max-height: 250px;
  overflow: hidden;
}
.product__icontwo .col {
  padding-bottom: 0px;
}
.product__icontwo h4 {
  font-size: 15px;
}
.product__icontwo p {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-info {
  border-right: unset !important;
}
.product-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-title a {
  color: #323c42;
}
@media (max-width: 768px) {
  .product-title {
    height: 1.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
    overflow: hidden;
  }
}
.product__categories h5 {
  text-transform: inherit;
  font-size: 14px;
  font-weight: normal;
}
.product__categoriestitle {
  background-color: white;
  padding: 7px 10px;
  margin-bottom: 20px;
}
.product__categoriestitle h2 {
  margin-bottom: 0px;
}
.product .col-inner {
  height: 100%;
}
.product .image-tools {
  padding-top: 0px;
  padding-right: 0px;
}
.product-small .product-small {
  border: unset;
}
.product-small .box-text {
  padding-bottom: 0px;
}
.product-small .price {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.product-small .price bdi {
  color: #f3283d;
}
.product-small .price del .amount {
  opacity: 1;
}
.product-small .price ins bdi {
  line-height: 23px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  margin-bottom: 2px;
  padding-right: 30px;
}
.product-small .price del bdi {
  font-size: 13px;
  color: #9e9e9e;
}
.product-onsale {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  left: 2px;
  top: 8px;
  line-height: 40px;
  background: #f68122;
  z-index: 10;
  border-radius: 22px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.75);
  border: 2px solid #fff;
}

.news .is-divider {
  display: none;
}
.news__iconbox .row > .col {
  padding-bottom: 10px;
}
.news__iconbox .row .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px;
}
.news__iconbox .row .icon-box h3, .news__iconbox .row .icon-box p {
  margin-bottom: 0px;
}
.news__iconbox .row > .col:nth-child(1) .icon-box {
  background: #ff4900;
}
.news__iconbox .row > .col:nth-child(2) .icon-box {
  background: #0076ff;
}
.news__iconbox .row > .col:nth-child(3) .icon-box {
  background: #66bd41;
}
.news__slider h2 {
  color: #ef4339;
}
.news__slider .box-text {
  vertical-align: top !important;
  padding-top: 0px;
}
.news__slider > .col-inner {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 10px 15px;
}
.news__slider .button {
  font-weight: normal;
  text-transform: inherit;
}
.news__slider .flickity-page-dots {
  width: 100%;
  left: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.news__slider .flickity-page-dots .dot.is-selected {
  background-color: #ef4339;
}

.listproduct h2 span {
  border-bottom: unset;
}
.listproduct .ux-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.listproduct .ux-menu-link {
  font-size: 14px;
  color: #231f20;
  padding: 0px 10px;
}
.listproduct .featured-box {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #FE0000), color-stop(101.28%, #FF8A00));
  background-image: linear-gradient(90deg, #FE0000 6.84%, #FF8A00 101.28%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: white;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listproduct .featured-box h2 {
  color: white;
}
.listproduct--cowndown {
  padding-top: 60px !important;
}
.listproduct--cowndown h2 {
  border-bottom: unset;
  margin-bottom: 0px;
  color: white;
}
.listproduct--cowndown .listproduct__rowcountdown {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.listproduct--cowndown .listproduct__rowcountdown .icon-box-img, .listproduct--cowndown .listproduct__rowcountdown .icon-box-text {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  margin-bottom: 0;
  max-width: unset;
}
.listproduct--cowndown .featured-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -30px;
  background-image: none;
}
.listproduct--cowndown .featured-box .icon-box-img {
  background: #f3a804;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -31px;
  border-radius: 99999px;
}
.listproduct--cowndown .featured-box .icon-box-text {
  background: #f3a804;
  border-radius: 9999px;
  padding: 6px 10px;
  padding-left: 35px !important;
}
.listproduct--cowndown .row {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6.84%, #FE0000), color-stop(101.28%, #FF8A00));
  background-image: linear-gradient(90deg, #FE0000 6.84%, #FF8A00 101.28%);
  border: unset !important;
}
.listproduct--cowndown .slider {
  padding: 0px 10px !important;
}
.listproduct--cowndown .flickity-viewport {
  background-color: white;
  margin-top: 15px;
}
.listproduct--cowndown .ux-timer {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 845px) {
  .listproduct--cowndown .ux-timer {
    width: 25%;
    height: 30px;
  }
}
.listproduct--cowndown .ux-timer span {
  font-size: 100%;
  font-size: 14px !important;
  border-radius: 3px !important;
  height: 1.2rem;
  line-height: 30px !important;
  color: #ef4339;
}
.listproduct--cowndown .ux-timer strong {
  display: none;
}
.listproduct--cowndown .listproduct__rowcountdown > .col {
  padding-bottom: 0px;
}
.listproduct .row {
  /*    max-width: 1240px;*/
}
.listproduct .flickity-button {
  opacity: 1;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.listproduct .flickity-button svg {
  border: 1px solid #ebebeb;
  background: #ebebeb;
  opacity: 1;
  border-radius: 100%;
  border: 2px solid white !important;
}
.listproduct .flickity-button:hover {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.listproduct__left .row {
  margin-top: 15px !important;
}
.listproduct__item {
  background-color: white;
  padding: 0px 0px 10px 0px;
}
.listproduct__item .row, .listproduct__item .flickity-slider {
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.listproduct__item .row > .product-small, .listproduct__item .flickity-slider > .product-small {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  /*  height: 315px;*/
}
.listproduct__vertical > .col {
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}
.listproduct__cate {
  background: #f0f0f2;
  padding-bottom: 0px;
  padding: 0px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #ee2700;
  padding: 0px;
}
.listproduct__cate .ux-menu-link__link {
  background: white;
  font-size: 16px;
  padding: 0px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}
.listproduct__cate .col {
  padding-bottom: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 845px) {
  .listproduct__cates {
    padding-left: 0px !important;
  }
}

.form-submit #submit {
  background: #f07628 !important;
}

.breadcrumbmain {
  font-size: 14px;
}
.breadcrumbmain a, .breadcrumbmain .breadcrumbs {
  color: #f07628 !important;
  font-weight: bold !important;
}
.breadcrumbmain .woocommerce-breadcrumb a {
  color: #999;
}
.breadcrumbmain .woocommerce-breadcrumb {
  color: #ef4339;
  font-weight: normal;
}

.bannerhome {
  padding-bottom: 0px !important;
}
@media (max-width: 991px) {
  .bannerhome .section-content > .row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.listcategory h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 15px;
  border-bottom: 2px solid #eb3e32;
}
.listcategory h2 .section-title-main {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  line-height: 40px;
  font-size: 18px;
  padding: 0 20px 0 10px;
  font-weight: bold;
  color: #fff;
  background: #eb3e32;
  text-transform: initial;
}
.listcategory .flickity-button {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  opacity: 1;
  background-color: transparent !important;
}
.listcategory .col {
  padding-bottom: 0px;
}
.listcategory .is-divider {
  display: none;
}

.page .page-wrapper {
  padding-top: 0px;
}
.page .breadcrumbmain {
  padding: 15px 15px;
  background-color: #eee;
}

.contact {
  background-color: white;
  padding-top: 30px;
}
.contact__text i {
  color: #ef4339;
  margin-right: 5px;
}
.contact__form .large-6 {
  padding: 0px 15px;
}
.contact__form input[type=submit] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background: #ef4339 !important;
  color: white !important;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  padding: 0 20px;
  border-radius: 5px;
  display: inline-block;
  text-transform: initial;
}

.filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-checkbox li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.product__data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.product__data ul li {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-left: 0px !important;
  position: relative;
  font-size: 13px;
  color: black !important;
}
.product__data ul li:nth-child(2) {
  color: red !important;
  font-weight: bold;
}
.product__data ul li b {
  color: black;
}
.product__data ul li img {
  margin: -8px 5px 0px 5px;
}
.product__data ul li i {
  position: absolute;
  line-height: 15px;
  top: -4px;
  right: 31px;
  text-decoration: line-through;
  font-style: normal;
  color: black;
  font-size: 10px;
}

.product__excerpt {
  height: 97px;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}

.page-numbers {
  margin-top: 20px;
}
.page-numbers span {
  background-color: #f07628 !important;
  border: 1px solid #f07628 !important;
}
.page-numbers span, .page-numbers a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-small .price {
  display: none !important;
}

.listproduct .section-title-normal {
  clear: left;
  padding: 0 5px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #f07628;
  margin: 0;
  text-transform: capitalize;
  line-height: 30px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-top: 0;
  width: 100%;
  height: 30px;
}
.listproduct .section-title-normal span {
  border-bottom: unset !important;
}

.product-small {
  padding: 10px 10px;
  -webkit-box-shadow: 3px 3px 5px 0px #e7e7e7;
          box-shadow: 3px 3px 5px 0px #e7e7e7;
  border: 1px solid #ccc;
}
.product-small .box-image, .product-small .box-text {
  vertical-align: top !important;
  padding-top: 0px !important;
}
.product-small .product-small {
  padding: 0px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset;
}
.product-small .box-image {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
          box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.product-small .product-title a {
  float: left;
  width: 100%;
  line-height: 20px;
  max-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 15px;
  color: #f07628;
}

.rightsidebar .stitle {
  clear: left;
  display: block;
  font-weight: bold;
  background: #f07628;
  text-align: center;
  margin: 0;
  line-height: 30px;
  border-left: 3px solid #f07628;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-top: 0;
  width: 100%;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}
.rightsidebar .post-item {
  padding-bottom: 0px;
}
.rightsidebar .post-item .is-divider {
  display: none;
}
.rightsidebar .stitle a {
  color: white;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rightsidebar .stitle a:hover {
  color: white;
}
.rightsidebar .stitle:hover a {
  color: white;
}
.rightsidebar__border .col-inner {
  border: 1px solid #ccc;
  padding: 10px 10px;
}
.rightsidebar__border .col-inner .col-inner {
  padding: 0px;
  border: unset;
}

.news h2 {
  border-bottom: 2px solid red;
  font-size: 14px;
  color: #f07628;
}
.news h2 a {
  color: #f07628;
}
.news .post-title {
  max-height: 35px;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 13px;
  margin: 0px 0 0;
  color: #006fc0;
}
.news .post-item .col-inner {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 1px 1px 2px #e7e7e7;
          box-shadow: 1px 1px 2px #e7e7e7;
  border-width: 1px;
  border-style: solid;
  height: 100%;
  border-color: #dbdbdb #dbdbdb #bbbbbb #dbdbdb;
}
.news .box-text {
  padding: 10px 10px;
}

.listzalo {
  padding: 0px !important;
}
.listzalo .row {
  max-width: 800px;
  padding: 5px 5px;
}
.listzalo .row .icon-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.listzalo p {
  margin-bottom: 0px !important;
}
.listzalo .col {
  padding-bottom: 0px !important;
  padding: 0px !important;
}



.tour_du_lich_lien_he {
  font-size: 18px;
  color: black;
  margin-top: 5px;
}

.header-nav-main.nav.nav-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/*.header-bottom-nav {
	> li {
		ul {
			padding: 0px !important;
			background-color: #f07628;

			li {
				&:hover a {
					color: white !important;
				}

			}

			a {
				color: white !important;
				margin: 0px !important;
				padding: 10px 10px !important;

				&:hover {
					color: white !important;
				}

			}

		}

		&:after, &:before {
			display: none;
		}

		> a {
			padding: 0px 15px !important;
		}

	}

}*/
.scroller {
  height: 335px !important;
}

.simply-scroll-clip {
  height: 335px !important;
}
.simply-scroll-clip .col-inner {
  background: white;
}
@media (max-width: 991px) {
  .simply-scroll-clip {
    width: 100% !important;
  }
}
.simply-scroll-clip .box-text {
  padding: 7px 16px !important;
}
.simply-scroll-clip h5 {
  line-height: 1.4 !important;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

.vert {
  height: 335px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media (max-width: 991px) {
  .vert {
    width: 100% !important;
  }
}

.bannerhome__right .rightsidebar__border p {
  margin: 0px;
}
.bannerhome__right .rightsidebar__border .col {
  padding-bottom: 0px !important;
}

.news__slider .section-title-container {
  background: #f07628;
  text-align: center;
}
@media (max-width: 991px) {
  .news__slider > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news__slider .section-title {
  background: url("http://giaodienwebsite.net/vni/wp-content/uploads/2022/12/title_bg-1.png") no-repeat center left;
  background-size: contain;
  border: none;
  color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 1.25em;
  height: auto;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .news__slider .section-title {
    background-size: 100%;
  }
}
.news__slider .section-title a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.news__slider .flickity-page-dots .dot.is-selected {
  background-color: #f07628 !important;
}
.news__slider .previous {
  left: 10px !important;
  top: 0;
}
.news__slider .next {
  right: 10px !important;
  top: 0;
}
.news__slider .flickity-button-icon {
  background-color: #f07628 !important;
  opacity: 1 !important;
}
.news__slider .post-title {
  max-height: 45px !important;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 17px;
  margin: 0px 0 0;
  color: #f07628;
}
.news__slider .is-divider {
  display: block !important;
  background: #f07628 !important;
}
.news__slider .post-meta {
  opacity: 1 !important;
  font-size: 15px;
  margin-top: 10px;
}
.news__slider .section-title-container {
  margin-bottom: 10px;
}
.news__slider .flickity-page-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__slider .box-text {
  padding-left: 0px;
}
.news__slider .news .is-divider {
  display: block;
}
.news__slider .button {
  color: white;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
}
.news__slider .button:hover {
  background: #f3a11e !important;
  border: 2px solid #f3a11e !important;
}
.news__slider .post-item .col-inner {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-width: 0px;
  border-style: solid;
  height: 100%;
  border-color: unset;
}
.news__sliderright .section-title-normal {
  background: #f07628 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
}
.news__sliderright .section-title {
  background: url("http://giaodienwebsite.net/vni/wp-content/uploads/2022/12/title_bg-1.png") no-repeat center left;
  background-size: contain;
  border: none;
  color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 1.25em;
  height: auto;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .news__sliderright .section-title {
    background-size: 100% !important;
  }
}
.news__sliderright .section-title a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.news__sliderright .rightsidebar__border > .col > .col-inner {
  padding-top: 0px;
}
.news__sliderright .section-title-container {
  margin-bottom: 0px;
}
.news__sliderright .section-title-main {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: unset !important;
}
.news__sliderright .section-title-main span {
  border-bottom: unset !important;
}
.news__sliderright .col-inner {
  border: unset;
}
.news__sliderright .box-text {
  background: white;
}
.news__sliderright .box {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .news__sliderright .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news__sliderright .post-title {
  height: 35px;
  overflow: hidden;
  font-weight: normal;
  color: black;
}
@media (max-width: 991px) {
  .news__sliderright .post-title {
    height: auto;
    overflow: hidden;
    font-weight: normal;
    color: black;
    padding: 10px 10px 0px 10px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .news__sliderright .box-image {
    width: 50% !important;
  }
  .news__sliderright .box-text, .news__sliderright h5 {
    padding: 0px !important;
    padding-left: 5px !important;
  }
}
.news__sliderright .box-vertical .box-image, .news__sliderright .box-vertical .box-text {
  direction: ltr;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 991px) {
  .news__four > .col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.news__four .box-image {
  display: none;
}
.news__four .row .post-item:nth-child(1) .box-image {
  display: block !important;
}
.news__four .row .post-item:nth-child(1) .box:before {
  display: none !important;
}
.news__four .row .post-item:nth-child(1) .box-text {
  padding-left: 0px;
  border-bottom: unset !important;
  padding-top: 10px;
  padding-bottom: 0px;
}
.news__four .row .post-item:nth-child(1) .box-text h5 {
  font-weight: 700;
}
.news__four .row .col-inner {
  border: unset;
  padding: 0px;
  background: white;
}
.news__four .row .post-item .box {
  position: relative;
}
.news__four .row .post-item .box:before {
  background: #f07628;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 3px;
  top: 25px;
}
.news__four .row .post-item .box-text {
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.news__four .row .post-item .box-text h5 {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  height: 35px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 5px;
  font-weight: normal;
}
.news__four .stitle {
  position: relative;
  border-left: unset !important;
  margin-bottom: 15px !important;
  padding: 0px 20px;
}
.news__four .stitle:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f07628;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  bottom: -10px;
}

.bannerslider__text h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
.bannerslider__text h3 {
  color: #fbbf46;
  font-size: 31px;
  line-height: 45px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .bannerslider__text {
    text-align: center;
  }
}
.bannerslider__tes {
  margin-top: 50px;
}
.bannerslider__tes .col-inner {
  padding: 60px 40px 40px 40px;
}
@media (max-width: 991px) {
  .bannerslider__tes .col {
    margin-bottom: 50px;
  }
}
.bannerslider__tes .testimonial-box {
  position: relative;
}
.bannerslider__tes .testimonial-box img {
  margin-top: -150px;
}
.bannerslider__tes .testimonial-box .testimonial-name-divider {
  display: none;
}
.bannerslider__tes .testimonial-box .testimonial-meta {
  position: absolute;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerslider__tes .testimonial-box .testimonial-meta:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #a71e23;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.bannerslider__tes .testimonial-box .testimonial-text {
  margin-top: 60px;
}
.bannerslider__tes .testimonial-box .star-rating {
  position: absolute !important;
  right: 0;
  top: 0;
}
.bannerslider__tes .testimonial-box .star-rating span:before {
  color: #f3a11e !important;
}
.bannerslider__tes .flickity-page-dots {
  bottom: -8px;
}
.bannerslider__tes .flickity-viewport {
  overflow: unset;
}
.bannerslider__form {
  margin-bottom: -100px;
  background: white;
  max-width: 1340px !important;
  background-size: 100% !important;
  border-radius: 10px;
  background: url(https://anhnguathena.vn/themes/default/img/img-9.png) center no-repeat;
}
@media (min-width: 1200px) {
  .bannerslider__form > .col {
    padding: 40px 90px 20px 90px;
  }
}
@media (max-width: 991px) {
  .bannerslider__form {
    background: white;
    margin: 0px auto;
  }
}
.bannerslider__form form {
  margin-bottom: 0px;
}
.bannerslider__form form input {
  border-left: unset;
  border-right: unset;
  border-top: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bannerslider__form form .col {
  padding-bottom: 0px !important;
}
.bannerslider__form form .wpcf7-submit {
  width: 100px;
  height: 35px;
  background: #f07628;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
}
.bannerslider__form form .wpcf7-submit:hover {
  background: #f07628 !important;
}
.bannerslider__form > .col {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .bannerslider__form input {
    margin-bottom: 0px !important;
  }
}

footer a, footer span {
  color: white !important;
}
footer .ux-menu-link__link {
  border-bottom: unset !important;
}

.chitietbosieutap .boxctalbum img {
  height: 250px;
}
.chitietbosieutap .col-sm-6:nth-child(3n+1) {
  width: 50%;
}
.chitietbosieutap .col-sm-6:nth-child(3n+1) img {
  height: 530px;
}

.rightsidebar--1 {
  position: relative;
  border-radius: 8px;
}
.rightsidebar--1:before {
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: #4279f8;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.rightsidebar--1 .rightsidebar__border {
  /*	background: #3f74f1d1;*/
  border-radius: 8px;
}

.formsign {
  padding: 0px !important;
  padding-top: 20px !important;
  text-align: center;
  /*background: #3f74f1d1;*/
  background-size: 100%;
  border-radius: 8px;
}
.formsign .col-inner {
  /*background: #3f74f1d1;*/
  border-radius: 8px;
}
.formsign p {
  margin: 0px !important;
  color: white;
}
.formsign form {
  padding: 0px 15px;
}
.formsign input {
  border-radius: 99px !important;
  border: unset !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.formsign input::-webkit-input-placeholder {
  color: white !important;
}
.formsign input::-moz-placeholder {
  color: white !important;
}
.formsign input:-ms-input-placeholder {
  color: white !important;
}
.formsign input::-ms-input-placeholder {
  color: white !important;
}
.formsign input::placeholder {
  color: white !important;
}
.formsign textarea {
  border-radius: 10px !important;
  border: unset !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.formsign textarea::-webkit-input-placeholder {
  color: white !important;
}
.formsign textarea::-moz-placeholder {
  color: white !important;
}
.formsign textarea:-ms-input-placeholder {
  color: white !important;
}
.formsign textarea::-ms-input-placeholder {
  color: white !important;
}
.formsign textarea::placeholder {
  color: white !important;
}
.formsign .wpcf7-submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  border-radius: 0px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f07628 !important;
}
.formsign .wpcf7-submit:hover {
  background: #f07628 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.formsign .wpcf7-spinner {
  position: absolute;
  bottom: -28px;
}

#logo {
  margin-right: 15px;
}

.back-to-top {
  background: #f07628 !important;
}

.blog-single {
  padding-top: 0px !important;
}
.blog-single .woocommerce-breadcrumb {
  color: white !important;
}
.blog-single .divider {
  color: #f07628 !important;
}
.blog-single .divider::nth-last-child(2) {
  color: white !important;
}

.woocommerce-breadcrumb > a:first-child {
  position: relative;
  padding-left: 0px;
  color: white !important;
}
.woocommerce-breadcrumb > a:first-child:before {
  content: "Trang chủ";
  color: #f07628 !important;
  position: absolute;
  left: 0;
}

.footer__section i {
  margin-right: 5px !important;
}
@media (max-width: 991px) {
  .footer__section {
    padding: 0px !important;
  }
}

/*.sub-menu {
background: #f07628;

.row-full-width {
background: #f07628;

.col {
padding-bottom: 0px !important;
}

span {
color: white;
}

.ux-menu-link__link {
border: unset !important;
}

}

}*/
#fixed-social {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 999;
  background-color: #f07628d6;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 490px) {
  #fixed-social {
    display: none;
  }
}

#fixed-social .list-social {
  text-align: center;
}

#fixed-social .list-social .item {
  height: 50px;
  padding: 7.5px 5px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

#fixed-social .list-social .item .wrapper {
  padding: 0px 10px;
  border-radius: 5px;
  background-color: #f07628;
}

#fixed-social .list-social .icon, #fixed-social .list-social .content {
  display: inline-block;
}

#fixed-social .list-social .icon i, #fixed-social .list-social .icon p, #fixed-social .list-social .content p {
  line-height: 35px;
  margin-bottom: 0px;
}

#fixed-social .list-social .icon img {
  height: 20px;
}

#fixed-social .list-social .content {
  margin-left: 5px;
}

#fixed-social .list-social .icon i {
  font-size: 20px;
}

#fixed-social .list-social .content p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.newrun .box-text {
  padding: 10.3px 16.8px;
  background: white;
}
@media (max-width: 1300px) {
  .newrun .box-text {
    padding: 6.3px 16.8px;
  }
}

@media (max-width: 991px) {
  .footer-1 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1030px) {
  .post-sidebar {
    padding-right: 15px !important;
    padding-left: 0px !important;
  }
}

@media (min-width: 1030px) {
  .blog-archive .row > .large-9, .blog-single .row > .large-9 {
    padding-left: 15px !important;
  }
}

.top-divider {
  margin-bottom: -1px;
  border-top: unset !important;
  opacity: 0.1;
}

.blog-single .bannerhomesidebar .box-text {
  background-color: white;
}

@media (max-width: 991px) {
  .blog-wrapper .row .large-9, .blog-wrapper .row .post-sidebar {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 991px) and (min-width: 550px) {
  .blog-wrapper .row .post-sidebar .block_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*margin: 0px -10px;*/
  }
  .blog-wrapper .row .post-sidebar .block_widget > .row {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0px 5px;
  }
}

.back-to-top {
  bottom: 60px !important;
}

.iconinfo .col {
  padding: 0px !important;
}
.iconinfo h3 {
  margin-bottom: 0px;
}
.iconinfo p, .iconinfo h3, .iconinfo a {
  color: #4279f8 !important;
  font-weight: bold !important;
}

.logo-left {
  /*
  	.hide-for-medium.flex-left {
  		max-width: 358px;
  		flex-basis: 358px;
  	}

  	.hide-for-medium.flex-right {
  		max-width: 730px;
  		flex-basis: 730px;
  	}
  */
}

/* css bo? sung
 */

.widcol  .widget-title,.sidebar-wrapper .widget-title{
	font-size: 16px;
    text-transform: uppercase;
    /* position: relative; */
    padding-bottom: 0.8em;
    text-align: center;
    padding: 10px;
    color: #FFF;
	display: block;
    background-image: linear-gradient(271deg, #18469e,#18469e);
}
.boxleft .sidebar-wrapper  .widget {
    background: #e2edf3;
}
.widget .is-divider {
    display: none
}
.blog_left .box-image {
    display: none !important;
}
.boxleft h5.post-title a{font-weight: 500;}
.menu-menu-widget-container{margin: 10px;}
.menu-menu-widget-container{}
.boxleft .box-text{padding-bottom: 4px}
.boxleft .menu-menu-widget-container a {
text-transform: uppercase;
font-weight:bold;
}
.widget>ul>li+li, ul.menu>li+li{border-top: 1px solid oldlace !important}
.congbo-img {
    padding-bottom: 0px;
	margin-bottom:0em;
}

.widcol {
    margin-bottom: 10px;
    background: #e2edf3;
    padding: 0px;
}

.label-new.menu-item>a:after {
    background-color: #FF0000;
}

a {
    color: #000000;
    text-decoration: none;
}

.post-1 .widget-title {
    background-color: #f4760b;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.post-1 ul {
    list-style-type: none;
    margin: 4px;
    height: 415px !important;
    display: inline-block;
    overflow: hidden;
}
.post-1 .col-inner ul li{margin: 2px}
span.ux-menu-link__text {
    color: #1d2327;
}
.post-1 .recent-blog-posts {
    padding: 9px 0;
    border-bottom: 1px solid #ccc;
}
.menu-wid-3 li {
    padding-left: 15px;
/*     display: inline-block; */
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.tour_du_lich_lien_he {
  font-size: 18px;
  color: black;
  margin-top: 5px;
}

.header-nav-main.nav.nav-right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}


.scroller {
  height: 335px !important;
}

.simply-scroll-clip {
  height: 335px !important;
}
.simply-scroll-clip .col-inner {
  background: white;
}
@media (max-width: 991px) {
  .simply-scroll-clip {
    width: 100% !important;
  }
}
.simply-scroll-clip .box-text {
  padding: 7px 16px !important;
}
.simply-scroll-clip h5 {
  line-height: 1.4 !important;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

.vert {
  height: 335px !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media (max-width: 991px) {
  .vert {
    width: 100% !important;
  }
}

.bannerhome__right .rightsidebar__border p {
  margin: 0px;
}
.bannerhome__right .rightsidebar__border .col {
  padding-bottom: 0px !important;
}

.news__slider .section-title-container {
  background: #f07628;
  text-align: center;
}
@media (max-width: 991px) {
  .news__slider > .col {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.news__slider .section-title {
  background: url("http://giaodienwebsite.net/vni/wp-content/uploads/2022/12/title_bg-1.png") no-repeat center left;
  background-size: contain;
  border: none;
  color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 1.25em;
  height: auto;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .news__slider .section-title {
    background-size: 100%;
  }
}
.news__slider .section-title a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.news__slider .flickity-page-dots .dot.is-selected {
  background-color: #f07628 !important;
}
.news__slider .previous {
  left: 10px !important;
  top: 0;
}
.news__slider .next {
  right: 10px !important;
  top: 0;
}
.news__slider .flickity-button-icon {
  background-color: #f07628 !important;
  opacity: 1 !important;
}
.news__slider .post-title {
  max-height: 45px !important;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 17px;
  margin: 0px 0 0;
  color: #f07628;
}
.news__slider .is-divider {
  display: block !important;
  background: #f07628 !important;
}
.news__slider .post-meta {
  opacity: 1 !important;
  font-size: 15px;
  margin-top: 10px;
}
.news__slider .section-title-container {
  margin-bottom: 10px;
}
.news__slider .flickity-page-dots {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__slider .box-text {
  padding-left: 0px;
}
.news__slider .news .is-divider {
  display: block;
}
.news__slider .button {
  color: white;
  background: #f07628 !important;
  border: 2px solid #f07628 !important;
  font-size: 14px !important;
}
.news__slider .button:hover {
  background: #f3a11e !important;
  border: 2px solid #f3a11e !important;
}
.news__slider .post-item .col-inner {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-width: 0px;
  border-style: solid;
  height: 100%;
  border-color: unset;
}
.news__sliderright .section-title-normal {
  background: #f07628 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 3px;
}
.news__sliderright .section-title {
  background: url("http://giaodienwebsite.net/vni/wp-content/uploads/2022/12/title_bg-1.png") no-repeat center left;
  background-size: contain;
  border: none;
  color: white;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  font-size: 1.25em;
  height: auto;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .news__sliderright .section-title {
    background-size: 100% !important;
  }
}
.news__sliderright .section-title a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
}
.news__sliderright .rightsidebar__border > .col > .col-inner {
  padding-top: 0px;
}
.news__sliderright .section-title-container {
  margin-bottom: 0px;
}
.news__sliderright .section-title-main {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: unset !important;
}
.news__sliderright .section-title-main span {
  border-bottom: unset !important;
}
.news__sliderright .col-inner {
  border: unset;
}
.news__sliderright .box-text {
  background: white;
}
.news__sliderright .box {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .news__sliderright .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news__sliderright .post-title {
  height: 35px;
  overflow: hidden;
  font-weight: normal;
  color: black;
}
@media (max-width: 991px) {
  .news__sliderright .post-title {
    height: auto;
    overflow: hidden;
    font-weight: normal;
    color: black;
    padding: 10px 10px 0px 10px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .news__sliderright .box-image {
    width: 50% !important;
  }
  .news__sliderright .box-text, .news__sliderright h5 {
    padding: 0px !important;
    padding-left: 5px !important;
  }
}
.news__sliderright .box-vertical .box-image, .news__sliderright .box-vertical .box-text {
  direction: ltr;
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 991px) {
  .news__four > .col {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.news__four .box-image {
  display: none;
}
.news__four .row .post-item:nth-child(1) .box-image {
  display: block !important;
}
.news__four .row .post-item:nth-child(1) .box:before {
  display: none !important;
}
.news__four .row .post-item:nth-child(1) .box-text {
  padding-left: 0px;
  border-bottom: unset !important;
  padding-top: 10px;
  padding-bottom: 0px;
}
.news__four .row .post-item:nth-child(1) .box-text h5 {
  font-weight: 700;
}
.news__four .row .col-inner {
  border: unset;
  padding: 0px;
  background: white;
}
.news__four .row .post-item .box {
  position: relative;
}
.news__four .row .post-item .box:before {
  background: #f07628;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: 3px;
  top: 25px;
}
.news__four .row .post-item .box-text {
  padding: 15px 5px;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
}
.news__four .row .post-item .box-text h5 {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  height: 35px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 5px;
  font-weight: normal;
}
.news__four .stitle {
  position: relative;
  border-left: unset !important;
  margin-bottom: 15px !important;
  padding: 0px 20px;
}
.news__four .stitle:before {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f07628;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
  bottom: -10px;
}

.bannerslider__text h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 10px;
}
.bannerslider__text h3 {
  color: #fbbf46;
  font-size: 31px;
  line-height: 45px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .bannerslider__text {
    text-align: center;
  }
}
.bannerslider__tes {
  margin-top: 50px;
}
.bannerslider__tes .col-inner {
  padding: 60px 40px 40px 40px;
}
@media (max-width: 991px) {
  .bannerslider__tes .col {
    margin-bottom: 50px;
  }
}
.bannerslider__tes .testimonial-box {
  position: relative;
}
.bannerslider__tes .testimonial-box img {
  margin-top: -150px;
}
.bannerslider__tes .testimonial-box .testimonial-name-divider {
  display: none;
}
.bannerslider__tes .testimonial-box .testimonial-meta {
  position: absolute;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bannerslider__tes .testimonial-box .testimonial-meta:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #a71e23;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.bannerslider__tes .testimonial-box .testimonial-text {
  margin-top: 60px;
}
.bannerslider__tes .testimonial-box .star-rating {
  position: absolute !important;
  right: 0;
  top: 0;
}
.bannerslider__tes .testimonial-box .star-rating span:before {
  color: #f3a11e !important;
}
.bannerslider__tes .flickity-page-dots {
  bottom: -8px;
}
.bannerslider__tes .flickity-viewport {
  overflow: unset;
}
.bannerslider__form {
  margin-bottom: -100px;
  background: white;
  max-width: 1340px !important;
  background-size: 100% !important;
  border-radius: 10px;
  background: url(https://anhnguathena.vn/themes/default/img/img-9.png) center no-repeat;
}
@media (min-width: 1200px) {
  .bannerslider__form > .col {
    padding: 40px 90px 20px 90px;
  }
}
@media (max-width: 991px) {
  .bannerslider__form {
    background: white;
    margin: 0px auto;
  }
}
.bannerslider__form form {
  margin-bottom: 0px;
}
.bannerslider__form form input {
  border-left: unset;
  border-right: unset;
  border-top: unset;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bannerslider__form form .col {
  padding-bottom: 0px !important;
}
.bannerslider__form form .wpcf7-submit {
  width: 100px;
  height: 35px;
  background: #f07628;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  border: none;
}
.bannerslider__form form .wpcf7-submit:hover {
  background: #f07628 !important;
}
.bannerslider__form > .col {
  padding-top: 30px;
}
@media (min-width: 1200px) {
  .bannerslider__form input {
    margin-bottom: 0px !important;
  }
}

footer a, footer span {
  color: white !important;
}
footer .ux-menu-link__link {
  border-bottom: unset !important;
}

.chitietbosieutap .boxctalbum img {
  height: 250px;
}
.chitietbosieutap .col-sm-6:nth-child(3n+1) {
  width: 50%;
}
.chitietbosieutap .col-sm-6:nth-child(3n+1) img {
  height: 530px;
}

.rightsidebar--1 {
  position: relative;
  border-radius: 8px;
}
.rightsidebar--1:before {
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background: #4279f8;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.rightsidebar--1 .rightsidebar__border {
  /*	background: #3f74f1d1;*/
  border-radius: 8px;
}

.formsign {
  padding: 0px !important;
  padding-top: 20px !important;
  text-align: center;
  /*background: #3f74f1d1;*/
  background-size: 100%;
  border-radius: 8px;
}
.formsign .col-inner {
  /*background: #3f74f1d1;*/
  border-radius: 8px;
}
.formsign p {
  margin: 0px !important;
  color: white;
}
.formsign form {
  padding: 0px 15px;
}
.formsign input {
  border-radius: 99px !important;
  border: unset !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.formsign input::-webkit-input-placeholder {
  color: white !important;
}
.formsign input::-moz-placeholder {
  color: white !important;
}
.formsign input:-ms-input-placeholder {
  color: white !important;
}
.formsign input::-ms-input-placeholder {
  color: white !important;
}
.formsign input::placeholder {
  color: white !important;
}
.formsign textarea {
  border-radius: 10px !important;
  border: unset !important;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.formsign textarea::-webkit-input-placeholder {
  color: white !important;
}
.formsign textarea::-moz-placeholder {
  color: white !important;
}
.formsign textarea:-ms-input-placeholder {
  color: white !important;
}
.formsign textarea::-ms-input-placeholder {
  color: white !important;
}
.formsign textarea::placeholder {
  color: white !important;
}
.formsign .wpcf7-submit {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  border-radius: 0px !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f07628 !important;
}
.formsign .wpcf7-submit:hover {
  background: #f07628 !important;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
.formsign .wpcf7-spinner {
  position: absolute;
  bottom: -28px;
}

#logo {
  margin-right: 15px;
}

.back-to-top {
  background: #f07628 !important;
}

.blog-single {
  padding-top: 0px !important;
}
.blog-single .woocommerce-breadcrumb {
  color: white !important;
}
.blog-single .divider {
  color: #f07628 !important;
}
.blog-single .divider::nth-last-child(2) {
  color: white !important;
}

.woocommerce-breadcrumb > a:first-child {
  position: relative;
  padding-left: 0px;
  color: white !important;
}
.woocommerce-breadcrumb > a:first-child:before {
  content: "Trang chủ";
  color: #f07628 !important;
  position: absolute;
  left: 0;
}

.footer__section i {
  margin-right: 5px !important;
}
@media (max-width: 991px) {
  .footer__section {
    padding: 0px !important;
  }
}

/*.sub-menu {
background: #f07628;

.row-full-width {
background: #f07628;

.col {
padding-bottom: 0px !important;
}

span {
color: white;
}

.ux-menu-link__link {
border: unset !important;
}

}

}*/
#fixed-social {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  z-index: 999;
  background-color: #f07628d6;
  -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 490px) {
  #fixed-social {
    display: none;
  }
}

#fixed-social .list-social {
  text-align: center;
}

#fixed-social .list-social .item {
  height: 50px;
  padding: 7.5px 5px;
  display: inline-block;
  color: #000;
  font-weight: 600;
}

#fixed-social .list-social .item .wrapper {
  padding: 0px 10px;
  border-radius: 5px;
  background-color: #f07628;
}

#fixed-social .list-social .icon, #fixed-social .list-social .content {
  display: inline-block;
}

#fixed-social .list-social .icon i, #fixed-social .list-social .icon p, #fixed-social .list-social .content p {
  line-height: 35px;
  margin-bottom: 0px;
}

#fixed-social .list-social .icon img {
  height: 20px;
}

#fixed-social .list-social .content {
  margin-left: 5px;
}

#fixed-social .list-social .icon i {
  font-size: 20px;
}

#fixed-social .list-social .content p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.newrun .box-text {
  padding: 10.3px 16.8px;
  background: white;
}
@media (max-width: 1300px) {
  .newrun .box-text {
    padding: 6.3px 16.8px;
  }
}

@media (max-width: 991px) {
  .footer-1 {
    padding-top: 10px !important;
  }
}
@media (min-width: 1030px) {
  .post-sidebar {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (min-width: 1030px) {
  .blog-archive .row > .large-9, .blog-single .row > .large-9 {
    padding: 0 15px 30px !important;
  }
}

.top-divider {
  margin-bottom: -1px;
  border-top: unset !important;
  opacity: 0.1;
}

.blog-single .bannerhomesidebar .box-text {
  background-color: white;
}

@media (max-width: 991px) {
  .blog-wrapper .row .large-9, .blog-wrapper .row .post-sidebar {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 991px) and (min-width: 550px) {
  .blog-wrapper .row .post-sidebar .block_widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /*margin: 0px -10px;*/
  }
  .blog-wrapper .row .post-sidebar .block_widget > .row {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding: 0px 5px;
  }
}

.back-to-top {
  bottom: 60px !important;
}

.iconinfo .col {
  padding: 0px !important;
}
.iconinfo h3 {
  margin-bottom: 0px;
}
.iconinfo p, .iconinfo h3, .iconinfo a {
  color: #4279f8 !important;
  font-weight: bold !important;
}

.logo-left {
  /*
  	.hide-for-medium.flex-left {
  		max-width: 358px;
  		flex-basis: 358px;
  	}

  	.hide-for-medium.flex-right {
  		max-width: 730px;
  		flex-basis: 730px;
  	}
  */
}