/*   
Theme Name: Land 070v2 - Mathsoft
Theme URI: http://mathsoftvn.com
Description: Mathsoft - Land
Author: Mathsoft
Author URI: http://mathsoftvn.com
Version: 070v2
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
}
body {
  line-height: 1.5;
  font-size: 14px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
ul,
ol {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #f1d37f;
}
img,
video,
object,
embed {
  max-width: 100%;
  height: auto;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}
#wrapper {
  position: relative;
}
/*HEADER*/
#header {
  width: 100%;
  background: #544132;
  transition: all ease 1s;
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -o-transition: all ease 1s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
.wrap-header {
  height: 80px;
  position: relative;
}
.logo {
  width: 15%;
  float: left;
  text-align: center;
  height: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.logo a img {
  max-height: 100%;
  max-width: 100%;
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
}
.title-website {
  position: absolute;
  top: -500px;
}
.primary-menu {
  width: 85%;
  float: left;
  height: 80px;
}
#menu {
  text-align: right;
}
#menu li {
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  display: inline-block;
}
#menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 29px 14px;
  display: block;
  text-transform: uppercase;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}
#menu li a:hover {
  color: #f1d37f;
}
#menu li ul {
  position: absolute;
  display: none;
  top: 80px;
  left: 0;
  z-index: 9999;
  width: 230px;
  background: #fff;
  visibility: visible !important;
  float: none;
  text-align: left;
  border-radius: 0 0 5px 5px;
}
#menu li ul li {
  display: block;
  float: inherit;
  margin-left: 0;
}
#menu li li a:hover {
}
#menu li ul li:hover {
}
#menu li ul li a:hover {
  background: none;
  color: #f1d37f !important;
  border-bottom: none;
}
#menu li:hover a {
}
/*#menu li.current-menu-item a{color:#F1D37F;border-bottom:2px solid #F1D37F}
*/
#menu li:hover li a {
}
#menu li ul li a {
  color: #333 !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  display: block;
  font-size: 13px;
  padding: 10px 10px;
}
#menu li ul li a:hover {
  color: #fff;
}
#menu li:hover ul {
  display: block !important;
}
#menumobile {
  display: none;
}
.fix-nav {
  z-index: 9999;
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  padding-top: 0 !important;
  background: #544132 !important;
}
.fix-body {
  margin-top: 50px;
}
.slider-web {
  width: 100%;
  clear: both;
  position: relative;
}
.slider-web .static {
  position: static;
}
.slider-web .cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slider-web .owl-carousel .owl-slide {
  position: relative;
  height: 89vh;
  background-color: lightgray;
}
.slider-web .owl-carousel .owl-slide a {
  height: 100%;
  width: 100%;
  display: block;
}
.slider-web .owl-carousel .owl-dots {
  position: relative;
  margin-top: -38px;
}
.slider-web .owl-carousel .owl-dots .owl-dot span {
  background: none !important;
  border: 1px solid #fff !important;
}
.slider-web .owl-carousel .owl-dots .owl-dot:hover span,
.slider-web .owl-carousel .owl-dots .owl-dot.active span {
  background: #fff !important;
  border: 1px solid #fff !important;
}
.slider-web .owl-carousel .owl-nav {
}
.slider-web .owl-carousel .owl-nav .owl-next,
.slider-web .owl-carousel .owl-nav .owl-prev {
  background: none !important;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.slider-web .owl-carousel .owl-nav .owl-next {
  right: 30px;
}
.slider-web .owl-carousel .owl-nav .owl-prev {
  left: 30px;
}
.slider-web .owl-carousel .owl-nav {
}
.slider-web .owl-carousel .owl-nav svg {
  opacity: 0.6;
  transition: opacity 0.3s;
  fill: #fff;
}
.slider-web .owl-carousel .owl-nav .owl-prev:hover svg,
.slider-web .owl-carousel .owl-nav .owl-next:hover svg {
  opacity: 1;
}
.slider-web .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
@media screen and (max-width: 575px) {
  .slider-web .owl-carousel .owl-nav {
    top: 5%;
  }
  .slider-web .owl-carousel .owl-nav svg {
    width: 24px;
    height: 24px;
  }
}
/*CONTAINER*/
.container-home {
  width: 100%;
  position: relative;
  clear: both;
}
.wrap-containerhome {
  width: 1170px;
  margin: 25px auto 20px auto;
  position: relative;
  z-index: 9999;
}
#container {
  width: 1170px;
  margin: 25px auto 20px auto;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
}
#contents {
  width: 71.5%;
  float: left;
}
#sidebar {
  width: 25.5%;
  float: right;
}
.container-web,
.width1170 {
  width: 1170px;
  margin: 0 auto;
  clear: both;
}
.show-pagehome {
  position: relative;
}
.pagehome-title {
  font-size: 30px;
  color: #f1d37f;
  display: inline-block;
  margin-bottom: 5px;
}
.pagehome-details {
}
.fullpadding15 {
  padding: 15px;
  overflow: hidden;
}
.width1170 {
  overflow: hidden;
}
.minwidth {
  max-width: 860px;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
}
.imageshoverbox {
  float: left;
  padding: 5px;
  overflow: hidden;
}
.imageshoverbox-2 {
  width: 50%;
}
.imageshoverbox-3 {
  width: 33.3333333%;
}
.imageshoverbox-4 {
  width: 25%;
}
.imageshoverbox-5 {
  width: 20%;
}
.imageshoverbox-6 {
  width: 16.6666667%;
}
.imageshoverbox-2 img,
.imageshoverbox-2 a {
  height: 320px !important;
}
.imageshoverbox-3 img,
.imageshoverbox-3 a {
  height: 250px !important;
}
.imageshoverbox-4 img,
.imageshoverbox-4 a {
  height: 220px !important;
}
.imageshoverbox-5 img,
.imageshoverbox-5 a {
  height: 200px !important;
}
.imageshoverbox-6 img,
.imageshoverbox-6 a {
  height: 180px !important;
}
.imageshoverbox-details {
  position: relative;
  overflow: hidden;
}
.imageshoverbox a {
  border: 1px solid #eee !important;
}
.imageshoverbox img,
.imageshoverbox a {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.imageshoverbox-details div {
  padding: 0 !important;
  margin: 0 !important;
  vertical-align: middle;
  background: none !important;
  border: none !important;
}
.imageshoverbox img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.imageshoverbox .wp-caption-text {
  position: absolute;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  max-height: 100% !important;
  overflow-y: auto;
  bottom: 40px;
  padding: 5px 10px !important;
  display: inline-block;
  left: 1px;
  font-size: 14px !important;
  color: #fff;
  margin-bottom: 0 !important;
  background: rgba(243, 118, 0, 0.7);
}
.imageshoverbox .wp-caption-text span.wpcaptext-title {
  color: #fff !important;
  display: block !important;
}
.imageshoverbox .wp-caption-text span.wpcaptext-border {
}
.imageshoverbox:hover .wp-caption-text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.imageshoverbox p {
  margin: 0 !important;
}
.slider-cat,
.slider-post {
  width: 100%;
  position: relative;
}
.slider-cat img,
.slider-post img {
  width: 100%;
}
.show-pagehome img,
.entry-content img {
}
.img-no-box-shadow img {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.shownews-home {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  padding: 40px 0;
}
.wrap-shownewshome {
}
.shownewshome-title {
  color: #f1d37f;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.shownewshome-details {
  overflow: hidden;
  background: #fff;
  margin-left: -15px;
  margin-right: -15px;
}
.newshomebox {
  float: left;
  width: 25%;
  padding: 15px;
}
.newshomebox-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.newshomebox-thumb {
  overflow: hidden;
  position: relative;
  text-align: center;
  height: 200px;
  margin-bottom: 10px;
}
.newshomebox-thumb img {
  -webkit-transition: all 1.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1.7s cubic-bezier(0.23, 1, 0.32, 1);
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-position: 50% 50%;
}
.newshomeboxinfo {
  position: relative;
}
.newshomeboxinfo-name {
  overflow: hidden;
  margin-bottom: 6px;
}
.newshomeboxinfo-name a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
}
.newshomeboxinfo-name a:hover {
  color: #f1d37f;
}
.newshomeboxinfo-desc {
  color: #555;
  font-size: 14px;
  line-height: 19px;
  height: 58px;
  overflow: hidden;
  text-align: justify;
}
.shownewshome-more {
  clear: both;
  margin-top: 15px;
  text-align: center;
}
.shownewshome-more a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  color: #fff;
  background: #f1d37f;
  padding: 8px 20px;
  border-radius: 3px;
}
.entry-content ol {
  list-style: none !important;
  margin: 0 !important;
  counter-reset: my-awesome-counter;
}
.entry-content ol ol {
  list-style: upper-alpha;
  margin: 10px 0 10px 45px;
}
.entry-content ol li {
  margin: 0 0 0.8rem 0;
  counter-increment: my-awesome-counter;
  position: relative;
  padding: 4px 0 4px 42px !important;
  font-size: 15px;
}
.entry-content ol li:before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: 0;
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  transform: rotate(-10deg);
  background: #f1d37f;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
/*SIDEBAR*/
#sidebar .widget {
  overflow: hidden;
  margin-bottom: 15px;
  background: #f2f2f2;
}
#sidebar .widget-title {
  padding: 10px 10px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  background: #e0e0e0;
  color: #544132;
  text-align: center;
  line-height: 23px;
}
#sidebar .widget iframe {
  width: 100% !important;
  min-height: 240px !important;
}
#sidebar .widget ul {
  overflow: hidden;
  padding: 0 10px;
}
#sidebar .widget ul li {
  width: 100%;
  float: left;
}
#sidebar .widget ul li a {
  color: #333;
  padding: 0;
  display: block !important;
  font-size: 15px;
  font-weight: 500;
}
#sidebar .widget ul li a:hover {
  color: #f1d37f;
}
#sidebar .widget ul ul {
  margin-left: 30px;
}
#sidebar .widget ul ul li {
  list-style: square;
  color: #333;
}
#sidebar .widget .wpcf7 {
  padding: 15px;
}
/*SINGLE*/
.showsingle-details {
}
.showsingle-title {
  position: relative;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.entry-content {
  font-size: 15px;
  line-height: 1.5;
  padding: 0;
  color: #000;
}
.entry-content iframe {
  display: block;
  margin: 0 auto;
  border: none;
  max-width: 100% !important;
}
.entry-content blockquote {
  border-left: 10px solid #f7f7f7;
  overflow: hidden;
  margin: 20px;
  padding: 0 30px 0 20px;
}
.entry-content blockquote p,
blockquote a,
blockquote {
  color: #666;
  font-size: 1em;
  font-style: italic;
}
.entry-content strong em,
.entry-content em strong {
  font-style: italic;
  font-weight: 700;
}
.entry-content input,
.entry-content textarea {
  font-size: 1em;
  padding: 3px;
}
.entry-content del {
  color: #aaa;
  text-decoration: line-through;
}
.entry-content pre,
.entry-content code,
.entry-content tt {
  background: #f5f5f5;
  color: #666;
  font:
    12px "andale mono",
    monotype.com,
    "lucida console",
    monospace;
  line-height: 20px;
  overflow: auto;
  display: block;
  white-space: pre;
  margin: 1.5em 0;
  padding: 1em;
}
.entry-content ins {
  font-weight: 700;
  text-decoration: underline;
}
.entry-content em {
  font-style: italic;
  font-weight: 400;
}
.entry-content ul {
  list-style: none;
  /*;padding-bottom:10px*/
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
  margin-bottom: 0;
}
.entry-content ul li {
  background: url(../images/dot.png) no-repeat 0 10px;
  padding: 5px 0 5px 25px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 5px 0 10px;
}
.entry-content hr {
  background: #e6e6e6;
  border: none;
  clear: both;
  color: #e6e6e6;
  height: 1px;
  width: 100%;
  margin: 15px 0;
}
.entry-content ol {
  list-style-type: decimal;
  margin: 0 0 10px 25px;
}
.entry-content ol ol {
  list-style: upper-alpha;
}
.entry-content ol ol ol {
  list-style: lower-roman;
}
.entry-content ol ol ol ol {
  list-style: lower-alpha;
}
.entry-content ol li {
  font-size: 12px;
  line-height: 19px;
  padding: 3px 0;
}
.entry-content p {
  margin: 0 0 10px 0;
}
.aligncenter {
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.wp-caption {
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 4px 0 5px;
}
.wp-caption img {
  border: 0;
  margin: 0 0 5px;
  padding: 0;
}
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}
img.centered,
img.aligncenter {
  display: block;
  margin: 0 auto;
  padding: 0;
}
img.alignright {
  padding: 4px;
  margin: 2px 3px 3px 8px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 2px 8px 3px 3px;
  display: inline;
}
.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 100% !important;
  padding: 4px;
  text-align: center;
}
.wp-caption.alignleft {
  margin-right: 20px;
}
.wp-caption.alignright {
  margin-left: 20px;
}
.wp-caption img {
  max-width: 100% !important;
}
.wp-caption p.wp-caption-text {
  color: #888;
  margin: 5px;
  padding: 0;
}
.entry-content table {
  max-width: 100%;
  border: 1px solid #eaeaea;
  background-color: #fbfbfb;
  font-family: Arial, "Bitstream Vera Sans", Helvetica, Verdana, sans-serif;
  color: #000;
  border-collapse: separate;
  border-spacing: 0;
  max-width: 100% !important;
}
.entry-content table td,
.entry-content table th {
  border: 1px solid #eaeaea;
  color: #000;
}
.entry-content table th {
  text-shadow: 0 1px 0 #fff;
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
  font-weight: normal;
  padding: 7px 7px 8px;
  text-align: left;
  line-height: 1.3em;
  font-size: 14px;
}
.entry-content table td {
  font-size: 14px;
  padding: 4px 7px 4px;
  vertical-align: top;
}
.entry-content input[type="text"],
.entry-content input[type="email"],
.entry-content input[type="tel"],
.entry-content textarea {
  padding: 8px 10px;
  border-radius: 3px;
  border: solid 1px #ddd;
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
  width: 100%;
  background: #fff;
  height: 41px;
}
.entry-content textarea {
  resize: none;
  height: 80px;
}
.entry-content input[type="submit"] {
  background: #f1d37f;
  padding: 10px 30px;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
}
.rank-math-breadcrumb {
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 400;
}
.rank-math-breadcrumb a {
  color: #333;
}
.relatedpost {
  margin-top: 30px;
}
/*CAT NEWS*/
.shownews {
  overflow: hidden;
}
.shownews-title {
  color: #c29e51;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}
.shownews-title:after {
  height: 2px;
  background: #c29e51;
  position: absolute;
  content: "";
  width: 115px;
  bottom: -10px;
  left: 0;
}
.wrap-shownews {
}
.newsbox {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
  position: relative;
}
.newsbox:last-child {
  border-bottom: none !important;
}
.newsbox a img {
  width: 142px;
  height: 125px;
  float: left;
  margin-right: 15px;
}
.newsbox-name {
}
.newsbox-name a {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  display: block;
}
.newsbox-name a:hover {
  color: #c29e51;
}
.newsbox-time,
.news-time {
  color: #888;
  font-size: 12px;
  margin-bottom: 3px;
}
.newsbox-desc {
  font-size: 14px;
  color: #555555;
  text-align: justify;
}
.page_nav {
  clear: both;
  padding-top: 15px;
}
.page_nav .page-numbers {
  background: #000000;
  color: #fff;
  display: block;
  width: auto;
  float: left;
  margin: 4px 4px 4px 0;
  padding: 4px 10px 4px 10px;
  text-decoration: none;
}
.page_nav .page-numbers:hover {
  background: #f1d37f;
  color: #fff;
  text-decoration: none;
}
.page_nav .current {
  background: #f1d37f;
  color: #fff;
  padding: 4px 10px 4px 10px;
}
/*FOOTER*/
#footer {
  width: 100%;
  clear: both;
}
.top-footer {
  padding: 50px 0 35px 0;
  background: #544132;
  position: relative;
}
.bottom-footer {
  padding: 10px 0;
  background: #fff;
}
.wrap-tfooter,
.wrap-bfooter {
}
.tfooter-details {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.tfooterbox {
  float: left;
  width: 33.3333333%;
  padding: 0 15px;
}
.tfooter-widget {
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  font-size: 15px;
  position: relative;
}
.tfooter-title {
  position: relative;
  font-weight: bold;
  color: #f1d37f;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 28px;
}
.tfooterbox iframe {
  width: 100% !important;
  min-height: 240px !important;
}
.tfooterbox ul {
  margin-left: 18px;
}
.tfooterbox ul li {
  list-style: disc;
  color: #fff;
  margin-bottom: 5px;
}
.tfooterbox ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
}
.tfooterbox ul li a:hover {
}
.tfooterbox ul ul {
}
.tfooterbox ul ul li {
  list-style: square;
  font-size: 15px;
}
.tfooterbox p,
.tfooterbox p a {
  color: #fff;
}
.tfooterbox p {
  margin-bottom: 5px;
}
.tfooterbox .downloadpro-title,
.tfooterbox .downloadpro-subtitle {
  display: none;
}
.tfooterbox .downloadpro {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
.copyright {
  clear: both;
  text-align: center;
}
.copyright p,
.copyright p a {
  color: #000;
  font-size: 14px;
}
.scrolltop-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  right: 1rem;
  bottom: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.scrolltop-wrap #scrolltop-bg {
  fill: #c29e51;
}
.scrolltop-wrap #scrolltop-arrow {
  fill: white;
}
.scrolltop-wrap a:hover #scrolltop-bg {
  fill: #c29e51;
}
.scrolltop-wrap a:hover #scrolltop-arrow {
  fill: white;
}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {
    clip: rect(0, 3rem, auto, 0);
  }
}
.scrolltop-wrap a {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: -10rem;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: -5rem;
  -webkit-transform: translateY(100vh);
  transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
  border-radius: 3px;
}
.scrolltop-wrap a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.scrolltop-wrap a svg path {
  transition: all 0.1s;
}
.scrolltop-wrap a #scrolltop-arrow {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media print {
  .scrolltop-wrap {
    display: none !important;
  }
}
.downdoc {
  overflow: hidden;
}
.downdocbox {
  float: left;
  width: 25%;
}
.downdocbox label {
  float: left;
  padding: 0 10px;
  position: relative;
  display: table;
  width: 100%;
}
.downdoc input[type="text"],
.downdoc input[type="tel"],
.downdoc input[type="email"] {
  border: 1px solid #f1d37f;
  font-size: 14px;
  padding: 10px 10px;
  width: 100%;
  background: #fff;
  color: #333;
  outline: 0;
  margin-bottom: 0 !important;
  border-radius: 3px !important;
  height: 41px;
}
.downdocbox-center {
}
.downdocbox-center label {
  float: none !important;
  display: inline-block !important;
}
.downdoc input[type="submit"] {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #f1d37f;
  width: 100%;
  color: #fff;
  background: #f1d37f;
  outline: 0;
  border-radius: 3px !important;
  display: block;
  font-weight: bold;
  font-size: 14px;
  height: 41px;
}
.downdoc input[type="text"]::-webkit-input-placeholder,
.downdoc input[type="tel"]::-webkit-input-placeholder,
.downdoc input[type="email"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
.downdoc input[type="text"]::-moz-placeholder,
.downdoc input[type="tel"]::-moz-placeholder,
.downdoc input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
.downdoc input[type="text"]:-ms-input-placeholder,
.downdoc input[type="tel"]::-ms-input-placeholder,
.downdoc input[type="email"]::-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
.downdoc input[type="text"]:-moz-placeholder,
.downdoc input[type="tel"]:-moz-placeholder,
.downdoc input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
.su-button-center span {
  font-weight: 600;
}
.downloadpro {
  padding: 20px;
  background: #f1d37f;
  position: relative;
}
.downloadpro-title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
.downloadpro-subtitle {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.downloadpro .downdocbox {
  width: 100% !important;
  margin-bottom: 20px;
}
.downloadpro .downdocbox-center {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.downloadpro .downdocbox label {
  padding: 0;
}
.formcontact {
  overflow: hidden;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.formcontact-left,
.formcontact-right {
  float: left;
  width: 50%;
  min-height: 1px;
}
.formcontact-left {
  padding-right: 10px;
}
.formcontact-right {
  padding-left: 10px;
}
.formcontact input[type="text"],
.formcontact input[type="tel"],
.formcontact input[type="email"],
.formcontact textarea {
  border: solid 1px #e1e1e1;
  font-size: 14px;
  padding: 10px 10px;
  width: 100%;
  background: #fff;
  color: #000;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
  height: 41px;
}
.formcontact textarea {
  height: 50px;
  resize: none;
}
.formcontact input[type="submit"] {
  cursor: pointer;
  padding: 10px 6px;
  border: 1px solid #c29e51;
  color: #fff;
  background: #c29e51;
  outline: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 41px;
}
.formcontact .wpcf7-not-valid-tip {
  display: none !important;
}
.formcontact .wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: solid 1px #eee;
  font-size: 14px;
  padding: 10px 10px;
  width: 100%;
  background: #fff;
  color: #000;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  height: 41px;
}
textarea {
  height: 50px;
  resize: none;
}
input[type="submit"] {
  cursor: pointer;
  padding: 10px 10px;
  border: 1px solid #c29e51;
  color: #fff;
  outline: 0;
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 41px;
  background: #c29e51;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wpcf7-not-valid-tip,
.popmake-content .wpcf7 .ajax-loader {
  display: none !important;
}
.wpcf7-not-valid {
  border: 1px solid #f00 !important;
}
.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
  font-size: 13px;
}
.popmake-content {
  line-height: 26px !important;
}
.popmake-content ul li {
  background: url(../images/dot.png) no-repeat 0 5px;
  padding: 1px 0 1px 25px;
}
.formdown {
  background: rgba(33, 33, 33, 0.75);
  position: absolute;
  color: #fff;
  padding: 15px;
  top: 10px;
  left: 10px;
  right: 10px;
}
.formdown-inner {
  position: relative;
}
.formdown-title {
  color: #fff;
  font-size: 18px;
}
.formdown-icon {
  background: url(../images/pdf.png) no-repeat top center;
  height: 44px;
  width: 75px;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 8px;
  padding-top: 28px;
  line-height: 11px;
  text-align: center;
  background-size: 25px 25px;
}
.proinfosent {
  background: #e2e1df;
  padding: 20px;
  position: relative;
  margin: 20px 0 10px 0;
}
.formcontact-title {
  color: #444;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
}
.proinfosent input[type="text"],
.proinfosent input[type="tel"],
.proinfosent input[type="email"],
.proinfosent textarea {
  text-align: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 5px;
  background: #faf9f9;
  border: 1px solid #faf9f9;
}
.proinfosent input[type="submit"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btnmore {
  border: 2px solid #3f9a2b !important;
}
.wpcf7 br {
  display: none !important;
}
.sow-features-list .sow-features-feature {
  margin-bottom: 15px !important;
  background: none;
  padding: 0 !important;
}
.sow-features-list .sow-features-feature .sow-icon-container {
  margin: 0 10px 0 0 !important;
}
.sow-features-list .sow-features-feature .textwidget {
  margin: inherit !important;
  font-size: 14px;
  line-height: 1.4em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 110px;
}
.sow-features-list .sow-features-feature h1,
.sow-features-list .sow-features-feature h2,
.sow-features-list .sow-features-feature h3,
.sow-features-list .sow-features-feature h4,
.sow-features-list .sow-features-feature h5,
.sow-features-list .sow-features-feature h6 {
  margin: 0 0 6px 0 !important;
  font-size: 16px !important;
}
.sow-features-list .sow-features-feature p {
}
.sow-features-list .sow-features-feature .sow-icon-image {
  border-radius: 100%;
}
.sow-tabs .sow-tabs-tab-container {
  display: block !important;
  text-align: center;
}
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab .sow-tabs-title {
  font-size: 15px !important;
  font-weight: bold !important;
}
.sow-tabs .sow-tabs-tab-container .sow-tabs-tab {
  border-radius: 3px;
  padding: 16px 8px 16px 8px !important;
}
#hinhanh .imageshoverbox p {
  margin: 0 !important;
}
.sow-slider-base,
.so-widget-sow-features {
  display: none !important;
}
.sow-slider-base ol {
  counter-reset: none !important;
}
.sow-slider-base ol li {
  counter-increment: none !important;
  padding: 0 !important;
}
.sow-slider-base ol li:before {
  display: none !important;
}
.ow-button-base {
  font-weight: bold !important;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image {
  padding: 0 !important;
}
#logo .sow-image-container img {
  background: #544132;
  padding: 8px;
}
.ms-row {
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
.ms-column {
  float: left;
  padding: 0 10px;
}
.ms-column-size-1-2 {
  width: 50%;
}
.ms-column-size-1-3 {
  width: 33.3333333%;
}
.ms-column-size-1-4 {
  width: 25%;
}
.ms-column-size-1-5 {
  width: 20%;
}
.ms-column-size-2-3 {
  width: 66.6666667%;
}
.ms-column-size-2-4 {
  width: 50%;
}
.ms-column-size-3-4 {
  width: 75%;
}
.ms-column-size-2-5 {
  width: 40%;
}
.ms-column-size-3-5 {
  width: 60%;
}
.ms-column-size-4-5 {
  width: 80%;
}
.ms-column-size-1-1 {
  width: 100%;
}
.wpcf7-form-control-wrap {
  margin-bottom: 6px;
  display: block;
}
.contact-menu {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 9999;
}
.contact-menu ul {
}
.contact-menu ul li {
  margin-bottom: 12px;
  width: 160px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.contact-menu ul li a {
  color: #d73242;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  font-weight: bold;
  font-size: 12px;
  -webkit-box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: -2px 3px 2px 0 rgba(0, 0, 0, 0.12);
  padding: 5px 0 3px 55px;
}
.contact-menu ul li:first-child {
  background: #ffc800 url(../images/icon_hotline.gif) no-repeat center left 15px;
  background-size: 40px;
}
.contact-menu ul li:first-child span {
  font-size: 15px;
}
.contact-menu ul li:first-child a {
  color: #000;
}
.contact-menu ul li:nth-child(2) {
  background: #ffffff url(../images/dowload.png) no-repeat center left 15px;
}
.contact-menu ul li:nth-child(3) {
  background: #ffffff url(../images/icon_pdf.png) no-repeat center left 15px;
}
.callms {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 220px;
}
.callms a {
  display: block;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3em;
  padding: 8px 18px;
  color: #1f4e81;
  text-transform: uppercase;
  border-radius: 20px;
  background-image: linear-gradient(rgb(251, 215, 43), rgb(249, 72, 74));
}
.callms svg {
  width: 28px;
  height: auto;
  margin-right: 8px;
  float: left;
}
.callms svg path,
.contms svg polygon,
.contms svg rect {
  fill: #1f4e81;
}
.callms svg circle {
  stroke: #1f4e81;
  stroke-width: 1;
}
.callms span {
  display: block;
}
.fadeBig {
  animation-name: fadeBig;
  -webkit-animation-name: fadeBig;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes fadeBig {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fadeBig {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
