html
{
    box-sizing:border-box;
    background: #fff;
}

*,:before,:after
{
    box-sizing:border-box;
}
.woo-variation-product-gallery {
    width: 100% !important;}

html
{
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%
}

body
{
    margin:0;
/*    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;*/
}
p {
    margin: 10px 0px;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary
{
    display:block
}

audio,canvas,progress,video
{
    display:inline-block
}

progress
{
    vertical-align:baseline
}

audio:not([controls])
{
    display:none;
    height:0
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

[hidden],template
{
    display:none
}

a
{
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}

a:active,a:hover
{
    outline-width:0
}
li {
    list-style: none;
}
abbr[title]
{
    border-bottom:none;
    text-decoration:underline;
    text-decoration:underline dotted
}

dfn
{
    font-style:italic
}

mark
{
    background:#ff0;
    color:#000
}

small
{
    font-size:80%
}

sub,sup
{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline
}

sub
{
    bottom:-.25em
}

sup
{
    top:-.5em
}

figure
{
    margin:1em 40px
}

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

svg:not(:root)
{
    overflow:hidden
}

code,kbd,pre,samp
{
    font-family:monospace,monospace;
    font-size:1em
}

hr
{
    box-sizing:content-box;
    height:0;
    overflow:visible
}

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

optgroup
{
    font-weight:700
}

button,input
{
    overflow:visible
}

button,select
{
    text-transform:none
}

button,html [type=button],[type=reset],[type=submit]
{
    -webkit-appearance:button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner
{
    border-style:none;
    padding:0
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring
{
    outline:1px dotted ButtonText
}

fieldset
{
    border:1px solid silver;
    margin:0 2px;
    padding:.35em .625em .75em
}

legend
{
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal
}

textarea
{
    overflow:auto
}

[type=checkbox],[type=radio]
{
    padding:0
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

[type=search]
{
    -webkit-appearance:textfield;
    outline-offset:-2px
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration
{
    -webkit-appearance:none
}

::-webkit-input-placeholder
{
    color:inherit;
    opacity:1
}

::-webkit-file-upload-button
{
    -webkit-appearance:button;
    font:inherit
}
html,body
{
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif;
    font-size: 14px;
    line-height:1.4;
    color: #000;
}
body {
    display: flow-root;
}
html
{
    overflow-x:hidden
}

h1
{
    font-size:36px
}

h2
{
    font-size:30px
}

h3
{
    font-size:24px
}

h4
{
    font-size:20px
}

h5
{
    font-size:18px
}

h6
{
    font-size:16px
}

.w3-serif
{
    font-family:serif
}

h1,h2,h3,h4,h5,h6
{
    font-weight:400;
    margin:10px 0
}


hr
{
    border:0;
    border-top:1px solid #cf211e;
    margin:20px 0
}


img
{
    vertical-align:middle
}

a
{
    color:inherit;
    text-decoration: none;
}
/* css  chung*/
.ent-lg-lh h1 {
    margin: 0px;
    display: inline-block;
}
.submitkiem {
    background: #f0f8ff00;
    border: 0px;
    padding: 0px;
}
#searchform {
    display: flex;
    display: none;
}
#searchform input {
    border: 0px;
    line-height: 1;
    -webkit-appearance: none;
}
.owl-theme .owl-nav [class*=owl-] {
    margin: 0px !important;
    position: absolute;
}
/* end css chung */
/* Css container, full*/
.ent-full {
    width: 100%;
    float: left;
}
.ent-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    clear: both;
}
.ent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ent-flex-item {
    width: calc((1 / var(--column)) * 100% - var(--gap));
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(var(--column),minmax(0,1fr));
    grid-gap: var(--gap);
}
.vertical-center {
    align-items: center
}
/* end css colum */
/* css menu */
#cssmenu,
#cssmenu ul,

#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;position: relative;
}
.woocommerce.single-product div.product form.cart .quantity, .woocommerce.single-product div.product form.cart .single_add_to_cart_button{display: none;}
#cssmenu > ul > li:hover > ul {
    
    

    box-sizing: border-box;opacity: 1;

    padding-top: 10px;display: block !important;
    border-top: 1px solid #eeeeee87;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 17px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
}
#cssmenu > ul {
    display: flex;
    justify-content: center;
}
#cssmenu ul ul {
    position: absolute;
    left: 0;top: 100%;width: 250px;
    z-index: 10;padding: 15px 15px;display: none;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: 0px;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
    left: 100%;
    width: 100%;
    background: none;
    top: 0;
    border: 0;
    margin-top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;


    color: #333;
    line-height: 28px;
}
#cssmenu ul ul li{position: relative;}
#cssmenu i{    position: absolute;
    right: 0;color: #fff;
    top: 18px;}
    #cssmenu ul ul i{    color: #000;
    top: 6px;}
    #cssmenu li.menu-item-has-children{padding-right: 10px}
#cssmenu ul ul li:hover > ul{display: block !important;opacity: 1;    left: 100%;    width: 250px;
    z-index: 10;
    padding: 15px 15px;
    background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;}
#cssmenu > ul > li > ul > li > a, #cssmenu > ul > li > ul > li > ul > li > a {

    color: #000;
    text-transform: uppercase;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 18px;
  height: 8px;
  content: "";
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.boxmobile {
    display: none;
  }
#cssmenu {
    display: flex;
    align-items: center;
}
#cssmenu > ul > li > a:hover span {
    position: relative;
    z-index: 1;
}
#cssmenu > ul > li:hover > ul.sub-menu.mnto1 {
    display: block;
    width: 270px;
    columns: auto;
}
#cssmenu > ul > li:hover > ul.sub-menu.mnto1 li a span {
    color: #333;
    text-transform: initial;
    font-weight: 300;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
      #cssmenu {
        width: 100%;
      }

      #cssmenu ul {
        width: 100%;
      }
      #container-cssmenu {
        display: none;
      }
      #cssmenu .sub-menu {
        display: none;
      }
      #cssmenu.align-center > ul {
        text-align: left;
      }

      #cssmenu ul li {
        width: 100%;
      }

      #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: 45px;
      }

      #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
       /* border-bottom: 0;*/
      }

      #cssmenu > ul > li {
        float: none;
      }

      #cssmenu ul ul li a {
        padding-left: 25px;
      }

      #cssmenu ul ul ul li a {
        padding-left: 35px;
      }

      #cssmenu ul ul li a {
        float: left;
      }



      #cssmenu ul ul,
    #cssmenu ul ul ul,
    #cssmenu.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
      }

      #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none;
      }
    #cssmenu ul li a, #cssmenu ul ul li a {
       /* padding: 10px 10px;*/
    }
      #menu-button {
        display: block;
        padding: 17px;
        color: #000;
        cursor: pointer;
        font-size: 17px;
        text-transform: uppercase;
        font-weight: 500;
      }

      #menu-button:after {
        position: absolute;
        top: 22px;
        right: 0px;
        display: block;
        height: 8px;
        width: 22px;
        border-top: 2px solid #252a40;
        border-bottom: 2px solid #252a40;
        content: "";
      }

        #menu-button:before {
            position: absolute;
            top: 16px;
            right: 0px;
            display: block;
            height: 2px;
            width: 22px;
            background: #252a40;
            content: "";
        }

      #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #252a40;
        transform: rotate(45deg);
      }

      #menu-button.menu-opened:before {
        top: 23px;
        background: #252a40;
        width: 15px;
        transform: rotate(-45deg);
      }

      #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0px solid rgba(120, 120, 120, 0.2);
        height: 42px;
        width: 46px;
        cursor: pointer;
      }



    #cssmenu ul ul .submenu-button {
        height: 45px;
        width: 45px;
        background: antiquewhite;
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 0px solid rgba(120, 120, 120, 0.2);
        height: 45px;
        width: 45px;
        cursor: pointer;
        background: aliceblue;
    }


      #cssmenu .submenu-button.submenu-opened:after {
        background: #0675fb;
      }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 17px;
        right: 22px;
        display: block;
        width: 2px;
        height: 10px;
        background: #0675fb;
        content: "";
    }
    #cssmenu .submenu-button::after {
        position: absolute;
        top: 21px;
        right: 18px;
        width: 10px;
        height: 2px;
        display: block;
        content: "";
        background: rgb(6, 117, 251);
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
}
/*end menu css*/

/*css new*/
/* css header */
.menutopcenter {
    width: calc(100% - 85px);
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.lsmn .menutopcenter {
    height: 65px;
}
.fullkkk {
    background-color: #dc8c01;
    position: relative;
    height: 85px;
}
.ent-lg-lh {
    max-width: 85px;
    position: relative;
    z-index: 100;
}
.ent-logo img {
    width: 85px;
    height: auto;
}

.quatrang {
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #fff;
    border-top: 1px solid #eee;
    font-size: 15px;
    float: left;
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #7a0d13;
    border-radius: 5px;
    font-weight: 600;
    color: #7a0d13;
}
.wiget_tv .product-sp .product {
    width: 100%;
}
.wiget_tv .products {
   padding: 0px;
}
span.page-numbers.current {
    background: #7a0d13;
    color: #fff;
}
/* end css header */
.right_youtube {
    width: calc(50% - 15px);
}
.left_youtube {
    width: calc(50% - 15px);
}
.left_youtube iframe {
    width: 100%;
    height: 300px
}
.fullvdgt {
    padding-top: 10px;
    padding-bottom: 30px;
}
.texth23 {
    position: relative;
    color: #252a40;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    padding-left: 35px;
    margin-bottom: 15px
}
.texth23:before {
    content: "";
    background-image: url('./images/icon9.png');
        width: 35px;
    height: 40px;
    display: inline-block;
    background-size: contain;
    top: -5px;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
}
.right_youtube h2 {
    margin: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 25px;
    color: #7a0d13;
}
.right_youtube a {
    background: #7a0d13;
    padding: 8px 15px;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
    border-radius: 10px;
}
.left_youtube p {
    margin: 0px;
}
.submitkiem {
    align-items: center;
    background: #fedb00;
    border: none;
    color: #0c0c0c;
    display: flex;
    outline: none;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    text-align: center;
    justify-content: center;
}
#searchform {
    height: 38px;
    border-radius: 3px;
    overflow: hidden;
    width: 400px;
}
#searchform input {
    font-size: 15px;
    padding: 0 10px;
    width: calc(100% - 90px);
    color: #a8a8a8;
}
.submitkiem span {
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 0px;
    font-size: 12px;
    text-transform: capitalize;
}
.header-right {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-right li {
    align-items: center;
    border-right: 1px dotted #eee;
    color: #fff;
    display: flex;
    font-size: 14px;
    padding-left: 15px;
}
.header-right li a {
    align-items: center;
    display: flex;
}
.header-right li .icon {
    display: block;
    height: 26px;
    width: 26px;
    background-size: contain;
}
.header-right li a:last-child {
    margin-left: 10px;
    position: relative;
}
.icon-cart {
    background: url('./images/carticon.png') center no-repeat;
}
.icon-search {
    background: url('./images/searchicon.png') center no-repeat;
}
.icon-phone {
    background: url('./images/ico2.png') center no-repeat;
}
.icon-showroom {
    background: url('./images/ico3.png') center no-repeat;
}
.header-right li span.text {
    flex: 1;
    margin-left: 4px;
    text-align: center;
    white-space: nowrap;
    display: none;
}
.header-right li span.text span {
    display: block;
    line-height: 18px;
    white-space: nowrap;
}
.header-right li span.text span:last-child {
    color: #7a0d13;
    font-size: 13px;
    margin-top: -1px;
}
.header-right li:last-child {
    border: none;
}



#cssmenu-dmsp {
    position: absolute;
    top: 51px;
    z-index: 10;
}

#cssmenu > ul > li > a span {
    display: flex;
    align-items: center;
    line-height: 1;
}
#cssmenu > ul > li > a span img {
    height: 25px;
    object-fit: contain;
    margin-left: 0px !important;
    padding-left: 0px;
}

#top-menu-list-dmsp {
    margin: 0px;
    padding: 0px;
    background: #fff;
    width: 250px;
}

#top-menu-list-dmsp li a {
    border-bottom: 1px solid #cdcdcd;
    display: block;
    font-size: 15px;
    position: relative;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#top-menu-list-dmsp li a img {
    max-width: 25px;
    height: auto;
    padding-right: 0px;
}


.item-slide img {
    height: auto;
    width: 100%;
}
.homeslider .owl-prev {
    position: absolute;
    top: 45%;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;;
    left: 10px;
    background: #00713b !important;
}
.homeslider .owl-next {
    position: absolute;
    right: 10px;
    top: 45%;
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    background: #00713b !important;
}
.homeslider .owl-prev i, .homeslider .owl-next i {
    font-size: 18px;
    position: relative;
    top: 5px;
    color: #fff;
}
.option-promo {
    margin-bottom: 20px;
    margin-top: 20px;
}
.option-promo .progh {
    display: flex;
    vertical-align: middle;
    width: calc(100% / 4 - 15px);
    padding: 15px;
    background: url('./images/framebh.png') center no-repeat;
    background-size: contain;
    align-items: center;
    color: #fff;
}
.woocommerce-padtop-nb .product-slider .product {
    padding: 10px;
    border-radius: 4px;
    padding: 0px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
}
.woocommerce-padtop-nb {
    padding: 10px;
    padding-bottom: 0px;
}
.item_box {
    align-items: center;
    border-style: solid;
    padding: 30px 30px 30px 30px;
    margin-top: 55px;
    margin-bottom: 0px;
    text-align: center;
    position: relative;
    border: 1px solid #f5f5f5;
    width: 100%;
    border-radius: 6px;
    background: #252a40;
    color: #fff;
}
.item_box img {
    object-fit: cover;
    border-radius: 100%;
    margin: auto;
    width: 100px !important;
    height: 100px;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #252a40;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}
.info {
    width: 100%;
    max-width: 100%;
    margin-top: 38px;
}
h4.cont {
    font-size: 14px;
    font-style: italic;
}
.info .name {
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 16px;
    position: relative;
    padding-top: 10px;
    color: #dc8c01;
}
.option-promo .progh img {
    display: inline-block;
    vertical-align: middle;
    height: 36px;
    width: auto;
}
.option-promo .progh span {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    text-align: left;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
#top-menu-list-dmsp li:last-child a {
    border-bottom: 0px;
}
.texth2 {
    color: #fff;
    margin: auto;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    background-image: url('./images/Layer7.png');
    background-size: 35px auto;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    background-color: #252a40;
    text-align: left;
    padding-left: 55px;
    background-position: left;
    background-position-x: 8px;
    background-position-y: 4px;
}
.tgdxku {
    position: relative;
}
.xtc {
    position: absolute;
    right: 15px;
    line-height: 1;
    color: #fff;
    display: inline-block;
    text-align: center;
    top: 21px;
    font-size: 15px;
}
.woocommerce-padtop {
    border-radius: 5px;
}
.product-sp .product {
    width: calc(25% - 10px);
    border: 2px solid #252a40;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
.product-sp .product img {
    border: 1px solid #ccc;
}
.woocommerce-loop-product__title {
    color: #252a40;
}
.price.pricelh {
    background: #fffde8;
    max-width: 50%;
    margin: auto;
    border-radius: 30px;
    padding-top: 4px;
    padding-bottom: 6px;
    margin-top: 10px;
}
.price.pricelh svg {
    fill: #7a0d13;
    width: 14px;
    position: relative;
    top: 2px;
}
.price.pricelh strong {
    font-size: 14px;
    text-transform: uppercase;
}
.woocommerce-padtop .products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price.pricelh span {
    width: 28px;
    border: 2px solid #7a0d13;
    border-radius: 100%;
    height: 28px;
    display: inline-block;
    float: left;
    margin-left: 4px;
    margin-top: -2px;
}
.section-heading {
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.spnbdd_item {
    width: calc(16.6666667% - 10px);
    text-align: center;
    border-right: 1px solid #ccc;
    padding-bottom: 15px;
}
.spnbdd {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}
.spnbdd_item img {
    width: 100%;
    height: auto;
}
.spnbdd_item h3 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #252a40;
}
.spnbdd_item span {
    display: inline-block;
    margin: auto;
    text-align: center;
    color: #333;
    border-radius: 30px;
    font-size: 14px;
}
.section-heading-nb {
    margin-bottom: 30px;
    background: #252a40;
    border-radius: 5px;
    overflow: hidden;
}
.bannerspxp img{
    width: 100%;
    height: auto;
}
.bannerspxp .owl-prev {
    left: 0px;
    top: 25%;
    border-radius: 0px !important;
    height: 75px;
    line-height: 70px;
    background-color: rgba(34,43,69,.369) !important;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
}
.bannerspxp .owl-next {
    right: 0px;
    top: 25%;
    border-radius: 0px !important;
    height: 75px;
    line-height: 70px;
    background-color: rgba(34,43,69,.369) !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}
.bannerspxp .owl-prev i,
.bannerspxp .owl-next i {
    font-size: 16px;
}
.onsale {
    color: #fff;
    font-size: 13px;
    height: 25px;
    left: 10px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 45px;
    z-index: 5;
    background: #252a40;
    border-radius: 4px;
    display: none;
}

.product .price {
    text-align: center;
    display: block;
    font-size: 16px;
    color: #db000c;
}
.product .price del {
    color: #999;
    text-align: center;
    text-decoration: line-through;
    font-size: 15px;
}
.product .price ins {
    text-align: left;
    border: none;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}
/*.woocommerce-padtop-nb:before {
    content: '';
    border: 0 solid #f4f6f900;
    border-left-color: rgb(209 34 32);
    border-bottom-color: transparent;
    border-left-width: 24px;
    border-bottom-width: 12px;
    top: -2px;
    left: 0;
    position: absolute;
}
.woocommerce-padtop-nb:after {
    content: '';
    border: 0 solid #f4f6f900;
    border-right-color: rgb(209 34 32);
    border-bottom-color: transparent;
    border-right-width: 24px;
    border-bottom-width: 12px;
    top: -2px;
    right: 0;
    position: absolute;
}*/

.item_box img {
    width: 100%;
}
.fHelveticaNeueB.pb10.fs15 {
    font-weight: 700;
    font-size: 24px;
    color: #252a40;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}
.products.product-slider img {
    max-width: 300px;
}
h4.cont {
    font-size: 14px;
    font-style: italic;
}
#feed_back .owl-dots {
    position: relative;
    top: -30px;
}

.hllhreview {
    padding-top: 20px;
}
.bannersp {
    margin-top: -10px;
    margin-bottom: 20px;
}
.logoss {
    margin-bottom: 15px;
}

.imgimg-mb {
    width: 100%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.content {
    width: 100%;
    float: left;
    margin-top: 15px
}

.imgimg-mb img {
    width: 100%;
    height: auto;
    border-radius: 5px
}
h3.title {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    color: #252a40;
    margin-bottom: 10px;
}
.summary {
    line-height: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.ent-woocommer {
    margin-top: 20px;
}
.woocommerce-product-details__short-description {
    text-align: justify;
}
.itemcls {
    margin-bottom: 0px;
}
.hllhreviewytb {
    padding-bottom: 30px;
}

.imgx {
    width: calc(25% - 5px);
    position: relative;
}
.imgx img {
    width: 100%;
    height: auto;
}
.pos10 {
    width: calc(33.333% - 15px);
}
.lsmn .fullkkk {
    padding-bottom: 20px;
}
/* css footer */
.f_bg {
    background-image: url('./images/bg.png') !important;
    background-size: 475px !important;
    display: block;
    cursor: pointer;
}
.f_social_icon1 {
    height: 36px;
    cursor: pointer;
    width: 32px;
    background-position: -288px -366px !important;
}
.f_social_icon2 {
    height: 32px;
    width: 32px;
    background-position: -335px -366px !important;
    border-radius: 50%;
}
.f_social_icon3 {
    height: 36px;
    width: 32px;
    background-position: -386px -366px !important;
}

.ent-footer {
    padding-top: 40px;
    padding-bottom: 40px;
/*    background-image: url('./images/Layer141.jpg');*/
    background-size: cover;
/*    color: #252a40;*/
    color: #fff;
    background: #252a40;
}
.footer_cl.footer1 img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}
.imgtopfooter img {
    height: auto;
}
.rightfooter li,
.leftfooter li {
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}
.rightfooter li a, .leftfooter li a {
    position: relative;
    font-size: 15px;
    line-height: 1.7;
}
.rightfooter ul li a:before, .leftfooter ul li a:before {
    content: "\f111";
    font-family: 'FONTAWESOME';
    margin-right: 12px;
    font-size: 5px;
    position: relative;
    top: -4px;
}
.footer_cl.footer1 p {
    margin: 3px 0px;
}
.footer_cl.footer1 {
    width: 25%;
}
.leftfooter {
    width: 50%;
    float: left;
}
.rightfooter {
    width: 50%;
    float: left;
}
.rightfooter ul,
.leftfooter ul {
    margin: 0px;
    padding: 0px;
}
.footer_cl.footer4 {
    width: 35%;
}
.footer_cl.footer3 {
    width: 30%;
}
.lhvct a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_social_item span:first-child {
    margin-right: 6px;
}
.lhvct {
    margin-top: 20px;
}
.xhk {
    color: #252a40;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    font-size: 15px;
}
.lhvct a span:nth-child(2) {
    width: calc(100% - 50px);
}
.lhvctfooter {
    display: flex;
    align-items: center;
}
.spnbdd_itema {
    width: calc(16.6666667% - 40px);
    text-align: center;
}
.spnbdd_itema h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #252a40;
    margin-bottom: 4px;
}
.dmsp_1 {
    margin-bottom: 40px;
    margin-top: 50px;
}
.righticon a {
    color: #252a40;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 100%;
    font-size: 16px;
}
.lhvctfooter > span {
    margin-right: 10px;
    font-weight: 400;
    font-size: 15px;
}
.footer_cl h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    display: block;
}
.footer_cl p {
    margin: 10px 0px;
}
.inner-container {
    position: relative;
    padding: 15px 0px;
    text-align: center;
}
.inner-container .copyright {
    position: relative;
    font-size: 14px;
    color: #ffffff;
}
.copyright a {
    color: #fff;
    font-weight: 600;
}
.footer-bottom {
    background: #010623;
}
/* end css footer */
/* css post */
.title-des-post {
    width: calc(75% - 25px);
    text-align: justify;
    float: left;
    color: #333;
}
#comments {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.khfg {
    margin-top: 15px;
}
.title-des-post h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0px;
    line-height: 1;
}
.content-nh-post h2 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1;
}
.content-nh-post h2, .content-nh-post h2 * {
    font-weight: 500;
    line-height: 1.3
}
.content-nh-post h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1;
}
.content-nh-post h3, .content-nh-post h3 * {
    font-weight: 500;
    line-height: 1.3
}
.content-nh-post li {
    list-style: disc;
    margin-left: -10px;
}
.content-nh-post {
    font-size: 15px;
    line-height: 1.5;
    float: left;
    width: 100%;
}
.fullcontent_des {
    display: inline-block;
    width: 100%;
}
.wiget-post {
    width: 25%;
    float: right;
    position: sticky;
    top: 0px;
}
.wiget-post iframe {
    width: 100%;
    height: 170px;
}
.wiget-post img {
    width: 100%;
    height: auto;
}
.title-food {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
}
.khfg {
    float: left;
    width: 100%;
}
.item_bvlq_full > img {
    border-radius: 4px;
    height: auto;
    width: 100%;
}
#toc_container {
    width: 100%;
    border-radius: 5px;
    background: aliceblue;
    border: 0px;
    padding: 0px;
    overflow: hidden;
    display: block !important;
}
#toc_container p.toc_title {
    padding: 5px;
    background: #00713b;
    color: #fff;
}
#toc_container p.toc_title+ul.toc_list {
    margin-top: 0px;
    padding: 10px;
}
/*blockquote {
    border-right: solid 1px;
    border-color: #00713b !important;
    background: url('./images/quote-left-solid.svg') no-repeat;
    background-position: left;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px!important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px 20px 20px 40px;
    font-size: 16px;
    font-style: italic;
    margin: 0px 0px 1.5em;
    position: relative;
    background-position-x: 5px;
    background-position-y: 5px;
        border-radius: 4px;
}
blockquote p {
    margin-bottom: 0px;
}*/
.content-auto a {
    color: #00713b;
}
.wp-caption {
    width: 100% !important;
}
.wp-caption-text {
    text-align: center;
    margin: 0px;
    padding: 10px;
    background: #eee;
}

/* end css post */
/* css category */
.info-ca-pt {
    width: calc(100% - 270px);
}
.info-ca-pt h2 {
    line-height: 1.2;
    margin-top: 0px;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #252a40;
}
.meta-single i {
    margin-right: 6px;
}
.list-post {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    float: left;
    width: 100%;
    position: relative;
}
.list-post img {
    border-radius: 4px;
    width: 250px;
    height: auto;
}
.meta-single {
    color: #666;
    font-size: 13px;
    font-weight: 600;
}
.list-post:nth-child(1) {
    margin-top: 10px;
}
.info-ca-pt p {
    font-size: 14px;
    color: #333;
}
.post1 {
    width: calc(50% - 10px);
    margin-bottom: 10px;
}
.info-cat h2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #252a40;
}
/** end css category **/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: #fedb00;
    border-width: 0px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;
}
p.text2 {
    width: 50%;
}
.wvs-has-image-tooltip:after, [data-wvstooltip]:after,
.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    display: none;
}


.content-auto table  {
  border-collapse: collapse;
  width: 100%;
}
.content-auto table td, .content-auto table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.content-auto table tr:nth-child(even){background-color: #f2f2f2;}

.content-auto table tr:hover {background-color: #ddd;}

.content-auto table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: #fedb00;
    border-width: 0px;
    outline: none;
}
.bannersp2 {
    margin-bottom: 20px;
    margin-top: -10px;
}
.content-nh.content-page {
    font-size: 15px;
}
.content-nh.content-page h2, .content-nh.content-page h3 {
    font-weight: 500;
}
.content-nh.content-page h2 {
    font-size: 20px;
}
.content-nh.content-page h3 {
    font-size: 18px;
}
.list-page > h1 {
    font-weight: 500;
    font-size: 22px;
}

.content-page table  {
  border-collapse: collapse;
  width: 100%;
}
.content-page table td, .content-page table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.content-page table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.sidebar-woo img {
    height: auto;
    width: 100%;
}

.fa-angle-left {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    
}
.fa-angle-right {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.homeslider .owl-prev .fa-angle-left{
    left: 3px;
}
.homeslider .owl-next .fa-angle-right{
    right: 2px;
}
.entiframe {
    border: 0px;
    width: 100%;
    height: 380px;
}
.screen-reader-text {
    display: none;
}
body.single {
    background: #fff;
}
.img-none {
    display: none;
}
.item.item-slide {
    display: block;
    width: 100%;
}
.homeslider.owl-theme .owl-nav {
    margin-top: 0px;
}
.footer2 iframe {
    border: 1px solid #fff !important;
    padding: 5px;
    border-radius: 5px;
    height: 175px;
}
.ent-content-woo h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.ent-content-woo h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.ent-content-woo.content-auto li {
    list-style: disc;
    margin-left: -25px;
}
ul.page-numbers {
    display: flex !important;
    margin: auto;
    text-align: center;
    justify-content: center;
    padding-top: 15px !important;
    border-right: 0px !important;
}
ul.page-numbers li span, ul.page-numbers li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #006736;
}
ul.page-numbers li {
    margin-left: 3px;
    margin-right: 3px;
}
.content-auto {
    float: left;
    text-align: justify;
}
.content-auto img {
    margin: auto;
    display: block;
}
.woocommerce-page div.product div.summary h1.product_title.entry-title {
    text-align: left;
}
.product-slider .product .price del, .product-slider .product .price ins,
.product-sp .product .price del, .product-sp .product .price ins {
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.wiget_tv .texth2 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 28px auto;
    font-size: 16px;
    background-position-y: 2px;
}
.khfg .texth2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: 28px auto;
    font-size: 16px;
    background-position-y: 2px;
    margin-bottom: 10px;
}
.wiget_tv {
    float: left;
    margin-bottom: 25px;
}
.brecrum {
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 15px;
}
.entry-author, .entry-date {
    color: #878787;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}
.wiget_tv .list-post img {
    width: 130px;
    height: 84px;
}
.wiget_tv .list-post .info-ca-pt {
    width: calc(100% - 140px);
}
.wiget_tv .list-post {
    margin-top: 10px;
    border-top: 1px dotted #ccc;
}
.wiget_tv .list-post:nth-child(1) {
    margin-top: 0px;
    border-top: 0px dotted #ccc;
}
.wiget_tv .meta-single {
    display: none;
}
/* css about */
.ttntl {
    width: 200px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin: auto;
    flex-wrap: wrap;
}
.misstagekk .owl-item.active .ttntl {
    background: #fff;
    border: 4px solid #7a0d13;
}
.misstagekk .owl-item.active.center .ttntl {
    background: #7a0d13;
    font-weight: 700;
    color: #fff;
}
.misstagekk .owl-item.active .ttntl h4 {
    font-size: 45px;
    width: 100%;
    color: #7a0d13;
    line-height: 1;
}
.misstagekk .owl-item.active.center .ttntl h4 {
    font-size: 60px;
    color: #fff;
}
.misstagekk .owl-item.active.center {
    transform: scale(1);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.misstagekk .owl-item.active {
    transform: scale(.5);
    transition: .6s ease;
    background: #fff0;
}
.misstagekk .owl-item .ttntl p {
    display: none;
}
.misstagekk .owl-item.active.center .ttntl p {
    display: block;
    position: absolute;
    bottom: -70px;
    color: #7a0d13;
    width: 800px;
    font-size: 18px;
    font-weight: 500;
}
.bnctime {
    width: calc(100% - 300px);
    margin: auto;
    display: block;
    position: relative;
}
.bnctime:after {
    content: "";
    width: calc(100% + 300px);
    height: 4px;
    position: absolute;
    bottom: 0px;
    background: #7a0d13;
    left: -150px;
    top: calc(22% + 25px);
}
.misstagekk .owl-prev {
    margin: 0px !important;
    position: absolute;
    left: -150px;
    top: 22%;
    background: #7a0d13 !important;
    font-size: 0px !important;
    width: 50px;
    height: 50px;
    border-radius: 10px !important;
}
.misstagekk .owl-next {
    margin: 0px !important;
    position: absolute;
    right: -150px;
    top: 22%;
    background: #7a0d13 !important;
    font-size: 0px !important;
    width: 50px;
    height: 50px;
    border-radius: 10px !important;
}
.tmdmtd {
    text-align: center;
    margin-bottom: 60px;
}
.tmdmtd h2 {
    font-size: 50px;
    font-weight: 700;
    color: #7a0d13;
}
.tmdmtd p {
    font-size: 15px;
    max-width: 50%;
    margin: auto;
    display: block;
}
.imglstg {
    background: #fff;
    padding-top: 50px;
}
.misstagekk.owl-carousel .owl-stage-outer {
    overflow: inherit;
    overflow-x: hidden;
    overflow-y: clip !important;
    height: 340px;
}
.misstagekk .owl-prev:after {
    content: "";
    border: solid white;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: 12px;
    left: 5px;
}
.misstagekk .owl-next:after {
    content: "";
    border: solid white;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 12px;
    left: -2px;
}
.fulleftkhtop {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 150px;
    position: relative;
}
.leftkhtop {
    text-align: center;
    max-width: 60%;
    margin: auto;
    position: relative;
}
.leftkhtop h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
}
.leftkhtop p {
    font-size: 15px;
    margin: auto;
    margin-top: 20px;
}
.leftkhtop p {
    color: #fff;
    line-height: 1.5;
}
.ndax-ct {
    width: calc(100% - 300px);
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
}
.item_xsxaxkctn_ch img,
.map_xsxaxkctn img {
    box-shadow: 2px 2px 8px rgb(95 95 95);
    border-radius: 5px;
}
.ndax-ct iframe {
    width: 100%;
    height: 450px;
}
.videogt {
    margin-top: 30px;
    padding-bottom: 30px;
}
.ndax-ct h2 {
    font-size: 30px;
    font-weight: 700;
    color: #7a0d13;
    margin-bottom: 30px;
}
.xsxaxkctn {
    color: #252a40;
}
.xsxaxkctn h2 {
    margin-top: 0px;
    font-size: 18px;
    font-weight: 700;
}
.xsxaxkctn h2 i {
    font-size: 22px;
    margin-right: 7px;
}
.map_xsxaxkctn iframe {
    width: 100%;
}
.item_xsxaxkctn_ch {
    width: calc(33.3333% - 10px);
}
.item_xsxaxkctn_ch {
    text-align: center;
}
.item_xsxaxkctn_ch h3 {
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
    font-size: 18px;
}
.item_xsxaxkctn_ch p {
    margin-top: 10px;
    font-size: 14px;
}
.xsxaxkctn_ch {
    margin-top: 15px;
}
.item_xsxaxkctn_ch p {
    margin-top: 0px;
}
.item_xsxaxkctn_ch {
    color: #252a40;
}
.xsxaxk {
    margin-bottom: 30px;
}
.rightxsxaxk, .leftxsxaxk {
    width: calc(50% - 15px);
}
.rightxsxaxk input {
    width: 100%;
    height: 35px;
    border: 1px solid #252a40;
    border-radius: 5px;
    margin-top: 10px;
}
.rightxsxaxk label {
    font-weight: 600;
    font-size: 15px;
    color: #252a40;
}
.rightxsxaxk textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    border: 1px solid #252a40;
    border-radius: 5px;
}
.rightxsxaxk input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #252a40;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    height: 45px;
    cursor: pointer;
}
.footer3 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100px;
    display: block;
    background: #b80c19;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    border-width: 0px;
}
.footer3 iframe {
    width: 100%;
    height: 200px;
}
.footer3 .wpcf7-email {
    width: calc(100% - 100px);
    float: left;
    height: 40px;
    border: 0px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rightxsxaxk h4 {
    font-weight: 600;
    color: #252a40;
}
.xsxaxk.ctapage .map_xsxaxkctn iframe {
    height: 300px;
}
.xsxaxk.ctapage {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0px;
}
.leftxsxaxk h1 {
    color: #252a40;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}