@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:0
}

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: #fffffff2;
    -webkit-box-shadow: 0 3px 5px #88888861;
    box-shadow: 0 3px 5px #88888861;
}
.ent-lg-lh {
    max-width: 165px;
}
#searchform {
    display: none;
}
.navbartoggler {
    display: none;
}
.logo_header {
    width: 165px;
    height: 53px;
}
.ent-lg-lh h1 {
    margin: 0px;
}
.video-bg {
    height: calc(80vh - 90px);
    width: 100%;
    object-fit: cover;
}
.header-top {
    border-bottom: 1px solid #eee;
}

/* 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: 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
}
#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 {
    display: flex;
    align-items: center;
}
#cssmenu > ul > li > a:hover {
    position: relative;
    z-index: 1;
    
}
#cssmenu ul ul li a:hover {
    color: #174195;
}
#cssmenu > ul > li {
    padding-right: 30px;
}
ul.sub-menu > li {
    width: calc(33.333% - 10px);
}
@media all and (min-width: 1024px){
    #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%;
    }
    #cssmenu > ul > li > a:hover {
    color: #174195;
    border-bottom: 4px solid #174195;
    }
}

@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*/
.icon-pr {
    text-align: center;
    position: relative;
}
.td_h2 {
    text-align: center;
    text-transform: uppercase;
    color: #0c4da2;
    margin-bottom: 35px;
    position: relative;
}
.bghtdx {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    background-position: center;
    background-position-y: -500px;
}
.icon_nb_c img {
    width: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    height: 45px;
}
.icon_nb_c {
    width: 100px;
    margin: auto;
    background: #0c4da2;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.counter-title {
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    color: #000;
}
.icon-pr p {
    margin: 0px;
    margin-top: 15px;
    color: #000;
}
.bghtdx:before {
    background: #ffffff91;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
}
.right_item_product_ent, .left_item_product_ent {
    width: calc(50% - 50px);
    position: relative;
}
.right_ix .left_item_product_ent img {
    right: 10px;
    left: initial;
}
.right_ix .left_item_product_ent {
    order: 1;
}
.right_ix .right_item_product_ent {
    order: 0;
}
.right_item_product_ent h3 {
    text-transform: uppercase;
    font-size: 35px;
    color: #0c4da2;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.right_ct {
    font-size: 17px;
    line-height: 1.7;
}
.right_item_product_ent > a {
    padding: 12px 40px 10px 30px;
    border: 2px solid #174195;
    margin-top: 10px;
    display: inline-block;
    color: #174195;
    border-radius: 100px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    font-weight: 500;
}
.right_item_product_ent > a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    position: absolute;
    border: solid #174195;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 18px;
    top: 12px;
}
.left_item_product_ent img {
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
.item_product_ent {
    margin-top: 40px;
}
.left_item_product_ent:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 1px solid #0c4da2;
    position: absolute;
    left: 0px;
    border-radius: 30px;
    top: 8px;
    z-index: 1;
}
.left_item_product_ent img {
    left: 8px;
    width: 100%;
    height: auto;
}
.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d600 !important;
    margin: 0px !important;
    padding: 0px !important;
}
.duanhomefull {
    background: #0c4da2;
    padding-top: 35px;
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.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);
}
.td_h2.td_h2_w {
    color: #fff;
}
.duan_lq_kk_a img {
    height: auto;
    width: 100%;
}
.duan_lq_kk_a {
    background: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 15px;
    overflow: hidden;
}
.title-dan {
    font-size: 17px;
    color: #0c4da2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    width: 100%;
    padding-inline: 10px;
    padding-top: 5px;
    margin-top: 5px;
}
.duanhome .leftPrePro {
    top: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    width: 15px;
    height: 15px;
    position: relative;
    left: 3px;
}
.duanhome .rightNextPro {
    top: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: relative;
    left: -2px;
}
.owl-theme.duanhome .owl-nav [class*=owl-] {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 42%;
}
.owl-theme.duanhome .owl-nav .owl-prev {
    left: -55px;
}
.owl-theme.duanhome .owl-nav .owl-next {
    right: -55px;
}
.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;
}
.idx {
    position: relative;
}
.list-page-video {
    margin-bottom: 25px;
}
.idx img {
    height: 200px;
    object-fit: cover;
}
.videolist .leftPrePro {
    top: 12px;
    border: solid #0c4da2;
    border-width: 0 2px 2px 0;
    width: 15px;
    height: 15px;
    position: relative;
    left: 3px;
}
.videolist .rightNextPro {
    top: 12px;
    border: solid #0c4da2;
    border-width: 0 2px 2px 0;
    position: relative;
    left: -2px;
}
.owl-theme.videolist .owl-nav [class*=owl-] {
    border: 1px solid #0c4da2;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 42%;
}
.owl-theme.videolist .owl-nav .owl-prev {
    left: -55px;
}
.owl-theme.videolist .owl-nav .owl-next {
    right: -55px;
}
.idx {
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.videolist {
    margin-bottom: 40px;
}
.videoyou .td_h2 {
    margin-bottom: 20px;
}
.tintuclist .leftPrePro {
    top: 12px;
    border: solid #0c4da2;
    border-width: 0 2px 2px 0;
    width: 15px;
    height: 15px;
    position: relative;
    left: 3px;
}
.tintuclist .rightNextPro {
    top: 12px;
    border: solid #0c4da2;
    border-width: 0 2px 2px 0;
    position: relative;
    left: -2px;
}
.owl-theme.tintuclist .owl-nav [class*=owl-] {
    border: 1px solid #0c4da2;
    width: 40px;
    height: 40px;
    border-radius: 100% !important;
    position: absolute;
    top: 42%;
}
.owl-theme.tintuclist .owl-nav .owl-prev {
    left: -55px;
}
.owl-theme.tintuclist .owl-nav .owl-next {
    right: -55px;
}
.bottomtt {
    height: 110px;
    background: #0c4da2;
    width: 100%;
    margin-top: -90px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 62%);
}
.customer-item {
    padding: 15px;
    border-radius: 5px;
    background-color: #FFF;
    text-align: center;
    box-shadow: 0px 1px 6px 0px #33333363;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.logodtac .td_h2 {
    margin-bottom: 15px;
}
.logodtac {
    padding-top: 40px;
    padding-bottom: 40px;
}
.khadtac {
    margin-bottom: 30px;
}
#breadcrumbs {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-nh.content-page img {
    width: 100% !important;
    height: auto;
}
.content-nh.content-page {
    width: 100%;
    margin-bottom: 30px;
}
table {
  border-collapse: collapse;
  width: 100%;
}

table td, table th {
  border: 1px solid #ddd;
  padding: 8px;
}

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

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

table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}
.content-nh.content-page iframe {
    width: 100%;
    height: 450px;
}
#ez-toc-container {
    width: 100%;
}
/* end css home */
/* css post */
.title-food {
    font-size: 17px;
}
.title-des-post > h1 {
font-size: 22px;
}
.item_bvlq_full img {
    width: 100%;
    height: auto;
}
/* end css post */
/* css phan trang */
.quatrang {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #fff;
    font-size: 15px;
    float: left;
    margin-top: 10px;
}
span.page-numbers.current {
    color: #fff;
    background: #0c4da2;
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #0c4da2;
    border-radius: 5px;
    font-weight: 600;
}
a.page-numbers {
    background: #fff;
}
.list-news-lq {
    margin-bottom: 15px;
    float: left;
    grid-template-columns: repeat(3, 1fr);
        grid-gap: 30px;
}
/* end css phan trang */

/* css footer */
.ent-footer {
    background: #0c4da2;
}
.logo_footer {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}
.footer-logo {
    max-width: 165px;
}
.footertop2 {
    width: calc(100% - 225px);
}
.topfooter {
    align-items: center;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.foot__copyright {
    text-align: center;
    background: #033f8d;
    color: #fff;
    padding-top: 13px;
    padding-bottom: 10px;
}
.right_footertop2 {
    text-transform: uppercase;
}
.right_xdf a {
    font-size: 25px;
    margin-left: 10px;
}
.left_footertop2 {
    width: 50%;
}
.wp-caption {
    width: 100% !important;
    height: auto;
    background: #eee;
    text-align: center;
}
.wp-caption-text {
    padding-bottom: 8px;
    margin-bottom: 0px;
}
#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: #0c4da2;
    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);
}