        html {
  font-family:sans-serif;
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

body {
  margin:0;
}

nav,
section {
  display:block;
}

a {
  background-color:transparent;
}

strong {
  font-weight:700;
}

h1 {
  margin:.67em 0;
  font-size:2em;
}

small {
  font-size:80%;
}

img {
  border:0;
}

button,
input,
select {
  margin:0;
  font:inherit;
  color:inherit;
}

button {
  overflow:visible;
}

button,
select {
  text-transform:none;
}

button {
  -webkit-appearance:button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding:0;
  border:0;
}

input {
  line-height:normal;
}

@font-face {
  font-display:swap;
  font-family:'Glyphicons Halflings';
  src:url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.eot);
  src:url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://govi.vn/wp-content/themes/govi/assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
  position:relative;
  top:1px;
  display:inline-block;
  font-family:'Glyphicons Halflings';
  font-style:normal;
  font-weight:400;
  line-height:1;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.glyphicon-search:before {
  content:"\e003";
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

:after,
:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

html {
  font-size:10px;
}

body {
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#333;
  background-color:#fff;
}

button,
input,
select {
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
}

a {
  color:#337ab7;
  text-decoration:none;
}

img {
  vertical-align:middle;
}

h1,
h3 {
  font-family:inherit;
  font-weight:500;
  line-height:1.1;
  color:inherit;
}

h1,
h3 {
  margin-top:20px;
  margin-bottom:10px;
}

h1 {
  font-size:32px;
}

h3 {
  font-size:20px;
}

p {
  margin:0 0 10px;
}

small {
  font-size:85%;
}

ul {
  margin-top:0;
  margin-bottom:10px;
}

ul ul {
  margin-bottom:0;
}

.container {
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

@media (min-width:768px) {
  .container {
    width:750px;
  }
}

@media (min-width:992px) {
  .container {
    width:970px;
  }
}

@media (min-width:1200px) {
  .container {
    width:1170px;
  }
}
/*slide*/
   .slider {
        width: 100%;
        margin: 20px auto;
    }
    .slider2 {
        width: 100%;
        margin: 20px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }
    .slide-main .slic-slide{
       margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: white;
    background: #000;
    border-radius: 50px;
    font-weight: bold;
    padding: 5px;
}
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
    .bg-slide{
      background-color: #fdfdfd;
    padding-top: 2px;
    margin-top: 20px;
    }
    .bg-danhsach{
      
      padding: 5px;
      text-align: center;
    }
    .bg-danhsach p{
      padding: 5px 0px;
      min-height: 55px;
      font-size: 12px;
      font-weight: bold;
    }
/*endslide*/
.row {
  margin-right:-15px;
  margin-left:-15px;
}

.col-md-3,
.col-md-9,
.col-sm-2,
.col-sm-3,
.col-sm-5,
.col-sm-7 {
  position:relative;
  min-height:1px;
  padding-right:15px;
  padding-left:15px;
}

@media (min-width:768px) {
  .col-sm-2,
  .col-sm-3,
  .col-sm-5,
  .col-sm-7 {
    float:left;
  }
  .col-sm-7 {
    width:58.33333333%;
  }
  .col-sm-5 {
    width:41.66666667%;
  }
  .col-sm-3 {
    width:25%;
  }
  .col-sm-2 {
    width:16.66666667%;
  }
}

@media (min-width:992px) {
  .col-md-3,
  .col-md-9 {
    float:left;
  }
  .col-md-9 {
    width:75%;
  }
  .col-md-3 {
    width:25%;
  }
}

.btn {
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-size:14px;
  font-weight:400;
  line-height:1.42857143;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  background-image:none;
  border:1px solid transparent;
  border-radius:4px;
}

.dropdown {
  position:relative;
}

.nav {
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}

.nav>li {
  position:relative;
  display:block;
}

.nav>li>a {
  position:relative;
  display:block;
  padding:10px 15px;
}

.nav>li>a>img {
  max-width:none;
}

.label {
  display:inline;
  padding:.2em .6em .3em;
  font-size:75%;
  font-weight:700;
  line-height:1;
  color:#fff;
  text-align:center;
  white-space:nowrap;
  vertical-align:baseline;
  border-radius:.25em;
}

.close {
  float:right;
  font-size:21px;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  filter:alpha(opacity=20);
  opacity:.2;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display:table;
  content:" ";
}

.clearfix:after,
.container:after,
.nav:after,
.row:after {
  clear:both;
}

.pull-right {
  float:right !important;
}

.hide {
  display:none !important;
}

.hidden {
  display:none !important;
}

@-ms-viewport {
  width:device-width;
  }

@media (max-width:767px) {
  .hidden-xs {
    display:none !important;
  }
  .img{
  background-size:cover!important; 
  width:100%; 
  height:100px!important; 
  margin-top: 10px; 
}
  .price .regular-price{
    font-size: 14px!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display:none !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display:none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display:none !important;
  }
}

.owl-carousel {
  display:none;
  width:100%;
  position:relative;
  z-index:1;
}

.owl-carousel .owl-stage {
  position:relative;
  -ms-touch-action:pan-Y;
}

.owl-carousel .owl-stage:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.owl-carousel .owl-stage-outer {
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0px,0px,0px);
}

.owl-carousel.owl-loaded {
  display:block;
}

.owl-carousel .owl-item {
  position:relative;
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-touch-callout:none;
}

.owl-carousel .owl-item img {
  display:block;
  width:100%;
  -webkit-transform-style:preserve-3d;
}

.owl-carousel .owl-item img {
  transform-style:preserve-3d;
}

#ppoLeadCTA {
  position:fixed;
  right:0;
  top:30%;
  display:none;
  z-index:999;
}

#ppoLeadCTA .ppo-cta-action {
  width:50px;
  height:50px;
  background-repeat:no-repeat;
  background-size:100%;
  margin-bottom:5px;
  border-top-left-radius:6px;
  border-bottom-left-radius:6px;
}

#ppoLeadCTA .ppo-cta-action .ppo-cta-action-text {
  display:block;
  position:absolute;
  white-space:nowrap;
  color:#fff;
  padding:0 8px;
  margin-left:50px;
  line-height:50px;
  text-decoration:none;
}

#ppoLeadCTA .cart-action {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/icon-cart.png);
  background-color:#164892;
  background-size:70%;
  background-position:8px 10px;
}

#ppoLeadCTA .cart-action .ppo-cta-action-text {
  background-color:#164892;
}

#ppoLeadCTA .cart-action .cart-qty {
  background:#ffd02f;
  color:#111;
  text-align:center;
  width:24px;
  height:24px;
  line-height:24px;
  border-radius:50%;
  position:absolute;
  top:5px;
  left:-34px;
}

#ppoLeadCTA .call-action {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/widget_icon_click_to_call_square.svg);
}

#ppoLeadCTA .call-action .ppo-cta-action-text {
  background-image:linear-gradient(179.83deg,#8ad336 .15%,#509600 92.02%);
}

#ppoLeadCTA .messenger-action {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/widget_icon_messenger_square.svg);
}

#ppoLeadCTA .messenger-action .ppo-cta-action-text {
  background-image:linear-gradient(0deg,#1d77e2 1.46%,#2cb7ff 99.03%);
}

#ppoLeadCTA .zalo-action {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/widget_icon_zalo_square.svg);
}

#ppoLeadCTA .zalo-action .ppo-cta-action-text {
  background-image:linear-gradient(180deg,#3a8bff 0%,#035ada 100%);
}

#ppoLeadCTA .map-action {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/widget_icon_map_square.svg);
}

#ppoLeadCTA .map-action .ppo-cta-action-text {
  background-image:linear-gradient(180deg,#07d8f8 0%,#00a0d2 100%);
}

.ppocta-lead-popup-overlay {
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,.6);
  -webkit-animation-name:aml-ease-in-out;
  -webkit-animation-duration:.5s;
  animation-name:aml-ease-in-out;
  animation-duration:.5s;
  z-index:999;
}

.ppocta-lead-popup {
  display:none;
  position:fixed;
  top:10%;
  left:calc(50% - 240px);
  max-width:480px;
  background:#fff;
  border:1px solid rgba(0,0,0,.2);
  border-radius:8px;
  box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
  -webkit-animation-name:aml-ease-in-out;
  -webkit-animation-duration:.5s;
  animation-name:aml-ease-in-out;
  animation-duration:.5s;
  z-index:999;
}
.img{
  background-size:cover!important; 
  width:100%; 
  height:200px; 
  margin-top: 10px; 
}
.ppocta-lead-popup .close {
  display:block;
  position:absolute;
  right:10px;
  top:5px;
  font-size:21px;
  font-weight:700;
  line-height:1;
  color:#000;
  text-shadow:0 1px 0 #fff;
  filter:alpha(opacity=20);
  opacity:.2;
  transform:rotate(0deg);
}

.ppocta-lead-popup .aml-modal-title {
  margin-top:20px;
  margin-bottom:0;
  color:#1d243e;
  font-weight:bold;
  line-height:24px;
  font-size:16px;
  text-align:center;
}

.ppocta-lead-popup .aml-input-phone {
  position:relative;
  width:86%;
  height:48px;
  background:#fff;
  border:1px solid #d8dde6;
  box-sizing:border-box;
  border-radius:4px;
  margin-top:24px;
  margin-left:auto;
  margin-right:auto;
  display:flex;
  padding:0;
  align-items:center;
}

.ppocta-lead-popup .aml-input-icon {
  background:transparent;
  position:relative;
  float:left;
  margin:0 10px 0 20px;
}

.ppocta-lead-popup .aml-input-field {
  outline:none;
  border:none;
  width:calc(100% - 170px);
  height:19px;
  font-style:normal;
  font-weight:normal;
  font-size:14px;
  line-height:18px;
  letter-spacing:.01em;
  margin:0;
}

.ppocta-lead-popup .aml-btn-require-callback {
  position:absolute;
  right:0;
  top:0;
  align-items:center;
  height:40px;
  border-radius:4px;
  margin:3px;
  border:none;
  order:2;
  background-color:rgba(2,119,189,1);
  color:#fff;
  padding:0 16px 0 16px;
  font-size:14px;
  font-weight:normal;
  text-transform:none;
}

.ppocta-lead-popup .aml-desktop-devider {
  text-align:center;
}

.ppocta-lead-popup .aml-desktop-devider-bar {
  width:130px;
  height:4px;
  border-top:1px solid #e9ebf1;
  display:inline-block;
}

.ppocta-lead-popup .aml-desktop-devider-text {
  font-size:12px;
  line-height:16px;
  padding-left:10px;
  padding-right:10px;
  color:#d8dde6;
}

.ppocta-lead-popup .aml-desktop-devider-bar {
  width:130px;
  height:4px;
  border-top:1px solid #e9ebf1;
  display:inline-block;
}

.ppocta-lead-popup .aml-bold-contact-title {
  line-height:24px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
  margin-top:16px;
  color:#1d243e;
}

.aml-bold-phone-number {
  font-size:32px;
  line-height:48px;
  font-weight:bold;
  text-align:center;
  margin-top:4px;
  color:#1d243e;
}

.aml-bold-phone-number a {
  color:#1d243e;
}

.ppocta-map-popup {
  display:none;
  position:fixed;
  top:10%;
  left:calc(50% - 240px);
  max-width:100%;
  background:#fff;
  border:1px solid rgba(0,0,0,.2);
  border-radius:8px;
  box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
  -webkit-animation-name:aml-ease-in-out;
  -webkit-animation-duration:.5s;
  animation-name:aml-ease-in-out;
  animation-duration:.5s;
  z-index:999;
}

.ppocta-map-popup .close {
  width:30px;
  height:30px;
  background:#fff;
  border:1px solid #ccc;
  text-align:center;
  display:block;
  position:absolute;
  right:10px;
  top:5px;
  font-size:21px;
  font-weight:700;
  line-height:27px;
  color:#000;
  text-shadow:0 1px 0 #fff;
  filter:alpha(opacity=20);
  opacity:1;
  transform:rotate(0deg);
}

.fb-customerchat iframe {
  bottom:10px !important;
}

.fb_dialog.fb_dialog_advanced iframe[data-testid="bubble_iframe"] {
  display:none !important;
}

@media (max-width:480px) {
  .ppocta-lead-popup {
    left:calc(50% - 96%/2);
    width:96%;
  }
}

@media (max-width:425px) {
  .ppocta-lead-popup .aml-desktop-devider-bar {
    display:none;
  }
  .ppocta-lead-popup .aml-input-phone {
    width:calc(100% - 30px);
    margin-left:15px;
    margin-right:15px;
  }
}

@media (max-width:375px) {
  .ppocta-lead-popup .aml-input-icon {
    margin-left:10px;
  }
  .ppocta-lead-popup .aml-input-field {
    width:calc(100% - 150px);
    font-size:12px;
  }
  .ppocta-lead-popup .aml-btn-require-callback {
    padding:0 10px;
    font-size:12px;
  }
  .ppocta-lead-popup .aml-bold-contact-title {
    font-size:14px;
  }
}

.mt10 {
  margin-top:10px !important;
}

.clearfix {
  clear:both;
}

.nNote {
  margin:0;
  padding:10px;
  box-shadow:inset 0 0 1px #fff;
  -webkit-box-shadow:inset 0 0 1px #fff;
  -moz-box-shadow:inset 0 0 1px #fff;
  z-index:1000000;
  width:100%;
  text-align:center;
  position:fixed;
}

.ui-widget-content.ui-autocomplete {
  margin:0;
  padding:0;
  list-style:none;
  z-index:1000;
  left:15px !important;
  position:absolute !important;
  width:calc(100% - 30px) !important;
}

@font-face {
  font-display:swap;
  font-family:"UTM Avo Bold";
  font-weight:lighter;
  src:url(https://govi.vn/wp-content/themes/govi/assets/fonts/UTMAvoBold.ttf);
}

body {
  font-family:"Open Sans",sans-serif;
}

a,
a:link {
  text-decoration:none;
  outline:none;
}

a,
a:link {
  color:#562b1a;
}

img {
  outline:none;
  max-width:100%;
  height:auto;
}

h1,
h3 {
  margin-top:0;
  margin-bottom:10px;
  color:#562b1a;
  font-family:'Roboto',sans-serif;
  line-height:1.2;
}

iframe {
  max-width:100%;
}

.ajax-loading-block-window {
  height:128px;
  right:0;
  overflow:hidden;
  position:fixed;
  top:0;
  width:100%;
  height:100%;
  z-index:1100;
}

.ajax-loading-block-window .loading-image {
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/ajax_loader_large.gif) no-repeat;
  height:128px;
  left:50%;
  position:absolute;
  top:50%;
  width:128px;
  margin:0 auto;
}

#ppo-overlay {
  background:rgba(0,0,0,0.7);
  bottom:0;
  height:100%;
  left:0;
  position:fixed;
  right:0;
  top:0;
  width:100%;
  z-index:998;
}

.container {
  padding-right:15px;
  padding-left:15px;
  margin-right:auto;
  margin-left:auto;
}

#scroll-to-top {
  width:46px;
  height:46px;
  position:fixed;
  right:40px;
  opacity:.6;
  z-index:1;
}

#scroll-to-top {
  display:none;
  bottom:15%;
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/toTop.png) no-repeat;
}

.btn-regiser {
  display:none;
  position:fixed;
  right:2px;
  bottom:2px;
  border-radius:22px;
  color:#fff;
  height:40px;
  line-height:40px;
  padding:0 0 0 10px;
  background:#ff0000;
  z-index:9999;
}

.btn-regiser i {
  margin-left:5px;
  margin-top:-1px;
  margin-right:-1px;
  border:2px solid #fff;
  border-radius:50%;
  display:inline-block;
  width:40px;
  height:40px;
  background:#ff0000;
  float:right;
  line-height:37px;
  text-align:center;
}

#your-cart {
  width:64px;
  height:64px;
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/cart.png) no-repeat;
  position:fixed;
  top:40%;
  right:0;
  z-index:1000;
}
.margin-top{
  margin-top: 30px;
}
.product-buyers .title {
    background: #562b1a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 0px;
}
.product-buyers {
    border: 1px solid #562b1a;
    margin-top: 15px;
}
.product-buyers .cus-slider em{
  color: #cb8a58 ;
}
.product-title{
      color: #562b1a;
    font-size: 25px;
}
.price-box .label{
      color: #562b1a!important;
    font-size: 100%;
    padding: 0;
    margin-bottom: 10px;
    margin-right: 5px;
    background: none;
    border-radius: 0;
    text-align: left;
}
.widget-product-info>.hotline{
  font-family: "UTM Avo Bold";
    font-size: 22px;
    color: #fff;
    background: #562b1a!important;
    text-align: center;
   
    border-radius: 5px;
    
    margin-bottom: 15px;
}
.widget-product-info>.hotline>a{
  color: #fff;
}
#your-cart .cart-qty {
  color:#fdb724;
  margin:3px 0 0;
  display:block;
  text-align:center;
  font-weight:bold;
}

.site-title {
  position:absolute;
  text-indent:-9999px;
  margin:0;
}

@keyframes animatedBackground {
  from {
    background-position:0 0;
  }
  to {
    background-position:100% 0;
  }
}

.fixed_hotline {
  height:40px;
  width:100%;
  position:fixed;
  z-index:1001;
  bottom:11px;
  text-align:center;
  display:block;
}

.fixed_hotline .hotline {
  display:block;
  line-height:30px;
  margin:0 auto;
  max-width:160px;
  padding-left:35px;
  text-align:left;
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/bg_hotline.png) no-repeat left center;
  padding:10px 0;
  color:#fff;
  animation:animatedBackground 1s linear infinite;
}

.fixed_hotline .hotline a {
  color:#fff;
  font-weight:bold;
  font-size:17px;
  font-family:'Roboto Condensed',sans-serif;
  padding-left:40px;
  display:block;
}

.desktop-header .top-head {
  background:#cb8a58 ;
  border-bottom:1px solid #ebebeb;
  color:#fff;
  font-size:13px;
  padding:10px 0;
  height:40px;
}

.desktop-header .top-head .slogan {
  font-weight:bold;
  float:left;
}

.desktop-header .top-head .slogan .number {
  font-size:18px;
  color:blue;
}

.desktop-header .top-head .fb-like {
  float:left;
  margin-left:10px;
  margin-top:3px;
}

.desktop-header .top-head strong {
  color:#fff;
}

.desktop-header .top-head a {
  color:#fff;
}

.desktop-header .top-head .nav {
  float:right;
}

.desktop-header .top-head .nav>li {
  display:inline-block;
}

.desktop-header .top-head .nav>li>a {
  background:none;
  padding:0 15px;
  border-right:1px solid #ccc;
}

.desktop-header .top-head .nav>li:last-child>a {
  border-right:none;
  padding-right:0;
}

.desktop-header .header_logo {
  padding:20px 0;
}

.desktop-header .header_logo img {
  max-height:54px;
}

.header-search {
  overflow:hidden;
  border:1px solid #ebebeb;
  border-radius:40px;
  margin-top:20px;
}

.header-search .sep {
  border-right:1px solid #ccc;
  float:left;
  height:20px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
}
.product-grid-container .widget-title {
    border-bottom: 1px solid #562b1a;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}
.product-grid-container .entry .product-meta {
    overflow: hidden;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #ddd;
}
.product-grid-container .entry:hover:after {
    position: absolute;
    border-bottom: 4px solid #562b1a;
    width: 100%;
    height: 0;
    content: "";
    bottom: 0;
    left: 0;
}
.cangiua{
  text-align: center;
}
.cantrenduoi{
  padding: 10px;
}
.thumb>a>img{
  width: 100%;
  padding: 20px 0px;
}
.box-border{
      background: #fff;
    border: 2px solid #e3e3e3;
    transition: transform .1s;
}
.thumb{
  overflow: hidden;
}
.img{
    transition: all 1s;
}
.img:hover{
  transform: scale(1.12);
  
}
.box-border:hover{
  box-shadow: 0 0 15px -3px rgb(0 0 0 / 50%);
  border-bottom: 2px solid #562b1a;
}
.producttitle-box>h3>a{
  color: #494949;
  font-size: 14px;
}
.producttitle-box{
  padding: 10px;
}
.box-background{
      background: #ececec;
    padding: 0px 25px 25px 25px;
}
.product-meta{
  text-align: center;
}
.price .regular-price{
      font-size: 16px;
    font-weight: 700;
    color: #562b1a;
}
.box-backgroundthongke{
     
    color: #fff;
    padding: 15px;
}
.maucam{
   background: #562b1a;
}
.mauxanh{
  background: #cb8a58 ;
      line-height: 40px;

}
.table{
  display: table;
}
.title{
  
  margin: 10px 0px;
}
.title h3{
  color: #fff;
}
.ladi-form-item input{
      width: 80%;
    margin: 5px 0px;
    border-radius: 10px;
    color: #000;
        padding: 0px 10px;
}
.hotline{
      border: 2px solid#562b1a;
    border-radius: 20px;
    padding: 10px;
    margin-top: 20px;
    font-weight: bold;
}
.ladi-form-item textarea{
        width: 80%;
    margin: 10px 0px;
    border-radius: 10px;
    color: #000;
        padding: 0px 10px;
}
.daibangnhautable{
      
    display: table-cell;
    vertical-align: top;
}
.line-ngan{
  height: 3px;
  width: 70px;
  background: #fff;
  margin-bottom: 10px;

}
.title h5{
  font-weight: bold;
  color: #A63234;
}
.title p{
  color: #000;
}
.hover-tintuc{
  margin-bottom: 15px;
  transform: 1s;
}
.hover-tintuc:hover{
  background-color: #fff0!important;
  border-bottom: 2px solid #562b1a!important;
}
.cancao{
  height: 106px;
}
.cancaolienquan>.img{
  height: 50px;
}
.margin-bottom{
      margin-bottom: 15px;
}
.allproduct{
  margin: 10px;
}
.cover{
  margin: 20px 0px;
}
.box-content{
  margin: 20px 15px;
}
.background-form{
    background: url("../images/bg-commitment.jpg") center no-repeat;
  background-size: cover;
}
.nenxam{
  background: #F2F1F1;
}
.nopadding{
  padding: 0px;
}
.box-hinhanh-form{
      margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid;
}
.danngang{
  display: flex;
  justify-content: space-around;
}
.price .old-price{
  text-decoration: line-through;
    font-size: 12px;
    color: #494949;
    margin-bottom: 0;
    min-height: 14px;
    line-height: .9;
}
.product-grid-container .entry .price {
    float: none;
    font-family: 'Roboto',sans-serif;
}
.product-grid-container .view-all {
    color: #fff;
    background: #562b1a;
    text-transform: uppercase;
    line-height: 40px;
    padding: 10px 15px;
    border-radius: 4px;
}
.widget-content{
  background: #C4C4C4;
    padding: 10px;
}
.product-grid-container .widget-title:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 1px;
    bottom: -1px;
     background: none; 
}
.header-search select {
  float:left;
  height:40px;
  width:170px;
  padding:0 15px;
  border:none;
  outline:none;
  position:relative;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/arrow-down.png) no-repeat right center;
}

.header-search input {
  float:left;
  height:40px;
  border:none;
  outline:none;
  width:calc(100% - 90px);
}

.header-search button {
  float:right;
  height:40px;
  width:40px;
  border:none;
  outline:none;
  padding:0;
  background:#562b1a  url(https://govi.vn/wp-content/themes/govi/assets/images/icon-search.png) no-repeat center;
  color:#fff;
}

.header-tags {
  padding-top:5px;
  padding-bottom:15px;
  padding-left:5px;
  font-size:12px;
}

.header-tags a {
  color:#999;
}

.header-hotline {
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/hotline.png) no-repeat;
  height:42px;
    color: #ef1d2e;
    display: block;
    padding-left: 50px;
    font-family: "UTM Avo Bold";

    border-radius: 48px;
    border: 2px solid #ef1d2e;
    padding: 0px;
}

.header-hotline2 {
  background:url(https://govi.vn/wp-content/themes/govi/assets/images/hotline2.png) no-repeat 20px 0;
  border-left:1px solid #ccc;
  padding-left:20px;
  margin-left:20px;
}

.header-hotline span {
  display:block;
  font-size:14px;
  color:#000;
  line-height:1;
  padding-left:50px;
  font-weight:600;
}

.header-hotline a {
  color:#ef1d2e;
  display:block;
  padding-left:50px;
  font-family:"UTM Avo Bold";
  line-height: 42px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #562b1a;
}


.header-hotline2 span,
.header-hotline2 a {
  padding-left:60px;
}

.top-nav {
  top:0;
  width:100%;
  position:relative;
  z-index:999;
  background:#cb8a58 ;
  -webkit-box-shadow:0 2px 7px rgba(0,0,0,.2);
  -moz-box-shadow:0 2px 7px rgba(0,0,0,.2);
  box-shadow:0 2px 7px rgba(0,0,0,.2);
}
.anlogo{
  display: none;
}
.main-menu {
  position:relative;
}

.main-menu .ubermenu.ubermenu-loc-primary2 {
  float:left;
  clear:none;
}

.main-menu .ubermenu.ubermenu-loc-primary2 .ubermenu-nav>li>a {
  color:#fff;
  border-right:1px solid #cb8a58 ;
  padding:12px 20px;
  display:block;
  font-size:15px;
  font-weight:500;
  text-transform: uppercase;
  font-family:'Roboto',sans-serif;
}

.main-menu .ubermenu.ubermenu-loc-primary2 .ubermenu-nav>li>a:after {
  right:7px !important;
}

.main-menu .ubermenu.ubermenu-loc-primary2 .ubermenu-nav>li:last-child>a {
  border-right:none;
  padding-right:0;
}

.main-menu .ubermenu.ubermenu-loc-primary2 .ubermenu-nav>li.ubermenu-current-menu-item {
      background: #cb8a58 ;
    border-bottom: 2px solid #562b1a;
}

.main-menu .ubermenu.ubermenu-loc-primary2 .ubermenu-nav .ubermenu-submenu {
  position:absolute;
}

.main-menu .menu-opener {
overflow: hidden;
    color: #fff;
    background: #562b1a;
    text-transform: uppercase;
    padding: 10px 12px 10px 20px;
    font-size: 20px;
}

.main-menu .menu-opener .icon2 {
  float:right;
}

.main-menu .header-categories-nav {
  position:relative;
  width:300px;
  float:left;
}

.main-menu .header-categories-nav .ubermenu-vertical {
  border:1px solid #ddd;
  background:#fff;
  position:absolute;
  width:100%;
  display:none !important;
}

.main-menu .header-categories-nav.opened .ubermenu-vertical {
  display:block !important;
}

.main-menu .header-categories-nav .ubermenu-vertical .ubermenu-nav>li>a {
  border-bottom:1px solid #ddd;
  font-size:14px;
  font-weight:bold;
  color:#000;
  padding:13.5px 20px;
}

.main-menu .header-categories-nav .ubermenu-vertical .ubermenu-nav>li:last-child>a {
  border-bottom:none;
}

.main-menu .header-categories-nav .ubermenu-vertical .ubermenu-nav>li>.ubermenu-submenu>li>a {
  font-size:14px;
  font-weight:bold;
  white-space:nowrap;
  color:#164892;
}

.main-menu .header-categories-nav .ubermenu-vertical .ubermenu-item-layout-image_left>.ubermenu-target-text {
  padding-left:0px;
}
.archive-content .entry .entry-title {
    font-size: 14px;
    margin: 0 0 5px;
}
.candai{
  height: 130px;
}
.archive-content .entry {
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ccc;
    background: #fff;
    -webkit-box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 2px 10px -5px rgba(0,0,0,.5);
    box-shadow: 0 2px 10px -5px rgb(0 0 0 / 50%);
}
.secSupport__social{
      display: flex;
    flex-direction: column;
    position: fixed;
    left: 20px;
    bottom: calc(10vh - 50px);
    z-index: 999;
}
.secSupport__social>a>img{
  width: 40px;
  height: 40px;
}
.fixicon{
    width: 20px;
  height: 20px;
}
.top-nav .container {
  position:relative;
}
.related-posts .entry .entry-title {
    font-size: 12px;
    margin: 0 0 5px;
}
.search-tooltip {
  position:absolute;
  right:0;
  top:70px;
  z-index:3;
  background:#fff;
  padding:10px;
  border:1px solid #ddd;
  -webkit-box-shadow:0 1px 12px 0 rgba(0,0,0,0.2);
  -moz-box-shadow:0 1px 12px 0 rgba(0,0,0,0.2);
  box-shadow:0 1px 12px 0 rgba(0,0,0,0.2);
  display:none;
  width:292px;
}

.search-tooltip .inner_tooltip {
  overflow:hidden;
}

.search-tooltip input {
  width:230px;
  height:37px;
  padding:0 10px;
  border:1px solid #ccc;
  border-right:none;
  font-size:14px;
  float:left;
}

.search-tooltip .btn {
  height:37px;
  -webkit-border-radius:0;
  border-radius:0;
  color:#fff;
  background:#ed1c24;
  border:1px solid #ed1c24;
  border-left:none;
  float:left;
}

.search-tooltip .arrow-wrap {
  width:20px;
  height:20px;
  position:absolute;
  top:-20px;
  right:10px;
  overflow:hidden;
}
.content{
      background: #ececec;
    padding: 10px;
    text-align: start;
    
    margin-bottom: 15px;
}
.search-tooltip .arrow {
  width:10px;
  height:10px;
  position:absolute;
  top:15px;
  right:0;
  -webkit-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  transform:rotate(45deg);
  border-width:1px;
  border-style:solid;
  border-color:#ddd;
  background:#fff;
  visibility:hidden\9;
}
#product-content-tabs>.ui-tabs-panel {
    padding: 20px;
    border: 1px solid #ddd;
    /*border-top: none;*/
    min-height: 250px;
}
.line-do{
  background-color: #562b1a;
    height: 3px;
    width: 90px;
    margin-bottom: 10px;
}
#slider .owl-carousel .owl-controls .owl-nav .owl-prev,
#slider .owl-carousel .owl-controls .owl-nav .owl-next {
  position:absolute;
  top:calc(50% - 25px);
  width:50px;
  height:50px;
  text-align:center;
  border-radius:50%;
  background:rgba(255,255,255,.8);
  color:#000;
  line-height:48px;
  font-size:26px;
}

#slider .owl-carousel .owl-controls .owl-nav .owl-prev {
  left:0;
}

#slider .owl-carousel .owl-controls .owl-nav .owl-next {
  right:0;
}

.welcome-box {
  background:#562b1a;

  color:#fff;
  padding:0px;
  margin-bottom:30px;
}
.highlight-feature .feature-title {
    font-size: 20px;
    position: relative;
    margin-bottom: 0px;
}
.welcome-box h3 {
  color:#31e4ff;
  margin:0 0 15px;
}

.highlight-feature {
  box-shadow:none;
  margin-bottom:0px;
}

.highlight-feature .feature-item {
  text-align:center;
  padding:0 30px;
  margin:10px 0;
  border-left:none;
}
.highlight-feature .feature-title:after{
display: none;

}
.highlight-feature .feature-item.first {
  border-left:none;
}

.highlight-feature .feature-icon {
  font-size:36px;
  color:#164892;
  margin-bottom:10px;
}
#footer{
    background: url(../images/bg-commitment.jpg) center no-repeat;
    background-size: cover;
        padding:   15px 0px 0px 0px;
}
#footer a {
  color:#fff;
}
#footer h3 {
  color:#fff;
}
#footer p {
  color:#fff;
}
#menu-footer-2{
      padding-left: 0px;
    list-style-type: none;
}

#adv-left,
#adv-right {
  position:fixed;
  display:block;
  top:0;
  width:0;
  opacity:0;
  z-index:1;
}

#adv-left {
  left:0;
}

#adv-right {
  right:0;
}

.mobile-header {
  display:none;
  position:fixed;
  z-index:99999;
  background:#cb8a58 ;
  top:0;
  left:0;
  height:50px;
  width:100%;
}

.mobile-header .left-menu,
.mobile-header .right-menu {
  border:none;
  color:#fff;
  background:#cb8a58 ;
  text-transform:uppercase;
  position:absolute;
  top:0;
  padding:0;
  height:50px;
  width:50px;
}

.mobile-header .left-menu {
  width:50px;
  font-size:3rem;
  left:0;
}

.mobile-header .right-menu {
  font-size:2.6rem;
  right:0;
  padding-right:15px;
  padding-top:8px;
}

.mobile-header .title {
  text-align:center;
}

.mobile-header .title img {
  max-height:36px;
  margin-top:6px;
}

.nopadding-left{
  padding-left: 0px;
  padding-right: 0px;
}
.st-menu {
  position:fixed;
  top:0;
  left:-150px;
  display:none;
  width:150px;
  height:100%;
  z-index:99999;
  -webkit-overflow-scrolling:touch;
  overflow:scroll;
  background:#711818;
  color:#000;
}

.st-menu>.logo {
  text-align:center;
  display:block;
  padding:15px;
}

.st-menu .nav {
  margin:15px 0 0;
  padding:0;
}

.st-menu .nav ul {
  list-style:none;
}

.st-menu .nav>li>ul.sub-menu {
  padding-left:35px;
}

.st-menu ul li {
  width:100%;
}

.st-menu ul li a {
  color:#fff;
  padding:5px 15px;
  display:block;
  text-transform:uppercase;
}

.st-menu ul.sub-menu li a {
  padding-left:0;
}

.st-menu li.menu-item-has-children {
  background-image:url(https://govi.vn/wp-content/themes/govi/assets/images/arrow_right.png);
  background-repeat:no-repeat;
  background-position:top 10px right 10px;
}

.st-menu li.menu-item-has-children.dropdown {
  background-image:url('../images/arrow_bot.png');
  background-position:top 10px right 12px;
}
.codinhmenu{
  position: relative;
}
.st-menu ul li.menu-item-has-children span.arrow {
  content:"";
  height:26px;
  width:33px;
  position:absolute;
  right:0;
  top:0;
  z-index:1;
}

.bar {
  margin:0 auto;
  display:block;
  width:25px;
  height:2px;
  margin-bottom:3px;
  background:#fff;
  box-shadow:inset 0 9999in;
  -webkit-transform:translate3d(0,0,0);
  -webkit-backface-visibility:hidden;
  -webkit-perspective:1000;
  -webkit-border-radius:3px;
  border-radius:3px;
}

.bar:nth-child(1) {
  margin-top:5px;
}

.menu-icon {
  display:none;
}

@media (min-width:1200px) {
  .container {
    width:1170px !important;
  }
}
@media (min-width:992px){
   .mobile-tong{
    display: none;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .header-tags {
    display:none;
  }
  .header-hotline {
    font-size:17px;
  }
  .header-hotline span {
    font-size:13px;
    padding-bottom:3px;
  }
  .header-hotline2 {
    background-position:10px 0;
    padding-left:10px;
    margin-left:10px;
    border-left:none;
  }
  .main-menu .ubermenu-nav>li>a {
    padding:12px 8px;
    text-transform:none;
  }
  .main-menu .ubermenu.ubermenu-loc-primary2 {
    display:none !important;
  }
  .header-search select {
    width:140px;
  }
  .header-search input {
    width:calc(100% - 210px);
  }
}

@media (max-width:991px) {
  h1,
  h3 {
    line-height:1.5;
  }
  h1 {
    font-size:30px;
  }
  h3 {
    font-size:16px;
  }
  html {
    margin-top:0 !important;
  }
  .mobile-header {
    display:block;
  }
  .desktop-header {
    display:none;
  }
  .btn-regiser {
    display:block;
  }
  #slider {
    margin-top:50px;
  }
  #main {
    margin-top:50px;
  }
  .fixed_hotline {
    display:none;
  }

}

@media (max-width:320px) {
  .mobile-header .right-menu {
    display:none;
  }
}

@media (max-width:240px) {
  body {
    font-size:13px;
  }
}

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-image,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
  margin:0;
  padding:0;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  text-indent:0;
  clip:auto;
  position:static;
  background:0 0;
  text-transform:none;
  overflow:visible;
  z-index:10;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  -o-box-shadow:none;
  box-shadow:none;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  vertical-align:top;
  line-height:1.3em;
  border:none;
  border-radius:0;
}

.ubermenu,
.ubermenu .ubermenu-column,
.ubermenu .ubermenu-item,
.ubermenu .ubermenu-nav,
.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-submenu,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
  height:auto;
  width:auto;
  max-height:none;
  min-height:0;
}

.ubermenu .ubermenu-image,
.ubermenu .ubermenu-submenu-drop {
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  backface-visibility:hidden;
  -moz-transform:translateZ(0);
  -webkit-transform:translateZ(0);
}

.ubermenu {
  display:block;
  line-height:1.3em;
  text-align:left;
}

.ubermenu-bound {
  position:relative;
}
.padding-right{
  padding-right: 5px;
}
.ubermenu,
.ubermenu-nav {
  overflow:visible !important;
  z-index:100;
}
#breadcrumbs {
    color: #164892;
    padding: 15px 0;
    margin-bottom: 30px;
    font-size: 13px;
    background: #eee;
}
#breadcrumbs .breadcrumbs {
    color: #164892;
    display: inline-block;
}
.ubermenu-nav {
  text-align:inherit;
}

.ubermenu-nav,
.ubermenu-submenu {
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}

.ubermenu-responsive-toggle {
  display:none;
  text-decoration:none;
  max-width:100%;
}

.ubermenu-responsive-toggle .fa {
  width:1.3em;
  text-align:center;
  margin-right:.6em;
}

.ubermenu-responsive-toggle-icon-only .fa {
  margin-right:0;
}

.ubermenu-responsive-toggle-content-align-left {
  text-align:left;
}

.ubermenu-bar-align-full {
  clear:both;
}

.ubermenu .ubermenu-item {
  text-align:left;
  display:inline-block;
  vertical-align:top;
}

.ubermenu .ubermenu-item-level-0 {
  vertical-align:bottom;
  -moz-backface-visibility:visible;
  backface-visibility:visible;
}

.ubermenu .ubermenu-item.ubermenu-item-level-0 {
  float:none;
}

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 {
  float:left;
}

body:not(.rtl) .ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child>.ubermenu-target {
  border-left:none;
}

.ubermenu .ubermenu-retractor,
.ubermenu .ubermenu-target,
.ubermenu-responsive-toggle {
  padding:15px 20px;
}

.ubermenu .ubermenu-target {
  display:block;
  text-decoration:none;
  position:relative;
}

.ubermenu .ubermenu-target-with-image {
  overflow:hidden;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target:after {
  position:absolute;
  right:10px;
  top:50%;
  margin-top:-6px;
  content:"\f107";
  display:inline-block;
  font-family:FontAwesome;
  font-style:normal;
  font-weight:400;
  line-height:1;
  color:inherit;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
  padding-right:25px;
}

.ubermenu .ubermenu-target-text {
  display:inline-block;
  vertical-align:middle;
  font-family:inherit;
  font-weight:inherit;
  color:inherit;
}

.ubermenu .ubermenu-target-with-image>.ubermenu-target-text {
  display:block;
  clear:none;
}

.ubermenu .ubermenu-image {
  display:block;
  max-width:100%;
  opacity:1;
}

.ubermenu .ubermenu-image:not(.ubermenu-image-lazyload) {
  height:auto;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-target-text {
  padding-left:50px;
}

.ubermenu .ubermenu-item-layout-image_left>.ubermenu-image {
  float:left;
}

.ubermenu .ubermenu-column {
  max-width:100%;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  position:absolute;
  z-index:500;
  top:-10000px;
  height:0;
  max-height:0;
  visibility:hidden;
  overflow:hidden;
}

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop {
  min-height:0 !important;
}

.ubermenu .ubermenu-item .ubermenu-submenu-drop {
  box-shadow:0 0 20px rgba(0,0,0,.15);
}

.ubermenu .ubermenu-item-level-0>.ubermenu-submenu-drop {
  clip:rect(0,5000px,5000px,-5000px);
}

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {
  left:auto;
}

.ubermenu .ubermenu-retractor {
  display:block;
  clear:both;
  text-align:center;
}

.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop {
  top:auto;
}

.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  margin-top:20px;
  top:auto;
  opacity:0;
}

.ubermenu .ubermenu-submenu-type-flyout>.ubermenu-item {
  display:block;
  float:none;
  position:relative;
  min-width:150px;
  clear:both;
}

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-submenu.ubermenu-submenu-type-flyout {
  max-height:99999px;
}

.ubermenu .ubermenu-column:after,
.ubermenu .ubermenu-image:after,
.ubermenu .ubermenu-submenu:after,
.ubermenu:after {
  content:"";
  display:table;
  clear:both;
}

.ubermenu {
  background:0 0;
}

.ubermenu-submenu-drop {
  background:#fff;
}

.ubermenu-vertical .ubermenu-item-level-0 {
  display:block;
  clear:both;
}

.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-submenu-drop {
  clip:rect(-5000px,5000px,5000px,0);
}

.ubermenu.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
  box-shadow:none;
  border-left:none;
}

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
  content:'\f105';
}

.ubermenu-vertical .ubermenu-item>.ubermenu-submenu-drop {
  left:100%;
  margin-left:0;
  top:0;
}

@media screen and (min-width:960px) {
  .ubermenu-responsive-default.ubermenu {
    display:block !important;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor-mobile {
    display:none;
  }
  .daibangnhautable{
      float: none;
    
}

}

@media screen and (max-width:959px) {
  .desktop{
    display: none;
  }
  .like-a-boss, .product-contact {
    margin-top: 30px;
    float: none;
    width: 100%;
}
#product-content-tabs>ul li.ui-tabs-active a {
    background: #562b1a;
}
  .ubermenu-responsive-toggle {
    display:block;
  }
  .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse {
    display:none;
    visibility:visible;
    height:auto;
    max-height:none;
    overflow:visible !important;
  }
  .ubermenu-responsive-default.ubermenu-responsive {
    width:100%;
    max-height:500px;
    visibility:visible;
    overflow:visible;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu {
    margin:0;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu .ubermenu-nav {
    display:block;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse {
    max-height:0;
    overflow:hidden !important;
    visibility:hidden;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) {
    border-top-width:0;
    border-bottom-width:0;
  }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse .ubermenu-item .ubermenu-submenu {
    display:none;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
    width:50%;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0>.ubermenu-target {
    border:none;
    box-shadow:none;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout {
    position:static;
  }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop {
    width:100%;
    min-width:100%;
    max-width:100%;
    top:auto;
    left:0 !important;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width:50%;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) {
    clear:both;
  }
  .ubermenu-responsive-default.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0 {
    width:100%;
  }
  .ubermenu-responsive-default.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children>.ubermenu-target:after {
    content:'\f107';
  }

}

@media screen and (max-width:480px) {
  .slidemobilecachdong{
  margin-top: 15px;
}
  .fix-chumobile{
    font-size: 12px;
  }
  .highlight-feature .feature-title {
    font-size: 16px;
    position: relative;
    margin-bottom: 0px;
}
.highlight-feature .feature-item {
    text-align: center;
    padding: 5px 15px;
    margin: 0px 0;
    border-left: none;
}
  .feature-item{
    border-bottom: 1px solid #fff;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 {
    width:100%;
  }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column,
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width:100%;
  }
}
.tieude-tieude{
  margin-top: 10px;
}
.ubermenu-skin-minimal {
  font-size:12px;
  color:#888888;
}

.ubermenu-skin-minimal .ubermenu-target {
  color:#333333;
}

.ubermenu-skin-minimal.ubermenu-responsive-toggle {
  background:transparent;
  color:#333333;
  font-size:12px;
  text-transform:none;
  font-weight:normal;
}
.pduoimobile{
  margin-bottom: 0px;
}
.ubermenu-skin-minimal {
  border:none;
  background:transparent;
}

.ubermenu-skin-minimal .ubermenu-item-level-0.ubermenu-current-menu-item>.ubermenu-target {
  color:#111111;
  background:transparent;
}

.ubermenu-skin-minimal.ubermenu-vertical .ubermenu-item-level-0>.ubermenu-target {
  background:transparent;
}

.ubermenu-skin-minimal .ubermenu-item-level-0>.ubermenu-target {
  font-weight:normal;
  color:#333333;
  text-transform:none;
  border-left:none;
}

.ubermenu-skin-minimal .ubermenu-submenu.ubermenu-submenu-drop {
  background:#ffffff;
  border:1px solid #ffffff;
}

.ubermenu-skin-minimal .ubermenu-submenu,
.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target {
  color:#333333;
}

@media (max-width: 380px){
  .product-grid-container .col-xs-6 {
    width: 50%;
}
}
@media (max-width: 425px){
  #breadcrumbs {
    display: block;
}
}

@media (max-width:768px) {

  .producttitle-box>h3{
    min-height: 50px;
  }
}
@media (max-width: 991px){
  #breadcrumbs {
    padding-top: 10px;
    margin-bottom: 0px;
}
#breadcrumbs .breadcrumbs {
    color: #164892;
    display: contents;
}
#main {
    margin-top: 0px;
}
}
@media (max-width: 425px){
  #breadcrumbs+.page-builder, #breadcrumbs+#main {
    margin-top: 15px;
}
.mobilenho>h4{
  font-size: 14px;
}
}
.flex-wrap{
      display: flex;
    flex-wrap: wrap;
}
.hover-tintuc{
  padding: 0px 20px;
}
.padding-bottom{
  padding-bottom: 10px;
}
.nutxemthem{
  text-align: center;
  background-color: #ca895c;
  color: #fff!important;
}
.xemthem{
  text-align: center;
}
.kt-mausac{
  text-align: left;
  margin-left: 10px;
}