/*!
Theme Name: DN Media theme
Theme URI: http://dn-media.net/
Author: DN Media Theme
Author URI: https://dn-media.net/
Description: Đây là theme bản quyền của DN MEDIA
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public Licensfve v2 or later
License URI: LICENSE
Text Domain: dnm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
# variables
--------------------------------------------------------------*/
@font-face {
  font-family: 'SVN-Gotham-Bold';
  src: url('assets/fonts/SVN-Gotham-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'SVN-Gotham-Book';
  src: url('assets/fonts/SVN-Gotham-Book.otf') format('OpenType');
}
@font-face {
  font-family: 'SVN-Gotham-Regular';
  src: url('assets/fonts/SVN-Gotham-Regular.otf') format('OpenType');
}
@font-face {
  font-family: 'SVN-Gilroy-SemiBold';
  src: url('assets/fonts/SVN-Gilroy-SemiBold.otf') format('OpenType');
}

:root {
  --color-primary: #79A1FF;
  --color-secondary: #2D2D2D;
  --color-text: #000000;
  --color-white: #ffffff;
  --border-color: #cccccc;
}
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  border: none;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: 'SVN-Gotham-Book', "Helvetica Neue", sans-serif;

}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'SVN-Gilroy-SemiBold';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  margin-bottom: 15px;
}
h1 {
  font-size: 2em;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[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 {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
p {
  margin-bottom: 10px;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #000;
}
a:hover {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  outline: none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  outline: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}
select {
  border: 1px solid #ccc;
}
textarea {
  width: 100%;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
p {
  margin-top: 0;
  margin-bottom: 10;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin-bottom: 10px;
  padding-left: 15px;
}
ol.menu *,
ul.menu *,
ol.menu ul,
ul.menu ul {
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-left: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding-left: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single {
  height: 43px;
}
.select2-container--default .select2-selection--single,
body input:not(input[type="radio"],input[type="checkbox"]),
body textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 10px 17px;
  border-color: var(--color-secondary);
}
.select2-container--default .select2-selection--single:focus,
body input:not(input[type="radio"],input[type="checkbox"]):focus,
body textarea:focus {
  border-color: var(--color-secondary);
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 10px;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
img {
  max-width: 100%;
  height: auto;
}

table > tr > td,
table > tr > th {
  border-left: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th,
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: transparent;
}
/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.site-branding {
  padding: 10px 0;
  width: 15%;
}
.site-branding img {
  max-height: 46px;
}
/*--------------------------------------------------------------
# menu
--------------------------------------------------------------*/
.header-btn {
  width: 85%;
}
#site-navigation .container {
  background: #fff;
  box-shadow:4px 3px 10px 4px #c9e9a5;
  border-radius: 50px;
  border: 1px solid #c9e9a5;
  margin-top: 25px;
}
.main-navigation ul {
  list-style: none;
  justify-content: right;
  margin: 0;
  margin-top: 9px;
  padding-left: 0;
  position: relative;
  display: none;
}
.menu-toggles, .main-navigation.toggled ul {
  display: block;
}
.main-navigation ul.nav-menu > li {
  width: auto;
  height: 60px;
}
.main-navigation ul.nav-menu li:last-child a {
  color: #fff;
  background: #9fd126;
  border-radius: 50px;
  margin-left: 25px;
}
.main-navigation ul.nav-menu > li > a {
  position: relative;
  padding: 12px 17px;
  font-size: 16px;
  font-family: 'SVN-Gotham-Regular';
}

.main-navigation ul li {
  position: relative;
}
.main-navigation ul li a {
  padding: 4px;
  font-size: 17px;
  display: block;
  color: #201f1e;
}
.main-navigation ul li a:hover,.main-navigation ul li.current-menu-item a {
  color: #47b102;
}
.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  padding: 15px;
  display: block;
  border: 2px solid #9fd126;
  border-radius: 20px;
  padding-right: 45px;
  margin: 0;
}
.main-navigation ul ul li a {
  font-size: 16px;
}
.main-navigation ul.nav-menu ul li:last-child a{
  color: #000;
  background: transparent;
  border-radius: 0px;
  margin-left: 0;
}
.main-navigation ul ul li img {
  max-width: 30px;
}
.main-navigation ul ul li {
  display: block ! IMPORTANT;
  float: inherit;
  margin-bottom: 5px;
}
.main-navigation ul ul ul {
  left: 100%;
  top: 0;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:hover:after {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.main-navigation ul.nav-menu > li.menu-item-has-children:hover:after {
  color: #58b819;
}
.main-navigation ul.nav-menu > li.menu-item-has-children {
  margin-right: 10px;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:after {
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 0;
  top: 15px;
  transition: all 0.5s;
}
/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
.form-test input[type="submit"] {
  display: none;
}
.site-content {
  padding-top: 40px;
}
/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# archive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# widget
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#back-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #9fd126;
  opacity: 0;
  visibility: hidden;
}

#back-top.slow-back-top {
  visibility: visible;
  opacity: 1;
}
#back-top a {
  color: #000;
}
/*--------------------------------------------------------------
# Trang chủ
--------------------------------------------------------------*/
#masthead {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.section{
 padding: 60px 0;
 display: block;
}
.section1 { 
  padding-top: 180px;
  background: radial-gradient(circle, #f9fdef, #e6f7bf);
}
.section1 .tieude{
  font-size: 18px;
}
.section-vanhanhsac .xemthem {
  margin-bottom: 40px;
}
.images-sec img {
  transform: scale(1.5);
}
.xemthem a {
  color: #fff;
  background: #47b102;
  padding: 10px 30px;
  border-radius: 25px;
  margin-top: 50px;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.xemthem a:hover {
  color: #47b102;
  background: #fff;
  border: 1px solid #47b102;
  transition: all 0.5s;
}
.section-vanhanhsac .xemthem a{
  color: #000;
  background: #9ed026;
  padding: 10px 28px;
  line-height: 1.5;
  padding-left: 15px;
}
.xemthem i {
  margin-left: 5px;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.section2 {
  padding: 120px 0;
}
.desc {
  line-height: 2;
  text-align: justify;
}
.section3 {
  background: #e2e2e2;
}
.align-middle {
  vertical-align: middle !important;
  align-items: center !important;
}
.img-section3 img{
  max-width: 100%;
}
.img-section3 {
  text-align: center;
}
.section3 .row{
  margin-bottom: 50px;
}
.section5 {
  background: #deeebe;
}
.section5 a:hover {
  background: #47b10c;
}

.section5 a {
  background: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  color: #000;
  margin-top: 15px;
  display: inline-block;
  font-size: 18px;
}
.text-center .col-md-8{
  margin: 0 auto;
}
.item-icon {
  display: flex;
  margin-bottom: 20px;
  min-height: 90px;
}
.item-icon.item-small {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.box-left {
  width: 75px;
  float: left;
}
.box-right {
  text-align: left;
  margin-left: 50px;
  float: left;
  width: calc(100% - 150px);
}
.box-right h3{
  font-size: 20px;
}
.item-small .box-right {
  margin-left: 10px;
  width: calc(100% - 130px);
}
.item-small .box-right h5,.item-small .box-right h3 {
  font-size: 14px;
  font-weight: 400;
}
.item-small .box-left{
  width: 120px;
}
.item-small .box-left img {
  height: 80px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.mrbot25{
  margin-bottom: 50px;
}
.titeude {
  text-align: center;
  max-width: 395px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.section4 .item p {
  min-height: 55px;
}
.section4 .item h3 {
  font-size: 21px;
}
.section4 .noidung {
  min-height: 150px;
}
.section4 .item img {
  width: 40px;
  margin-bottom: 30px;
}
.section4 .item {
  border: 1px solid #9fd126;
  border-radius: 20px;
  padding: 20px;
  transition: all 0.5s;
}
.section4 .item:hover{
  transition: all 0.5s;
  transform: translateY(-10px);
  box-shadow: 0px 0px 10px 9px #ddddddb0
} 
.footer-top ul li:hover {
  transition: all 0.5s;
  padding-left: 10px;
}
.footer-top ul li {
  transition: all 0.5s;
  margin-bottom: 5px;
}
.footer-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-top .widget-title {
 font-size: 16px;
 margin-bottom: 20px;
 border-bottom: 1px solid #47b102;
 padding-bottom: 15px;
 font-weight: bold;
}
.footer-top {
  background: #9fd126;
  padding: 80px 0;
  padding-bottom: 40px;
}
.no-sca.images-sec img{
  transform: scale(1);
}
.page-template-template-menu-left main#primary,.page-template-template-menu-left-en main#primary {
  margin-top: 180px;
}
ul#menu-trai li.current_page_item {
  background: #deeebe;
  border-left: 1px solid #47b102;
}
ul#menu-trai li a {
  color: #000;
  font-size: 18px;
}
ul#menu-trai li {
  padding: 10px;
}
ul#menu-trai {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1.page-title {
  color: #47b102;
}
.justify{
  text-align: justify;
}
footer#colophon {
  margin-top: 25px;
}
.site-info.footer-bottom {
  background: #47b102;
  line-height: 1.5;
  padding: 15px 30px;
  position: relative;
  z-index: 999;
}

ul#footer-menu li{
  float: left;
  margin-right: 18px;
}
ul#footer-menu li.current-menu-item a {
  color: #fff;
}
ul#footer-menu li a:hover {
  color: #ffff;
}
.saucot .item-6 h6,.saucot .item-6 h3 {
  font-size: 14px;
  margin-top: 20px;
}
.saucot .item-6 {
  width: calc(100% / 6);
  text-align: center;
  padding: 10px;
  cursor: pointer;
  margin-bottom: 25px;
}
.saucot .item-6 img {
  height: 35px;
  width: 35px;
  object-fit: contain;
  filter: brightness(0);
  transition: all 0.5s;
}
.saucot .item-6:hover img{
  filter: brightness(1);
  transition: all 0.5s;
}
.saucot {
  display: flex;
  flex-wrap: wrap;
}
.max-500 h2 {
  font-size: 24px;
}
.max-500 {
  max-width: 500px;
}
.max-650 {
  max-width: 650px;
  text-align: center;
  margin: 0 auto;
}
.section3-nt{
  background: linear-gradient(0deg, #ebf6d2 5%, #ffffff 50%);
  padding-top: 0px;
}
.section3-nt .row{
  margin-bottom: 0px;
}
.section2-nt{
  padding-bottom: 50px;
}
.img-section4-nt {
  text-align: center;
}
.img-section4-nt img{
  border-radius: 10px;
}
.section2-nt .img-section4-nt img {
  margin-right: 35px;
}
.mrb-25{
  margin-bottom: 50px;
}
.section4-nt a {
  color: #47b102;
  border: 1px solid #47b102;
  border-radius: 50px;
  padding: 8px 20px;
  margin-top: 15px;
  display: block;
  max-width: max-content;
  position: relative;
}
.section4-nt a:hover:after {
  width: 100%;
  transition: all 0.4s;
}
.section4-nt a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #47b102;
  z-index: -1;
  width: 0%;
  height: 100%;
  border-radius: 50px;
  transition: all 0.4s;
}
.section4-nt a:hover {
  color: #fff;
}
.desc-nt ul li {
  margin: 15px 0;
}
.desc-nt ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.section5-nt img {
  display: block;
  text-align: center;
  margin: 50px auto;
  width: 100%;
  margin-bottom: 0px;
}
.section5-nt .sacthtuong img{
 margin: 0;
 overflow: hidden;
 box-shadow: none;
}

.sacthtuong {
  margin-top: 50px;
}
.section5-nt {
  background: transparent;
  padding-bottom: 0px;
}
.section4-nt {
  padding-bottom: 0px;
}
.section7-nt a {
  color: #fff;
  background: #46ac04;
  transition: all 0.4s;
  border: 1px solid transparent;
}
.section7-nt a:hover {
  color: #46ac04;
  background: #fff;
  border: 1px solid #46ac04;
}

.section7-nt {
  background: #eef5df;
  padding: 50px 0;
}
header.page-header {
  text-align: center;
  background: #DDEDBD;
  padding: 80px;
  padding-top: 110px;
  padding-bottom: 50px;
  margin-bottom: 25px;
  overflow: hidden;
}
header.page-header.page-lien-he{
 background: url(https://stouch.vn/wp-content/uploads/2024/05/S.Touch_Bo-Banner-Sac-Dien-13.png);
 text-align: left;
 padding-top: 120px;
 background-size: cover;
}
h1.page-title.tilte-blog{
  margin-top: 50px;
  font-size: 80px;
}
.font-lienhe {
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
}
header.page-header.page-lien-he h1, header.page-header.tainguyen-page h1{
  margin-bottom: 5px;
  margin-top: 5px;
  color: #000;
}
header.page-header.page-lien-he h1 span,header.page-header.tainguyen-page h1 span{
  color: #47b102;
}
header.page-header.tainguyen-page{
 background: url(https://stouch.vn/wp-content/uploads/2024/06/S.Touch_Bo-Banner-Sac-Dien-23-01-07-scaled.jpg);
 text-align: left;
 padding-top: 120px;
 background-size: cover;
 background-position: 50%;
}
header.page-header img {
  max-width:100%;
}
.col-md-6.img-rigt{
  position: relative;
}
.col-md-6.img-rigt img {
 max-width: 235px;
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 bottom: -80px;  
}

header.page-header.tainguyen-page img {
 margin: 0 auto;
 text-align: center;
 display: block;
}

header.page-header.tainguyen-page .font-lienhe{
  text-align: left;
  padding-top: 0px;
}
article.post {
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 6px 6px 13px 12px #0000002e;
  border-radius: 20px;
}
article.post h2,article.post h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  min-height: 45px;
}
article.post h2 a:hover,article.post h3 a:hover{
  color: #9FD126;
}
article.post img {
  height: 245px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

article.products {
  margin-bottom: 20px;
  padding: 15px;
  box-shadow: 6px 6px 13px 12px #0000002e;
  border-radius: 20px;
}
article.products h2,article.products h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 5px;
  min-height: 45px;
}
article.products h2 a:hover,article.products h3 a:hover{
  color: #9FD126;
}
article.products img {
  height: 245px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-content {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}
.item-s8:hover {
  border: 1px solid #46ac04;
  border-radius: 20px;
  transition: all 0.5s;
}
.item-s8 a {
  display: block;
  color: #46ac04;
  margin-top: 30px;
}
.item-s8 h2 {
  font-size: 22px;
}
.item-s8 {
  padding: 40px;
  min-height: 350px;
  margin-bottom: 35px;
  transition: all 0.5s;
  border: 1px solid transparent;
  border-radius: 20px;
}
.item-s9:hover {
  background: #83b802;
}
.item-s9 {
  margin-bottom: 25px;
  padding: 30px;
  text-align: justify;
  border-radius: 20px;
  transition: all 0.5s;
  min-height: 270px;
}
.item-s9 h3{
	text-align: left
}
.item-s9 h3,.item-s9 h2 {
  font-size: 20px;
}
.white * {
  color: #fff;
}
.page-lien-he{
  background: url(images/lh.png);
}
.form span {
  margin-bottom: 5px;
}
.form input {
 background: #FFFFFF;
 border: none;
 border-bottom: 1px solid #9d9d9d !important;
 margin-top: 0px;
 width: 100%;
 padding: 10px 0px !important;
 position: relative;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: linear-gradient(90deg, #9ED026 18.7%, #74CB4D 69.19%, #5FC961 100.49%);
  display: block;
  width: max-content;
  color: #000;
  border-radius: 30px;
  padding: 10px 30px !important;
  position: relative;
}
.form input[type="checkbox"] {
 width: max-content;
 border-radius: 50% !important;
 margin-top: 0px;
 padding: 0px !important;
 border: 1px solid #9fd126
}
span.kh {
  display: block;
}
.form-sel {
  margin: 25px 0;
}
.form a {
  color: #47b102;
  font-weight: bold;
}
.form .form-group{
  position: relative;
}
.form .form-group:after{
  content: "*";
  position: absolute;
  right: 5px;
  top: 9px;
  font-size: 25px;
  color: #9fd126;
  z-index: 999;
}
.form .form-group:last-child:after{
 display: none;
}

.form-group span {
  margin-bottom: 5px;
  display: block;
}
.form-group span.mau{
  font-size: 16px;
  font-weight: bolder;
}
.form-group {
  margin-bottom: 20px;
}
.item-10 {
  border-top: 2px solid #9fd126;
  padding-top: 20px;
}
.item-10 strong {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.item11:hover {
  background: #fff;
}
.item11 h4,.item11 h3 {
  font-size: 16px;
  margin-top: 15px;
  color: #000;
  min-height: 40px;
}
.item11 img {
  width: 45px;
}
.item11 {
  border: 1px solid #9fd126;
  margin-bottom: 25px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
  min-height: 180px;
}
.item11 a {
  display: block;
  padding: 35px;
}
.section11 {
  background: #eff8db;
}
.tainguyen .item-icon .author {
  color: #47b102;
  font-weight: bold;
}
.tainguyen .item-icon .box-left {
  width: 175px;
}
.tainguyen .item-icon {
  background: #f1f2ef;
  padding: 10px;
  border-radius: 5px;
}
.tainguyen .item-icon.item-small{
  border-radius: 0px;
}
.section12 .col-md-8 {
  margin: 0 auto;
}
.section3.section.section5.white .row.align-middle * {
  margin: 0 auto;
}
.section31{
  background: #fff;
}
section.section31.section {
  padding-bottom: 0px;
}
.feedback{
  position: relative;
}
.tainguyen-page p {
  font-size: 18px;
}
.tainguyen-page h1 span {
  color: #47b102;
}
.tainguyen-page h1 b{
  display: block;
  font-size: 28px;
}

.form-tainguyen input {
  border: 1px solid #47b102 !important;
  border-radius: 50px !important;
  width: 100%;
  background: #e6f7bf;
  margin-bottom: 15px;
  color: #797575;
}
select#cat {
    border: 1px solid #47b102 !important;
    border-radius: 50px !important;
    width: 100%;
    background: #e6f7bf;
    margin-bottom: 15px;
    height: 40px;
    color: #797575;
    padding: 5px;
}
.box-dm img {
  width: 100%;
  margin-bottom: 20px;
}
.right-dm h2 {
  font-size: 18px;
}
.mota-ar{
  font-size: 15px;
  text-align: justify;
}
.right-dm p {
  font-size: 11px;
  color: #47b102;
}
h4.tite-danhmuc {
  color: #47b102;
  font-size: 20px;
}
.section1-tn{
  padding: 0px;
}
.section-dn-tn{
  padding: 20px 0;
}
a.xemtaca {
  display: block;
  margin: 20px 0;
}
.small-right {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 10px;
}
.small-right h5 {
  font-size: 17px;
  font-family: 'SVN-Gotham-Book';
}
.section5-doitac .item-s9{
  min-height: 215px;
  border: 1px solid transparent;

}
.section5-doitac .item-s9:hover{
 background: transparent;
 border: 1px solid #83b802;

}

.section6-doitac a:hover {
  padding: 15px 25px;
  border-radius: 50px;
  transition: all 0.5s;
}
.section6-doitac a {
  color: #000;
  background: #fff;
  padding: 9px 15px;
  transition: all 0.5s;
  border-radius: 20px;
  display: inline-block;
  margin-top: 30px;
}
.section6-doitac {
  background: #47b102;
}
ul#pills-tab button.active {
  color: #47b102;
  border-bottom: 4px solid #9fd126;
  border-radius: 0px;
  z-index: 2;
  margin-bottom: -3px;
}
ul#pills-tab { 
 display: flex;
 flex-wrap: inherit;
 white-space: nowrap;
 padding-bottom: 0px;
 margin:0;
 border-bottom: 1px solid #201f1e;
}

ul#pills-tab li {
  display: inline-block;
  margin-right: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.section5-giaiphap ul#pills-tab li{
  flex: inherit;
  max-width: inherit;
}
ul#pills-tab button {
  background: transparent;
  color: #000;
  text-align: center !important;
  display: block !important;
  width: 100%;
  padding: 15px;
}
div#pills-tabContent {
  margin-top: 50px;
}
.section8-doitac{
  padding-top: 0px;
}
.items8dt .mota {
  min-height: 200px;
}
.items8dt img {
  position: absolute;
  left: -60px;
  right: 0;
  top: -109px;
  width: 250px;
  margin: 0 auto;
}
.items8dt a:hover {
  color: #47b102;
  border: 1px solid #47b102;
  background: transparent;
  transition: all 0.5s;
}
.items8dt a {
  color: #fff;
  background: #47b102;
  padding: 10px 20px;
  border-radius: 21px;
  display: inline-block;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.items8dt .mota h2, .items8dt .mota h3 {
  font-size: 18px;
}
.items8dt {
  text-align: center;
  border: 2px solid #9fd126;
  border-radius: 30px;
  padding: 30px;
  position: relative;
  padding-top: 100px;
  margin-top: 70px;
}
.section9-doitac .accordion-item button {
  font-size: 18px !important;
  color: #201f1e;
  line-height: 1.5;
  padding: 10px 20px !important;
  background: transparent;
}
.section9-doitac .accordion-item {
  border: 1px solid #47b102 !important;
  margin-bottom: 25px;
  border-radius: 25px;
}
.section9-doitac .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  color: #201f1e;
}
.section10-doitac{
  padding-top: 0px;
}
.section9-doitac {
  padding-bottom: 0px;
}
.section9-doitac button.accordion-button p {
  padding-left: 30px !important;
}
.section9-doitac .accordion-button::after {
  background: transparent;
  content: "\f067";
  font-family: "fontawesome";
  position: absolute;
  top: 11px;
  transition: all 0.5s;
}
.section9-doitac .accordion-button:not(.collapsed)::after {
  content: "\f068";
  transform: rotate(360deg);
  transition: all 0.5s;
}
.page-id-121 footer#colophon{
  margin-top: 0px;
}
ul#footer-menu li a {
  color: #212529;
}
ul#footer-menu {
  padding: 0;
  margin: 10px 0;
}

.section5.section3_doitac a {
  background: transparent;
  color: #fff;
  text-align: left;
  display: inline-block;
  padding: 0;
}
.section5.section3_doitac .col-md-4:last-child .item-s9 {
  border: 1px solid #fff;
}
.section5-giaiphap ul#pills-tab li {
  width: calc(100% / 4);
}
.section0{
  padding: 0;
}
.section6-giaiphap {
  background: linear-gradient(359deg, #e7fbb9, transparent);
}
.section2-giaiphap {
  background: #eef8da;
}
.section2-giaiphap .item-s2 .mota {
  color: #000;
  font-size: 16px;
  min-height: 65px;
}
.section2-giaiphap .item-s2 img {
  max-width: 45px;
}
.section2-giaiphap .item-s2 .img {
  margin-bottom: 20px;
}
.section2-giaiphap .item-s2 {
  background: transparent;
  border: 1px solid #9fd125;
  border-radius: 20px;
  text-align: center;
  padding: 40px;
  transition: all .5s;
  margin-bottom: 20px;
}
.section2-giaiphap .item-s2:hover{
  background: #fff;
  border: 1px solid transparent;
  box-shadow: 1px 1px 12px 9px #ddddddb0;
  transition: all .5s;
}
.section3_giaiphap .item-s3 .img h4 {
  line-height: 55px;
  text-align: center;
  color: #47b102;
  font-size: 30px;
}
.section3_giaiphap .item-s3 .img {
  width: 85px;
  height: 85px;
  border: 15px solid #dff2b3;
  border-radius: 50%;
  line-height: 80px;
  margin-right: 30px;
}
.section3_giaiphap .item-s3 {
  margin-bottom: 40px;
  display: flex;
  width: 100%;
  position: relative;
}
.section3_giaiphap .item-s3 .img {
  position: relative;
}
.section3_giaiphap .item-s3 .img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #dff2b3;
  margin: 0 auto;
}
.section3_giaiphap .item-s3:last-child .img:after{
  display: none;
}
.section3_giaiphap .mota {
  margin-top: 10px;
  width: calc(100% - 120px);
}
.item-s3_khoi2 .img img {
  height: 46px;
  object-fit: cover;
}
.item-s3_khoi2 .img {
  text-align: center;
  border-bottom: 1px solid #000000;
  padding-bottom: 25px;
  margin-bottom: 13px;
}
.mota_khoi2 h4 {
  font-size: 20px;
  color: #9fd126;
}
.mota_khoi2 h4 span {
  font-size: 30px;
}
.section .nutchung{
  color: #47b102;
  font-size: 20px;
}
.nutchung img{
  margin-left: 15px;
}
.section4_giaphap{
  background: #deeebe;
}
.section4_giaphap.white a{
  color: #fff;
  font-size: 24px;
  position: relative;
}
.images-sec.no-sca img {
  margin-left: 20px;
}
.section10-giaiphap .row {
  background: #47b102;
  padding: 45px;
  border-radius: 25px;
}
.section10-giaiphap a {
  color: #47b102;
  background: #fff;
  padding: 9px 15px;
  transition: all 0.5s;
  border-radius: 25px;
  display: inline-block;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 18px;
}
.section10-giaiphap a:hover{
  color: #fff;
  background: #47b102;
  border: 1px solid #fff;
}
.section1_giaiphap{
  background: transparent;
}
nav#site-navigation{
  display: flex;
  justify-content: right;
}

.lang .gtranslate_wrapper {
  line-height: 1;
  height: auto;
}
.lang a {
  font-size: 15px;
}
.lang a.gt-current-lang {
 color: #fff;
 background: #9fd126;
 border-radius: 50%;
 padding: 2px 3px;
}
.lang {
  margin-top: 20px;
  margin-left: 10px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 7px 10px;
  height: 30px;
  position: absolute;
  right: 75px;
  background: #fff;
}
select#search_category {
  border: 1px solid #47b102 !important;
  border-radius: 50px !important;
  width: 100%;
  background: #e6f7bf;
  padding: 8px 17px;
  margin-bottom: 15px;
}
article.post img {
  width: 100%;
}
input#searchsubmit:hover {
  background: #58b817;
  color: #fff;
}
.mobile {
  display: none;
}
div#ft_icon ul {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
div#ft_icon ul li {
  float: left;
  width: 20px;
  margin-right: 15px;
}

div#ft_icon ul li img:hover {
  filter: brightness(1);
  transition: all 0.5s;
}
div#ft_icon ul li img {
  filter: brightness(0);
  transition: all 0.5s;
}
div#footer-top img {
  max-width: 80%;
}
.top-main {
  margin-bottom: 50px;
}
.mobile .left span.hl2 {
  font-size: 20px;
  font-family: 'SVN-Gotham-Regular';
}
.mobile .right {
  display: inline-block;
  width: 55px;
  text-align: center;
}
.mobile .left {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
}
.mobile .left span {
  display: block;
} 
.mobile .right img {
  width: 55px;
}
.right.ri40 img{
  width: 50px;
}
.mobile.mobile-ft{
  display: inline-flex;
   margin-bottom: 10px;
}
.top-main .footer-sidebar {
  margin-bottom: 10px;
}
#section9 .img-section4-nt img {
  max-width: 70%;
}
.hidden{
  display: none;
}
#primary.active:after {
  content: "";
  background: #0009;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 1000%;
  position: fixed;
  z-index: 1;
}
.text-right{
  text-align: right;
}
.img-section2 img {
  border-radius: 5px;
}
.desc a {
  color: #47b102;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0.1rem;
  border: 0.25rem solid green;
  border-radius: 0.5rem;
}


input[type="checkbox"]::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  clip-path: polygon(10% 50%, 30% 70%, 90% 10%, 100% 20%, 30% 90%, 0% 60%);
  transform: scale(0);
  background-color: green;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:hover {
  color: black;
}
nav#site-navigation.site-headers-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.pagenavi-smm {
  width: 100%;
  text-align: center;
  padding: 30px 0px 15px 0px;
  margin-bottom: 30px;
}
.pagenavi-smm:before,
.pagenavi-smm:after {
  content: '';
  display: table;
}
.pagenavi-smm:after {
  clear: both;
}
.pagenavi-smm:before,
.pagenavi-smm:after {
  content: '';
  display: table;
}
.pagenavi-smm:after {
  clear: both;
}
.pagenavi-smm ul.page-numbers {
  margin: 0;
}
.pagenavi-smm ul.page-numbers li {
  display: inline-block;
  color: #fff;
  margin: 0 5px;
}
.pagenavi-smm ul.page-numbers li a,
.pagenavi-smm ul.page-numbers li span {
 line-height: 17px;
    color: #8a8885;
    border: 1px solid #9fd126;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-align: center;
    padding: 5px 10px 5px 10px;
    width: 40px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
}
.pagenavi-smm ul.page-numbers li a.next.page-numbers {
  padding: 5px;
  line-height: 15px;
}
.pagenavi-smm ul.page-numbers li span.current,
.pagenavi-smm ul.page-numbers li:hover a {
  color: #fff;
  background-color: #9fd126;
  font-weight: bold;
}
.icon-single ul li a svg {
  width: 30px;
}
.icon-single ul li {
  display: inline-block;
  margin: 10px;
}
.icon-single ul {
  padding: 0;
  list-style: none;
  margin: 0 auto;
  text-align: center;
  margin-top: 25px;
}
.related-post {
  margin-top: 35px;
}
.cungcapnhunggi {
  background: url(https://stouch.vn/wp-content/uploads/2024/05/S.Touch_Bo-Banner-Sac-Dien-13.png);
  padding: 65px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  margin: 35px 0;
}
.cungcapnhunggi a {
  color: #fff;
  background: #47b102;
  padding: 10px 30px;
  border-radius: 25px;
  margin-top: 50px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  border: 1px solid transparent;
}
.cungcapnhunggi a:hover {
  color: #47b102;
  background: #fff;
  border: 1px solid #47b102;
  transition: all 0.5s;
}
.dangkynhanbantin {
  padding: 65px;
  text-align: center;
  border-radius: 20px;
  overflow: hidden;
  margin: 35px 0;
  background: #ddedbd;
  padding-bottom: 10px;
}
.dangkynhanbantin form {
  margin-top: 30px;
  display: block;
}
.dangkynhanbantin input.wpcf7-form-control {
  border-radius: 25px;
  background: #fff;
  border: 1px solid transparent;
}
.dangkynhanbantin input,.dangkynhanbantin input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email,.dangkynhanbantin input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
  padding-right: 120px;
  width: 60%;
      margin-top: 10px;
}
.dangkynhanbantin input.wpcf7-form-control:focus {
  border: 1px solid transparent;
}
.dangkynhanbantin input.wpcf7-form-control.wpcf7-submit {
 background: #61c95f;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    z-index: 2;
    height: 30px;
    line-height: 7px;
}
.dangkynhanbantin form.wpcf7-form.failed,.dangkynhanbantin form.wpcf7-form {
  position: relative;
}
.date-time {
  font-size: 20px;
}
header.entry-header.page-header h1 span {
  color: #47b102;
}
.box-dm img {
  height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.author-avatar {
  margin-right: 30px;
  width: 96px !important;
}
.author-details {
  width: calc(100% - 110px);
}
.author-avatar img {
  border-radius: 50%;
  width: 107px;
  height: 96px;
  object-fit: cover;
}
.cotleft {
  margin-right: 35px;
}
.cotright .icon-single ul {
  margin-top: -7px;
}
.author-info.d-flex {
  margin-top: 30px;
}
p.tacgia {
  margin-bottom: 0px;
}
.section4-nt .khampha-datmuangay a{
  color: #fff;
}
.section4-nt .khampha-datmuangay a:after{
  width: 100%;
  background: linear-gradient(90deg, #9fd126 50%, #46ac04);
  transition: all 0.5s;
}
.section4-nt .khampha-datmuangay a:hover:after {
  background: linear-gradient(90deg, #46ac04 50%, #9fd126);
  transition: all 0.5s;
}
.section4-nt .khampha-datmuangay a.datmuangay:after{
 display: none;
}
.khampha-datmuangay {
  display: flex;
}
.section4-nt .khampha-datmuangay a.datmuangay{
  border: 1px solid #000;
  color: #000;
  margin-left: 15px;
}
.section4-sp{
  padding-bottom: 60px;
}
.section5-sp {
  background: #fff;
  padding: 0px;
}
.section5-sp .col-md-6{
  position: absolute;
  right: 0;
}
.pd-0{
  padding: 0 !important;
}
.desc-sp {
  max-width: 300px;
  margin-left: 45px;
}
.dangkynhanbantin .max-650 {
  max-width: 50%;
}
.section1-sp{
  background: #fff;
}
.item-section4 img {
 width: 100%;
 border-radius: 15px;
 box-shadow: 3px 3px 11px 3px #00000038;
}
.section2-sp {
  background: linear-gradient(90deg, #9fd126 50%, #46ac04);
}
.lienhe-item i {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #fff;
  background: linear-gradient(90deg, #9fd126 50%, #46ac04);
  padding: 5px 12px;
  border-radius: 50%;
  font-size: 28px;
}
.lienhe-item {
  background: #fff;
  display: block;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 30px;
  position: relative;
  padding-right: 62px;
  float: right;
}
.lienhe-item.lienhe-trusac{
  padding: 17px 30px;
} 
.lienhe-item.lienhe-trusac a{
  font-size: 18px;
  padding-right: 30px;
} 

.animate__fadeInLeft_cus{
 transform: translate3d(-100%, 0, 0) !important;
 transition: all 1.5s;
 opacity: 0;
}
.animate__fadeInRight_cus{
 transform: translate3d(100%,0,0) !important;
 transition: all 1.5s;
 opacity: 0;
}
.swiper-slide-active .animate__fadeInLeft_cus{
 transform: translateZ(0) !important;
 transition: all 1.5s;
 opacity: 1;
}
.swiper-slide-active .animate__fadeInRight_cus{
 transform: translateZ(0) !important;
 transition: all 1.5s;
 opacity: 1;
}
.swiper-slide{
  overflow: hidden;
}
.slider-sp .swiper-pagination {
  position: absolute;
  bottom: -40px !important;
}
.slider-sp .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}
.slider-sp .swiper-pagination-bullet-active{
  background: #83b802;
}
.slider-sp {
  position: relative;
  overflow: hidden;
}
.form {
  font-size: 16px;
}
.mobilde{
  display: none;
}
.maytinh{
  display: block;
}

.footer-v2-marquee {
  --item-speed: 7s;
  --grid-gap: 24px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding-top: 60px;
  padding-inline:24px;overflow: hidden;
  overflow-x: scroll
}

@media (hover: hover) {
  .footer-v2-marquee {
    --grid-gap: 32px;
    padding-inline:0;overflow-x: hidden
  }
}

.footer-v2-marquee__track {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  animation: footer-marquee-mobile-wiggle 1.8s alternate-reverse infinite ease-in-out
}

.footer-v2-marquee--scrolled .footer-v2-marquee__track {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

@media (hover: hover) {
  .footer-v2-marquee__track {
    -webkit-animation:footer-marquee-desktop linear infinite;
    animation: footer-marquee-desktop linear infinite;
    -webkit-animation-duration: calc(var(--item-speed) * var(--item-count, 8));
    animation-duration: calc(var(--item-speed) * var(--item-count, 8))
  }

  .footer-v2-marquee__track:hover {
    --grid-x-offset: -16px;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }
}

.footer-v2-marquee__grid {
  display: grid;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(var(--grid-x-offset, 0));
  -ms-transform: translateX(var(--grid-x-offset, 0));
  transform: translateX(var(--grid-x-offset, 0));
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  gap: var(--grid-gap)
}

.footer-v2-marquee-item {
  --item-media-width: 200px;
  --item-media-height: 150px;
  position: relative;
  -webkit-transform: perspective(300px) translate3d(0, 0, 0);
  transform: perspective(300px) translate3d(0, 0, 0);
  color: #fff
}

.footer-v2-marquee-item--duplicate {
  display: none
}

@media (hover: hover) {
  .footer-v2-marquee-item--duplicate {
    display:block
  }
}

.footer-v2-marquee-item__stack {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--item-media-width);
  height: var(--item-media-height)
}

.footer-v2-marquee-item__stack:before,.footer-v2-marquee-item__stack:after {
  --stack-offset-y: -5px;
  --stack-offset-x: -5px;
  --stack-bg: var(--stack-color-1);
  content: '';
  position: absolute;
  z-index: 0;
  top: var(--stack-offset-y);
  right: var(--stack-offset-x);
  width: 98%;
  height: 98%;
  overflow: hidden;
  -webkit-transform: translate(var(--stack-translate-x), var(--stack-translate-y));
  -ms-transform: translate(var(--stack-translate-x), var(--stack-translate-y));
  transform: translate(var(--stack-translate-x), var(--stack-translate-y));
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: var(--stack-translate-delay, 0.1s);
  transition-delay: var(--stack-translate-delay, 0.1s);
  border: 2px solid #fff;
  border-radius: 10px;
  background: var(--stack-bg, #dbdbde)
}

@media (hover: hover) {
  .footer-v2-marquee-item:hover .footer-v2-marquee-item__stack:before,.footer-v2-marquee-item:hover .footer-v2-marquee-item__stack:after {
    --stack-translate-scale: 0.5;
    --stack-translate-x: calc(-1 * var(--stack-offset-x) * var(--stack-translate-scale));
    --stack-translate-y: calc(var(--stack-offset-y) * var(--stack-translate-scale));
    border-radius: 8px
  }
}

.footer-v2-marquee-item__stack:before {
  --stack-translate-delay: 0s;
  --stack-bg: var(--stack-color-2);
  --stack-offset-y: -10px;
  --stack-offset-x: -10px;
  width: 96%;
  height: 96%;
  border-radius: 12px;
  opacity: 0.4
}

.footer-v2-marquee-item__media {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  width: var(--item-media-width);
  height: var(--item-media-height);
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 8px;
  background-color: #9e9ea7
}

.footer-v2-marquee-item__media img,.footer-v2-marquee-item__media video {
  z-index: 1;
  width: var(--item-media-width);
  height: var(--item-media-height);
  transition: all 0.6s ease-out;
  opacity: var(--item-media-opacity, 0.001);
  object-fit: cover;
  object-position: center center
}

.footer-v2-marquee-item__media img.lazyloaded,.footer-v2-marquee-item__media video.lazyloaded {
  --item-media-opacity: 1
}

.footer-v2-marquee-item__title {
  margin-top: 12px;
  color: #0d0c22;
  font-size: 14px;
  font-weight: 500
}

@-webkit-keyframes footer-marquee-desktop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(calc(-50% - 16px), 0, 0);
    transform: translate3d(calc(-50% - 16px), 0, 0)
  }
}

@keyframes footer-marquee-desktop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(calc(-50% - 16px), 0, 0);
    transform: translate3d(calc(-50% - 16px), 0, 0)
  }
}

@-webkit-keyframes footer-marquee-mobile-wiggle {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
}

@keyframes footer-marquee-mobile-wiggle {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }

  100% {
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
  }
}
header.page-header.sanpham-title {
 background: transparent;
 padding: 45px;
 padding-top: 120px;
}
header.page-header.sanpham-title h1.page-title {
  color: #000;
}
.danhmucduan a:hover,.danhmucduan a.active {
  border-color: #47b102;
  color: #47b102;
  background: #deeebe;
}
.danhmucduan {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.danhmucduan a {
  border: 2px solid #ddd;
  margin: 5px;
  padding: 5px 15px;
  border-radius: 30px;
  padding-top: 4px;
  display: inline-block;
}
.col-md-3.single-duan p {
  margin-top: 15px;
}
.col-md-3.single-duan:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.col-md-3.single-duan a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.col-md-3.single-duan {
  margin-bottom: 50px;
}
.single-duan img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s;
}
.single header.page-header.sanpham-title {
  padding: 50px;
  padding-top: 160px;
}
.ndt {
  margin-bottom: 35px;
}
.daidien img {
  width: 100%;
  border-radius: 30px;
}
.section7-sp{
  padding-bottom: 0px;
}
div#wpcp-error-message {
  display: none;
}
#ez-toc-container a,#ez-toc-sticky-container a {
  color: #47b102;
}
#ez-toc-container ul ul a,#ez-toc-sticky-container ul ul a {
  color: #444;
}
/*#ez-toc-container{
      background: #9fd126;
    border: 0px solid #aaa;
    border-radius: 50px;
        padding: 10px 20px;
}*/
#ftwp-container.ftwp-fixed-to-post{
  z-index: 99999999999999 !important;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents{
  width: 100% !important;
}
#ftwp-container.ftwp-wrap #ftwp-contents{
  border-color: transparent !important;
  border-radius: 10px !important;
}


#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before{
  background: #9fd126 !important;
}
.swiper-button-prev:after{
  content: '\f060';
  font-family: fontawesome;
  font-size: 20px;
  color: #4BC113;
  border: 2px solid #4BC113;
  border-radius: 50%;
  padding: 5px 6px;
}
.swiper-button-next:after{
  content: '\f061';
  font-family: fontawesome;
  font-size: 20px;
  color: #4BC113;
  border: 2px solid #4BC113;
  border-radius: 50%;
  padding: 5px 6px;
}
.pd-30 {
  padding: 25px;
}
ul#menu-danh-muc-tin-tuc li {
  display: inline-block;
}
ul#menu-danh-muc-tin-tuc {
  margin: 0;
}
ul#menu-danh-muc-tin-tuc a {
  border: 2px solid #ddd;
  margin: 5px;
  padding: 5px 15px;
  border-radius: 30px;
  padding-top: 4px;
  display: inline-block;
}
ul#menu-danh-muc-tin-tuc li.current-menu-item a {
  border-color: #47b102;
  color: #47b102;
  background: #deeebe;
}
.slider_sp_AC .swiper-button-next, .slider_sp_AC .swiper-button-prev{
  top: 90%; 
  z-index: 99 !important;
}
.slider_sp_AC .swiper-button-prev{
  left: 45%;
  right: auto;
}
.slider_sp_AC .swiper-button-next{
  left: 53%;
}
.slider_sp_AC.swiper{
  min-height: 205px;
}
.trangbloog .col-md-9:after {
  content: "";
  width: 2px;
  height: 93%;
  left: 00;
  right: 0;
  background: #9fd126;
  margin: 0 auto;
  top: 0;
  position: absolute;
}
.trangbloog .col-md-9 {
  position: relative;
}
.trangbloog .col-md-6.pd-30:nth-child(2n):after {
  right: inherit;
  left: -8px;
  top: 75px;
}
.trangbloog .col-md-6.pd-30:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 44px;
  width: 15px;
  height: 15px;
  background: #9fd126;
  border-radius: 50%;
}
.trangbloog .col-md-6.pd-30 {
  position: relative;
}
.trangbloog .col-md-6.pd-30:before {
  content: "";
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  top: 42px;
  border-left: 20px solid #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
}
.trangbloog .col-md-6.pd-30:nth-child(2n):before{
  border-right: 20px solid #fff;
  border-left: none;
  right: inherit;
  left: 5px;
  top: 73px;
}
#secondary .item-small .box-left {
  width: 100px;
}
#secondary .item-small .box-left img{
  height: 60px;
}
#secondary .item-small .box-right{
  width: calc(100% - 105px);
}
#secondary .item-icon{
  min-height: 75px;
}
.h4 {
  font-weight: bold;
}
.breakcum {
  margin: 25px 0;
}
span.delimiter {
  margin: 0px 5px;
}
.breakcum a {
  color: #47b102;
}
.mtop-5{

}
a.app img {
  max-width: 60%;
}
a.app.notop img {
  margin-top: 10px;
}
div#footer-5 {
  position: absolute;
  right: 6%;
  text-align: right;
  bottom: 0;
}
div#footer-5 img{
	max-width: 50%;
}
.main-footer{
	position: relative;
}
.slider_sp_AC .swiper-wrapper{
  height: 79%;
}
div#popmake-799 a {
  color: #fff !important;
  background: #46ac04 !important;
  line-height: 1 !important;
  border-radius: 30px !important;
  padding: 5px 50px !important;
  font-size: 15px !important;
  box-shadow: 2px 3px 5px 2px #00000080 !important;
  bottom: 0px !important;
  position: absolute;
  right: 10px;
}
button.pum-close.popmake-close {
  color: #000 !important;
  background: #fff !important;
  line-height: 1 !important;
  border-radius: 30px !important;
  padding: 5px 40px !important;
  font-size: 15px !important;
  box-shadow: 2px 3px 5px 2px #00000080 !important;
  bottom: 10px !important;
  right: 150px !important;
}
header.entry-header.page-header.header-sanpham {
  background: transparent;
  padding-top: 0;
}
.anh-album ul li:last-child {
  padding-right: 0px;
}
.anh-album ul li {
  list-style: none;
  margin: 0;
  padding-right: 10px;
}
.anh-album ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  margin-top: 10px;
}
.motangan table {
  border-color: transparent;
  width: 100% !important;
}
ul.khampha-datmuangay li {
  padding-right: 15px;
}
ul.khampha-datmuangay {
  margin: 0;
  padding: 0;
  list-style: none;
}
.motangan table tr td {
  width: 60% !important;
}
ul.col3#pills-tab li {
  flex: 0 0 33%;
  max-width: 33%;
}
ul.anhchitiet li:nth-child(4n) {
  padding-right: 0px;
}
ul.anhchitiet li {
  max-width: 24%;
  display: inline-block;
  padding: 10px;
}
ul.anhchitiet {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
h2.thongtin {
  margin-top: 25px;
  color: #47b102;
}
.box-hinhhop * {
  color: #fff;
}
.black .box-hinhhop * {
  color: #000;
}
.black ul.right-40 li:last-child{
  background: #fff;
}
.black ul.right-40 li:last-child a{
  color: #000;
}
.black ul.right-40 li{
  color: #9FD126;
  background: #000;
}
.black ul.right-40 li a{
 color: #9FD126;
}
.box-hinhhop {
  background: #46af02 url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_Background-Banner_Xang-dau.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding : 35px;
  border-radius: 35px;
  display: inline-flex
}
.section-lienhe-tinhphi .box-hinhhop {
  background: #B3EA0A url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_Background-Banner_Dau-xe-tinh-phi.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

ul.right-40 {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 40%;
  margin-top: 90px;
}
.right-60 {
  width: 60%;
}
ul.right-40 li:last-child {
  border: 2px solid #9FD126;
  background: transparent;
  color: #9FD126;
}
ul.right-40 li {
  display: inline-block;
  background: #9FD126;
  border: 2px solid #9FD126;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 15px;
  margin-right: 15px;
}
ul.right-40 li a {
  font-size: 15px;
}
.section-cuahangxangdau{
  background: url(https://stouch.vn/wp-content/uploads/2024/08/Background_Trang-xang-dau.svg);
  padding: 0px;
  padding-top: 140px;
  background-size: cover;
  padding-bottom: 50px;
}
.section-vanhanhsac {
  background: url(https://stouch.vn/wp-content/uploads/2024/08/Background_Trang-bai-dau-xe-tinh-phi.svg);
  padding: 0px;
  padding-top: 160px;
  background-size: cover;
}
.section-vanhanhsac.section-trangcon6{
  padding: 60px 0;
  padding-top: 160px;
}
.section-vanhanhsac.section-trangcon6 .images-sec-tc3{
 padding-top: 0px;
 transform: scale(1);
 margin-top: 0px
}
.section.section-lienhe-congty {
  background: #158E03 url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_Background-Banner_Dien-luc.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.section-lienhe-congty .box-hinhhop{
  background: transparent;
}
.section-vanhanhsac .images-sec-tc3 {
  padding-top: 30px;
  transform: scale(1.2);
  margin-top: -22px;

}
.section-lienhe-diemsac {
  background: #b3ea0a url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_Background-Banner_Dieu-hanh-tram-sac.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.section-lienhe-diemsac .box-hinhhop {
  background:transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  display: inline-flex;
}
.section-lienhe-diemsac .box-hinhhop * {
  color: #000;
}
.section-ctydienluc.section-trangcon6 {
  background: url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_Background-banner-18.png);
  background-size: cover;
  background-position: right top;
}
.section-ctydienluc.section-trangcon6 .images-sec-tc3 {
  transform: scale(1.2);
  margin-left: 20px;
}
.seclienhe-chil-8.section-lienhe-tinhphi .box-hinhhop {
  background: #B3EA0A url(https://stouch.vn/wp-content/uploads/2024/08/S.Touch_GD-Website_Trang-Giai-Phap-45.svg);
  background-size: cover;
  background-position: top right;
}
.fancybox__container{
  z-index: 99999;
}
.section-pd0{
  padding: 0;
}
.desc ol>li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: -6px;
  width: 30px;
  height: 30px;
  background-color: #47b102;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-top: 5px;
}
.desc ol>li {
  counter-increment: item;
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}
.desc ol {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin-left: 0px;
}

.mabot-25 img {
    margin-bottom: 15px;
}
p.appsac {
    margin-top: 10px;
}
.pinned-post {
    display: none;
}
.form-tainguyen input[type="submit"]:hover {
    color: #fff;
}
.dangkynhanbantin .cf7sr-g-recaptcha {
    text-align: center !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
}
div#fanpage-vr {
    position: absolute !important;
    bottom: -100px;
    right: 262%;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 500px) {
  div#fanpage-vr {
    position: absolute !important;
    bottom: -85px;
    right: 260%;
}
  .phone-bar a{
        font-size: 13px;
            margin-top: -63px;
                padding: 4px 45px 5px 15px;
                    right: 38px;
  }
  #button-contact-vr .button-contact{
        margin-top: -17px;
  }
  .phone-vr-img-circle{
    width: 30px;
    height: 30px;
        line-height: 30px;
  }
  .phone-vr-circle-fill{
        width: 55px;
    height: 55px;
  }
  .phone-bar{
    display: block;
  }
  header.page-header.tainguyen-page .font-lienhe{
        padding-top: 76px;
  }
  .sacthtuong {
    margin-top: 25px;
  }
  #footer-top-2 .mobile.mobile-ft:first-child{
    margin-bottom: 10px;
  }
  .section-vanhanhsac.section1{
    padding-bottom: 0px;
  }
  .section-vanhanhsac .images-sec-tc3{
    transform: scale(1);
    margin-top: 0px;
  }
  .images-sec-tc3 {
    margin-top: 25px;
  }
  .box-hinhhop,.section-lienhe-diemsac .box-hinhhop,.section-lienhe-tinhphi .box-hinhhop{
    display: block;
    background-size: cover;
    border-radius: 35px;
  }
  .section-vanhanhsac.section-trangcon6{
    padding-top: 50px;
  }
  ul.right-40 {
    margin-top: 30px;
    width: 100%;
  }
  .right-60 {
    width: 100%;
  }
  a.app.mobile {
    display: block;
  }
  div#footer-5 a.app.mobile img{
   max-width: 95%;
 }
 div#footer-5 a img {
  width: 100%;
  max-width: 100%;
}
div#footer-5 a.notop.app img{
  margin-top: 0px;
}
div#footer-5 a {
  display: inline-block;
  width: 50%;
}
a.app img {
  max-width: 55%;
  margin-top: 0px;
}


div#footer-5 {
  position: inherit;
  right: 5%;
  text-align: center;
  bottom: 0;
  margin-top: 40px;
}
div#footer-top img {
  max-width: 60%;
}
.section.section9-giaiphap{
  padding-top: 0px;
}
.section.section8-giaiphap{
  padding-bottom: 0px;
}
.single header.page-header.sanpham-title{
  padding: 15px;
  padding-top: 70px;
}
.trangbloog .col-md-9:after {
  display: none;
}
.trangbloog .col-md-6.pd-30:nth-child(2n):after {
  display: none;
}
.trangbloog .col-md-6.pd-30:after {
 display: none;
}
.trangbloog .col-md-6.pd-30:before {
  display: none;
}
.trangbloog .col-md-6.pd-30:nth-child(2n):before{
  display: none;
}
.slider_sp_AC .swiper-button-next{
  top: 90%;
  right: 47%;
}
.slider_sp_AC .swiper-button-prev{
  left: 40%;
}
.slider_sp_AC.swiper {
  min-height: 340px;
}
.section5-sp .mobile{
  display: block;
}
.section5-sp{
  position: relative;
}
.section5-sp .col-md-6{
  bottom: 100px;
}
.section5-sp .desc-sp {
  max-width: 100%;
  margin-left: 0px;
  text-align: center;
}
.section5-sp .desc-sp h3 span {
  font-size: 28px !important;
}
.dangkynhanbantin .max-650{
  max-width: 100%;
}
.tainguyen .item-icon .box-left img{
  margin-bottom: 15px;
  border-radius: 10px;
}
.danhmucduan a{
  margin: 5px;
  display: inline-block;
}
.single-duan img{
  height: auto;
}
.ndt{
  margin-top: 20px;
}
ul#pills-tab{
  margin: 0;
  display: block;
  white-space: inherit;
  border-bottom: none;
}
ul#pills-tab li{
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}
.title-sp-s3 {
  text-align: center;
}
.page-template-template-menu-left main#primary{
  margin-top: 50px;
}

header.page-header.tainguyen-page img {
  max-width: 100%;
}
.maytinh{
  display: none;
}
header.page-header .img-lef.mobilde img{
  width: 100%;
  max-width: 100%;
}
.mobilde{
  display: block;
}
ul#pills-tab button{
 text-align: left !important;
 position: relative;
 line-height: 2;
 padding: 10px 0;
 border-bottom: 2px solid #ddd;
 padding-right: 30px;
}
ul#pills-tab button:after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  right: 10px;
  bottom: 28%;
  transition: all 0.5s;
}
ul#pills-tab button.active:after {
  transform: rotate(180deg);
  transition: all 0.5s;
}
ul#pills-tab button.active{
  border-bottom: 2px solid #9fd126;
  margin-bottom: 0px;
}
.slider-sp .swiper-pagination{
  bottom: 0 !important;
}
.lienhe-item
{
  float: inherit;
  text-align: center;
  margin: 0 auto;
}
.images-sec.no-sca img {
  margin-left: 0px;
  margin-top: 25px;
}
.slider-sp {
  width: 93%;
  margin: 0 auto;
}
.slider-sp .images-sec.no-sca img{
  margin-top: 30px;
  margin-bottom: 20px;
}
.slider-sp .container,.slider-sp .row,.slider-sp .col-md-4,.slider-sp .col-md-7{
  margin: 0;
  padding: 0;
}
.dangkynhanbantin{
  padding: 30px;
}
.dangkynhanbantin input.wpcf7-form-control,.dangkynhanbantin input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email{
  width: 100% !important;

}
.dangkynhanbantin h4 {
  font-size: 20px;
}
.author-info.d-flex{
  margin: 30px 0;
  display: block !important;
}
.author-avatar{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.author-avatar img{
  width: 96px;
  height: 96px
}
.author-details {
  text-align: center;
  width: 100%;
}
.dangkynhanbantin input.wpcf7-form-control.wpcf7-submit{
  right: 5px;
  position: static;
  width: 100%;
  height: 40px;
  margin-top: 10px;
}
ul#footer-menu li{
  border: 1px solid;
  padding: 5px;
  margin: 0px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;

  border-radius: 20px;
}
#site-navigation.toggled .fa-bars:before {
  content: "\f00d";
  font-family: "fontawesome";
  transition: all 0.5s;
}
#site-navigation .fa-bars:before {
  content: "\f0c9";
  font-family: "fontawesome";
  transition: all 0.5s;
}
.menu-menu-1-container{
  width: 100%;
}
.main-navigation ul.nav-menu > li.menu-item-has-children:after{
  display: none;
}
.main-navigation ul ul{
  overflow: hidden;
}
span.sub-open {
  position: absolute;
  top: 10px;
  right: -20px;
  width: 60px;
  height: 30px;
  z-index: 9999;
}
.main-navigation span.sub-open:after{
  content: "\f078";
  font-family: "fontawesome";
  position: absolute;
  right: 0;
  top: 10px;
}
.main-navigation span.sub-open.sub-opends:after{
 color: #58b819;
 transform: rotate(180deg);
 transition: all 0.5s;
}
ul.sub-menu.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}

#site-navigation .container.flex-wrap {
  flex-wrap: inherit !important;
}
#site-navigation .container.d-flex {
  display: initial !important;
}
.main-navigation ul ul{
  position: relative;
  padding: 0;
  box-shadow: inherit;
  border: transparent;
  margin: 0;
  margin-left: 15px;
  height: 0px;
}
.main-navigation ul.nav-menu ul li:last-child a {
  color: #000;
  background: transparent;
  border-radius: 0px;
  padding: 4px;
  margin: 0;
}
.main-navigation ul.nav-menu > li{
  height: auto;
}

.single header.page-header{
         padding-bottom: 85px;
        padding-top: 100px;
}
.date-time {
  margin-top: 30px;
  display: block;
}
.font-lienhe{
  font-size: 16px;
}
header.page-header.page-lien-he{

  padding-top: 55px;
}
.col-md-6.img-rigt {
  position: relative;
  display: none;
}
.section6-doitac a{
  text-align: center;
  margin: 10px auto;
  width: fit-content;
  display: block;
}
.section4-nt a{
  text-align: center;
  margin: 10px auto;
}
.section10-giaiphap a,.xemthem a{
  margin: 0 auto;
  text-align: center;
  width: fit-content;
  display: block;
  margin-top: 20px;
}
.main-footer {
  padding: 0 8px;
}
.widget_text .widget-title:after {
  content: "\f078";
  position: absolute;
  right: 10px;
  bottom: 15px;
  transition: all 0.5s;
  font-family: "fontawesome";
}
.widget_text.active .widget-title:after {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.widget_text .widget-title {
  margin-bottom: 00px;
  position: relative;
}
.widget_text .textwidget {
  height: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
#footer-top .widget_text .textwidget {
  height: auto;
  transition: all 0.5s;
}
.widget_text.active .textwidget {
  height: auto;
  margin-top: 25px;
}
.main-navigation.toggled .mobile {
  display: inline-flex;
  margin-bottom: 25px;
  margin-left: 15px;
}
.right.ri40 img {
  width: 47px;
}
.section1 .xemthem{
  text-align: center;
}
.main-navigation ul{

}
.lang{
  display: none;
}
.main-navigation ul.nav-menu > li > a{
  padding: 15px 20px;
  font-size: 18px;
}
.mrb-25 {
  margin-bottom: 15px;
}
.section3 .row {
  margin-bottom: 0px;
}
nav#site-navigation{
  justify-content: left;
}
nav#site-navigation.toggled .lang {
  display: block;
  width: fit-content;
  position: static;
}

.section5.section3_doitac .col-md-4:last-child .item-s9 {
  border: 1px solid #fff;
  padding-bottom: 20px;
}
.item-s9:hover {
  background: #83b802;
  padding-bottom: 15px;
}
.section.section9-doitac {
  padding-bottom: 0px;
}
.section.section10-doitac{
  padding: 0px;
}
.section10-doitac .img-section4-nt {
  margin-bottom: 0px;
}
.item-10{
  margin-bottom: 50px;
}
.images-sec img {
  transform: scale(1);
}
.item-icon{
  display: block;
}
.item-small .box-left img{
  height: 70px;
}
.item-icon.item-small {
  min-height: auto;
  padding-bottom: 10px;
  display: flex;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.item-dm {
  margin-bottom: 25px;
}
.section4 .item{
  margin-bottom: 25px;
}
header.page-header,header.page-header.tainguyen-page{
  padding: 25px;
  padding-top: 10px;
}
h1.page-title.tilte-blog {
         margin-top: 70px;
        font-size: 45px;
} 
header.page-header.page-lien-he{
  text-align: center;
  padding-left: 25px;
}

.item-s3_khoi2 {
  margin-bottom: 30px;
}
a.post-thumbnail img {
  width: 100%;
}
.tainguyen-page h1{
  font-size: 35px;
}

.section5-giaiphap ul#pills-tab li {
  width: calc(100%);
}
.img-section4-nt {
  margin-bottom: 25px;
}

.section10-giaiphap .row{
  padding: 20px;
  margin: 0;
}
.section{
  padding: 35px 0;
}
#site-navigation .container{
  max-width: 90%;
  border-radius: 25px;

}
nav#site-navigation.toggled .container{
  height: 85vh;
}
.main-navigation ul.nav-menu li:last-child a {
  color: #fff;
  background: #47b102;
  border-radius: 50px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 50px;
  margin-top: 18px;
}
.site-branding {
  padding: 10px;
  width: 35%;
}
.item11 a{
  padding: 25px;
  padding-top: 40px
}

.xemthem a{
  padding-right: 40px;
}
.menu-toggles {
  position: absolute;
  right: 45px;
  top: 17px;
  background: transparent !important;
  border-color: transparent !important;
  color: #47b102;
  font-size: 25px;
}
.section2-giaiphap .item-s2{
  padding: 20px;
  margin-bottom: 25px;
}
#site-navigation .container{
  margin-top: 10px;
}
.saucot .item-6 {
  width: calc(100% / 2);
}
.cot2 {
  order: 2;
  margin-top: 35px;
}
.item-s8{
  min-height: auto;
  padding: 20px;
  padding-bottom: 0px;
}
.section7-nt{
  padding: 35px 0;
}
.desc-nt {
  display: block;
  margin-bottom: 35px;
}
.section8-doitac{
  padding-bottom: 0px;
}
.item-s9,.section5-doitac .item-s9{
  min-height: auto;
  padding: 20px;
  padding-bottom: 0px;
}
.box-right {
  margin-left: 0px;
  width: 100%;
  float: inherit;
}
.tainguyen .item-icon{
 margin-bottom: 10px;
 border-bottom: 1px solid #ddd;
 padding-bottom: 10px;
 background: transparent;
}
.tainguyen .item-icon .author{
  margin-bottom: 5px;
}
.tainguyen .item-icon .box-left {
  width: 100%;
  float: inherit;
}
.tainguyen .item-icon h5 {
  font-size: 15px;
}
.items8dt{
  margin-bottom: 25px;
}
.section1{
  padding-top: 70px;
}
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
  .menu-toggles {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1000px;
  }
  header.page-header{
    padding-top: 125px;
    font-size: 26px;
    padding-bottom: 30px;
  }
  .col-md-6.img-rigt img{
    bottom: -35px;
  }
  .trangbloog .col-md-9:after{
  	height: 90%;
  }
  
}
