/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
#logo img {
  max-height: 98px !important;
}

.ftInfo {
}
.ftInfo h3 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ftInfo h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.ftInfo h4 {
  margin-bottom: 0.5em;
  font-size: 15px;
}
.ftInfo ul {
}
.ftInfo ul li {
  margin: 0 0 0.6em;
  list-style: none;
  padding-left: 25px;
  font-size: 15px;
}
.ftInfo ul li:nth-child(1) {
  background: url(images/fr1.png) no-repeat;
  background-size: 16px;
  background-position-x: 0px;
  background-position-y: 7px;
}
.ftInfo ul li:nth-child(2) {
  background: url(images/fr2.png) no-repeat;
  background-size: 16px;
  background-position-x: 0px;
  background-position-y: 7px;
}
.ftInfo ul li:nth-child(3) {
  background: url(images/fr3.png) no-repeat;
  background-size: 16px;
  background-position-x: 0px;
  background-position-y: 4px;
}

.ftList {
}

.ftList h3 {
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ftList h3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.ftList ul li {
  margin: 0 0 0.6em;
  list-style: none;
  padding-left: 0;
  font-size: 15px;
}
.ftList ul li a {
  font-weight: 500;
  position: relative;
  display: block;
  padding-left: 15px;
  transition: all 500ms;
}
.ftList ul li a::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  background: white;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: all 500ms;
}
.ftList ul li:hover a {
  padding-left: 0;
}
.ftList ul li:hover a::before {
  visibility: hidden;
  display: none;
}

.ftRegister {
}
.ftRegister h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

.ftRegister .wpcf7 {
}
.ftRegister .wpcf7 .wpcf7-form {
}

.ftRegister .wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
}
.ftRegister .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control {
  box-shadow: none;
  appearance: none;
  height: 39px;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 100px;
  background: white;
  width: 100%;
  border: 1px solid transparent;
  transition: 0.3s ease;
  color: black;
  margin-bottom: 0;
}
.ftRegister
  .wpcf7
  .wpcf7-form
  .wpcf7-form-control-wrap
  .wpcf7-form-control::placeholder {
  color: black;
}
.ftRegister .wpcf7 .wpcf7-form .wpcf7-submit {
  position: relative;
  /* right: 4px; */
  /* top: 8px; */
  background: white;
  border: none;
  color: black;
  box-shadow: none;
  line-height: unset;
  height: auto;
  margin: 8px 0 0 0;
  font-size: 0.95em;
  border-radius: 22px;
  padding: 0 23px;
  min-height: 35px;
}
.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}
.xHeadingContact {
}
.xHeadingContact .section-title {
}
.xHeadingContact .section-title .section-title-main {
}
.xHeadingContact .section-title .section-title-main::before {
  content: "";
  position: absolute;
  background: #030059;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 5px;
  border-radius: 99px;
}
.xHeadingContact {
}
.xHeadingContact .wpcf7-form-control {
  border-radius: 5px;
  box-shadow: none;
}
.section-title-container {
  margin-bottom: 1em;
}
.xContactForm .wpcf7-form-control {
  border-radius: 8px;
  box-shadow: none;
}
.header-wrapper {
  -webkit-box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
  box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}
.widgettitle {
  background: #d41836;
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 0px 10px 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.rpwwt-widget ul li {
  margin: 0 0 1em;
}

ul.menu > li ul,
.widget > ul > li ul {
  border-left: none;
  display: block;
}

.widget .toggle {
  display: none;
}
span.widget-title {
  background: #030059;
  width: 100%;
  display: block;
  color: #fff;
  padding: 10px 0px 10px 10px;
  border-radius: 10px;
  margin-bottom: 0.5em;
}

.widget ul {
  border: 1px dotted #030059;
  margin-bottom: 1em;
  border-radius: 7px;
  padding: 0 5px;
}
.widget .is-divider {
  margin-top: 0.66em;
  display: none;
}

.widget ul li + li {
  border-top: 1px dotted #030059;
}

ul.menu > li > a {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

ul.menu > li ul {
  margin: 0px;
  padding-left: 0px;
}

ul.menu > li ul li {
  border: 1px solid;
  font-size: 16px;
  border-top: 0px;
  line-height: 30px;
}

ul.menu > li li > a {
  padding-left: 10px;
}

.nav-dropdown-default .nav-column li > a,
.nav-dropdown.nav-dropdown-default > li > a {
  color: #323337;
  min-width: max-content;
  text-transform: capitalize;
  background: #fff;
  margin: 0;
  border: 0;
  line-height: 24px;
}

.nav-dropdown.nav-dropdown-default > li + li {
  border-top: 1px dotted;
}

.nav-dropdown > li.nav-dropdown-col,
.nav-dropdown > li.image-column {
  width: 225px;
  min-width: 160px;
}

ul.menu > li li > a,
.widget > ul > li li > a {
  font-size: 0.8em;
  padding: 3px 0;
  display: inline-block;
}

b,
strong {
  font-weight: 700;
}

span.title-show-cats li a {
  border-left: 1px solid;
  font-size: 14px;
}

.widget {
  margin-bottom: 0em;
}

ul.menu > li > a {
  list-style: none;
  margin-bottom: 0.3em;
  text-align: left;
  margin: 0;
  display: block;
}

ul.menu > li > a:hover {
  color: #a56331;
}

.section-title-bold-center span,
.section-title-bold span {
  padding: 0.3em 0.8em;
  color: #2dc51c;
  border: none;
}

ul.nav-dropdown.nav-dropdown-default > li > a:hover,
ul.nav-dropdown.nav-dropdown-default > li.current-menu-item > a,
ul.menu > li > a:hover,
ul.menu > li.current-menu-item > a {
  color: #030059 !important;
}

#nav_menu-2
  .menu-danh-muc-san-pham-container
  #menu-danh-muc-san-pham
  > li:hover
  > a {
  color: #4d8f01;
}

ul#menu-danh-muc-san-pham > li > a {
  padding-left: 5px;
}

.entry-image.relative {
  display: none;
}

.nav-pills > li > a {
  border-radius: 0px;
}
.page-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section-title.section-title-normal {
  border-bottom: 1px solid #ccc;
}
.recent-blog-posts a {
  display: block;
  line-height: 1.2;
  margin-bottom: 6px;
  font-weight: 500;
}
h5.post-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.page-title {
  border-bottom: 1px solid #ccc;
  font-size: 22px;
  color: #030059;
  text-transform: capitalize;
  /* font-weight: 500; */
  display: block;
  padding: 10px 0;
}
.page-title::after {
  content: "";
  position: absolute;
  background: #030059;
  left: 0;
  bottom: -3px;
  width: 100px;
  height: 5px;
  border-radius: 99px;
}
a.icon.facebook,
a.icon.zalo,
a.icon.twitter,
a.icon.pinterest,
a.icon.linkedin,
a.icon.youtube,
a.icon.email,
a.icon.tiktok,
a.icon.instagram {
  display: inline-block !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  box-shadow: 0 3px 5px #616161;
  text-align: center;
  transition: all 0.3s ease-out;
  background: #fff;
  border-color: #fff;
}

.section-title.section-title-center span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 12px;
  background: url(images/title_star.png) no-repeat center;
  left: 0;
  right: 0;
  bottom: -10px;
}
.section-title b {
  opacity: 0;
  background-color: #a2a2a2;
}

.xHeadingPage {
}
.xHeadingPage .section-title.section-title-normal span {
  border: 0;
  font-size: 22px;
  color: #030059;
  text-transform: capitalize;
  position: relative;
}
.xHeadingPage .section-title.section-title-normal span:after {
  content: "";
  position: absolute;
  background: #030059;
  left: 0;
  bottom: -1px;
  width: 100px;
  height: 5px;
  border-radius: 99px;
  z-index: 999;
}
.xIboxHome img {
    filter: brightness(0) invert(1);
    transition: all ease-out 1s;
}
.xIboxHome:hover img {
    transform: rotate(360deg);
}
.box_shadow > .col-inner {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
 .row-small>.col {
    padding: 0 9.8px 12px;
    margin-bottom: 0;
}
.xFormHome .col-inner{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 12%);
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
.rDangky{
  
}
.rDangky .wpcf7-form-control{
    box-shadow: none;
    border-radius: 5px;
}
.rDangky .wpcf7-textarea{max-height: 194px;overflow: hidden;min-height: 95px;}
.rDangky .wpcf7-submit{border-radius: 5px;width: 100%;}


.partnerSlider{
    max-width:900px;
    margin:auto;
}

.partnerMain img{
    width:100%;
    height:auto;
}

.partnerThumb{
    margin-top: 10px;
}

.partnerThumb .item{
    cursor:pointer;
    opacity:0.6;
}

.partnerThumb .owl-item.current{
    opacity:1;
    border: 1.5px solid #1b1968;
}
.nav-dropdown.nav-dropdown-default>li>a:before, ul.menu>li>a:before {
    content: "";
    font-family: fontawesome;
    padding-right: 5px;
    font-size: 15px;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
  #header .stuck #logo img {
    max-height: 80px !important;
  }
}

@media screen and (max-width: 1000px) {
}
@media only screen and (max-width: 48em) {
}
