@font-face{font-family:utm_avo;src:url(../fonts/UTMAvo.eot);src:url(../fonts/UTMAvod41d.eot?#iefix) format("embedded-opentype"),url(../fonts/UTMAvo.woff) format("woff"),url(../fonts/UTMAvo.ttf) format("truetype"),url(../fonts/UTMAvo.svg#utm_avoregular) format("svg");font-weight:400;font-style:normal}
.clearf {
  clear: both;
}
/*HEAD*/
.header-top {
    background: #f69c29;
    color: #fff;
}
#header {
    padding-top: 10px;
    background: #fff;
    padding-bottom: 5px;
    box-shadow: 0 2px 10px -2px grey;
}
.logo img {
   max-width: 100%;
   height: auto;
}
span.icons {
    position: absolute;
    right: 28px;
    background: transparent;
    padding: 5px;border: none;
    top: 22px;
    z-index: 9;
}
.box_search {
    margin-top: 15px;
}
.header-top .fa {
    color: #fff;
}
.header-top {
    background: #fff;
    color: 000;
    border-bottom: 1px solid #eaeaea;
}
.head-top {
    line-height: 35px;
}
.head-top p {
    margin-bottom: 0;
}
.head_top_menu {
    margin-top: 8px;
}
.header-top .social a {
    margin: 0 10px 0 0;
}
.header-top .social a {
    background: #f69c29!important;
    border-radius: 0!important;
}
.social a {
    border-radius: 100%;
    width: 41px;
    height: 41px;
    padding: 11px 0;
    margin: 0 10px 10px 0;
    text-align: center;
    display: inline-block;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    /* border-radius: 3px; */
    background: #fff;
    font-size: 19px;
    color: #888;
}
/*SEARCH*/
.box>form {
    margin-bottom: 7px;
    margin-top: 7px;
}
/*E-SEARCH*/

/*Menu css*/
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover{background-color:transparent!important}
#topmenu {
    background: transparent;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    
}
#topmenu ul.nav li a {
  color: #fff;
 
  font-weight: 600;
}
#topmenu ul.nav li .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  min-width: 100%;
}
#topmenu ul.nav li .dropdown-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
    background: transparent;
    border-bottom: 1px solid#eaeaea;
    text-transform: none;
    color: #000;
    font-size: 14px;
}
#topmenu ul.nav li a:hover, #topmenu ul.nav .active a, #topmenu ul.nav li a:focus {
    color: #c7000a;
    font-weight: 600;
    background: transparent;
}

#topmenu .navbar-brand {
  color: #fff;
}
#topmenu .navbar-brand img {
  height: 100%;
  width: auto;
}
#topmenu .navbar-toggle {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  background: #4fa54a;
  border: 1px solid #fff;
}

/*E-HEAD*/
#prbanner {
position: fixed;
    bottom: 0px;
    left: 0%;
}
#prbanner .dong{
width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 600;
    padding: 3px 6px;
    position: absolute;
    bottom: -15px;
    left: 150px;
}
#prbanner .prbt {
webkit-animation: btled 1s alternate infinite;
    -moz-animation: btled 1s alternate infinite;
    -o-animation: btled 1s alternate infinite;
    animation: btled 1s alternate infinite;
}
#prbanner .prbt img {
width: 150px;
    height: auto;
    cursor: pointer;
}


#prbanner .prform{
position: absolute;
    bottom: 40px;
    left: -200%;
    background: #01596c;
    padding: 10px 10px 0 10px;
    color: #fff;
    width: 200%;
    max-width: 300px;
    display: block;
    border: 1px solid #fff;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
   
}
#prbanner .slshow {
    left: 0;
}
#prbanner .prdesc{
text-transform: uppercase;
    text-align: center;
}

.prhead {
  background: #4fa54a;
  color: #fff;
  margin-bottom: 15px;
  padding: 15px 0 2px;
}
.prhead .prdesc {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.prhead form.wpcf7-form {
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
}
@media all and (min-width: 768px) {
.prhead form.wpcf7-form > p {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
}
.prhead form.wpcf7-form input[type="submit"] {
  width: 100%;
  border: none;
  background: #ff0000;
  padding: 8px 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 19px;
}

.clearf:after,
.clearf:before {
  content: " ";
  display: table;
  clear: both;
}

.sizing-border {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.sizing-content {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
}
/*@mainbd: #24890d;*/
/*@mainbg: #68a607;*/
.titlebder {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.titlebder:after {
  content: "";
  display: block;
  border-bottom: 3px solid #009933;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
body {
  /*max-width: 1366px; margin: auto;*/
  font-family: 'Arial', sans-serif;
}
a {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header {
  padding: 15px 0;
  background: #fff;
  
}
#header .hotline {
  font-size: 25px;

}
#header .hotline strong {
  font-size: 30px;
  color: #cc0000;
}
.hotline {
  color: #cc0000;
}
.hotline a {
  color: #cc0000;
}
.site_title {
  font-size: 25px;
  color: #222;
  
}

.page-title,
.box-title,
sub-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 30px;
}
.page-title span,
.box-title span,
sub-title span {
  border-bottom: 1px solid #01596c;
  display: inline-block;
}
.page-title {
font-weight: bold;
    font-size: 24;
    color: #c7000a;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.page-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #c7000a;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.single-title {
    font-weight: bold;
    font-size: 24;
    color:#c7000a;
    margin-top: 0;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.single-title:after {
  content: "";
  display: block;
  border-bottom: 3px solid #c7000a;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sub-title {
  font-size: 18px;
}
.box_desc {
  font-size: 24px;
}
.box-title {
  font-size: 22px;
}
.pagebox {
  margin-bottom: 25px;
}
#home_slider li a img {
  width: 100%!important;
  
}
.home_slider img {
  width: 100%;
  height: 395px;
  object-fit: cover;
}
.box_bn23 img {
    max-height: 226px;
    object-fit: cover;
}
.posts .post .thumb img {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}
.posts .title {
  font-size: 14px;
}
.posts .title a {
  color: #fdf1d0;
  display: inline-block;
  width: 100%;
}
.posts .title a:hover {
  color: #f00;
}
.posts .title:hover .thumb img {
  opacity: 0.7;
}
.row_posts .post {
  margin-bottom: 20px;
}
.row_posts .post .thumb iframe {
  margin: 0;
  padding: 0;
}
.row_posts .title {
  margin-top: 0;
}
.row_posts .title a {
  color: #222;
  font-weight: bold;
  -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.425;
}
.box_loop .title,.box_loop .title a{
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 1.425;
    color:#fff;
}
.row_posts .post_desc .inner {
    padding: 15px 15px 15px 0;
    color: #000;
}
.grid_posts .post {
  margin-bottom: 20px;
}
.grid_posts .post .thumb {
  overflow: hidden;
  text-align: center;
}
.grid_posts .post .thumb img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.grid_posts .post .title {
  margin: 0;
}
.grid_posts .post .title a {
  background: rgba(0, 99, 121, 0.8);
  margin: 0;
  padding: 10px;
}
.grid_posts .post:hover .thumb img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.media_posts .post {
  display: block;
}
.media_posts .post .thumb {
  width: 80px;
}
.media_posts .post .thumb img {
  width: 100%;
  height: auto;
}
.media_posts .post .title {
  margin-top: 0;
  color: #000;
}
.media_posts .post:hover .title {
  color: #f3ce73;
}
.paginate {
    text-align: center;
    margin-bottom: 30px;
}
.paginate a,
.paginate span {
  padding: 5px 8px;
  border: 1px solid #ccc;
  font-weight: 600;
}
.paginate .current {
  background: #006379;
  color: #fff;
}
.entry_content,
.tax_desc {
  margin-bottom: 30px;
}
.entry_content p,
.tax_desc p,
.tax_desc div,
.entry_content table,
.tax_desc table,
.entry_content img,
.tax_desc img,
.entry_content figure,
.tax_desc figure {
  max-width: 100%!important;
  height: auto!important;
}
.entry_content img,
.tax_desc img {
  margin: 10px 0;
}
table tr td {
  padding: 5px 8px;
}
table td {
  border: 1px solid #ddd;
}
#popup_hepler {
  padding: 5px 5px 0;
  z-index: 1005;
  position: fixed;
  bottom: 0;
  right: 3px;
  background: #003333;
  color: #fff;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -o-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -o-border-border-top-right-radius: 10px;
  width: 165px;
}
#popup_hepler .hclose {
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: 600;
  padding: 3px 6px;
  position: absolute;
  top: -25px;
  right: 0;
}
#popup_hepler .avatar {
  width: 86.25px;
  height: 86.25px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  background: #fff;
  padding: 7px;
  position: relative;
}
#popup_hepler .avatar img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
#popup_hepler .name {
  padding-top: 5px;
  display: inline-block;
  line-height: 25px;
  white-space: normal;
}
#popup_hepler .hotline {
  margin-top: 5px;
  text-align: center;
}
#popup_hepler .hotline a {
  font-size: 24px;
  font-weight: 600;
}
.aboutpj_box .page-title {
  text-align: center;
}
.aboutpj_box .page-title:after {
  display: none;
}
.aboutpj_box .nav_box {
  text-align: center;
  margin: 25px 0;
  background: #ddd;
}
.aboutpj_box .nav_items {
  display: inline-block;
  vertical-align: top;
  border: none;
}
.aboutpj_box .nav_items li {
  margin: 0;
}
.aboutpj_box .nav_items li a {
  margin: 0;
  border: none;
  color: #000;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
.aboutpj_box .nav_items li.active {
  margin-bottom: 0;
}
.aboutpj_box .nav_items .active a,
.aboutpj_box .nav_items li a:focus,
.aboutpj_box .nav_items li a:hover {
  background: #4fa54a;
  color: #fff;
  border: none;
}
.aboutus_box {
  background-size: auto 100%!important;
  padding: 30px 0;
  color: #fff;
}
.aboutus_box .about_content .desc {
  font-size: 20px;
  margin-bottom: 15px;
}
.aboutus_box .avatar .inner {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  border: 3px solid #fdf1d0;
  padding: 2px;
  position: absolute;
}
.aboutus_box .avatar .inner img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
  width: 100%;
}
.tab_posts .post .title {
  /*display: none;*/
}
.tab_posts .post .readmore a {
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}
.featured_posts .post .title {
  text-align: center;
  margin-top: 10px;
  background: transparent;
}
.featured_posts .post .title a {
  background: transparent;
  color: #000;
}
.featured_posts .post .title a:hover {
  color: #f3ce73;
}
.building_box .grid_posts .post .thumb img {
  width: 100%;
  height: auto;
}
.proce_posts {
  margin-bottom: 20px;
}
.proce_posts .box-title {
  padding-bottom: 10px;
}
.proce_posts .box-title span {
  border-bottom: 1px solid #01596c;
}
.proce_posts .post {
  position: relative;
  cursor: pointer;
}
.proce_posts .post .thumb {
  text-align: center;
}
.proce_posts .post .thumb img {
  display: inline-block;
  width: 150px;
  height: 150px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
    -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
}
.proce_posts .post .title {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.proce_posts .post:hover .thumb img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
    -webkit-transition: all 5s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
	overflow:hidden;
}
.proce_posts .post .inner {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 235px;
}
.proce_posts .post:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/icon-next.png) no-repeat;
  position: absolute;
  top: 40%;
  right: -10px;
}
.proce_posts .post:last-child:after {
  display: none;
}
.proce_posts .post:hover .inner {
  background: #4fa54a;
}
.proce_posts .post:hover .thumb img {
  transform: rotate(720deg);
  -moz-transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
  -o-transform: rotate(720deg);
}
.proce_posts .post:hover:after {
  display: none;
}
.proce_posts .post:hover .title {
  color: #fff;
}
.proce_posts .post .excerpt {
  display: none;
}
.panel_box {
  padding: 25px;
  border: 1px solid #000;
}
.reason_box {
  padding: 30px 0;
  background: #4fa54a;
}
.reason_box .box-title {
  color: #fff;
  font-weight: 600;
}
.reason_box .box-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.reason_box .post_row .post {
  margin-bottom: 0;
  cursor: pointer;
}
.reason_box .post_row .post .inner {
  padding: 15px;
}
.reason_box .post_row .post .thumb {
  overflow: visible;
}
.reason_box .post_row .post .thumb .img {
  max-width: 100%;
  height: auto;
  transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
}
.reason_box .post_row .post .title {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
}
.reason_box .post_row .post:hover .thumb img {
  transform: rotateY(360deg) scale(1.2);
  -moz-transform: rotateY(360deg) scale(1.2);
  -webkit-transform: rotateY(360deg) scale(1.2);
  -o-transform: rotateY(360deg) scale(1.2);
}
.reason_box .post_row .post:hover .title {
  color: #f3ce73;
}
.qcol .sub-title {
  padding: 10px 15px;
  background: #4fa54a;
  color: #fff;
  margin-bottom: 0;
}
.qcol .sub-title i {
  color: #fdf1d0;
}
.qcol .box_content {
  padding: 15px;
  border: 1px solid #ccc;
  border-top: 0;
}
.qcol .panel-group {
  margin-bottom: 10px;
}
.qcol .panel-group li.panel .panel-heading {
  background: #4fa54a;
}
.qcol form input {
  margin-top: 6.5px;
}
.qcol form input[type="submit"] {
  border: none;
  padding: 10px 15px;
  background: #c7000a;
  color: #fff;
  width: unset;
}
.qcol form input[type="submit"]:hover {
  background: #ff552d;
}
.qcol form textarea {
    margin-top: 6.5px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
    overflow: auto;
    padding: 10px 15px;
    min-height: 190px;
}
.form_info_customer textarea {
    height: 155px!important;
}

.review_box {
  padding: 30px 0;
  background: #f4f4f4;
}
.review_box .sub-title {
  margin-bottom: 30px;
}
.review_box .sub-title span {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.review_box .row_posts .post .thumb img {
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}
.review_box .row_posts .post .title {
  font-weight: 600;
}
/*page*/
.tax_desc {
  margin: 20px 0 30px;
}
.related_box {
  margin-bottom: 30px;
}
.related_posts .post {
  margin-bottom: 15px;
}
/*end page*/
/*sidebar menu*/
.sb_box {
  margin-bottom: 25px;
}
/**/
.sidebar_col .box-title {
    background: #000;
    
    padding: 8px 25px 5px;
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    text-align: left;
    font-weight: bold;
    
}
.sidebar_col .media_posts .post .thumb img {
  /*.border-radius(100%);*/
  border: 1px solid #ddd;
  padding: 1px;
}
.sidebar_col .media_posts .post .title {
  margin-top: 8px;
}
.sidebar_menu_box .sidebar_menu li a {
  color: #000;
  padding: 10px 15px;
  display: block;
}
.sidebar_menu_box .sidebar_menu li a:hover {
  color: #f3ce73;
}
.sidebar_menu_box .sidebar_menu li.current-menu-item a {
  color: #f3ce73;
}
.sidebar_menu_box .sidebar_menu > li > a {
  /*background: @mainbg;*/
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #006379;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.sidebar_menu_box .sidebar_menu > li > a:after {
  content: "";
  display: block;
  border-bottom: 3px solid #009933;
  width: calc(50% - 5px);
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li.current-post-parent > a {
  color: #f3ce73;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li.current-post-parent > ul {
  display: block;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > a {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > a i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 15px;
  font-size: 16px;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > ul {
  display: none;
  padding-left: 10px;
  background: #f4f4f4;
}
.sidebar_menu_box .sidebar_menu > li > ul.sub-menu > li > ul > li > a {
  border-bottom: 1px dotted #f3ce73;
}
/*end sidebar menu*/
/*single subs form*/
.advices_box {
  width: 100%;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
}
.advices_box li {
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
  width: 32%;
  display: inline-block;
}
.advices_box li:first-child {
  margin-left: 5%;
}
.advices_box li .icon {
  color: #01596c;
}
.advices_box li .icon img {
  display: inline-block;
}
.advices_box li .title {
  font-size: 14px;
}
.advices_box li:hover {
  color: #f3ce73;
}
.fadebox .modal-content {
    border: 5px solid #ccc;
    border-radius: 0;
}
.fadebox .close {
  font-size: 30px;
}
.fadebox h2,
.fadebox h3 {
  font-weight: 600;
  text-align: center;
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.fadebox h4 {
  color: #01596c;
  text-align: center;
}
.fadebox input[type="submit"] {
  padding: 10px 20px;
  font-weight: 600;
  color: #fff;
  background: #4fa54a;
  border: none;
}
/*end single subs form*/
#footer {
    background: #f7f7f7;
    padding: 60px 0 30px;
    color: #333;
}
#footer .sub-title {
  margin-bottom: 25px;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul li a {
    color: #333;
}
.footer-logo img {
    display: block;
    /* margin: auto; */
    max-width: 100%;
    height: auto;
}
 
#footer .banks {
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
#footer .banks li {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  width: 49%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
.ggmap {
  margin: 20px 0;
}
.ggmap iframe {
  width: 100%!important;
  height: 300px!important;
}
.contact_page .infos li {
  padding: 5px 0;
}
.contact_page .infos li i {
  display: inline-block;
  width: 18px;
}
.contact_page .infos li:first-child {
  font-size: 20px;
  margin: 15px 0;
}
.contact_page .contact_form {
  margin-bottom: 20px;
}
#to_top {
    position: fixed;
    top: 70%;
    right: 3px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 2000;
    display: none;
}
#to_top a.btn.btn-primary {
    border: none;
    border-radius: 0!important;
    background: #000;
    padding: 10px;
}
.copyright {
    padding: 12px 0;
    background: #fff;
    color: #000;
}
.copyright p {
  margin-bottom: 0;
  text-align: center;
}
.entry_content ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}
.alignleft{display:inline;float:left;margin-right:1.625em}
.alignright{display:inline;float:right;margin-left:1.625em}
.aligncenter{clear:both;display:block;margin-left:auto!important;margin-right:auto!important;}
.wp-caption {
    margin-top: .4em
}
.wp-caption {
    margin-bottom: 1.625em;
    max-width: 100% !important;
    padding: 9px
}
.wp-caption img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto
}
#home_slider {
    position: relative;
    /* margin: 15px 0; */
}
#home_slider li{

  list-style: none;
}
.head_top_menu li {
    display: inline-block;
    text-align: right;
}
.head_top_menu ul {
    text-align: right;
}
.head_top_menu li a {
    color: #000;
    padding-left: 10px;
}
.header_bottom {
    background: #333;
}
.box_search input[type="text"] {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 8px;
    border-radius: 20px;
    position: relative;
    outline: none;
    padding-left: 15px;
}
input#searchsubmit {
    position: absolute;
    right: 30px;
    top: 22px;
    padding: 0 10px;
    background: transparent;
    border: none;
    outline: none;
    z-index: 999;
}

.header-button > .button.is-outline {
    color: #000!important;
    padding: 4px 10px;
    border-radius: 4px;
    position: relative;
}

.header-button {
    display: inline-block;
    color: #fff;
    margin-top: 5px;
}
.header-button .button span {
    display: inline-block;
    line-height: 1.6;
    font-size: 14px;
}
.header-button [data-icon-label]:after {
    content: attr(data-icon-label);
    position: absolute;
    font-style: normal;
    font-family: Arial,Sans-serif !important;
    top: -15px;
    right: 0px;
    font-weight: bolder;
    background-color: #ee1614;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 30%);
    font-size: 11px;
    padding-left: 2px;
    padding-right: 2px;
    opacity: .9;
    line-height: 17px;
    letter-spacing: -.5px;
    height: 17px;
    min-width: 17px;
    border-radius: 99px;
    color: #fff;
    text-align: center;
    z-index: 1;
    transition: transform .2s;
}
.box_card {
    position: relative;
    margin-top: 20px;
    text-align: right;
}
.box_card .fal {
    font-size: 24px;
    color: #333;
}

p.head_ct a {
    color: #93C818;
    font-weight: bold;
    font-size: 16px;
}
p.head_ct   {
     margin-bottom: 0;
    font-size: 18px;
}
.slogan {
    margin-top: 10px;
}

#header_mid {
    padding: 10px;
}
.time_work {
    padding: 0;
}

.time_work .item-content {
    list-style: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid #555;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.time_work .item-content .item-title {
    color: #ddd;
    font-size: 1.3rem;
    line-height: 1.6;
    width: 50%;
    float: left;
}
.time_work .item-content .item-description {
    color: #c7000a;
    font-size: 1.3rem;
    line-height: 1.6;
    width: 50%;
    float: right;
    text-align: right;
}

h3.ft_title {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #333;
    font-family: Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    text-transform: capitalize;
}
.box_copyright {
    margin-top: 20px;
}
.box_ft_tag .tag-cloud {
    margin-bottom: 30px;
}
.box_ft_tag .tag-cloud .tag-item {
    border: 1px solid #fff;
    background: 0 0;
    padding: 5px 10px;
    margin: 0 5px 8px 0;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: capitalize;
}
.box_ft_tag .tag-cloud .tag-item:hover {
    background: #c7000a;
    border-color: #c7000a;
    color: #fff;
    text-decoration: none;
}
#topmenu ul.nav li a {
    font-weight: 600;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
}
ul#menu-primary-menu li:after{
  content: "";
  height: 20px;
  background: #fff;
  width: 1px;
  position: absolute;
  top: 33%;
  right: 0;
}
.subnum {
    float: left;
    background: #fff;
    width: 33%;
    height: 32px;
    position: relative;
    cursor: pointer;
}
.select_numbercart {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 4px;
    line-height: 32px;
    font-size: 15px;
    color: #333;
}
.pro_quanlity {
    float: left;
    width: 28%;
}
.action {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 15px;
}
.select_numbercart .number {
    border: none;
    outline: none;
}
.number {
    font-size: 16px;
    color: #333;
    float: left;
    width: 33%;
    height: 32px;
    text-align: center;
    font-family: Roboto_Bold, Arial, Tahoma;
}
.addnum {
    float: right;
    background: #fff;
    width: 33%;
    height: 32px;
    position: relative;
    cursor: pointer;
}
.addnum i:first-child {
    width: 10px;
    height: 2px;
    background: #b1b1b1;
    display: block;
    margin: 15px auto;
}
.addnum i:nth-child(2) {
    width: 2px;
    height: 10px;
    background: #b1b1b1;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
}
.subnum i {
    width: 12px;
    height: 2px;
    background: #b1b1b1;
    display: block;
    margin: 15px auto;
}
.buy input[type="submit"] {
    background:#c7000a;
    border: none;
    display: block;
    margin: auto;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    outline: none;
}
.btn-act {
    display: inline-block;
    margin: 20px 0;
   
}
h3.detail_title {
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 12px;
}
h3.detail_title span {
    background: #000;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
h2.single-title-product.product-title {
    line-height: 1.6;
    
    font-size: 16px;
    word-wrap: break-word;
    color: #c7000a;
    font-family: 'Arial',sans-serif;
    margin-bottom: 0;
    margin: 0px 0px 15px 0;
    font-weight: bold;
}
.thumb_pro img {
    max-width: 100%;
    height: auto;
}

.product_col .nav-tabs>li>a {
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}
.product_col .nav-tabs>li>a:hover, .product_col .nav-tabs>li>a {
    border: none;
    background: none;
    color: #fff;
}
.product_col .nav-tabs {
   background:#c7000a;
    border-bottom: 0;
}
.product_col .nav-tabs>li {
    border: none;
    display: inline-block;
    float: none;
    text-align: center;
    margin-bottom: 0;
}

.product_col .nav-tabs>li.active>a, .product_col .nav-tabs>li.active>a:focus, .product_col .nav-tabs>li.active>a:hover {
text-decoration: none;
    background-color:#ff9800;
    color: #fff;
    border-radius: 0;
    border:none;
}
.pro_info li {
    padding: 3px 0;
    border-bottom: 1px solid #eaeaea;
    font-size: 15px;
    font-weight: 400;
}
h3.nameproducts {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    display: block;
    padding-right: 0;
    margin:10px 0;
}

.price-origin {
    display:  block;
    color: #aaa;
    font-weight: 600;
    font-family: Arial,sans-serif;
    position: relative;
    font-size: 1.2rem;
    margin-right: 5px;
    line-height: 1.4;
    /* width: 100%; */
    display: none;
    margin-bottom: 0;
    text-decoration: line-through;
}
.pricesales {
    font-size: 1.4rem;
    display: block;
    /* width: 100%; */
    float: left;
    color: #c7000a;
    font-weight: 600;
    line-height: 1.4;
    font-family: Arial,sans-serif;
    margin-bottom: 0;
}
.thumb_pro {
    position: relative;
}
.discount {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    background: #f00;
    padding: 2px 10px;
    color: #fff;
    border-radius: 30px;
}
.beacrum {
    background: #f8f8f8;
    display: block;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    padding: 13px 0;
   
}
.beacrum li a {
    font-size: 1.3rem;
    line-height: 1.4;
    font-family: Arial,sans-serif;
    color: #c7000a;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}
.beacrum li {
    display: inline-block;
    float: left;
}
.beacrum li.separator {
    padding: 0 5px;
}
li.current {
   font-size: 1.3rem;
    line-height: 1.4;
    font-family: Arial,sans-serif;
    
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
}


.frm_order {
    position: absolute;
    right: 0;
    top: 0;
}

.wrap_title {
    position: relative;
}
#priceorder {
    padding: 6px 20px 6px 10px;
    color: #333;
    cursor: pointer;
    border: 1px solid #aaa;
    outline: none;
    font-size: 13px;
}
 
h3.tax-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}
.itemproducts {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    height: 340px;
}
li.cat-item {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
    
}
li.cat-item:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f5d2";
    display: inline-block;
    margin: 0 10px 0 0;
    color: #333;
}
li.cat-item a {
    
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    font-family: Arial,sans-serif;
}
.sub_cat {
    padding: 0 15px;
    border: 1px solid #eaeaea;
}
li.cat-item:last-child {
    border: none;
}
 .sv-nav-tabs {
    margin: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
}
 .sv-nav-tabs li {
    margin: 0;
    position: relative;
    float: left;
}

 .sv-nav-tabs li a {
    font-family: Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    color: #666;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.sv-nav-tabs li:first-child a {
    margin-left: 0;
    font-family: Arial,sans-serif;
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 600;
    color: #666;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 20px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.sv-nav-tabs li a {
    font-family: Arial,sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
    color: #666;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
 .sv-nav-tabs li.active a {
    color: #c7000a;
    text-transform: uppercase;
}
 .sv-nav-tabs li.active a:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #c7000a;
    width: 20px;
    bottom: -6px;
    left: 0;
}
.sv-nav-tabs li:last-child {
    float: right;
}
.sv-nav-tabs li:last-child a {
    text-transform: none;
    margin:0;
}
.wrap_archive{
  background: #ecf0f1;
}
.cat-title {
    font-size: 14px;
    font-weight: 600;
    background:#c7000a;
    color: #fff;
    padding: 10px 25px;
    margin-top: 0;
}
.sidebars-area {
    background: #fff;
    margin-top: 15px;
}
#column-left .menu_vertical .vertical-name .title {
    background: #c7000a;
    padding: 16px 25px 12px;
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
}
h4.area-title {
    color: #c7000a;
    margin: 0;
    font-size: 1.7rem;
    text-transform: uppercase;
    border-bottom: 2px solid #c7000a;
    padding-top: 0;
    padding-bottom: 5px;
    font-weight: bold;
}
h4.area-title i {
    margin-right: 15px;
}
.wrap_sb {
    border: 1px solid #eaeaea;
}
.wrap_text_archive {
    padding: 20px;
    background: #fff;
}
h3.sb_post_title {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #222222;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    line-height: 150%;
}
h3.sb_post_title a{
  color:#000;
}
h3.sb_post_title:hover a{
  color:#c7000a;
}
p.meta {
    color: #777777;
    font-size: 12px;
    margin: 10px 0;
}
.wrap_archive {
    padding: 20px 0;
}
.excerpt {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
}
.box_loop {
    margin-bottom: 60px;
}
.post_list {
    margin-bottom: 15px;
}
.product_all .tab-content {
    padding-top: 15px;
}
.wrap_sb li {
    list-style: none;
}
li.list_archive a {
    text-transform: uppercase;
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
    font-family: Arial,sans-serif;
}
li.list_archive {
    padding: 10px 15px;
    list-style: none;
    position: relative;
    cursor: pointer;
}
.product_latest .title {
    font-size: 18px;
    line-height: 1.4;
    font-family: Arial,sans-serif;
    color: #c7000a;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #c7000a;
}
.product_latest .title:before {
    content: "";
    height: 1px;
    width: 60px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sb_content_product .nameproducts {
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.425;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
}
.wrap_pro_list {
    margin-top: 20px;
}
.sb_mt {
    margin-bottom: 20px;
}
.product_module .tag-cloud .tag-item:hover {
    background: #c7000a;
    border-color: #c7000a;
    color: #fff;
    text-decoration: none;
}
.product_module .tag-cloud .tag-item {
    background: #f1f1f1;
    padding: 10px 15px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #666;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
    -webkit-border-radius: 99px;
    border-radius: 99px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: capitalize;
}
.product_module .tag-cloud {
    overflow: hidden;
}

p.price.giagoc {
    color: #aaa;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none!important;
    position: relative;
    margin-bottom: 0;
}
p.giamgia {
    font-size: 2rem;
    color: #c7000a;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px;
}
.pro_info {
   
    
    margin-bottom: 15px;
}
.head_product {
    padding: 20px 0;
}
.wrap_taxonomy {
    padding: 20px 0;
}
.product_cl {
    margin: 0 .5%;
    width: 19%;
    float: left;
}
.row_fix {
    margin-right: -5px;
    margin-left: -5px;
}


h3.title-custom {
    text-transform: uppercase;
    margin: 0;
    color:#c7000a;
    
    line-height: 150%;
    margin-bottom: 10px;
    font-size: 17px;
  
    font-weight: bold;
}
h3.title-custom span{
  padding-bottom: 5px;
  border-bottom: 2px solid #c7000a;
}
.cal_sp_haft {
    width: 50%;
    float: left;
    line-height: 32px;
}
.sl_text {
    width: 20%;
    float: left;
    line-height: 34px;
}
.giamgia  span {
    color: #ff552d;
    font-size: 24px;
    font-weight: bold;
}
.giagoc span{
  font-weight: bold;
  color:#666;
}
.content_info {
    margin-top: 15px;
}
.wrap_detail {
    margin-bottom: 15px;
}
 
 
.relate_owl button.owl-next i {
    font-size: 24px;
    position: absolute;
    right:-50px;
    top: 35%;
padding: 5px 10px 5px 12px;
    background: #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    box-shadow: 0px 3px 3px #ddd;
}
.relate_owl  button.owl-prev i {
    font-size: 24px;
    position: absolute;
    left:-50px;
    top: 35%;
padding: 5px 12px 5px 10px;
    background: #fff;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    box-shadow: 0px 3px 3px #ddd;
}
.col_contact .ft_title {
    color: #c7000a;
}
.col_contact ul.ft_list {
    list-style: none;
    padding-left: 0;
}
ul.ft_list li {
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}
.qcol form input {
    margin-top: 6.5px;
    padding: 0 15px;
    max-width: 100%;
    width: 100%;
    height: 42px;
    border: 2px solid rgba(129,129,129,.2);
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    vertical-align: middle;
    font-size: 14px;
    transition: border-color .5s ease;
}
.col_contact .entry_content {
    margin-top: 15px;
}
.box_map iframe {
    max-width: 100%;
    height: 330px;
}
div#main-content {
    padding-top: 20px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.gio-hang-main {
    padding: 20px;
    overflow-y: hidden;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
r.cart-extra.money_total {
    font-weight: bold;
    color: #f00;
}
tr.cart-extra {
    text-align: right;
}
h4.title {
    padding: 0 15px;
    margin-bottom: 0;
}
p.tongtien {
    text-align: right;
    font-weight: bold;
    color: #f00;
    padding-right: 15px;
    font-size: 20px;
}
.tieptucmuahang {
    text-align: center;
    font-weight: bold;
    color: #fff;
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    background-color: #9E9E9E;
    border-radius: 3px;
    margin-right: 15px;
}
.dathang {
    text-align: center;
    font-weight: bold;
    color: #fff;
    float: right;
    width: 200px;
    height: 32px;
    line-height: 32px;
    background-color: #E91E63;
    border-radius: 3px;
    margin-right: 15px;
    border: none;
    outline: none;
    margin-bottom: 15px;
}
.box-thanhtoan {
    display: inline-block;
    width: 100%;
    border: 1px solid #ddd;
}

.form-group textarea.form-control {
    height: auto;
    height: 34px;
}

.spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #555863;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background: #003C71
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background: #26BED6
}

.spinner .bounce3 {
  background: #F79321
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
  top:-3px;
}
li.cat-item.active a {
    color: #c7000a;
}
.header-search-wrap {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.td-drop-down-search {
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "alpha(opacity=" 0 ")";
  filter: alpha(opacity=0);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  transform: translate3d(0,20px,0);
  -webkit-transform: translate3d(0,20px,0);
  -moz-transform: translate3d(0,20px,0);
  -ms-transform: translate3d(0,20px,0);
  -o-transform: translate3d(0,20px,0);
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  border-top: 0;
  width: 342px;
  pointer-events: none;
}
 
.td-drop-down-search.td-drop-down-search-open {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=" 100 ")";
    filter: alpha(opacity=100);
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    pointer-events: auto;
    padding: 15px;
    padding-bottom: 0;
    top: 87px;
    right: 25px;
    z-index: 99;
}
.td-drop-down-search .btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: 17px;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 15px;
    margin: 0!important;
    -webkit-transition: background-color .4s;
    -moz-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;

}
.header-search-wrap .td-drop-down-search:before {
    border-color: transparent transparent #c7000a transparent;
}


.header-search-wrap .fa {
  color: #fff;
}

.navbar_header {
  display: block;
  
}
.td-drop-down-search:after {
  position: absolute;
  top: -3px;
  display: block;
  content: '';
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 3px;
  background-color: #c7000a;
}
.td-drop-down-search:before {
  position: absolute;
  top: -9px;
  right: 19px;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 6px;
  border-color: transparent transparent #4db2ec transparent;
}
#td-header-search {
    padding-left: 10px;
    width: 100%;
    height: 32px;
    margin: 0;
    border-right: 0;
    line-height: 17px;
    border: 1px solid #eaeaea!important;
    outline: none;
}
.td-head-form-search-wrap input[type=submit] {
  font-family: roboto,sans-serif;
  font-size: 13px;
  background-color: #c7000a;
  border-radius: 0;
  color: #fff;
  border: none;
  padding: 8px 15px;
  font-weight: 500;
  -webkit-transition: background-color .4s;
  -moz-transition: background-color .4s;
  -o-transition: background-color .4s;
  transition: background-color .4s;
  outline: none;
}

.media.reason-media-v2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  /* align-items: flex-start; */
  align-items: center;
}

.reason-choose .reason-media-v2 {
  padding: 15px;
}

.mr-3, .mx-3 {
  margin-right: 1rem !important;
}

.reason-choose .reason-media-v2 .media-body-v2 .body-p {
  margin-bottom: 5px;
  font-size: 14px;
}
.reason-choose .reason-media-v2 .media-body-v2 .body-p-color {
  color: #0099cc;
}
.font-weight-bold {
  font-weight: bold;
}
.reason-choose .reason-media-v2 .media-body-v2 .body-p-1 {
  color: #888;
  font-weight: 500;
  margin: 0;
}

.reason-choose .reason-media-v2 .media-body-v2 .body-p {
  margin-bottom: 5px;
  font-size: 14px;
}
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow {
  border-bottom-right-radius: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#menu-menu-san-pham >li.menu-item>a {
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
  border: 1px solid #d7d5d5;
  border-bottom: none;
}
.show-in-tab li:hover a {
    background: transparent;
    color: #f00;
}
#menu-menu-san-pham >li:last-child >a {
    border-bottom: 1px solid #d7d5d5;
}
.header-vertical-menu__fly-out.header-vertical-menu__fly-out--open.has-shadow {
  border-bottom-right-radius: 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.header-vertical-menu__fly-out .nav-vertical-fly-out>li.menu-item>a {
  color: #000;
  font-weight: bold;
  /* font-style: italic; */
  padding: 10px 15px;
  display: block;
  border: 1px solid #d7d5d5;
  border-bottom: none;
}
.header-vertical-menu__opener {
  background-color: #c7000a;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  display: block;
}
ul#menu-danh-muc-san-pham li:last-child a {
  border-bottom: 1px solid #d7d5d5;
}
.header-vertical-menu__opener .fa-bars {
  font-size: 1.7em;
  margin-right: 10px;
}
.header-vertical-menu__opener {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.nav-top-link:hover {
  background-color: #c7000a;
  color: #fff !important;
}

.boxprices {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}

/*Event*/
.st_line {
    display: inline-block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-top: 5px;
    margin-left: 0;
}
.st_line:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #ddd;
  left: 15px;
  right: 0;
  width: 94%;
  bottom: -10px;
}
a {
  color: #333333;
  text-decoration: none;
}
.pd0 {
  padding: 0;
}
.post-meta .post-category {
  font-size: 11px;
  background: #c7000a;
  padding: 5px 5px;
  border-radius: 5px;
  -webkit-transition: .2s opacity;
  transition: .2s opacity;
  color: #fff;
}
.post-meta .post-date {
  font-size: 11px;
  color: #999999;
}
h3.post_title {
    font-size: 14px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.4258;
    margin: 0;
}
.box7 .box_blogs img {
  height: 234px;
}

.img-full {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
.event_home {
  padding: 30px 0;
}
/*Product-Card*/
.mb-30 {
  margin-bottom: 30px;
}
.bd-trending__product-thumb {
  background: #cbcbcb;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  /* -webkit-border-radius: 10px; */
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  /* border-radius: 10px; */
}
.bd-trending__product-thumb img {
  width: 100%;
  transition: all .3s ease-out 0s;
}
.bd-product__tag {
  position: absolute;
  top: 0;
  left: 0;
}
.bd-product__tag .tag-text {
  display: inline-block;
  color: #fff;
  padding: 7px 12px;
  line-height: 1;
  font-size: 15px;
  /* border-bottom-right-radius: 10px; */
}

.danger-bg {
  background:#c7000a;
}
.ht_info.st1 .post_title {
    margin-top: 10px;
}
.bd-product__action {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.bd-product__action a:first-child {
  margin-left: 0;
}

.bd-product__action a {
  height: 45px;
  width: 45px;
  display: inline-flex;
  text-align: center;
  background: #fff;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  color: #1c1d1b;
  box-shadow: 0 10px 20px 0 rgb(8 0 42 / 8%);
  margin-left: 7px;
  transform: scaleX(0);
}
.bd-product__title {
  color: #1c1d1b;
  margin-bottom: 5px;
  font-weight: bold;
  /* margin-bottom: 15px; */
  display: block;
}
.bd-product__new-price {
  color: #c7000a;
  font-weight: var(--bd-fw-sbold);
  font-size: 16px;
  margin-left: 10px;
}
.bd-product__old-price {
  color: var(--clr-text-3);
}
.bd-product__icon {
  display: none;
}
.bd-product__icon i {
  font-size: 13px;
  color: #f8a231;
}
.bd-trending__item:hover .bd-trending__product-thumb img {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  -webkit-transform: scale3d(1.07,1.07,1.07) translateZ(0);
  transform: scale3d(1.07,1.07,1.07) translateZ(0);
}
.bd-product__action a:hover {
  background: #086d39;
  color: #fff;
}

.bd-product__action a:first-child {
  margin-left: 0;
}

.bd-product__item:hover .bd-product__action {
  opacity: 1;
  visibility: visible;
}

.bd-product__item:hover .bd-product__action a {
  transform: scaleX(1);
}

.bd-trending__item:hover .bd-product__action {
  opacity: 1;
  visibility: visible;
}

.bd-trending__item.text-center:hover .bd-product__action a {
  transform: scale(1);
}

/*Introduce Home*/
.grey-bg {
  background: #f8f8f8;
}
.mt-20 {
  margin-top: 20px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-40 {
  padding-top: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.justify-content-between {
  justify-content: space-between!important;
}
.bd-features__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  justify-content: center;
}
.bd-features__item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  background: #cfcfcf;
  right: -15px;
  transform: translateX(-50%);
}
.bd-features__icon {
  height: 55px;
  width: 55px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 50%;
  border: 2px solid #c7000a;
}
img, svg {
  vertical-align: middle;
}
a, .btn, button, span, p, input, select, textarea, li, img, svg path, *::after, *::before, .transition-3, h1, h2, h3, h4, h5, h6 {
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
}
.bd-features__content h4 {
  margin-bottom: 0;
}
/* .bd-features__item:hover .bd-features__icon {
  background: red;
  color: #fff;
} */
.bd-features__content p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  color: #c7000a;
}
.bd-features__item--finish:before{
    content: "";
    display: none;
}
.limit_text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.425;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: normal;
    transition: all 0.5s;
    height: 40px;
}
.bd-teanding__content:hover .limit_text {
    color: #c7000a;
}
/*.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}*/

.box-2-home__banner img {
  margin-bottom: 30px;
}

.box-2-home {
  padding: 30px 0;
}
.product_all {
  padding: 30px 0;
}

/*Banner home dưới danh mục*/
.banner_home_cate img {
  width: 100%;
  margin-top: 20px;
}

/* TIN LIÊN QUAN */
/* .new-post-update {
  padding: 20px;
  background: #f4f4f4;
  margin-bottom: 20px;
}

.box-title h1, .box-title h2, .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  z-index: 99;
}
.box-title a {
  color: #c7000a;
  position: relative;
}
.box-title h1 a:before, .box-title h2 a:before, .box-title h3 a:before {
  content: "";
  position: absolute;
  border-bottom: 3px solid #c7000a;
  width: 100%;
  bottom: -7px;
  left: 0;
}
.post_sb2 {
  margin-bottom: 15px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sb_stick h3.post_title {
  font-weight: normal;
  margin: 10px 0;
}
h3.post_title {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0;
}
.post-meta .post-date {
  font-size: 11px;
  color: #999999;
}
span.xthem {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #c7000a;
}
span.xthem a {
  color: #c7000a;
} */

/* TIN XEM NHIỀU */
.new-post-update {
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.box-title h1, .box-title h2, .box-title h3 {
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #dadada;
  padding-bottom: 5px;
  z-index: 99;
  text-align: left;
}
.new-post-update .box-title {
  text-align: left;
}
.box-title a {
  color: #c7000a;
  position: relative;
  font-weight: bold;
}
.box-title h1 a:before, .box-title h2 a:before, .box-title h3 a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #c7000a;
  width: 20%;
  bottom: -7px;
  left: 0;
}
.new-post-update .list-post .post {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 9px;
  margin-bottom: 9px;
}
.new-post-update .list-post .post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.new-post-update .list-post .post .post-number {
  float: left;
  width: 8%;
  font-size: 20px;
  color: #c7000a;
  text-align: center;
  font-weight: bold;
}
.new-post-update .list-post .post .post-body {
  margin-left: calc(8% + 10px);
}
.new-post-update .post .post-title {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.425;
    margin-top: 10px;
}
.footer-logo img {
    max-width: 200px;
}
/*.product_module.product_latest {
    padding: 10px 15px;
}*/
span.bd-product__old-price {
    font-weight: bold;
    color: #c7000a;
}
.box7.pagebox.content_col.event_home {
    padding-top: 0;
}

.select_title {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    color: #c7000a;
}
.select_title span{
    padding-bottom: 5px;
    border-bottom:2px solid #c7000a;
   
}
.btn-load button {
    background: #c7000a;
    color: #fff;
    padding:8px 20px;
    margin: 0;
    outline: none;
}
.btn-load button:focus{
  outline: none;
}
div#more_posts {
    display: block;
    margin: 0 auto 30px auto;
    text-align: center;
}
.btn-load button a{
  color:#fff;
}
.button-share ul li i {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}
.button-share i.fa-facebook-f {
    background: #516eab;
}
.button-share li {
    text-align: right;
}
.button-share i.fa-twitter {
    background: #29c5f6;
}
.button-share i.fa-linkedin-in {
    background: #2977c9;
}
ul li,ol li{
    padding-left: 0;
}
.entry_content ul li,.entry_content ol li{
    list-style: initial;

}
.btn-act .buy a{
    background: #c7000a;
    border: none;
    display: block;
    margin: auto;
    padding: 6px 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    outline: none;
}
 
 .content_info img {
    max-width: 100%;
    height: auto;
}
/*.sb_content {
    padding: 10px 15px;
}*/
.product_detail {
    padding-top: 20px;
}
.beacrum {
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    background-color: #f5f5f5;
    padding: 13px 0;
}
 
ul.clearfix {
    margin: 0;
    padding: 0;
    font-size: 15px;
    list-style: none;
    color: #7e7e7e;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: inline-flex;
}
.beacrum li a {
    font-size: 1.3rem;
    line-height: 1.4;
    
    color: #666;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.beacrum li, .beacrum a {
    display: inline-block;
    float: left;
    color: #666;
    font-size: 14px;
}
.beacrum li.separator {
    padding: 0 5px;
}
li.current {
   font-size: 13px;
    line-height: 1.4;
    
    
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}
.beacrum li.separator {
    margin: 8px 15px;
    color: #9b9b9b;
    font-size: 0;
    width: 28px;
    height: 1px;
    background-color: currentColor;
}
.beacrum li.separator {
    padding: 0 5px;
}
.beacrum .row {
    margin: 0;
}
.box_cat_list {
    padding: 10px 0px;
}
.related-new {
    margin-bottom: 20px;
}
.new-title h3 {
    font-weight: bold;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.ht-main-title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 8px;
}
.ft_3:before {
    display: none;
}
.content_col .row_posts .post {
    margin-bottom: 20px;
    background: #f7f7f7;
    border: 1px solid #eee;
}
.post_ul {
    padding-right: 0;
}
#ajax-posts .clearfix {
    margin-bottom: 15px;
    display: block;
}
.ft_infos ul li {
    list-style: none;
}
div#fb-root iframe {
    max-width: 320px!important;
    background: transparent;
    box-shadow:none!important;
}
.meta_day {
    position: absolute;
    background: #c89551;
    top: 0;
    color: #fff;
    padding: 5px;
}
.meta_day p {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}
p.day {
    font-size: 19px;
    font-weight: bold;
}
.box_loop {
    position: relative;
}
.inner_title {
    position: absolute;
    bottom: -25px;
    width: 80%;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background: #c89551;
    color: #fff;
    display: block;
    margin: auto;
    border: 2px solid #fff;
    box-shadow: 0 0 5px #ccc;
}
.inner_title a{
   
   color:#fff;
}
.meta_user {
    text-align: center;
}

.meta_user span {
    margin: 0 5px;
}
.box_loop .thumb {
    border: 1px solid #eee;
}
.fixed_row .col-md-6:nth-child(2n) {
    padding-right: 0;
}
.fixed_row .col-md-6:nth-child(2n+1) {
    padding-left: 0;
}
.entry_content h2,.entry_content h2 span{
  font-size: 20pt;
  line-height: 1.425;
}
.entry_content h3,.entry_content h3 span{
  font-size: 18pt;
  line-height: 1.425;
}
.entry_content h4,.entry_content h4 span{
  font-size: 16pt;
  line-height: 1.425;
}
.entry_content h5,.entry_content h5 span{
  font-size: 15pt;
  line-height: 1.425;
}
.entry_content h6, .entry_content h6 span{
  font-size: 14pt;
  line-height: 1.425;
}
.entry_content p{
  text-align: justify;
}
.pro_info li {
    list-style: none;
}
div#boloc {
    margin: 10px 0;
    padding: 0;
}

form.filter-form {
    padding: 5px 10px;
}
.tag .tag-list li a {
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 4px;
}
.tag .tag-list li {
    float: left;
    margin-right: 5px;
}
.tag{
  margin:5px 0;
  display: inline-block;
  width: 100%;
}
.list_load_related .post_desc .blogs_text {
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    text-align: justify;
}
.list_load_related .post {
    margin-bottom: 15px;
}
span.header-vertical-menu__title {
    text-transform: uppercase;
}
.bd-trending__product-thumb 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: scale-down;
    font-family: "object-fit: cover;";
}
.bd-trending__product-thumb {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f9f9f9;
}
.sb_product_thumg{
	  position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #f9f9f9;
}
.sb_product_thumg 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: scale-down;
    font-family: "object-fit: cover;";
}
.social {
    margin-top: 30px;
}
.social .fa-facebook-f {
    color: #516eab;
}
.social .fa-twitter{
    color: #29c5f6;
}
.social .fa-instagram  {
    color: #f93;
}

.social .fa-youtube {
    color: #f00;
}
.logo {
    max-width: 180px;
    padding: 5px;
    text-align: center;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.topbar_menu {
    background: #c70d1c;
    padding: 8px 0;
}

.topbar_menu li a {
    color: #fff;
}
.topbar_info {
    display: inline-flex;
    width: 100%;
}

.topbar_info li {
    display: flex;
}

ul#menu-top-menu {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: flex-end;
}

.menu-top-menu-container {
    display: flex;
    width: 100%;
}
ul#menu-top-menu li {
    padding: 0 25px;
}
ul#menu-top-menu li a {
    font-size: 16px;
}
ul#menu-top-menu li:hover a{
  color:#ffeb3b;
}
.box_contact {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    height: 72px;
    align-items: center;
    gap: 50px;
}
.box_contact i {
    font-size: 20px;
}
i.fad.fa-phone-volume {
    transform: rotate(-45deg);
}
.box_bn23 {
    display: flex;
    gap: 15px;
}
.bn2, .bn3 {
    width: 50%;
}
.col-md-5.pdl0 {
    padding-left: 0;
}
.bn1 {
    margin-bottom: 15px;
}
.box_top_page {
    margin: 50px 0;
}
.bd-product__price {
    display: none;
}
.box_meta ul li span{
  font-size: 15px!important;
}
span.sb_dv {
    display: none;
}