@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html
{
    box-sizing:border-box;
    background: #fff;
}

*,:before,:after
{
    box-sizing:border-box;
}

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

body
{
    margin:0;
}
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
}
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:0px 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: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height:1.4;
    color: #000;
}
body {
    background: #fff;
    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
}

h1,h2,h3,h4,h5,h6
{
    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*/

/* end css chung */
/* Css container, full*/
.ent-full {
    width: 100%;
    float: left;
}
.ent-container {
    width: 100%;
    max-width: 1250px;
    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(--col)) * 100% - var(--gap));
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(var(--col),minmax(0,1fr));
    grid-gap: var(--gap);
}
.vertical-center {
    align-items: center
}
.leftPrePro {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.rightNextPro {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* end css colum */
/* css header */
html, body {
    background-color: #fff;
}
.header-top.active {
    position: fixed;
    z-index: 10;
    top: 0px;
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
    top: 0px;
    position: fixed;
    z-index: 100;
    background-color: #0363af;
    -webkit-box-shadow: 0 3px 5px #88888861;
    box-shadow: 0 3px 5px #88888861;
}
.ent-lg-lh {
    max-width: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    margin-right: 35px;
}
.ent-lg-lh h1, .ent-lg-lh a {
    margin: 0px;
    display: flex;
}
#searchform {
    display: none;
}
.navbartoggler {
    display: none;
}
.ent-lg-lh h1 {
    margin: 0px;
}
.video-bg {
    width: 100%;
    object-fit: cover;
}
.header-top {
    /* border-bottom: 1px solid #eee; */
    background: #0363af;
}
.right_text_a a {
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    margin-left: 10px;
}
.right_text_a_left {
    display: flex;
    align-items: center;
}
.cart_a {
    color: #fff;
    margin-left: 14px;
    position: relative;
}
.cart_a i {
    font-size: 18px;
}
.dnTablet-l {
    background-color: #04abcc;
    width: 17px;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-align: center;
    border-radius: 100%;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: -10px;
    left: 18px;
}
.left_menu1 {
    display: flex;
    align-items: center;
}
/* end css header */
/* 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;
  box-sizing: border-box;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu li{
    list-style: none;
}


#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: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}
#cssmenu > ul {
    display: flex;
    justify-content: space-between;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 10;
    background: #fff;
    border-bottom-left-radius: 8px;
    float: left;
    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 {
    position: relative;
    left: 0;
    display: inline-block;
    width: 100%;
    background: none;
    top: 0;
    border: 0;
    margin-top: 15px;
}

#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;
    min-width: 200px;
    float: left;
    color: #333;
    line-height: 40px;
}
#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 > ul > li > a:hover {
    position: relative;
    z-index: 1;
    
}
#cssmenu ul ul li a:hover {
    color: #174195;
}
#cssmenu > ul > li {
    padding-left: 10px;
}
ul.sub-menu > li {
    width: calc(33.333% - 10px);
}
@media all and (min-width: 1024px){
    #cssmenu {
        display: flex;
        align-items: center;
    }
    #cssmenu > ul > li:hover > ul {
        columns: 3;
        display: flex;
        padding: 15px 15px;
        box-sizing: border-box;
        gap: 10px;
        float: left;
        padding-top: 10px;
        border-top: 1px solid #eeeeee87;
        flex-wrap: wrap;
        width: 100%;
    }
}

@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 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;
        position: relative;
      }

      #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: 6px;
        right: 0px;
        display: block;
        height: 8px;
        width: 22px;
        border-top: 2px solid #cd0000;
        border-bottom: 2px solid #cd0000;
        content: "";
      }

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

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

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





    #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: 40px;
        width: 40px;
        cursor: pointer;
        background: #fff;
        border: 1px solid #eee;
    }


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

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 17px;
        right: 18px;
        display: block;
        width: 2px;
        height: 10px;
        background: #0675fb;
        content: "";
    }
    #cssmenu .submenu-button::after {
        position: absolute;
        top: 21px;
        right: 14px;
        width: 10px;
        height: 2px;
        display: block;
        content: "";
        background: rgb(6, 117, 251);
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none;
    }
    #cssmenu .sub-menu.open {
            display: flex;
            flex-wrap: wrap;
        }
    #cssmenu > ul > li:hover > ul
    {
        pointer-events: none;
    }

}
/*end menu css*/

/*css home*/
.news_list_body {
    display: grid;
    grid-template-areas: 
        "item1 item1 item2 item3"
        "item1 item1 item4 item5";
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px; /* Khoảng cách giữa các ô */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}
.news_list_body .news-item:nth-child(1) {
    grid-area: item1;
}
.news_list_body .news-item:nth-child(2) {
    grid-area: item2;
}
.news_list_body .news-item:nth-child(3) {
    grid-area: item3;
}
.news_list_body .news-item:nth-child(4) {
    grid-area: item4;
}
.news_list_body .news-item:nth-child(5) {
    grid-area: item5;
}
.td_h2 {
    position: relative;
    text-align: center;
}
.td_h2::before {
    content: "";
    border-bottom: 1px solid #0363af;
    border-top: 0px solid #0363af;
    display: table;
    top: 55%;
    width: 100%;
    position: absolute;
    z-index: 8;
}
.td_h2::after {
    content: "";
    border-bottom: 1px solid #0363af;
    display: table;
    top: 63%;
    width: 100%;
    position: absolute;
    z-index: 8;
}
.td_h2 a {
    z-index: 9;
    padding: 0px 15px;
    font-size: 20px;
    position: relative;
    color: #0363af;
    background: #fff;
    text-transform: uppercase;
}
.news-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.news_list_body .news-item:nth-child(1) img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.wrapperlast {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(50% - 20px);
}
.wrapperlast:after {
    content: "";
    width: 0;
    height: 0;
    border-right: 12px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 20.60254px solid #bc090b;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-150deg);
    position: relative;
    top: 3px;
    left: -2px;
}
.videoyou {
    margin-top: 20px;
    margin-bottom: 40px;
}
.banner-home {
    margin-top: 35px;
    border-radius: 8px;
    overflow: hidden;
}
.item_grid_td {
    float: left;
    padding: 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 1%;
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    overflow: hidden;
    text-align: center;
}
.tendm {
    margin-bottom: 0;
    text-align: center;
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
    background: #0363af;
    font-weight: bold;
    border-bottom-right-radius: 10px;
    font-size: 12.5px;
    padding: 12px 10px;
    border-bottom-left-radius: 10px;
}
.item_grid_td:hover {
    box-shadow: 1px 2px 5px 2px #b3afaf;
}
.td_h2_dmsp {
    margin-top: 20px;
    margin-bottom: 20px;
}
.diachi_l > h3 {
    color: #0363af;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
}
span.thongtinshow {
    font-size: 17px;
    width: 100%;
    display: inline-block;
}
.owl-theme.sync1sr .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 45%;
    margin: 0px;
    background: #fff;
}
.sync1sr .leftPrePro {
    top: 8px;
    border: solid #0363af;
    border-width: 0 2px 2px 0;
    width: 15px;
    height: 15px;
    position: relative;
    left: 3px;
}
.sync1sr .rightNextPro {
    top: 8px;
    border: solid #0363af;
    border-width: 0 2px 2px 0;
    position: relative;
    left: -2px;
}
.owl-theme.sync1sr .owl-nav .owl-next {
    right: 10px;
}
.owl-theme.sync1sr .owl-nav .owl-prev {
    left: 10px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
        background: #fff !important;
}
.diachi_l {
    margin-bottom: 20px;
}
/* end css home */
/* css product */
.breadcrumb {
    margin-top: 15px;
    margin-bottom: 15px;
}
.woocommerce-product-details__short-description table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-collapse: collapse;
    background-color: #fff;
    border-color: #ececec;
    border-spacing: 0;
}
.woocommerce-product-details__short-description table th, .woocommerce-product-details__short-description table td {
    padding: 10px;
    text-align: left;
    border: 0px solid #0363af;
}
.woocommerce-product-details__short-description table th {
    color: #000;
    width: 30%;
    text-transform: math-auto;
    font-weight: 600;
}
.woocommerce-product-details__short-description table tr:nth-child(even) {
    background-color: #fff;
}
.woocommerce-product-details__short-description table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.block_content {
    width: 830px;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin: auto;
    padding-bottom: 0px;
}
.block_content iframe {
    width: 100%;
}
.ent-custom-wrapper {
    background: #f7f8f9;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-size: 23px;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    color: #23246b;
}
.woocommerce div.product div.summary {
    padding: 15px 15px 30px;
    margin-bottom: 0px;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #22246b;
    font-size: 1.25em;
    text-decoration: none;
}
.woocommerce ul.products li.product .price del,
.woocommerce div.product p.price del {
    font-size: 13px;
    color: #000000;
    opacity: 1;
}
.woocommerce ul.products li.product .price ins {
    color: #22246b;
    font-size: 1.25em;
    text-decoration: none;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.woocommerce-Tabs-panel--description img {
    width: 100%;
}
.woocommerce-Tabs-panel--description iframe {
    width: 100%;
}
.ptgg {
    box-shadow: none;
    display: inline-block;
    background: url('./images/20.00_00_00_00.Still001.png');
    font-size: 15px;
    color: #ffffff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 50%;
    margin-left: 0%;
    margin-top: -7%;
    width: 50px;
    height: 50px;
    font-weight: bold;
    background-size: cover;
    vertical-align: middle;
    line-height: 50px;
    text-align: center;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    margin-top: 50px;
}
.woocommerce div.product form.cart .button {
    float: none;
}
.woocommerce div.product form.cart div.quantity {
    display: flex;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0px;
    margin-right: 15px;
}
button.button.buy_now_button {
    margin-left: 15px;
}
.woocommerce div.product form.cart .button {
    padding: 0px;
    height: 40px;
    line-height: 40px;
    width: 155px;
    text-transform: uppercase;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #fff;
    color: #0363af;
}
button.single_add_to_cart_button.button.alt {
    margin: 0px;
    padding: 0;
    background: #fff;
    color: #22246b;
    box-shadow: 3px 3px 10px #0000006b;
}
button.button.buy_now_button {
    background: #0363af;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 3px 3px 10px #0000006b;
}
button.minus, button.plus {
    width: 40px;
    background: #0363af;
    color: #fff;
    border-width: 0px;
    border-radius: 4px;
}
.woocommerce .quantity .qty {
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button.button.buy_now_button:hover {
    background: #000;
    color: #fff;
}
.woocommerce div.product form.cart {
    margin-top: 35px;
}
.product_meta {
    border-top: 1px dotted #ddd;
    padding-top: 10px;
    font-size: 13px;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button.button.alt {
    width: 200px;
}
.all_ent_reviews {
    width: 830px;
    background: #fff;
    padding-inline: 20px;
    border-radius: 5px;
    margin: auto;
    display: block;
}
.tdex_ct {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #0363af;
    text-transform: capitalize;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.tdex_ct span {
    border-bottom: 2px solid #0363af;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}
.Stars {
    --percent: calc(var(--rating) / 5* 100%);
    font-size: 17px;
    font-family: Times;
    line-height: 1;
    margin-top: 5px;
    text-align: left;
    display: inline-block;
}
.Stars::before {
    content: "\f005\f005\f005\f005\f005";
    font-family: "FontAwesome";
    letter-spacing: 3px;
    background: linear-gradient(90deg, #ff9726 var(--percent), #e3e3e3 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.content-class {
    padding-inline: 10px;
}
.woocommerce ul.products li.product a img {
    margin-bottom: 10px;
}
.Stars {
    margin-bottom: 10px;
    margin-top: 0px;
}
.khuyenmai_new.mbl {
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 1px 0px 4px 3px #ddd;
    margin-bottom: 20px;
    border: 1px solid;
    border-style: dashed;
    width: 100%;
    display: block;
    float: left;
}
#wpgs-gallery {
    margin-bottom: 0px;
}
.khuyenmai_new h2 {
    font-size: 17px;
    color: #ff0000;
    margin-top: 0px;
}
.khuyenmai_new ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.khuyenmai_new ul li {
    font-size: 14px;
}
.khuyenmai_new ul li:before {
    content: "";
    background: url('./images/hj.png');
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}
.khuyen-mai.tug {
    border: 1px solid #0363af;
    padding: 8px;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 18px;
    background: #fff;
    clear: both;
}
.khuyen-mai h4 {
    color: red;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations label {
    color: red;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.khuyen-mai ul {
    margin-bottom: 0;
    padding: 0px;
    list-style: none;
    margin-top: 10px;
}
.khuyen-mai.tug ul li:before {
    content: "";
    background: url(https://enic.vn/wp-content/uploads/2022/10/hj.png);
    background-size: cover;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
.woocommerce div.product form.cart {
    margin-top: 15px;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}
.woo-variation-swatches .variable-items-wrapper {
    flex-wrap: initial;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background: #0363af;
    color: #fff;
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #0363af);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #0363af);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce a.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce button.button.alt:disabled[disabled]:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt.disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled], :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor*)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #0363af;
    color: #fff;
}
.ent-custom-gallery-wrapper {
    max-width: 50%;
}
/* end css product */
/* css footer */
.ent-footer {
    background: #0363af;
    background-size: cover;
    background-repeat: no-repeat;
}
.footertop2 h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ffffff30;
    padding-bottom: 15px;
}
.logo_footer {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer-logo {
    max-width: 165px;
}
.footertop2 {
    width: calc(100% - 225px);
}
.topfooter {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
}
.left_footertop2 p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.foot__copyright {
    text-align: center;
    background: #0363af;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
}
.right_footertop2 {
    text-transform: uppercase;
    width: 20%;
}
.right_xdf {
    width: 20%;
}
.right_xdf iframe{
    width: 100%;
    height: 140px;
}
.right_xdf a {
    font-size: 25px;
    margin-left: 10px;
}
.left_footertop2 {
    width: 25%;
}
#windownpopup_wrapper {
    visibility: visible;
    position: fixed;
    inset: 0px;
    transition: all 0.3s ease 0s;
    background: rgba(0, 0, 0, .5);
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.windownpopup {
    width: 100%;
    max-width: 750px;
    background: #0363af;
    padding: 8px;
    border-radius: 8px;
    position: relative;
}
.content_windownpopup iframe {
    width: 100%;
    border-width: 0px;
    height: 450px;
}
.windownpopup_close {
    position: relative;
    display: flex;
    width: 25px;
    float: right;
    height: 25px;
    position: absolute;
    right: 0px;
    background: #fff;
    border-bottom-left-radius: 50%;
    top: 0px;
    right: 0px;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    border-top-right-radius: 8px;
}
.windownpopup_close:before {
    top: 0px;
    right: 0px;
    z-index: 2;
    content: "✕";
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
/* end css footer */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

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

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

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

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.img_zoom {
    overflow: hidden;
}
.img_zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img_zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
