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

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light.eot');
    src: url('../fonts/roboto-light.eot') format('embedded-opentype'),
         url('../fonts/roboto-light.woff2') format('woff2'),
         url('../fonts/roboto-light.woff') format('woff'),
         url('../fonts/roboto-light.ttf') format('truetype'),
         url('../fonts/roboto-light.svg#Roboto') format('svg');
}
@font-face {
	font-family: 'UTM';
	src: url('../fonts/utm_neo_sans_intel.eot') format('embedded-opentype');
	src: local(''),
	url('../fonts/utm_neo_sans_intel.woff') format('woff'), url('../fonts/utm_neo_sans_intel.ttf') format('truetype'), url('../fonts/utm_neo_sans_intel.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
 font-family:'Tee Franklin Forever';
 src: url("../fonts/teefranklinforever-book-webfont.woff2") format("woff"),
 url("../fonts/teefranklinforever-book-webfont.woff") format("woff");
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:'Tee Franklin Forever';
 src:url("../fonts/teefranklinforever-light-webfont.woff2") format("woff2"),
 url("../fonts/teefranklinforever-light-webfont.woff") format("woff");
 font-weight:300;
 font-style:normal
}
@font-face {
 font-family:'Tee Franklin Forever';
 src:url("../fonts/teefranklinforever-medium-webfont.woff2") format("woff2"),
 url("../fonts/teefranklinforever-medium-webfont.woff") format("woff");
 font-weight:600;
 font-style:normal
}
@font-face {
 font-family:'Tee Franklin Forever Round';
 src:url("../fonts/teefranklinforever-roundedbook-webfont.woff2") format("woff2"),
 url("../fonts/teefranklinforever-roundedbook-webfont.woff") format("woff");
 font-weight:normal;
 font-style:normal
}
@font-face {
 font-family:"outokumpu-icons";
 src:url("../fonts/outokumpu-icons.woff?v=3") format("woff"),
 url("../fonts/outokumpu-icons.ttf?v=3") format("truetype"),
 url("../fonts/outokumpu-icons.svg#outokumpu-icons?v=3") format("svg");
 font-weight:normal;
 font-style:normal
}
body 
{
	/*font-family: "Roboto", sans-serif;*/
	font-family: 'UTM', Arial, Tahoma;
	font-size: 16px; 
	line-height: 27px;
	color: #333;

}
h1, h2, h3, h4, h5, h6{
/*  font-family: "Lato", sans-serif !important;
*/}
a{ color:#222;}
a:hover{ text-decoration:none; color:red !important;}

img{ max-width:100%; height:auto; display:inline-block; vertical-align:middle}
.h3, h3 {
  font-size: 1.25em;
}

.header, .header-wrapper {
	width: 100%;
	z-index: 30;
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	
	transition: background-color .3s, opacity .3s;
}
.header-wrapper.stuck, .header-shadow .header-wrapper, .layout-shadow #wrapper {
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
	box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
}
.header-top {
	background-color: #f73936;
	padding:8px 0px;
	z-index:11;
	position:relative;
	color:#fff;


}
.header-top a{ color:#fff; font-size:15px;}
.nav > li > a, .nav-dropdown > li > a, .nav-column > li > a {
  color: #000;
  font-size:15px;
}
.nav>li>a,.header-nav a {
/* font-family: "Lato", Helvetica, sans-serif;*/
}
.topbar_left h3{ color:#000066; font-weight:700; font-size:15px; margin:5px 0px;}
/* menu */

.header-main {
	min-height: 85px;
	z-index: 10;
	position: relative;
	background:#fff;
	padding:10px 0px;
}
#logo {
  width: 120px;
}
.logo-left .logo {
  margin-left: 0;
  margin-right: 30px;
}
.logo a {
  text-decoration: none;
  display: block;
  color: #446084;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bolder;
  margin: 0;
}
.logo img {
  display: block;
  width: auto;
}
#logo img {
  max-height: 85px;
}

.nav-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nav {
  width: 100%;
  position: relative;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav, .nav ul:not(.nav-dropdown) {
  margin: 0;
  padding: 0;
}
.header:not(.transparent) .header-nav-main.nav > li > a {
  color: #222;
  font-weight:700;
}

li.menu-item-object-product_cat a{ color:#006;}

.content_about{ color:#fff; padding-bottom:30px;}
.home-about
{
	background:url(../../images/bg1.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	padding:30px 0px;
}
.title_about h1{ font-size:30px; color:#fff; font-weight:700; line-height:40px;}
.sub_title_bout{ color:#fff; font-size:18px; line-height:30px}
.banner-about-carousel{ background:#fff; border-radius:24px; padding:30px; margin-top:20px;}
.banner-about-carousel a{ color:#222;}
.title-banner{font-size:18px; color:#222; margin-bottom:20px;font-weight:700;}
.description-banner{ margin-bottom:30px;}
.home-tab-product
{
	background:url(../../images/bg_sp.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	padding:50px 0px;
	margin-bottom:50px;

}
/*.home-product{
	padding:50px 0px 0px 0px;
}*/
.home-tab-product .title_pro, .home-news .title_pro{ font-size:30px; font-weight:700; text-align:center; color:#fff; text-transform:uppercase;}
.home-product .title_pro{ font-size:30px; font-weight:700; text-align:center;  text-transform:uppercase;}

.is-divider{
	background-color:rgb(30, 17, 107);
	max-width:100%; 
	clear:both;
	height: 3px;
	display: block;
	margin: 1em 0 1em;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
}
.home-tab-product .desc_pro{ text-align:center; padding-left:15px; padding-right:15px; color:#fff;}
.home-product .desc_pro{ text-align:center; padding-left:15px; padding-right:15px; color:#222;}

.item-pro{ background:#fff; margin-bottom:30px;padding:10px; border:1px solid #ededed}
.product-cat{ font-size:12px; opacity:0.7; margin-top:0.1em; margin-bottom:0.1em;}
.product-title{ margin-top:15px;}

.box-image img:hover {
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
}

.white {
  background-color: #fff !important;
  color: #666 !important;
  border-radius: 99px;
  margin-top: 62px;
}
.content_about_us{
	display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.banner-about-us-carousel { margin-top:40px;}
.is-small{ color:#F90; font-size:12px; background:#fff}
.is-small:hover{ color:#222;}
.home-news
{
	background:url(../../images/bg2.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	padding:50px 0px;z-index: 1;
	

}
.div_new_box{ background:#fff; padding:5px 5px 20px 5px; text-align:center}
.news_title h4 a{color: #1d1167; font-size:30px; font-weight:700;}
.box_h_txt_news h5
{ 
color:#000; 
font-size:15px; 
text-transform:uppercase;
font-weight:700; 
margin-top:15px; 
margin-bottom:15px; 
}
.div_new_box a:hover h5{ color:red;}
.news_evens_area{ margin-top:28px;}
.title_about-us h4{ font-size:30px; font-weight:700;color: #222; text-transform:uppercase}

.home-about-us
{
	background:#fff;
	
	padding:50px 0px;z-index: 1;
	

}
.primary{background-color: #f4c619;border-radius:99px; margin:15px 0px;}
.banner-faq-carousel{ padding:50px 0px;}
.post-meta{ font-size:12px; text-align:center;}


.home-contact .title_pro {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.home-about-why .desc_pro{ padding-left:0px; padding-right:0px;}
.home-contact .desc_pro{ padding-left:0px; padding-right:0px; color:#fff;}
.form-contact .control-label{ color:#fff;}
.sao{ color:red;}
.form-contact .form-control{
width: 100%;
height: auto;

outline: 0;
box-shadow: none;
margin-bottom: 10px;
padding: 14px;
color: #ffffff;

margin-left: 0;
margin-right: 0;
background-color: #c8c4ff0f;	
border-radius: 10px !important;
}
.form-contact input[type="text"], .form-contact input[type="email"]{color: #ffffff !important;background-color: #c8c4ff0f !important;}
.buttonsend {
  float: right;
  display: inline-block;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545 !important;
  border-color: #dc3545;
  margin-bottom:50px;
}
#tien input[type="text"]{color: #222 !important;} 
input.input-text{border-color: #4bce61;}
.home-contact
{
	background:#981012;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: 50% 50%;
	padding:30px 0px;
	
	
}
.widget-title{text-transform:uppercase; font-size:20px; font-weight:700; margin-bottom:20px;}
#footer{
	background:#f73936;
	padding:50px 0px;
	border-top: 8px solid #f4c619;color: #fff;
	clear:both;
	
}

#Footer ul{ padding:0;}
#Footer ul li{ margin-left:15px;margin-bottom: 4px;margin-top: 3px;color: #fff;}
.foolist li a{color: #fff;}
.foolist li a:hover, .header-top a:hover{color:#f1af01 !important;}
.social-icons{ margin-top:15px;}
.social-icons .fa{font-size: 1.2em;color: #808080; }
.social-icons a{ margin-left:5px; margin-right:5px;}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background:#fff;
}

.sidebar-menu .search-form {
 display:block !important
}
.searchform-wrapper form {
 margin-bottom:0
}
.mobile-nav>.search-form,
.sidebar-menu .search-form {
 padding:5px 0;
 width:100%
}
.form-flat .search-form-categories {
 padding-right:5px
}
.widget_search .submit-button,
.searchform-wrapper:not(.form-flat) .submit-button {
 border-top-left-radius:0 !important;
 border-bottom-left-radius:0 !important
}
.searchform {
 position:relative
}
.searchform .button.icon {
 margin:0
}
.searchform .button.icon i {
 font-size:1.2em
}
.searchform-wrapper {
 width:100%
}
.searchform-wrapper.form-flat .submit-button.loading .icon-search {
 opacity:0.0
}
.searchform-wrapper.form-flat .submit-button.loading:after {
 border-color:currentColor
}
.searchform-wrapper.form-flat .flex-col:last-of-type {
 margin-left:-2.9em
}



/* Animation */

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,70px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
/*[data-animate]{
  will-change: filter, transform, opacity;
  -webkit-backface-visibility: hidden;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0 !important;
  -webkit-transition: opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
  transition: opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
  -o-transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in;
  transition: filter 1.3s, transform 1.6s, opacity 0.7s ease-in, -webkit-filter 1.3s, -webkit-transform 1.6s;
}
[data-animated="true"]{
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1 !important;
}*/
@-webkit-keyframes fadeInRight {
            0% {
               opacity: 0;
               -webkit-transform: translateX(20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInRight {
            0% {
               opacity: 0;
               transform: translateX(20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
         
         .fadeInRight {
            -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
         }
@-webkit-keyframes fadeInLeft {
            0% {
               opacity: 0;
               -webkit-transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               -webkit-transform: translateX(0);
            }
         }
         
         @keyframes fadeInLeft {
            0% {
               opacity: 0;
               transform: translateX(-20px);
            }
            100% {
               opacity: 1;
               transform: translateX(0);
            }
         }
.animatedFadeInLeft {
    opacity: 0
}

.fadeInLeft {
    opacity: 0;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
}
.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
	animation-delay: .6s;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: .6s;
}
.animated + .animated{
    animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
	animation-delay: .7s;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: .7s;
}

.animated + .animated +.animated + .animated+.animated{
    animation-duration: 0.8s;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
	animation-delay: .8s;
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
	transition-delay: .8s;
}
/*----------------------------back to top----------------------------*/
#toTop{
	background: #000;
	border-radius: 50%;
	bottom: 10px;
	color: #fff;
	display: block;
	font-size: 25px;
	height: 42px;
	line-height: 0;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none !important;
	transition: all .5s cubic-bezier(0,0,0,1) 0s;
	width: 42px;
	z-index: 1000;
	border:1px solid #fff;

}
#toTop .fa {
	font-size: 22px;
	color: #fff
}
#toTop:hover,
#toTop:focus{
	background: #666666;
}

#sticky-social-icons-container.alignment-left{
    left: 0;
}

#sticky-social-icons-container.alignment-right{
    right: 0;
}


#sticky-social-icons-container.alignment-left.with-animation li a:hover{
        margin-right: -10px;
    }


#sticky-social-icons-container.alignment-right.with-animation li a:hover{
        margin-left: -10px;
    }


@media( max-width: 767px ){

   
    #sticky-social-icons-container.hide-in-mobile{
        display: none !important;
    }

}
#sticky-social-icons-container {
  position: fixed;
  z-index: 999;
  text-align: center;
}
#sticky-social-icons-container {
  top: 250px;
}
#sticky-social-icons-container ul {
  margin: 0;
  padding: 0;
}
#sticky-social-icons-container li {
  list-style: none;
}
#sticky-social-icons-container.design-rounded.alignment-right li:first-child a {
  border-radius: 5px 0 0 0;
}
#sticky-social-icons-container li a.fab-fa-facebook-square {
  color: #fff;
  background: #1e73be;
}
#sticky-social-icons-container li a {
  font-size: 32px;
  width: 54px;
  height: 54px;
}
#sticky-social-icons-container li a {
  -webkit-transition: .1s;
  transition: .1s;
    transition-timing-function: ease;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  text-align: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#sticky-social-icons-container.design-rounded.alignment-right.with-animation li a:hover {
  border-radius: 5px 0 0 5px !important;
}
#sticky-social-icons-container.alignment-right.with-animation li a:hover {
  margin-left: -10px;
}
#sticky-social-icons-container li a.fab-fa-whatsapp:hover {
  color: #fff;
  background: #4cd140;
}
#sticky-social-icons-container.with-animation li a:hover {
  width: 64px;
}
#sticky-social-icons-container li a {
  font-size: 32px;
  width: 54px;
  height: 54px;
}
#sticky-social-icons-container li a.fab-fa-whatsapp {
  color: #fff;
  background: #8abc3a;
}
#sticky-social-icons-container li a.fab-fa-skype {
  color: #fff;
  background: #39b9ef;
}

[aria-label][role~="tooltip"] {
  position: relative;
}

[aria-label][role~="tooltip"]::before,
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}

[aria-label][role~="tooltip"]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~="tooltip"]::after {
  background: rgba(17, 17, 17, .9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~="tooltip"]:hover::before,
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::before,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}



/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~="tooltip"][data-microtip-position|="top"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}

[role~="tooltip"][data-microtip-position|="top"]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}

[role~="tooltip"][data-microtip-position|="top"]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-left"]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}


/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="top-right"]::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~="tooltip"][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}


/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position|="bottom"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}

[role~="tooltip"][data-microtip-position|="bottom"]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover::before {
  transform: translate3d(-50%, 0, 0);
}

[role~="tooltip"][data-microtip-position|="bottom"]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}


/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-left"]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}


/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="bottom-right"]::after {
  transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}


/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="left"]::before,
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="left"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~="tooltip"][data-microtip-position="left"]::after {
  margin-right: 11px;
}

[role~="tooltip"][data-microtip-position="left"]:hover::before,
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}


/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/
[role~="tooltip"][data-microtip-position="right"]::before,
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}

[role~="tooltip"][data-microtip-position="right"]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~="tooltip"][data-microtip-position="right"]::after {
  margin-left: 11px;
}

[role~="tooltip"][data-microtip-position="right"]:hover::before,
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/
[role~="tooltip"][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}

[role~="tooltip"][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}

[role~="tooltip"][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}

#main{
 padding:30px 0px;
/* font-family:Arial,Helvetica,sans-serif;
*/ width: 100%;
background: url(../images/universal-seo.png) repeat center center;
clear:both;
}

#main .breadcrumb
{ 
	background: #b42e59;
	color:#fff;
	padding: 8px 5px 8px 15px;
	text-transform:uppercase
}
#main .breadcrumb a
{ 
	color:white;
	text-transform:uppercase
}
#main .breadcrumb a:hover{color:#f4c619 !important}
.browse-tags{ float:right;}
.custom-dropdown--white select {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
 
}
.clear{ clear:both;}
.tieude_sp h1{ font-weight:700; font-size:24px; line-height:40px;}
/*th:first-child, td:first-child {
  padding-left: 0;
}
td {
  color: #666;
}
th, td {
  padding: .5em;
    padding-left: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ececec;
  line-height: 1.3;
  
}*/
#product-main{
	 background-image: url(../images/15708647275823.webp);
	/* padding: 40px 0;*/
}
.quicach{
display: block;
border-top: 1px dotted #ddd;
padding: 5px 0;	
}
.share-icons .fa{ font-size:24px; color:#808080;vertical-align: middle;text-align:center; margin-top:6px;}
.share-icons a{ width:39px; border:2px solid #808080; height:42px; display:inline-block; text-align:center; border-radius:50%;}
.share-icons .fa:hover{color:#fff !important; border:0;}
.share-icons a:hover{border:0px;}
.share-icons .email:hover {
 background:#000 !important;

}
.share-icons .facebook:hover {
 background:#3a589d !important;

}

.share-icons .whatsapp:hover {
 background:#51cb5a !important;

}
.share-icons .twitter:hover {
 background:#2478ba !important;

}

.share-icons .pinterest:hover {
 background:#cb2320 !important;

}
.share-icons .linkedin:hover {
 background:#0072b7 !important;
 color:#fff;
}
.thongtinsanpham{border-top:3px solid #f4c619;color:rgba(17,17,17,0.85); font-weight:700; text-transform:uppercase; display:inline-block; padding-top:5px; margin:30px 0px;font-size: 24px; }
.ct_detail h3{color:#333399; font-size:24px; font-weight:700;}
.box-text h4{color: #333399; font-weight:bold;line-height: 1.3;
margin-top: .1em;
margin-bottom: .1em; font-size:18px;}
.is-border{border: 1px solid rgb(255, 195, 0);
border-radius: 50px;
}
.thongtinlienhe-product{ text-transform:uppercase; font-weight:bold; padding-top:30px; padding-bottom:30px;font-size: 24px;}
.section-title {
	margin:30px 0px;
	display: flex;
	text-align:center;
	color: #333399;
	font-size: 24px;
	font-weight: 700;
	align-items: center;
}
.section-title b {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}
.title_about-us h4{color: #000080; text-transform:uppercase}
.icon-box-text p{color: #1d1167;font-size: 150%}
.icon-box-img img{ width:35px; margin-bottom:15px;}
.contc{ background:#fff; padding-top:20px; padding-bottom:20px; margin-bottom:30px;}
.nd_contact{ width: 100%;
-js-display: flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap; max-width:100%;}
.icon-box-text .description{ color:#333;font-size: 120%;}
.box-shadow-2-hover:hover {
 -webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
 box-shadow:0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}

 .img-cover {
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 100%;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 56.25%;
}
.img-cover img {
  right: 0;
/*  width: 100%;
  height: 100%;
*/  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin:auto;
}

.div_new_box { margin-bottom:30px;}
.badge.post-date {
  top: 7%;
}
.badge.top {
  left: 0;
}
.absolute {
  position: absolute !important;
}
.badge-outline, .badge-circle {
  margin-left: -.4em;
}
.badge {
  display: table;
  z-index: 20;
  pointer-events: none;
  height: 2.8em;
  width: 2.8em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size:100%;
}
.badge-inner{
  color: #f4c619;
  background-color: #fff;
border: 2px solid currentColor;
display: table-cell;
vertical-align: middle;
text-align: center;
width: 100%;
height: 100%;

font-weight: bolder;
padding:8px 10px;
white-space: nowrap;
-webkit-transition: background-color .3s, color .3s, border .3s;
-o-transition: background-color .3s, color .3s, border .3s;
transition: background-color .3s, color .3s, border .3s;
}
.tabs_pc ul{margin: auto;
text-align: center;
display: inline-block;}
.tabs_pc ul li a{
	 border-radius:50px; text-transform:uppercase; font-weight:bold;}
.tabs_pc ul .active{
	background-color: #f4c619; border-radius:50px; color:#fff !important; text-transform:uppercase; font-weight:bold;}
	.color-price{ color:red;font-size: 18px;}
	.title-wrapper h2{ font-weight:500; line-height:27px; font-size:16px;}
	.two-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box !important;
  line-height: 24px;
  -webkit-box-orient: vertical;
  word-break: break-word;
  height: 48px;
-webkit-line-clamp: 2;
}
.free-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box !important;

  -webkit-box-orient: vertical;
  word-break: break-word;
  height: 81px;
-webkit-line-clamp: 3;
}
.line-hg {
  position: relative;
  height: 15px;
  width: 160px;
  margin: 0 auto 25px;
}
.line-hg::before {
  position: absolute;
  top: 14px;
  left: 0;
  content: "";
  background-color: #a7a5a5;
  height: 1px;
  width: 60px;
}
.line-hg::after {
  position: absolute;
  top: 14px;
  right: 0;
  content: "";
  background-color: #a7a5a5;
  height: 1px;
  width: 60px;
}
 .line-hg span {
  position: absolute;
  top: 7px;
  left: 50%;
  z-index: 1;
  content: "";
  background-color: #a7a5a5;
  height: 14px;
  width: 14px;
  margin-left: -7px;
  border-radius: 100%;
}
.home-doitac .owl-item .item img {
  height: 60px;
  width: auto;
}
.copyrights{ background:#be0c07; padding:15px 0px; color:#fff;}

.header-top ul {padding:0px; margin:0; color:#fff;}
.header-top ul li{ list-style:none;}
.topbar_left{align-items: center;
display: flex;}
.left-top-wrapper ul li {
  padding: 0 15px 0 0px;
}

.header-social-icons li {
  background: #f1af01;
  display: inline-block;
  height: 35px;
  margin-left: 5px;
  padding: 4px;
  text-align: center;
  width: 35px;
  border-radius: 50%;
}
.header-social-icons li a i {
  border: 1px dashed #fff;
  color: #fff;
  font-size: 19px;
  height: 27px;
  padding: 4px;
  width: 27px;
  border-radius: 50%;
}
.box-shadow-2-hover:hover {
 -webkit-box-shadow:0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
 box-shadow:0 3px 6px -4px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)
}
.header-nav li a{ color:#222 !important;}
.home-product a h1:hover, .home-tab-product a h1:hover{ color:red !important;}
.sub_title_bout_us{ height:239px; overflow:hidden;}
.desc_pro{ height:27px; overflow:hidden; margin-bottom:25px;}

.titi_nd h1 {
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 24px;
/*  font-family:Arial,Helvetica,sans-serif !important;
*/  font-weight:700;
}
.banner-wrapper {
  width: 100%;

}
.inner-banner {
  background-image: url(../images/bg_trangcon.jpg);
  background-position: center center;
background-size: cover;
float: left;
padding: 55px 0 50px;
position: relative;
width: 100%;
z-index: 2;
/*margin-bottom:40px;*/
}
.inner-banner::before {
  background: #2d2e2e;
  bottom: 0;
  content: "";
  left: 0;
  opacity: .6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner-banner-design {
  float: left;
  text-align: left;
  width: 100%;
}
.inner-banner-heading {
  padding: 0;
}
.inner-banner-design .subbanner {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0;
  text-transform: uppercase;
}
.inner-breadcrumb {
  line-height: 14px;
  padding: 12.5px 0 6px;
}
.inner-breadcrumb ul {
  background: rgba(0,0,0,.3) none repeat scroll 0 0;
  margin: 0 auto;
  padding: 12px 0;
  display: inline-block;
}
.inner-breadcrumb ul li {
  display: inline-block;
  padding: 0 8px 0 14px;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.inner-breadcrumb ul li:last-child {
  color: red;
}

.inner-breadcrumb ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 14px;
  text-transform: capitalize;
  transition: all .3s ease-in-out 0s;
}
.inner-breadcrumb ul li a:hover {
  color: red;
}
.inner-breadcrumb ul li::before {
  color: #fff;
  content: "";
  font-family: fontawesome;
  font-size: 12px;
  font-weight: 400;
  left: 0;
  line-height: normal;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}
.inner-breadcrumb ul li:first-child::before {
 display:none;
 font-size:0
}
.inner-breadcrumb ul li:last-child {
  color: #ff4303;
}
.tab-content, .content_pro{ margin-top:30px;}
.title_news_detail{ font-size:26px !important; font-weight:700;}
.tieude_lq{font-weight: 700;
text-transform: capitalize;
font-size: 1.375rem;
display: inline-block;
line-height: 30px;
color: #000;
position: relative;
margin-bottom:10px;
}
.pro-property {
  margin-top: 15px;
}
.flex--center {
  align-items: center;
}
.btn-muangay{
  background-color: red;
  text-transform: uppercase;
color: #fff;
border: none;
display: inline-block;
padding: 8px 30px;
font-weight: 700;
margin-left: 5px;
border-radius: 3px;
min-width: 200px;
text-align: center;
}
.btn-muangay:hover{ color:#fff !important;}
.acenter {
 clear:both;
 text-align:center
}
.paging {
 clear:both;
 margin-bottom:20px;
 margin-top:20px;
 text-align:center;
 display:inline-block
}
.paging a {
 color:#000;
 text-decoration:none;
 border:1px solid #666;
 padding:10px 15px;
 text-align:center;
 margin-right:5px
}
.paging a:hover {
 color:#fff;
 text-decoration:underline;
 background-color:#000
}
.paging .current {
 background-color:#000;
 color:#fff;
 padding:10px 15px;
 text-align:centerfont-weight:bold
}
.paging div {
 float:left;
 height:45px
}
.inner-wrapper .inner-wrapper-main {
 width:100%;
 padding:0;
 margin-bottom:20px;
}
.inner-wrapper .inner-wrapper-main h3 {
 font-weight:600;
 color:#2d2e2e
}
.inner-wrapper-main figure {
 float:left;
 overflow:hidden;
 position:relative;
 width:100%
}
.inner-wrapper-main figure img {
 float:left;
 width:100%
}
.oops {
 text-align:center
}
.oops p {
 font-size:16px;
 margin:0 0 30px 0;
 padding:0;
 letter-spacing:2px
}

.oops h2 {
 font-size:80px;
 margin:0 0 10px 0;
 padding:0;
 color:#ff4303;
/* font-family:Raleway,sans-serif;*/
 font-weight:600
}
.oops h2 span {
 color:#2d2e2e
}
.oops h3 {
 font-size:40px;
 margin:0 0 30px 0;
 padding:0;
 color:#ff4303;
 font-family:Raleway,sans-serif;
 font-weight:600
}
.oops .btn-home {
 background:transparent none repeat scroll 0 0;
 border:1px solid #ccc;
 border-radius:0;
 color:#333;
 display:inline-block;
 font-size:18px;
 letter-spacing:2px;
 line-height:normal;
 padding:8px 34px;
 text-transform:uppercase;
 transition:all .3s ease-in-out 0s
}
.oops .btn-home:focus,
.oops .btn-home:hover {
 background:#ff4303;
 color:#fff;
 text-decoration:none
}
.masanpham {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  list-style: none;
  margin-bottom: 5px;
}
.masanpham li:first-child {
  background-color: red;
  color: #fff;
}
.masanpham li {
  font-weight: 400;
  padding: 5px 15px;
  background-color: #eee;
  border-radius: 30px;
  font-size: 13px;
  list-style:none;
  margin-right: 5px;
}
.download {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #114978;
  padding: 10px;
}
.download-title {
  font-size: 18px;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
  border-top: 1px solid rgba(0,0,0,.1);
}
.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }
  .fa-redo {font-size:30px !important; color:#fff; margin-left:15px;}
  .sao{color:red;}
  #ex1{ text-align:center;}
  .detail-project-right p{ margin-bottom:2px !important;}
  .contactInfo{ clear:both; margin-top:20px;background-color: #d4edda;
border-color: #c3e6cb;

padding: 10px;}
.dat_hang{ margin-top:15px;}
.single_add_to_cart_button {
  background: #b61c18 !important;
  color: #FFFFFF;
  border: 0px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 8px 30px;
  font-weight: bold;
}
#tieptuc, #capnhatsp, #xoasp, #muasp {
  background: #bc0827;
  padding: 10px;
  color: #FFFFFF;
  border: 0px;
  border-radius: 10px;
  font-weight: 700;
}
.pro-price .amount {
  font-size: 25px;
  color: #ed1c24;
}