/*
Theme Name: Entho Theme
Description: Theme giao diện dành cho sonchongtham.net.
Version: 1.1.0
Text Domain: entho
*/

@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
}
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
{
    margin:10px 0
}


hr
{
    border:0;
    border-top: 1px solid rgba(0,0,0,.1);
    margin:20px 0
}


img
{
    vertical-align:middle
}

a
{
    color:inherit;
    text-decoration: none;
}
a:hover {
color: #00a551;
}

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;
}
.ent-grid {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
}
/* 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 */
.head1__col1 {
    float: left;
}
.head1__col2 {
    float: right;
}
.header-right {
    display: flex;
    align-items: center;
}
.ent-lg-lh {
    max-width: 280px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ent-top {
    align-items: center;
}
.ent-lg-lh h1 {
    margin: 0px;
}
.head2__col2 p {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00a551;
}
.head2__col3 form {
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    display: flex;
}
.head2__col3 form input {
    display: block;
    border: 0;
    font-size: 14px;
}
.head2__col3 form input {
    width: calc(100% - 32px);
}
.head2__col3 form button {
    display: block;
    border: 0;
    border-radius: 5px;
    background-color: #fff;
    color: #777;
}
.head2__col3 form button {
    width: 32px;
    height: 28px;
}
.head1__col1 span {
    display: inline-block;
    vertical-align: middle;
}
.head1__col1 span a {
    color: red;
}
span.spacer {
    display: inline-block;
    width: 1px;
    height: 14px;
    margin: 0 8px;
    background-color: #fff;
    vertical-align: middle;
}
.text_top {
    background-color: #efefef;
    color: #444;
    padding: 7px 0 7px;
    font-size: 14px;
}
.primary_menu_ent {
    background-color: #00a551;
    border-bottom: 3px solid #ffffff;
    -webkit-box-shadow: 0px 3px 5px #888888;
    box-shadow: 0px 3px 5px #888888;
}
.top-menu {
    display: flex !important;
    justify-content: space-between;
    width: 100%;
}
/* 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;
    flex-shrink: 0;
    flex-grow: 1;
    text-align: center;
/*    border-right: 1px solid #fff;
*/}
#top-menu-list .current-menu-item {
    background: #008b45;
}
#cssmenu > ul > li:hover {
    background: #008b45;
}
#cssmenu > ul > li:nth-child(1) {
    /* border-left: 1px solid #fff; */
   /* background: #00974a;*/
}
#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: 0px 0px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    min-height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
}


#cssmenu > ul > li.has-sub > a {
  padding-right: 15px;
}

/*#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: 4px;
    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;
  text-align: left;
}

#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 #d70f14;
    border-bottom: 2px solid #d70f14;
    content: "";
  }

    #menu-button:before {
        position: absolute;
        top: 16px;
        right: 0px;
        display: block;
        height: 2px;
        width: 22px;
        background: #d70f14;
        content: "";
    }

  #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #d70f14;
    transform: rotate(45deg);
  }

  #menu-button.menu-opened:before {
    top: 23px;
    background: #d70f14;
    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: 641px;
    object-fit: cover;
    max-height: 641px;
}
.topbody {
    max-height: 650px;
    overflow: hidden;
    min-height: 650px;
    background: #f5f5f53b;
}
.skidehome img {
/*    min-height: 351px;
    object-fit: cover;*/
}

.skidehome .owl-dots {
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 8px;
}
.countUp-item.item canvas {
    width: 100% !important;
    height: auto !important;
}
.countUp-item.item {
    width: 170px;
    position: relative;
        background-image: linear-gradient(180deg, transparent, #f6f3ed);
    border-radius: 100%;
}
.he_center {
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.wpb_wrapper {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}
h2.header {
    color: #47ccc8;
    font-size: 36px;
    margin: 0;
}
h4.subheader {
    color: #2d3663;
    font-size: 14px;
    margin: 0px;
}
.left_gt {
    width: 48%;
    float: left;
}
.right_gt {
    width: 48%;
    float: right;
    
}
.nglr h2 {
    color: #00a451;
    margin: 0px;
    text-transform: uppercase;
}
.nglr h3 {
    font-size: 30px;
    color: #2d3663;
    line-height: 1.1;
    margin-bottom: 30px;
}
.baoskill {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.skillfull {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    background: #f5f5f53b;
}
.ent-wrap {
    -webkit-border-radius: 40px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 40px;
    -moz-background-clip: padding;
    border-radius: 40px;
    background-clip: padding-box;
    transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease, background 0.3s ease, box-shadow 0.25s ease-in-out;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 17px 8px 20px;
    margin-bottom: 25px;
    min-width: 140px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 0;
    -webkit-background-clip: border-box !important;
    -moz-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #00a451;
    box-shadow: inset 0 0px 0 50px #00a451;
    margin-top: 10px;
}
.ent-btn-default:after {
    content: "\f061";
    font-family: 'FontAwesome';
    background: #fff;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    font-size: 15px;
    padding: 4px 5px;
    margin-left: 10px;
    color: #00a451;
}
.ent-wrap:hover {
    box-shadow: inset 0 0px 0 0 #00a451;
    background-color: #008f47;
    color: #fff;
}
.ent-wrap:hover a {
    color: #fff;
}
.slider-v1 .item__icon {
    position: relative;
    display: block;
    width: calc(35px + 2*12px);
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: calc(-54px/2);
}
.slider-v1 .owl-item.active:not(.center) .item__icon {
    margin-top: calc(-54px/2 - 120px/2);
}
.slider-v1 .item__title {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0 12px;
    font-size: 21px;
    line-height: 1.3;
    color: #555;
}
.slider-v1 .owl-item.active:not(.center) .item__img {
    padding: calc(120px/2) 0;
}
.slider-v1 .item__img img {
    border-radius: 8px;
    width: 100%;
}
.slider-v1 .owl-item.active:not(.center) .item__img img {
    height: calc(532px - 120px);
        object-fit: cover;
    vertical-align: middle;
}
svg.svg__fa {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.slider-v1 .owl-nav div.owl-prev {
    left: -40px;
}
.slider-v1 .owl-nav div.owl-next {
    right: -40px;
}
.slider-v1 .owl-nav div[class^="owl-"] {
    padding: 7px 8px;
}
.slider-v1 .owl-nav div.owl-next, .slider-v1 .owl-nav div.owl-prev {
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 6px 9px;
    background: rgba(95,95,95,.7);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    outline: none;
    margin: 0px;
}
.home_h2 {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    font-size: 32px;
    line-height: 1.4;
    padding: 12px 0 12px;
    display: block;
}
.home13_slide {
        padding: 32px 0 32px;
}
.owl-dots .owl-dot.active span {
    background: #f58220 !important;
    width: 32px !important;
}
.owl-dots .owl-dot span {
    background: #00a551 !important;
    width: 7px !important;
    height: 7px !important;
    margin: 4px 4px !important;
}
.hacs img {
    width: 100%;
    height: auto;
}
#sync1 .item {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border: 1 solid #00a551;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 30%) 0 2px 4px 0;
    margin: 0 3px 5px;
    padding: 8px;
        background: #ffffffd1;
}
#sync1 .item picture {
    width: 50%;
}
#sync1 .item img {
    width: calc(50% - 20px);
    float: left;
    border-radius: 4px !important;
    height: auto;
}
.text__h4 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #333;
}
.text__title {
        width: 100%;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    font-size: 28px;
    max-height: calc(2*1.4*24px + 0px);
    font-weight: 600;
    margin: 16px 0 8px;
        color: #00a551;
}
.text__p {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}
.right_ct {
    width: 50%;
    float: right;
}

#sync1.owl-theme {
  position: relative;
}
#sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
#sync1.owl-theme .owl-prev {
  left: 10px;
}
#sync1.owl-theme .owl-next {
  right: 10px;
}
#sync2 .item img {
    margin: auto;
    display: block;
    height: auto;
    width: 100%;
}
#sync2 {
    margin-top: 35px;
}
#sync2 .item {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
#sync2 .owl-item.active.current .item {
    border-color: #00a551;
}
.doingu {
    background: url('./images/home14_1.webp') top center no-repeat;
    background-size: cover;
    padding: 32px 0 52px;
}
#sync2 .owl-nav [class^="owl-"] {
    padding: 7px 8px;
}
#sync2 .owl-nav .owl-next, #sync2 .owl-nav .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 6px 9px;
    background: rgba(95,95,95,.7);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    outline: none;
}
#sync2 .owl-nav .owl-prev {
    left: calc(0% - 32px/2);
}
#sync2 .owl-nav .owl-next {
    right: calc(0% - 32px/2);
}
.hacs {
    padding-bottom: 24px;
}
.news_box_3 {
    width: 637px;
    position: relative;
}
.news_infor_box {
    color: #222;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: 16px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    background: #ffffffa1;
    padding: 5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.news_box_3_2 {
    width: calc(100% - 657px);
}
.list_new_box {
    position: relative;
}
.thum_new_box_r {
    width: 130px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.news_infor_box_r {
    width: calc(100% - 140px);
    font-size: 14px;
    margin-top: 0;
    font-size: 16px;
}
.news_box_3 a {
    display: block;
    width: 100%;
    position: relative;
}
.news_box_3_2 a~a {
    margin-top: 7px;
    padding-top: 7px;
}
.video {
    background-color: #faf3dd;
    padding: 24px 0 48px;
}
.news_box_3_2 a .thum_new_box_r::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform-origin: 0%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="33" viewBox="0 0 30 33"><path fill="%23fff" d="M54.111,13.222,32.25.771C29.072-1.039,26.5.446,26.5,4.089V28.911c0,3.643,2.577,5.129,5.755,3.318l21.861-12.45C57.29,17.968,57.29,15.033,54.111,13.222Z" transform="translate(-26.495 0)"/></svg>') no-repeat 50% 50%;
    background-size: 0.75em;
    transition: all .3s ease;
}
.news_box_3 a::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 42%;
    left: 50%;
    transform-origin: 0%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="33" viewBox="0 0 30 33"><path fill="%23fff" d="M54.111,13.222,32.25.771C29.072-1.039,26.5.446,26.5,4.089V28.911c0,3.643,2.577,5.129,5.755,3.318l21.861-12.45C57.29,17.968,57.29,15.033,54.111,13.222Z" transform="translate(-26.495 0)"/></svg>') no-repeat 50% 50%;
    background-size: 20px;
    transition: all .3s ease;
}
.thum_new_box_r img {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    height: auto;
}
.thum_new_box img {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
}
.news_box_3_tt_nb {
    width: calc(50% + 0% - 16px);
}
.news_box_3_2_tt_nb {
    width: calc(50% - 0% - 16px);
}
.text_nb {
    position: relative;
}
.text__info {
    display: inline-block;
    padding: 6px 8px 6px;
    border-radius: 32px;
    background-color: #f58220;
    color: #fff;
    position: absolute;
    font-size: 13px;
    line-height: 1;
    top: -24px;
    left: 24px;
}
.news_infor_box_tt_nb {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    font-size: 21px;
    margin: 11px 0 8px;
    font-weight: 500;
    max-height: calc(2*1.4*21px + 0px);
}
.text__info i {
    margin-right: 5px;
}
.thum_new_box_tt_nb img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.list_new_box_tt_nb {
    width: calc(50% - 16px);
    margin-bottom: 5;
}
.news_infor_box_r_tt_nb {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.3;
    -webkit-line-clamp: 2;
    font-size: 21px;
    margin: 0 0 8px;
    font-weight: 500;
    max-height: calc(2*1.4*21px + 0px);
        margin-top: 11px;
}
.news_box_3_2_tt_nb .text__info {
    top: -15px;
}
.thum_new_box_r_tt_nb img {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.text_tt_mn {
    position: relative;
}
.text_tt_mn .text__info{
    top: -14px;
}
.news_infor_box_r_tt_mn {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    font-size: 21px;
    margin: 0 0 8px;
    font-weight: 500;
    max-height: calc(2*1.4*21px + 0px);
    margin-top: 14px;
}
.thum_new_box_r_tt_mn img {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.ttmn_v1 .owl-nav .owl-next, .ttmn_v1 .owl-nav .owl-prev {
    top: 40%;
    transform: translateY(-50%);
    font-size: 14px;
    padding: 4px 12px;
    background: rgba(95,95,95,.7);
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50% !important;
    position: absolute;
    outline: none;
}
.ttmn_v1 .owl-nav [class^="owl-"] {
    padding: 7px 8px;
}
.ttmn_v1 .owl-nav .owl-prev {
    left: -40px;
}
.ttmn_v1 .owl-nav .owl-next {
    right: -40px;
}
.row_logo {
    height: 129px;
    background: #fff;
    align-items: center;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    border: 1px solid #eee;
}
.row_logo img {
    width: 100%;
    height: auto;
}
.bglogo .owl-nav .owl-next, .bglogo .owl-nav .owl-prev {
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px!important;
    padding: 8px 11px!important;
    background: rgb(0 165 81)!important;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%!important;
    position: absolute;
    outline: none;
    margin: 0px!important;
}
.bglogo .owl-nav .owl-prev {
    left: -18px;
}
.bglogo .owl-nav .owl-next {
    right: -18px;
}
.bglogo {
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #eee;
}
.section-title {
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
/*.section-title b {
    background: none;
    opacity: 1;
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
}
.section-title b:before {
    border: none;
    height: 2px;
    background: #555;
    width: 15px!important;
    left: auto;
    right: 10px;
    content: "";
    display: block;
    position: absolute;
}*/
.section-title-main, .heading-section {
    font-size: 32px;
    color: #555;
    font-weight: 700;
    position: relative;
    padding-bottom: 22px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
/*.section-title b:nth-child(3):before {
    left: 10px;
}*/
.ttmn {
    margin-bottom: 25px;
}
.row_logo:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.row_logo:hover img {
    -webkit-transition: all 0.5s ease!important;
    -moz-transition: all 0.5s ease!important;
    -ms-transition: all 0.5s ease!important;
    -o-transition: all 0.5s ease!important;
    transition: all 0.5s ease!important;
}
/*end css home*/
/*css footer*/
.ent-footer {
    color: #fff;
    line-height: 22px;
    background: #00a551;
    margin-top: 15px;
    z-index: 10;
    position: relative;
/*    background-image: url('./images/footer-bg.jpeg');*/
}
.topfooter {
    padding-top: 40px;
    padding-bottom: 20px;
}

.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 {
    list-style: none;
}
/*.footer2_box_1 ul li~li {
    border-top: 1px solid #ffffff4d;
}*/
.footer1 {
    width: calc(24% - 0px);
    float: left;
}
.footer11 {
    width: calc(24% - 0px);
}
.footer2 iframe {
    width: 100%;
}
.footer2 {
    width: calc(24% - 0px);
}
.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 #03b158;
}
.lhnh p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.widget-footer-sub iframe {
    padding: 4px;
    border: 1px solid #fff !important;
    border-radius: 4px;
    width: 100%;
}
/*end css footer*/

/*css product */
/*end css product */
/* css post */
.h1_cat {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
    color: #444;
}
.title-des-post {
    width: calc(75% - 30px);
    background: #fff;
    float: left;
    margin-bottom: 30px;
}
.title-des-post h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0px;
    color: #444;
}
.wiget-post {
    width: 25%;
    background: #fff;
    float: right;
    position: sticky;
    top: 0px;
}
.brecrum {
    color: #7f8289;
    font-size: 14px;
}
.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;
}


.content-nh-post iframe {
    width: 100%;
}
.content-nh-post img {
    width: 100%;
    height: auto;
}
#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;
}
.content-nh-post {
    font-size: 16px;
    line-height: 1.5;
}
    /* css toc */
#toc_container {
    padding: 0px;
    border: 1px solid #00a451;
    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: #00a451;
}
    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;
}
.show-more {
    float: left;
    width: 100%;
}
.readmore {
    width: 130px;
    display: block;
    overflow: hidden;
    position: relative;
    line-height: 35px;
    font-size: 14px;
    color: #00a451;
    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 #00a451;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
.fullcontent_des {
    display: inline-block;
}
.content-auto ul li {
    list-style: initial;
    margin-left: -20px;
    line-height: 1.8;
}
.post_info {
    justify-content: flex-start;
    margin-bottom: 0.25rem;
}
.post_info span {
    margin-right: 10px;
    color: #777;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 300;
}
span.co_prefix {
    margin-right: 0px;
}
.post_info {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
}
/* end css post */
/* css category */
.list_cate_post_pt a picture {
    width: 265px;
}
.list_cate_post_pt a:hover img {
    opacity: .8;
}
/*.list_cate_post_pt a img {
    max-width: 265px;
}*/
.list_cate_post_pt a img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}
.info-ca-pt {
/*    width: calc(100% - 280px);
    margin-left: 15px;*/
}
.list_cate_post_pt {
    float: left;
    width: 100%;
}
.list_cate_post_pt h2 {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
    -webkit-line-clamp: 2;
    max-height: calc(2*1.4*18px + 0px);
    overflow: hidden;
    font-weight: 500;
    color: #3e3e3e;
}
.list_cate_post_pt {
/*    padding-top: 15px;
    padding-bottom: 15px;*/
}
.des-tax.content-nh-post {
    width: 100%;
}
.des-tax.content-nh-post ul {
    margin-left: -20px;
}
/* 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, #00a551, #00a551);
}
.quatrang .page-numbers {
    padding: 5px 10px;
    border: 1px solid #00a551;
    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 page */
.page-content {
    background: #fff;
    float: left;
    width: 100%;
    padding-bottom: 30px;
}
.page-content img {
    width: 100%;
    height: auto;
}
.ent-container.list-page h1 {
    font-size: 24px;
    padding: 5px 0px;
    margin-bottom: 0px;
    font-weight: 500;
}
/* end css page */
.we-make {
    position: relative;
    display: block;
    padding: 50px 0 30px;
    z-index: 1;
}
.we-make-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.we-make__left {
    position: relative;
    display: block;
    margin-right: 115px;
}
.we-make__left * {
    color: #fff;
}
.we-make__left {
    position: relative;
    display: block;
    width: 50%;
    color: #fff;
    float: left;
}
.we-make__right {
    float: right;
    width: calc(50% - 115px);
}
.section-title__tagline::before {
    position: relative;
    top: -2px;
    content: '';
    background-color: #00a451;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}
.section-title__tagline {
    position: relative;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}
.we-make__person {
    display: flex;
    align-items: center;
}
.we-make__person-img {
    position: relative;
    display: block;
}
.we-make__person .we-make__person-img img {
    width: 81px;
    border-radius: 50% !important;
    border: 3px solid #fff;
    height: auto;
}
.we-make__person-text {
    margin-left: 15px;
}
.we-make__person-text img {
    width: 200px;
    height: auto;
}
.we-make__person-text p {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-family: 'Georgia';
    line-height: 40px;
}
/*====Skill Bar=====*/
.progress-bar {
        margin-bottom: 25px;
    overflow: hidden;
    /*padding-left:20px;
  padding-right: 25px; /* Separate bars from container */
}

.progress-title-holder {
    position: relative;
    margin: 5px 0;
    line-height: 15px;
    font-weight: 400;
    color: #2e2e2e;
}

.progress-title {
    z-index: 100;
    font-weight: bold;
    color: #fff;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    margin-bottom: 4px;
    border-radius: 3px;
    background-color: #00d2ff;
    padding: 0 8px;
    position: absolute;
    bottom: 0;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
    font-family: Open Sans, sans-serif;
    font-size: 11px;
    line-height: 24px;
    height: 24px;
    letter-spacing: 0px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
}

.down-arrow {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #00d2ff;
    position: absolute;
    left: 50%;
    top: 100%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-content-outter {
    height: 15px;
    background-color: #E1E1E0;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
}

.progress-content {
    height: 15px;
    background-color: #2c9dd9;
    width: 0%;
    border-radius: 30px;
}

/*====End Skill Bar=====*/
blockquote {
    border-right: solid 1px;
    border-color: #00a551!important;
    background: url(images/left-quote.png) no-repeat;
    background-position: left 5px;
    background-size: 3%;
    box-shadow: 2px 2px 15px #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px!important;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative;
}
/* Style the tab */


.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    height: 37px;
    padding: 0px 16px;
    transition: 0.3s;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    margin-bottom: 5px;
}


.tab button:hover {
  background-color: #ddd;
}


.tab button.active {
  background-color: #00a551;
  color: #fff;
}

.tablinks.active span:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background-color: #f1ae4a;
    transition: all .3s;
    opacity: 1;
    height: 3px;
}

#searchform label.screen-reader-text {
    display: none;
}
