@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:inherit
}

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;*/
}


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
}

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: 'Roboto', sans-serif;
    font-size:14px;
    line-height:1.4;
    background: #fff;
}

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;
}
a:hover {
color: #dd2422;
}

h1.logo-maison {
    margin: auto;
    float: left;
    display: flex;
    align-items: center;
    background: #fff0;
}

/* 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;
}
/* end css colum */
/* css scale */
.for_ud {
    overflow: hidden;
}
.for_ud img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.for_ud:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* end css scale*/
/* css header */
.ent-top {
    align-items: center;
    position: relative;
    max-height: 75px;
    min-height: 75px;
    flex-wrap: initial;
}
.header-top {
    max-height: 75px;
    background: linear-gradient(to right, #a0081d, #e02622);
    border-bottom: 3px solid #ffffff;
    -webkit-box-shadow: 0px 3px 5px #888888;
    box-shadow: 0px 3px 5px #888888;
    position: fixed;
    z-index: 10;
}
.header-top {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header-top.active {
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background: linear-gradient(to right, #ffffff, #ffffff);
    z-index: 100;
    position: fixed;
    top: 0;
}
.header-top.active .logo_scroll {
    display: block;
}
.logo_header {
    height: 150px;
    position: absolute;
    top: 0px;
    z-index: 10;
}
.header-top .logo_header {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.header-top.active .logo_header {
    -webkit-transform: translate(0px, -110%) translateZ(0);
    transform: translate(0px, -110%) translateZ(0);
}

.searchform {
    display: none;
}
#searchform * {
    border: 1px solid #eee;
}
#menuSearchBtn {
    display: inline-block;
    
    padding: 0px 10px;
    cursor: pointer;
    color: #ffffff;
    padding-top: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#top-top-menu-list {
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    border-left: solid 1px #ffffff;
}
#top-top-menu-list li {
    display: inline-block;
    padding: 0px 10px;
    cursor: pointer;
    color: #ffffff;
    padding-top: 4px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#top-top-menu-list li a:hover {
    color: #fff;
}
.phone-box {
    color: #ffffff;
    border: solid 2px #ffffff;
    border-radius: 15px;
    padding: 4px 15px;
    height: 30px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: bold;
    min-height: unset !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
        background: linear-gradient(to right, #a1091d, #e73f3b);
    background-clip: padding-box;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    font-size: 14px;
    background-image: url('./images/phone_bg.png');
    margin-left: 10px;
}
.top-menu.top-menu-pc {
    justify-content: flex-end;
}
.logo_scroll {
    height: 65px !important;
    margin-top: 5px;
    position: absolute;
    top: 0;
    z-index: 0;
    display: none;
    width: auto;
}
.header-top.active #cssmenu > ul > li > a {
    color: #161616;
}
.header-top.active #menuSearchBtn {
    color: #161616;
}
.header-top.active #top-top-menu-list {
    border-left: solid 1px #161616;
}
.header-top.active #top-top-menu-list a {
    color: #161616;
}
.header-top.active #top-top-menu-list a:hover {
    color: #161616;
}
.after-menu-image-icons {
    font-size: 18px;
}
/* end css header */
/* css menu */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#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:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li {
  float: left;
}

#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 {
    padding-left: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    min-height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}


#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

/*#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 24px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
} */   
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 18px;
    right: 6px;
    display: block;
    width: 18px;
    height: 8px;
    content: "";
    transition: all 0.25s ease;
   background: url('./images/zimg01.png') no-repeat right center;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  z-index: 10;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

/*#cssmenu li:hover > ul > li {
  height: 35px;
}*/

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 12px 15px;
    width: 170px;
    font-size: 15px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #333333;
    min-width: 400px;
    float: left;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

/*#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}
*/
#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;
  /*background: #dddddd;*/
  content: "";
  transition: all 0.25s ease;
  background: url('./images/zimg01.png') no-repeat right center;
}

#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;
  }

@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: auto;
  }

  #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 {
    background: #cf2123;
    float: left;
  }

  #cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #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;*/
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
    color: #000;
}
  #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 #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }

    #menu-button:before {
        position: absolute;
        top: 16px;
        right: 0px;
        display: block;
        height: 2px;
        width: 22px;
        background: #fff;
        content: "";
    }

  #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #fff;
    transform: rotate(45deg);
  }

  #menu-button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 15px;
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 42px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }

  #cssmenu ul ul .submenu-button {
    height: 35px;
    width: 46px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #000;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 20px;
    right: 20px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 17px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 17px;
    right: 23px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul li a:before {
    font-family: 'FONTAWESOME';
    content: "\f101";
    margin-right: 5px;
    margin-left: -12px;
    }
}
/*end menu css*/

/*css home*/
.skidehome img {
    min-width: 100%;
    min-height: 650px;
    object-fit: cover;
}
.slider-s {
    margin-top: 76px;
    min-height: 650px;
    max-height: 650px;
    overflow: hidden;
}
.skidehome img {
/*    min-height: 351px;
    object-fit: cover;*/
}

.skidehome .owl-dots {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 8px;
}
.section2 {
    position: relative;
    z-index: 10;
}
.block-text-tth {
    font-size: 30px;
    padding-top: 30px;
    position: relative;
    z-index: 1;
    top: 0;
    font-weight: 300;
    color: #fff;
}
.animated .block-text-tth {
    -webkit-animation-name: textSlideIn;
    animation-name: textSlideIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } 
}

@keyframes textSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } 
}
.slogan-vn {
    font-size: 48px;
    padding-top: 5px;
    line-height: 60px;
    position: relative;
    z-index: 10;
    color: #fff;
    font-weight: 500;
}
.animated .slogan-vn {
     -webkit-animation-name: textSlideIn;
    animation-name: textSlideIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.painted-wall {
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(#a0081d), to(#e02622));
    background: linear-gradient(to right, #a0081d, #e02622);
    overflow: hidden;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.block-text-tth, .slogan-vn {
    left: 20%;
    width: 100%;
    display: block;
    max-width: 850px;
}
.drop-out-contain {
    position: absolute;
    width: 100%;
    z-index: 1;
}
.drop-out {
    left: 20%;
    position: relative;
    width: 30%;
    width: 450px;
    z-index: 1;
}
.drop-out {
    
}
.animated .drop-out {
    -webkit-animation-name: sweepRightDropOut, dropOutBackground;
    animation-name: sweepRightDropOut, dropOutBackground;
    -webkit-animation-duration: 0.15s, 0.5s;
    animation-duration: 0.15s, 0.5s;
    -webkit-animation-timing-function: linear, ease;
    animation-timing-function: linear, ease;
    -webkit-animation-fill-mode: forwards, forwards;
    animation-fill-mode: forwards, forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes sweepRightDropOut {
  0% {
    opacity: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    overflow: visible; } }

@keyframes sweepRightDropOut {
  0% {
    opacity: 0;
    overflow: hidden; }
  100% {
    opacity: 1;
    overflow: visible; } }

@-webkit-keyframes dropOutBackground {
  0% {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    } 
}
@keyframes dropOutBackground {
  0% {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  100% {
    background: #fff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    box-shadow: inset 10px 10px 5px -8px rgba(171, 171, 171, 0.5);
    } 
}

.drop-out .block {
    border: solid 3px #fff;
}
.animated .drop-out .block {
    -webkit-animation-name: blockSlideOut;
    animation-name: blockSlideOut;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.drop-out .block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 10px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.drop-out .block {
    padding: 20px 15px;
}
@-webkit-keyframes blockSlideOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); }
  50% {
    opacity: 0.5;
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab; }
  100% {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); } }

@keyframes blockSlideOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); }
  50% {
    opacity: 0.5;
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab; }
  100% {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    transform: translate(15px, 15px);
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 7px 1px #ababab;
    box-shadow: 0px 0px 7px 1px #ababab;
    background: #d01e21;
    background: -webkit-gradient(linear, left top, right top, from(#c11720), to(#d01e21));
    background: linear-gradient(to right, #c11720, #d01e21); } }

.drop-out .block .column {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    
    text-align: center;
    padding: 0 5px;
    color: #fff;
}
.drop-out .block .column~.column {
    border-left: solid 1px #fff;
}
.block .column .big-title {
    font-family: 'Times', serif;
    font-weight: 700;
    font-size: 30px;
    border-bottom: solid 1px #fff;
}
.drop-out .block .column .big-title {
    font-size: 72px;
}
.drop-out .block .column .title {
    font-size: 24px;
    font-weight: 500;
    padding-top: 10px;
}
.column .text {
    font-size: 18px;
    font-weight: 200;
}
.white-wall {
    width: 80%;
}
.white-wall {
    position: absolute;
    height: 80%;
    top: 20%;
    left: 20%;
    background-color: #ffffff;
}
.texxtcontrol {
    padding-bottom: 10px;
}
.block-text{
    position: relative;
    top: 30px;
    height: 100%;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    margin-top: 20%;
    width: 560px;
    left: 14%;
    z-index: 1;
    padding-bottom: 25px;
}
.text-pc{ 
    font-size: 20px;
    line-height: 32px;
    font-weight: 200;
    font-style: italic;
}
.animated .text-pc {
    position: relative;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.text-pc.text-last {
    font-size: 17px;
    line-height: 32px;
    color: #1e1e1e;
}
.text-pc span {
    font-weight: 500;
    opacity: 0;
}
.animated .text-pc span {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.image-ceo {
    left: 24%;
    bottom: 0;
    position: relative;
    width: 27%;
    z-index: 10;
    float: left;
}
.image-ceo img {
    width: 100%;
    height: auto;
}
.spkova {
    background-image: url("./images/bg-frame23.webp");
    position: relative;
    z-index: 20;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: bottom;
}
#particles-js {
    position: absolute;
    width: 100%;
    top: 0;
    -webkit-mask-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), transparent);
}
#particles-js canvas {
    -webkit-mask-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5), transparent, transparent, transparent, transparent, transparent, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.spkova .title {
    text-align: center;
    color: #e32924;
    background: -webkit-linear-gradient(#a40a1d, #e32924);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 34px;
    margin-top: 50px;
    font-weight: 600;
}
.mt_spkv {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 25px;
    flex-wrap: wrap;
}
.h3_left {
    text-align: right;
    padding: 20px;
    padding-right: 0px;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    width: 40%;
}
.h3_right {
    text-align: left;
    padding: 20px;
    padding-left: 0px;
    font-size: 16px;
    margin-top: 25px;
    font-weight: 500;
    width: 40%;
}
.img_root {
    width: 20%;
}
.img_root img{
    margin: auto;
    display: block;
}
.producthome {
    margin: auto;
    width: 100%;
}
.producthome img {
    max-width: 100%;
    height: auto;
}
.producthome .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(35%);
}
.owl-theme .owl-nav [class*=owl-] {
    background: #d6d6d600 !important;
}
.sub_name_product {
    color: #1e1e1e;
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
}
.name_product {
    color: #1e1e1e;
    font-size: 19px;
    line-height: 30px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 180px;
    font-weight: 500;
    text-align: center;
}
.sort_product {
    font-weight: 300;
    font-size: 18px;
    color: #1e1e1e;
    text-align: center;
}
.kova_btn {
    position: relative;
    border: 3px solid #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
    background: linear-gradient(to right, #a1091d, #e73f3b);
    background-clip: padding-box;
    min-height: 38px;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    border-radius: 30px;
    border-width: 3px;
    padding: 8px 10px 2px 10px;
    font-size: 14px;
    color: #ffffff;
    min-width: 120px;
    text-align: center;
    max-width: 155px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 15px;
}
.kova_btn {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: translate(0%, 200%) translateZ(0);
    -moz-transform: translate(0%, 200%) translateZ(0);
    -webkit-transform: translate(0%, 200%) translateZ(0);
    -o-transform: translate(0%, 200%) translateZ(0);
    -ms-transform: translate(0%, 200%) translateZ(0);
    opacity: 0;
}
.producthome a:hover .item_info .kova_btn {
    transform: translate(0%, 0%) translateZ(0);
    -moz-transform: translate(0%, 0%) translateZ(0);
    -webkit-transform: translate(0%, 0%) translateZ(0);
    -o-transform: translate(0%, 0%) translateZ(0);
    -ms-transform: translate(0%, 0%) translateZ(0);
    opacity: 1;
}
.seemore {
    -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 15%);
    border: 2px solid #e32924;
    border-radius: 5px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #e32924;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    padding-top: 9px;
    display: block;
    text-align: center;
    max-width: 310px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.producthome a:hover {
    background: linear-gradient(rgba(255, 255, 255, 0), #f8f8f8, #e8e8e8, #d9d9d9, #cfcfcf);
    display: block;
    padding-bottom: 15px;
}
.wall-nano-container {
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ededed;
    overflow: hidden;
    background-size: cover;
    background-position: bottom;
    padding-top: 20px;
    padding-bottom: 40px;
}
.wall-nano-container h2 {
    color: #e32924;
    background: -webkit-linear-gradient(left, #a40a1d, #e32924);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}
.des_nano {
    font-size: 18px;
    padding-top: 5px;
    text-align: center;
    color: #1e1e1e;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 15px;
}
.drop-colum {
/*    display: grid;*/
    margin: auto;
    width: 100%;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    grid-gap: 10px;
    padding-bottom: 80px;
}
.drop-out-ptbv{
    width: 100%;
    font-size: 16px;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
    z-index: 1;
    position: relative;
    font-weight: 300;
    background: #ffffff;
    padding: 15px;
}
.drop-out-ptbv img {
    max-width: 114px;
    height: auto;
    margin: auto;
}
.text-drop {
    line-height: 1.5;
    padding-top: 10px;
}
.grounded-radiants-2 {
    height: 30px;
    width: 70%;
    color: #fff;
    border-radius: 30px;
    border-width: 3px;
    font-weight: 500;
    border: 2px solid #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
    background: linear-gradient(to right, #a1091d, #e73f3b);
    background-clip: padding-box;
    min-height: 38px;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    font-size: 14px;
    min-width: 120px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
    line-height: 37px;
}
.gridtt {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.container-tv,
.videovn {
    position: relative;
}
.videovn video {
    width: 100%;
}
.vjs-big-play-button,
.vjs-big-play-button:focus {
    transition: all 0.2s ease-in-out;
    background: linear-gradient(to right, #a0081d, #e02622);
}
.vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.63332em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    border-radius: 0.3em;
    transition: all 0.4s;
}
.vjs-big-play-button {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: none;
}
.vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-modal-dialog,
.vjs-button > .vjs-icon-placeholder:before,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button > .vjs-icon-placeholder:before {
    text-align: center;
}
.vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder,
.vjs-icon-play {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
}
.vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f04b";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
}
.vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 25px;
    padding-left: 4px;
    padding-top: 1px;
    color: #fff;
}
.videovn.videoloop1 {
    width: 100%;
}

.videovn {
    width: calc(25% - 10px);
    float: left;
}
.videoloop5 button,
.videoloop4 button,
.videoloop2 button,
.videoloop3 button {
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    opacity: 0.8;
}
.videoloop2 .vjs-big-play-button .vjs-icon-placeholder:before,
.videoloop3 .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 22px;
    padding-left: 3px;
    color: #fff;
}
.videoloop5 .vjs-big-play-button,
.videoloop5 .vjs-big-play-button:focus,
.videoloop4 .vjs-big-play-button,
.videoloop4 .vjs-big-play-button:focus,
.videoloop3 .vjs-big-play-button,
.videoloop3 .vjs-big-play-button:focus,
.videoloop2 .vjs-big-play-button,
.videoloop2 .vjs-big-play-button:focus {
    background: -webkit-linear-gradient(to right, #a0081d, #e02622);
    background: -o-linear-gradient(to right, #a0081d, #e02622);
    background: -moz-linear-gradient(to right, #a0081d, #e02622);
    background: -webkit-linear-gradient(to right, #a0081d, #e02622);
    background: linear-gradient(to right, #a0081d, #e02622);
}
.dt-thumbnail img {
    width: 100%;
    border-radius: 4px;
    height: auto;
}
.video-item__title {
    color: #161616;
    font-weight: 600;
    font-size: inherit;
}
.dt-section__title {
    font-size: 34px;
    z-index: 1;
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}
.tv-page {
    background-image: url('./images/wall.png');
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.bv_tt a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bv_tt a img {
    width: 133px;
    height: auto;
}
.info-tt-news {
    width: calc(100% - 150px);
    float: right;
}
.info-tt-news h3 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    margin-top: 0px;
}
.info-tt-news .date {
    font-size: 18px;
}
.bv_tt a~a {
    border-top: solid 1px #cccccc;
}
.info-tt-news h3 {
    font-size: 18px;
    text-align: left;
    color: #000000;
    font-weight: 500;
    margin-top: 0px;
    max-height: 75px;
    overflow: hidden;
}
.bv_tt {
    background-color: #ffffff;
    padding: 15px;
    margin-bottom: 10px;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    max-height: 535px;
    overflow: hidden;
    overflow-y: auto;
}
/*.video_tt {
    max-height: 535px;
    overflow: hidden;
}*/
/* width */
.videoloop2 h3,.videoloop3 h3,.videoloop4 h3,.videoloop5 h3  {
    display: none;
}
.bv_tt::-webkit-scrollbar {
  width: 10px;
  height: 30px;
}

/* Track */
.bv_tt::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
}
 
/* Handle */
.bv_tt::-webkit-scrollbar-thumb {
  background: #DDD; 
}

/* Handle on hover */
.bv_tt::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.seemore2 {
    -webkit-box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 15%);
    box-shadow: 2px 3px 5px 0px rgb(0 0 0 / 15%);
    border: 2px solid #e32924;
    border-radius: 5px;
    background-color: #ffffff;
    text-transform: uppercase;
    color: #e32924;
    font-size: 16px;
    padding: 5px 0px;
    position: relative;
    padding-top: 9px;
    display: block;
    text-align: center;
    max-width: 310px;
    margin: auto;
    margin-top: 40px;
}
.seemore2 span {
    letter-spacing: -3px;
    font-size: 20px;
    position: absolute;
    right: 25px;
    top: 3px;
}
.tv-page .painted-wall{
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(#9f081d), to(#e52823));
    background: linear-gradient(to right, #9f081d, #e52823);
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
    width: 0%;
    position: absolute;
    height: 100%;
    top: 0;
}
.tv-page.animated .painted-wall {
    width: 100%;
}
.list_tt_bv {
    position: relative;
}
.tv-page.animated .video-item__title {
    color: #fff;
}
.left_duan {
    width: 25%;
    position: relative;
}
.hadavn .painted-wall {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(#9f081d), to(#e52823));
    background: linear-gradient(to right, #9f081d, #e52823);
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    width: 100%;
}
.left_duan .content-duan {
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    font-weight: 300;
    min-height: 450px;
}
.Aligner-item--fixed {
    background-color: #ffffff;
    -webkit-box-shadow: inset 10px 10px 5px -8px rgb(171 171 171 / 50%);
    box-shadow: inset 10px 10px 5px -8px rgb(171 171 171 / 50%);
    max-width:  80%;
    z-index: 1;
}
.Aligner-item--fixed .root-anima {
    width: 220px;
    padding: 70px 10px;
}
.root-anima {
    border: solid 3px #fff;
    -o-border-image: url('./images/border.svg') 10% stretch;
    border-image: url('./images/border.svg') 10% stretch;
    -webkit-box-shadow: 0px 0px 7px 1px rgb(171 171 171 / 50%);
    box-shadow: 0px 0px 7px 1px rgb(171 171 171 / 50%);
    transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    position: relative;
    z-index: 10;
}
.root-anima .painted-wall-item {
    background: #e02622;
    background: -webkit-gradient(linear, left top, right top, from(#9f081d), to(#e52823));
    background: linear-gradient(to right, #9f081d, #e52823);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: width 1s ease;
    transition: width 1s ease;
    width: 100%;
}
.text-content{
    position: relative;
}
.text-content span {
    font-weight: 500;
}
.infor_place {
    color: #1e1e1e;
    font-size: 14px;
    padding: 15px;
    background: #e02622;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#cfcfcf));
    background: linear-gradient(to bottom, #f7f7f7, #cfcfcf);
    min-height: 52px;
    text-align: center;
}
.root_item img {
    width: 100%;
    height: 180px;
    overflow: overlay;
    object-fit: cover;
}
.root_item.root_item_1 {
    margin-bottom: 10px;
}
.right_duan {
    width: calc(75% - 15px) !important;
        -webkit-box-shadow: 4px 0px 10px 0px rgb(171 171 171 / 50%);
    box-shadow: 4px 0px 10px 0px rgb(171 171 171 / 50%);
    padding: 15px;
}
.hadavn {
    padding-top: 80px;
    padding-bottom: 40px;
}
.hadavn [class*=owl-] {
    background: #d6d6d600 !important;
}
.owl-nav .owl-prev i {
    cursor: pointer;
    font-size: 3em;
    color: #4e595d;
    position: absolute;
    left: -15px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.left-arrow {
    width: 25px;
    height: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: -10px;
    top: calc(50% - 22px);
    background-image: url('./images/arrow-left.png');
}
.owl-nav .owl-next i {
    cursor: pointer;
    font-size: 3em;
    color: #4e595d;
    position: absolute;
    right: 15px;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.right-arrow {
    width: 25px;
    height: 44px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 0px;
    top: calc(50% - 22px);
    background-image: url('./images/arrow-right.png');
}
.right_duan.content_right_duan .owl-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 14px);
}
.img-map {
    width: 50%;
}
.entlh {
    position: relative;
    height: 370px;
    z-index: 1;
    margin-bottom: 100px;
}
.img-word {
    position: absolute;
    height: 600px;
    max-width: none;
    z-index: -1;
    left: 0px;
}
.ttlh-map {
    width: 50%;
    float: right;
}
.sub_title {
    font-size: 34px;
    background: -webkit-linear-gradient(#a40a1d, #e32924);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.list_sub {
    color: #1e1e1e;
    font-weight: 300;
    margin-top: 18px;
    min-height: 120px;
}
.list_sub .sub_item {
    margin-top: 10px;
    font-size: 18px;
}
.list_sub .sub_item .pin-map {
    margin-right: 10px;
}
.grounded-radiants3 {
    position: relative;
    border: 3px solid #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
    background: linear-gradient(to right, #a1091d, #e73f3b);
    background-clip: padding-box;
    padding: 0 10px;
    min-height: 38px;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    border-radius: 30px;
    border-width: 3px;
    padding: 5px 10px 2px 10px;
    font-size: 14px;
    color: #ffffff;
    min-width: 120px;
    max-width: 135px;
}
.kova_btn3 {
    margin-top: 20px;
    height: 38px;
    padding: 0 30px;
    border-radius: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    background-size: 100% auto;
    font-weight: 500;
    display: block;
    line-height: 34px;
}
.kova_btn3:hover {
    color: #ffffff;
}
.colum_lh {
    width: 50%;
    float: left;
}
.kova_btn3 i {
    font-size: 12px;
}
.item_info {
    padding: 0px 5px;
}

.overlay-c2-wrapper {
    background: #3F51B5;
    opacity: .8;
}
.siteorigin-panels-stretch {
    background-color: #f8f8f8;
    background-image: url('./images/dentalia-demo-bg-lights.jpeg');
    background-position: center center;
    background-size: cover;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.left_bao {
    float: left;
    width: 50%;
    text-align: center;
    padding: 70px 0px 50px 0px;
}
.siteorigin-panels-stretch .item img {
    margin: auto;
    display: block;
    border-radius: 100%;
    height: 150px;
    width: 150px;
    object-fit: cover;
}
.overlay-c2-wrapper {
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
    background: #900002;
    opacity: .8;
}
.entry-logo {
    position: relative;
}
.panel-grid-right {
    min-height: 460px;
}
.panel-grid-right {
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.panel-grid-right {
    width: 50%;
    float: left;
}
.item-title {
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0px;
}
.separator-style-1 {
    position: relative;
    margin-bottom: 24px;
}
.separator-style-1:before {
    content: '';
    width: 48px;
    height: 2px;
    border-bottom: 2px;
    border-bottom: 2px solid rgba(0,0,0,.07);
    text-align: inherit;
    bottom: -12px;
    position: absolute;
}
.separator-style-1:before {
    border-bottom: 2px solid rgba(255,255,255,.2);
}
.separator-style-1:before {
    left: 50%;
    transform: translateX(-50%);
}
.item-description {
    font-style: italic;
    padding-bottom: 12px;
    margin-bottom: 0;
    font-size: 21px;
    color: #fff;
    font-weight: 200;
}
span.team-name {
    font-size: 14px;
    color: #fff;
    font-weight: 200;
}
.item_logo img {
    width: auto;
    height: 100px;
    margin: auto;
    display: block;
}
.item_logo {
    padding: 20px;
    border: 1px solid #eee;
}
.logo_dt {
    padding-bottom: 40px;
    padding-top: 40px;
}
.item_post_ct img {
    width: 100%;
    height: auto;
}
.item_post_ct {
    font-size: 16px;
}
.item_post_ct h3 {
    font-size: 19px;
    font-weight: 500;
    height: 50px;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 10px;
}
.ind_news_l_con_date {
    margin-top: 5px;
    margin-bottom: 5px;
}
/*end css home*/
/*css footer*/
.ent-footer {
    color: #fff;
    line-height: 22px;
    background: #df2623;
    z-index: 10;
    position: relative;
    background-image: url('./images/footer-bg.jpeg');
}
.topfooter {
    width: 100%;
    float: left;
    margin-top: -25px;
    padding-bottom: 35px;
}
.logo-f-ent {
    position: relative;
    float: left;
    top: -38px;
    max-width: 200px;
}
.logo-fotter-sd {
    position: absolute;
    left: 0;
    top: -23.5%;
    z-index: -1;
    width: 100%;
}
.logo-f-ent img {
    width: 100%;
    height: auto;
}
.line-bg {
    background-image: url('./images/fotter-line-sd.png');
    height: 12px;
    z-index: -1;
    position: relative;
}
.titlefo {
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 0 0 0 0;
    position: relative;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.footer2_box_1 ul li a:before {
    content: "\f105";
    font-family: 'FONTAWESOME';
    margin-right: 5px;
}
.footer2_box_1 ul li~li {
    border-top: 1px solid #ffffff4d;
}
.footer1 {
    width: 23%;
    padding-right: 30px;
    float: left;
}
.footer11 {
    width: 30%;
    padding-right: 30px;
}
.footer2 iframe {
    width: 100%;
}
.footer2 {
    width: 23%;
}
.widget-footer {
    margin-bottom: 15px;
}
.footer2_box_1 ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.footer2_box_1 ul a {
    font-size: 14px;
}
.footer2_box_1 ul a:hover {
    color: #fff;
}
.footer2_box_1 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.foot__copyright {
    padding: 9px 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
    border-top: solid 1px #ef2c29;
}
.lhnh p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.xtttk_mb {
    display: none;
}
/*end css footer*/

/*css product */
.inlineblock {
    display: inline-block;
    width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper {
    width: calc(75% - 15px);
    float: left;
    background: #fff;
    margin-top: 15px;
    border-top: 3px solid #b0121f;
}
.sidebar-woo {
    float: right;
    width: 25%;
    margin-left: 15px;
    background: #fff;
    padding: 15px;
    padding-bottom: 0px;
    position: sticky;
    top: 0px;
    padding-right: 0px;
}
.content-auto {
    font-size: 15px;
    text-align: justify;
}
.titleinfo_product {
    font-size: 17px;
    text-align: center;
    padding: 8px 0 8px;
    color: #fff;
    background: #b0121f;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}
.news {
    border: 1px solid #af121f;
}
.sidebar-woo .news~.news {
    margin-top: 15px;
}
.sidebar-woo .box_news {
    padding: 10px 10px;
}
.box_news a {
    margin-bottom: 10px;
}
.thum_new {
    width: 84px;
}
.thum_new img {
    width: 100%;
    height: auto;
}
.news_infor {
    width: calc(100% - 90px);
}
.news_infor h4 {
    margin-top: 0px;
    font-size: 13px;
}
.box_news a~a {
    border-top: 1px solid #eee;
    padding-top: 10px;
}
.ent-content-woo img {
    max-width: 100%;
    height: auto;
}
.product-slider img {
    width: 100%;
    height: auto;
}
/*end css product */
/* css post */
.title-des-post {
    width: calc(75% - 15px);
    background: #fff;
    float: left;
    margin-bottom: 30px;
}
.title-des-post h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
}
.wiget-post {
    width: 25%;
    background: #fff;
    float: right;
    position: sticky;
    top: 0px;
}
.brecrum {
    color: #7f8289;
    font-size: 14px;
}
.wiget_tv .list_post_item h4 {
    color: #000;
    font-size: 13px;
    margin: 0 0 2px 0;
    max-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-block-start: -4px;
}
.ctn_post {
    width: calc(100% - 94px);
}
span.date-name {
    font-size: 13px;
    color: #848484;
    background-size: auto 13px;
    -moz-background-size: auto 13px;
    -webkit-background-size: auto 13px;
}
.wiget_tv .list_post_item~.list_post_item {
    margin-top: 15px;
}
.wiget_tv .list_product_item~.list_product_item {
    margin-top: 8px;
    padding-top: 8px;
}
.list_product_item {
    margin-top: 8px;
}
.kova_btn_con {
    border: 0px solid #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#a1091d), to(#e73f3b));
    background: linear-gradient(to right, #a1091d, #e73f3b);
    background-clip: padding-box;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(12 12 12 / 27%);
    box-shadow: 0px 2px 2px 0px rgb(12 12 12 / 27%);
    border-radius: 30px;
    border-width: 1px;
    color: #ffffff;
    text-align: center;
    max-width: 104px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 5px;
    height: 30px;
}
.content-nh-post iframe {
    width: 100%;
}
.content-nh-post img {
    width: 100%;
    height: auto;
}
.meta-single {
    font-size: 14px;
    color: #848484;
    background-size: auto 13px;
    -moz-background-size: auto 13px;
    -webkit-background-size: auto 13px;
}
#menu-left li a {
    position: relative;
    padding-left: 21px;
    color: #161616;
}
/*#menu-left li a:before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    content: "";
    border: 1px solid silver;
}*/
#menu-left ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
#menu-left li~li {
    margin-top: 8px;
}
.sidebar1 .wiget_tv~.wiget_tv {
    margin-top: 15px;
}

/*
#menu-left li.current-menu-item a:after {
    content: "";
    width: 10px;
    height: 5px;
    border-left: 1px solid #01a4ef;
    border-bottom: 1px solid #01a4ef;
    position: absolute;
    left: 3px;
    top: 4px;
    transform: rotate( 
-45deg);
}*/
#menu-left li.current-menu-item a {
    color: #473b2b;
    font-weight: 600;
}
.content-nh-post table {
    width: 100%;
}
table, td, th {  
  border: 1px solid #ddd;
  text-align: left;
}
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

.content-nh-post li {
    list-style: disc;
}
    /* css toc */
#toc_container {
    padding: 0px;
    border: 1px solid #b41a25;
    border-radius: 6px;
    width: 100%;
}
    #toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
p.toc_title {
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #b41a25;
}
    ul.toc_list {
    padding: 10px !important;
    margin-top: 0px !important;
    }
    .toc_toggle a:hover {
    color: #fff;
    font-weight: 600;
    }
    ul.toc_list li~li {
    margin-top: 3px !important;
    width: 100%;
    }
    .content-nh-post h2 {
    font-size: 24px;
    }
    .content-nh-post h3 {
    font-size: 20px;
    }
    /* end css toc */
.single_tags a:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}
.single_tags a:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}
.single_tags a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}
.single_tags {
    float: left;
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
    margin-top: 10px;
}
.single_tags a:hover {
    background: #01a4ef;
    color: #fff;
}
.single_tags a:hover:after {
    border-left: 10px solid #01a4ef;
}
.destar {
    background: #f0f0f0;
    padding: 10px;
    float: left;
    width: 100%;
}
.destar {
    background: #f0f0f0;
    padding: 10px;
}
.mota {
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #cf211e;
    margin-bottom: 10px;
    padding-bottom: 8px;
}
.ent-col-6 {
    width: 50%;
    float: left;
}
.kk-star-ratings .kksr-stars {
    top: -3px;
}
.share-like {
    position: relative;
}
.fb_iframe_widget {
    top: 9px;
}
.list_product_item img {
    width: 100%;
    height: auto;
}
.ctn_product {
    width: 63%;
}
.ctn_product h4 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 5px;
    padding-right: 5px;
}
.wiget_tv .list_product_item~.list_product_item {
    border-top: 1px dashed #ddd;
}
.price_loop {
    color: red;
    font-weight: 500;
    font-size: 14px;
}
.price_loop span.woocommerce-Price-amount.amount {
    margin-left: 0px;
}
.price_loop ins {
    text-decoration: none;
}
.price_loop del {
    color: #333;
    opacity: 0.5;
}
.wiget_tv {
    float: left;
    width: 100%;
    border: 1px solid #af121f;
}
.list_wg_post {
    padding: 10px;
}
.show-more {
    float: left;
    width: 100%;
}
.readmore {
    width: 130px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    color: #a1091d;
    margin: 10px auto;
    cursor: pointer;
    border: 1px solid;
    text-align: center;
    border-radius: 8px;
    top: 0px;
}
.bg-article {
    background: linear-gradient(to bottom,rgba(255 255 255/0),rgb(255 255 255),rgba(255 255 255/1));
    bottom: 15px;
    height: 105px;
    left: 0;
    position: absolute;
    width: 100%;
}
.readmore:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #a0091d;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.star_loop.woocommerce {
    display: inline-block;
    margin-top: 5px;
}
.fullcontent_des {
    display: inline-block;
}
.list_post_item img {
    width: 84px;
    height: auto;
}
.list_product_item img {
    width: 95px;
}
.ctn_product {
    width: calc(100% - 105px);
}
.content-auto ul li {
    list-style: initial;
    margin-left: -20px;
    line-height: 1.8;
}
/* end css post */
/* css cat product */
.tax-product_cat .ent-woocommer ul.products {
    padding: 0px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(6,minmax(0,1fr));
    grid-gap: 10px;
}
.ent-woocommer ul.products li {
    position: relative;
    text-align: center;
}
.tax-product_cat .ent-woocommer ul.products li {
    background: #fff;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    border: 1px solid #eee;
}
.tax-product_cat .ent-woocommer ul.products li img {
    width: 100%;
    height: auto;
}
h1.woocommerce-products-header__title.page-title {
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.tax-product_cat .ent-woocommer .ent-container {
    position: relative;
}

.term-description p {
    margin: 0px;
    margin-bottom: 15px;
}
.term-description h2 {
    margin: 0px;
    font-size: 24px;
    font-weight: 600;
    color: #222222;
}
.term-description h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
}
.term-description h4 {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
}
.term-description {
    background: #fff;
    line-height: 1.8;
    float: left;
    text-align: justify;
    font-size: 16px;
    margin-bottom: 30px;
}
.term-description img {
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    background: #eee;
}
.wp-caption-text {
    padding-top: 5px;
    padding-bottom: 5px;
}
/* end css cat product */
/* css category */

.list_cate_post_pt a picture {
    width: 265px;
}
.list_cate_post_pt a img {
    max-width: 265px;
}
.list_cate_post_pt a img {
    width: 100%;
    height: auto;
}
.info-ca-pt {
    width: calc(100% - 280px);
    margin-left: 15px;
}
.list_cate_post_pt {
    float: left;
    width: 100%;
}
.info-ca-pt h2 {
    margin-top: 0px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 1.1;
}
.info-ca-pt p {
    color: #737373;
}
.list_cate_post_pt {
    border-top: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-news-lq .list_cate_post_pt:nth-child(3) {
    margin-top: 15px;
}
/* end css category */
/* css Tag Search */
.div_show_post {
    padding: 10px;
    background: #fff;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
        grid-gap: 10px;
}
.show-post img {
    width: 200px;
    height: 133.333333px;
}
.content_tag {
    width: calc(100% - 215px);
}
.content_tag h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 5px;
}
h1.tieude2 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 0px;
    border: 1px solid #eee;
}
/* end css Search */
/* 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: linear-gradient(to right, #a0081d, #e02622);
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #dc2422;
    border-radius: 5px;
    font-weight: 600;
}
a.page-numbers {
    background: #fff;
}
.list-news-lq {
    margin-bottom: 15px;
    float: left;
}
/* end css phan trang */
/* css page */
.page-content {
    background: #fff;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.ent-container.list-page h1 {
    font-size: 24px;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-weight: 500;
}
#order_comments {
    padding: 5px;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
/* end css page */
/* css star */
.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    font-size: 16px;
    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 , #fc0 var(--percent), #f5f5f5 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* end css star */
