/*!
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.6;
  font-size: 14px;
  background: #f1f1f1 !important;
  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;
}
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;
}
ul li{
	list-style: none
}
.page .entry-content ul li {
    margin-left: 20px;
    list-style: disc;
}
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;
    padding: 0;
}
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: #28166f;
}
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: 10px;
}
p:last-child {
  margin-bottom: 0;
}
ul,
ol {
  margin
  margin: 0;
}
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;
}
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);
}

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 15px;
}

/*--------------------------------------------------------------
# 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: #28166f;
  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: #28166f;
}
.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 #28166f;
  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: #28166f;
  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: #28166f;
  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: #28166f;
  background: #fff;
  border: 1px solid #28166f;
  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 #28166f;
  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 #28166f;
 padding-bottom: 15px;
 font-weight: bold;
}
.footer-top {
  background: #28166f;
  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 #28166f;
}
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: #28166f;
}
.justify{
  text-align: justify;
}
.site-info.footer-bottom {
  background: #28166f;
  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: #28166f;
  border: 1px solid #28166f;
  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: #28166f;
  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;
}

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 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: #28166f;
}
article.post img {
  height: 245px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.entry-content {
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}

.section .nutchung{
  color: #28166f;
  font-size: 20px;
}
.nutchung img{
  margin-left: 15px;
}

select#search_category {
  border: 1px solid #28166f !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;
}
.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: #28166f;
}
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 {
  color: #fff;
  width: 27px;
  height: 29px;
  line-height: 17px;
  color: #8a8885;
  border: 1px solid #28166f;
  -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: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
}
.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: #28166f;
  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: #28166f;
  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: #28166f;
  background: #fff;
  border: 1px solid #28166f;
  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: #28166f;
}
.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, #28166f 50%, #46ac04);
  transition: all 0.5s;
}
.section4-nt .khampha-datmuangay a:hover:after {
  background: linear-gradient(90deg, #46ac04 50%, #28166f);
  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, #28166f 50%, #46ac04);
}
.lienhe-item i {
  display: block;
  position: absolute;
  top: 10px;
  right: 8px;
  color: #fff;
  background: linear-gradient(90deg, #28166f 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;
}
.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-nav .logo-heager img {
    max-width: 250px;
}
.main-nav ul li {
    padding-right: 0px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
}
.main-nav ul li a {
    font-weight: 600;
    color: #014f6e;
    text-transform: unset;
    position: relative;
    transition: all 
ease 0.3s;
    font-size: 16px;
}
.main-nav ul li.menu-item-has-children>a:after {
    display: inline-block;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    margin: 0 0 0 5px;
    font-size: 20px;
    transition: all 
ease 0.3s;
}
.main-nav ul li ul a {
    color: #626262;
    font-size: 16px;
    font-weight: normal;
}
nav#menu {
    position: fixed;
    left: -100%;
    top: 0px;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
     transition: all 0.8s;
}
nav#menu.mm-menu_opened {
    left: 0;
    transition: all 0.8s;
}
#menu a.close-menu {
    position: absolute;
    top: 0px;
    right: 0;
    background: #fff;
    width: 40px;
    border-radius: 0;
    color: #28166f !important;
        border-right: 1px solid;
}
.mm-navbar {
    
    text-align: center;
    line-height: 20px;
    margin: 0;
    opacity: 1;
    transition: opacity .4s ease;
}
.mm-navbar a {
    padding: 10px 0;
    border-bottom: 1px solid #0000001a;
    display: block;
    width: 80%;
}
.mm-navbar .mm-navbar__title{
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
}

.mm-navbar #primary-menu{
      text-align: left;
    padding: 0 20px;
}

.mm-navbar #primary-menu .menu-item-has-children .sub-open:before{
         content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.mm-navbar #primary-menu .menu-item-has-children{
  position: relative;
}
.mm-navbar #primary-menu .menu-item-has-children .sub-open:after{
     content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;

    transform: rotate(135deg);
    right: 23px;
    left: auto;
    border-color: #ffff;
}
.main-nav ul.sub-menu a {
    color: #28166f;
}
.main-nav ul.sub-menu {
    padding-left: 15px ! IMPORTANT;
}
.mm-navbar ul.sub-menu {
    display: none;
    padding-left: 25px;
}
.mm-navbar ul.sub-menu.active {
    display: block;

}
    span.sub-open {
        position: absolute;
        top: 10px;
        right: -20px;
        width: 60px;
        height: 30px;
        z-index: 9999;
    }
    .fields_nav.fields_nav_cd.flex-center a {
    min-width: 205px;
    text-align: center;
}
section.news-boxs .container {
    overflow: hidden;
}
.fields_nav.fields_nav_cd.flex-center {
    width: 100%;
    overflow-x: auto; /* dùng auto thay vì scroll để chỉ hiện khi cần */
    scrollbar-width: thin;        /* Firefox */
    scrollbar-color: #888 #f1f1f1; /* Firefox: màu thanh cuộn & nền */
}

/* Chrome, Edge, Safari */
.fields_nav.fields_nav_cd.flex-center::-webkit-scrollbar {
    height: 6px;   /* chỉnh độ dày thanh ngang */
}

.fields_nav.fields_nav_cd.flex-center::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 10px;
}

.fields_nav.fields_nav_cd.flex-center::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 10px;
}

.fields_nav.fields_nav_cd.flex-center::-webkit-scrollbar-thumb:hover {
    background: #555; 
}
.mtp-10{
  margin-top: 15px;
}
.logo-ft .logo-heager img {
    max-width: 170px;
}

.lang-text-switcher {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}

.lang-text-switcher a {
    text-decoration: none;
    color: #333;
    transition: color .2s ease;
}

.lang-text-switcher a:hover {
    color: #0073aa;
}

.lang-text-switcher a.current {
    color: #0073aa;
    pointer-events: none;
}

.lang-text-switcher .sep {
    color: #999;
}
.breadcrumbs ul {
    list-style: none;
}
.header-bottom .social {
    margin-bottom: 25px;
}
footer#colophon, #primary {
       width: calc(100% - 270px);
    display: block;
    margin-left: 270px;
}
.header-contetn {
        background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.fancybox__container{
  z-index: 9999;
}
ul#imageGallery img {
    height: 450px;
    object-fit: cover;
}
/* 1. Xóa ảnh nền mặc định và tạo dáng lại cho nút (hình tròn, nền mờ) */
.main-page .lSAction > a {
    background-image: none !important; /* Bắt buộc để xóa ảnh sprite mặc định */
    background-color: rgba(0, 0, 0, 0.4); /* Nền đen mờ giúp icon nổi bật trên nền ảnh sáng */
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%; /* Bo tròn nút */
    display: flex !important;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.3s ease;
    text-decoration: none;
    margin-top: -20px; /* Căn giữa lại theo chiều dọc */
}

/* Hiệu ứng khi di chuột vào nút */
.main-page .lSAction > a:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.8);
}

/* 2. Cài đặt FontAwesome cho các nút */
.main-page .lSAction > a::before {
    font-family: "Font Awesome 5 Free", "Font Awesome 6 Free", "FontAwesome"; /* Phù hợp nhiều phiên bản FA */
    font-weight: 900; /* Bắt buộc phải là 900 đối với icon dạng Solid */
    font-size: 18px;
    color: #ffffff; /* Màu icon trắng */
    display: inline-block;
}

/* 3. Icon mũi tên trái (fa-chevron-left) */
.main-page .lSAction > a.lSPrev::before {
    content: "\f053"; /* Mã Unicode của mũi tên trái */
    margin-right: 2px; /* Chỉnh nhẹ cho icon cân đối giữa hình tròn */
}

/* 4. Icon mũi tên phải (fa-chevron-right) */
.main-page .lSAction > a.lSNext::before {
    content: "\f054"; /* Mã Unicode của mũi tên phải */
    margin-left: 2px;
}
.page-single .lSSlideOuter .lSPager.lSGallery img{
      display: block;
    height: 80px;
    object-fit: cover;
    width: 100%;
}
.property-price {
    color: #ff5722;
    font-weight: bold;
    font-size: 22px;
}
#propertyGallery .carousel-item img {
    height: 450px;
    object-fit: cover;
    width: 100%;
}
/* Trạng thái thu gọn (chỉ hiện 50px) */
.desc-collapsed {
    max-height: 50px;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

/* Trạng thái mở rộng toàn bộ */
.desc-expanded {
    max-height: 1500px; /* Để một số đủ lớn để chứa toàn bộ nội dung bài viết */
    transition: max-height 0.5s ease-in;
}

/* CSS cho nút bấm (nếu bạn chưa có) */
.btn-toggle-desc {
    background-color: #4CAF50;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}
.btn-toggle-desc:hover {
    background-color: #45a049;
    color: #fff;
}
.maybe-you-like-section h3.title-maybe:before {
    background: #c3512f;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0px;
    bottom: 12px;
}
.maybe-you-like-section h3.title-maybe {
    text-align: center;
    position: relative;
}
.maybe-you-like-section h3.title-maybe span{
        background: #fff;
    position: relative;
    padding: 0 10px;
    color: #2d2d2d;
}
.maybe-you-like-section h3.title-maybe.text-left a {
    position: absolute;
    right: 0px;
    bottom: 6px;
    background: #f1f1f1;
    padding: 0 20px;
}
.maybe-you-like-section h3.title-maybe.text-left span {
    background: #f1f1f1;
    position: relative;
    z-index: 10002;
    bottom: 8px;
}
.maybe-you-like-section h3.title-maybe.text-left {
        text-align: left;
    font-size: 15px;
    margin-top: 50px;
}
.card-body h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.property-card {
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.5s;
}
.property-card:hover {
  transition: all 0.5s;
  box-shadow: 0 25px 25px -25px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22) !important;
}
.header-content {
    background: #fff;
    padding: 16px;
    border-radius: 5px;
    margin-top: 20px;
}
span.w3-tag { 
    
    color: #fff;
    padding: 5px 10px;
}
span.w3-display-topright{
    position: absolute;
    right: 0;
    top: 0;
}
.property-price span.w3-tag {
    font-size: 12px;
    margin-right: 10px;
    margin-top: -13px;
    position: relative;
    top: -3px;
}
/*--------------------------------------------------------------
# responsive
--------------------------------------------------------------*/
@media (max-width: 500px) {
  .header-nav.is-opened{
    display: none;
  }
  footer#colophon, #primary {
    width: 100%;
    display: block;
    margin-left: 0px;
            
}
.home #primary{
  margin-top: 85px;
}
  
}
@media (min-width: 1200px) {

  .menu-toggles {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1400px) {
  
  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%;
  }
  
}
