body {
  color: #333;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.h2,
h2 {
  font-size: 14px;
  font-weight: bold;
}
a {
  color: #ff0100;
  text-decoration: none;
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1180px;
  }
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link {
  color: #000;
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: #999;
}
.navbar-menu {
  background: #AD252C;
}
.navbar-menu_fix {
  background: #b99427;
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12);
}

.navbar-menu a {
  color: rgb(255, 255, 255) ;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 0rem;
  padding-left: 4.5rem;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0rem;
  padding-bottom: 0.3125rem;

  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.jumbotron {
  padding: 0em;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 0rem;
  color: #fff;
}

.site-header {
  background-color: #AD252C;
}
.site-header .navbar-brand img {
  width: auto;
  max-width: 100%;
  max-height: 84px;
  position: absolute;
  top: -38px;
}

/*Top bar*/

.topbar {
  padding: 6px 0;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.topbar .top-aside > p {
  margin: 0 10px 0 0;
}
.topbar .top-aside > * {
  float: left;
}
.topbar .top-left {
  float: left;
  max-width: 44%;
}
.topbar .top-right {
  float: right;
  max-width: 55%;
}
.topbar .top-contact .fa {
  border: 0 none;
  width: auto;
  height: auto;
  line-height: 27px;
}
.topbar .top-contact span {
  font-size: 1.1em;
  line-height: 30px;
  vertical-align: middle;
}
.topbar .top-nav li a {
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  transition: color 0.3s;
}
.topbar .quote-btn .btn {
  padding: 3px 15px;
  vertical-align: top;
}
.topbar .social:not(:last-child) {
  margin-right: 25px;
}
.topbar .social li a {
  line-height: 30px;
  font-size: 16px;
  color: #24c9ed;
}

.top-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-nav li {
  display: inline-block;
  vertical-align: middle;
}
.top-nav li:first-child {
  margin-left: -10px;
}
.top-nav a {
  padding: 6px 10px;
  color: inherit;
  font-size: 13px;
  line-height: 24px;
}
.top-nav a:hover,
.top-nav a:focus {
  color: #24c9ed;
}

.top-contact {
  margin: 0;
  list-style: none;
  font-size: 13px;
  line-height: 30px;
  color: inherit;
}
.top-contact .fa {
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #24c9ed;
  color: #ab1c1c;
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.top-contact span {
  font-size: 1.25em;
  font-weight: 400;
}
.top-contact li {
  margin-left: 25px;
  float: left;
  line-height: 1;
}
.top-contact li:first-child {
  margin-left: 0;
}
.top-contact a {
  color: inherit;
}
.top-contact a:hover {
  color: #24c9ed;
}

.header-top {
  margin-top: 10px;
  margin-right: -15px;
  float: right;
}
.header-top > * {
  float: left;
  margin-left: 25px;
}
.header-top > *:first-child {
  margin-left: 0;
}
.header-top .top-contact {
  line-height: 40px;
}
.header-top .top-contact .fa {
  height: 40px;
  width: 40px;
  line-height: 38px;
}
.header-top .top-contact span {
  vertical-align: middle;
}
.header-top .quote-btn .btn {
  padding: 12px 22px;
  margin-top: -4px;
}
.header-top .social li a {
  line-height: 40px;
  font-size: 16px;
  color: #24c9ed;
}
.header-top .social.social-s2 li:not(:first-child) {
  margin-left: 4px;
}
.header-top .social.social-s2 li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #24c9ed;
  border: 1px solid #24c9ed;
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
}
.header-top .social.social-s2 li a:hover {
  opacity: 0.5;
}
/* /Top bar*/

.session-footer {
  background: #f5f5fa;
  padding: 50px 0px;

  color: rgba(9, 9, 16, 0.7);
  font-size: 12px;
}
.copyright {
  opacity: 0.4;
}

.navbar-collapse {
  flex-grow: initial;
}
.mr-15 {
  margin-right: 15px;
}
.benefits {
  margin-left: -20px;
  font-size: 15px;
  font-family: initial;
}
.mr-t-search-button {
  margin-top: 32px;
}

.main-body {
  background-color: #fff !important;
}
.job-row {
  padding: 2px 0px;
}

.job-detail-card {
  border: 1px solid rgba(18, 113, 169, 0.185);
}
.job-detail-card:hover {
  border: 1px solid rgba(18, 113, 169, 0.185);
}
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #fff;
  border-bottom: 2px solid #000;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #f8f9fa;
  font-weight: bold;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border-color: #fff;
  border-bottom: 2px solid #000;
}
.nav-tabs .nav-link {
  border: none;
  color: #708294;
  font-weight: lighter;
}

.tab-content {
  margin-top: 15px;
}

.card-link {
  border: none !important;
  border-bottom: 1px solid rgba(128, 124, 124, 0.125) !important;
  border-radius: 0px !important;
}

.card-link:hover {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.job-detail-text-title {
  color: #999;
  font-style: normal;
  font-size: 14px;
  font-weight: lighter;
}

.job-detail-text-sub {
  margin-left: 22px;
}

.card-hot {
  border: 1px solid #ff050521 !important ;
}
.company-logo-card {
  height: 100px;
}
.company-card {
  height: 160px;
  margin: 15px 0px;
}

.company-card-title {
  font-size: 16px;
}
.text-search {
  font-size: 16px;
  margin: 15px 0px;
}

.job_head_link_other {
  margin-top: 10px;
  padding: 10px 0px;
}
.list-unstyled li {
  padding: 4px 0px;
}

.list-unstyled li a {
  color: #000;
}

.btn-tag {
  margin-bottom: 5px;
}

.user-dasboard {
  padding: 5rem 5rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0rem;
  color: #000;
}
.user-nav-border {
  border-bottom: 1px solid #f5f5fa !important;
}
.user-nav {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-right {
  float: right;
  position: absolute;
  right: 5px;
  top: 15px;
}
.nav-right-account {
  float: right;
  position: absolute;
  right: 60px;
  top: 19px;
}

.nav-right-language {
  float: right;
  position: absolute;
  right: 90px;
  top: 19px;
}

.masthead-followup-icon {
  padding: 0.75rem;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.01)
  );
  border-radius: 0.75rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.single-post .blog-post-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
div#ez-toc-container {
  width: 100%;
}

div#ez-toc-container p.ez-toc-title {
  font-weight: bolder;
  color: #d92218;
  font-weight: bold;
}

#ez-toc-container a {
  color: #d92218;
  font-weight: bold;
  line-height: 2.2;
}
#ez-toc-container {
  display: table;
  margin-bottom: 1em;
  padding: 10px;
  position: relative;
  width: auto;
}
#toc_container,
#ez-toc-container {
  margin-top: 20px;
  width: 100%;
  border: none;
  border-radius: 20px;
  background: #fafbff !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
#ez-toc-container {
  padding: 50px !important;
}

.wp-block-quote {
  overflow-wrap: break-word;
  background: aliceblue;
  padding: 50px;
  border-radius: 10px;
}

.author-section {
  background-color: #fafbff;
  padding: 50px;
  border-radius: 10px;
}

.author-section .author-info {
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.author-section .author-name {
  font-size: 44px !important;
  font-weight: 800 !important;
  line-height: 53px !important;
  text-align: center;
  margin: 0 !important;
  padding-bottom: 0px !important;
  color: cornflowerblue;
}

.partner-container {
  padding: 6px 0px;
}
.company-left-row .col-md-2 {
  width: 20% !important;
  padding-right: 6px;
  padding-left: 6px;
}
.company-left-row .col-md-2 .card {
  border-radius: 0px;
}
.company-left-row .col-md-2 .card .card-body {
  min-height: 110px;
}
.features.reasons .icon {
  max-width: 120px;
}
img.icon {
  max-width: 300px;
}
.icon {
  margin-left: 5px;
  margin-right: 15px;
  padding: 0;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

pre {
  padding: 1em;
  margin: 0.5em 0 2em;
  display: block;
  font-size: 0.8rem;
  background-color: #fbfbfd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  color: #090910;
}

.mt-xl-0 {
  /*border-left: 1px solid #e5e5e5;*/
}

.site_margin-top {
  margin-top: 1em;
}
.site_margin-bottom {
  margin-bottom: 1em;
}

.company-left-logo-card img {
  max-height: 50px;
}

.tag a {
  margin-bottom: 5px;
}

.btn-white {
  color: #fff !important;
  border-color: #fff !important;

  font-size: 0.675rem !important;
}
.btn-white .domain-price {
  color: #000 !important;
  font-size: 12px;
  font-weight: 600;
}

.rpwwt-widget {
  margin: 10px 0px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1rem 1rem;
}

.blog-main h5,
.video-template-default h5,
.single h5,
.home h5,
.blog h5 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.woocommerce div.product .product_title {
  font-size: 18px;
  font-weight: bold;
}

.dropdown-menu {
  background-color: #faf9f5 !important;
  border: 1px solid rgb(228 227 222);
}
.dropdown-menu.show {
  display: block;
  margin-top: 8px;
}

.dropdown-menu > li > a:hover {
  color: #ab1c1c !important;
  text-decoration: none;
  background-color: #faf9f5;
}

.home-news  .img-fluid {
  max-height: 150px;
} 


/*start mobile */

@media (max-width: 480px) {
  .blog-main h5,
  .video-template-default h5,
  .single h5,
  .home h5,
  .blog h5 {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .user-dasboard {
    padding: 0;
  }

  .jumbotron {
    padding: 0rem 0rem;
  }
  .jumbotron h2 {
    font-size: 140%;
  }
  .mr-t-search-button {
    margin-top: 0px;
  }

  .mobile-card-title {
    font-size: 24px;
  }

  .dropdown-menu {
    right: 0;
    left: auto;
  }

  .nav-link {
    display: block;
    padding: 0.5rem 0.5rem;
  }

  .blog-content,
  .brand-leter,
  .brand {
    display: none;
  }
}

.blog-main p {
  text-align: justify;
}

/*mobile */
@media only screen and (min-width: 540px) {
  .listing-item {
    display: block;
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    width: calc(100% / 3);
  }
}
@media only screen and (min-width: 1024px) {
  .hover-table-layout {
  }
}

.dropdown-item {
  color: #dc3545 !important ;
  font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}


/* /hover*/
.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {

    pointer-events: none;
}

.dropdown-item > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  position: absolute;
}
.dropdown-item:hover > .dropdown-menu {
  display: block;
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
  
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
 
  line-height: 1.42857143;
 
  white-space: nowrap;
  font-size: 14px;
}


/* /show*/

.flex_spc1 {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin: 0 0 20px 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
}

.title_sale a H2 {
  font-size: 26px;
  color: #e20202;
}

.title_sanpham a H2 {
  font-size: 17px;
  text-transform: uppercase;
}
.title_sanpham a:hover {
  color: #e20202;
  text-decoration: none;
  background-color: transparent;
}
.title_sanpham h2 {
  color: #d92218;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
}
.title_sale h2 {
  color: #e20202;
  font-size: 36px;
  font-family: Oswald;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0px;
}

.thanh_tabsp {
  margin: 0 0 5px 48px;
}

.thanh_tabsp .btn {
  padding: 4px 4px;
  font-size: 10px;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.div_sanpham {
  display: flex;
  flex-flow: wrap;
  margin: -8px;
}

.margin-auto {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0px 10px;
}

.card-head-title a {
  color: #ff0100;
  font-size: 14px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  color: #ff0100;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  color: #ff0100;
}

.welcome .card {
  /*border: 1px solid rgba(0, 0, 0, 0.07);*/
  border: none !important;
}
.welcome .card-mb {
  margin-bottom: 30px;
}
.welcome .card-head-title {
  height: 40px !important;

  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
}
.welcome-row-bar {
  width: 100%;
}

/*cart*/

.woocommerce form .form-row label {
  width: 50%;
}

.woocommerce form .woocommerce-input-wrapper {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cart_item .product-total,
.order_details .product-total {
  text-align: right;
}

.wp-block-group {
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1rem 1rem;
}

.wc-block-product-categories-list-item {
  list-style-type: disclosure-closed;
}

.product_list_widget ins {
  text-decoration: none;
  color: #ff0000;
}

#billing_country_field,
#billing_postcode_field,
#billing_city_field {
  display: none !important;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 190px;
}
.hotline-support {
  position: fixed;
  bottom: 20px;
  left: 25px;
  z-index: 9;
}

.hotline-support .hotline a {
  padding: 8px 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.hotline-support .hotline a span {
  background: #f00;
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  position: relative;
  z-index: 999;
  padding: 10px;
}

.alo-circle {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: zoomIn;
  width: 50px;
  height: 50px;
  top: 3px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #f00;
  opacity: 0.5;
}

.alo-circle-fill {
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: pulse;
  width: 60px;
  height: 60px;
  top: -2px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgb(255 0 0 / 50%);
  opacity: 0.75;
}

@-webkit-keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerAnimation {
  0% {
    margin-top: -70px;
  }
  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.welcome .card .card-image {
  height: 200px;
}
.welcome-cat .card .card-image {
  height: 265px !important;
}

.woocommerce img,
.woocommerce-page img {
}

.welcome .card .card-img {
  max-height: 100%;
  width: 100%;
}

.tpslick-active {
  width: 370px;
  height: 370px;
}

/*mobile */
@media (max-width: 480px) {

  .navbar {
    --bs-navbar-color: #fff !important;
  }
  .mobile .fontpage-box-service .card .card-img-overlay {
    top: 60px;
  }

  .mobile .jumbotron {
    margin-bottom: 1rem;
  }
  .welcome-row-bar {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }

  .title_sanpham a H2 {
    font-size: 16px;
  }
  .title_sale a H2 {
    font-size: 16px;
  }

  .woocommerce form .form-row label {
    width: 100%;
  }

  .mobile
  .col,
  .mobile .col-sm-6,
  .mobile .col-sm-12 {
   
  }
  .mobile .fontpage-box-service .card {
    margin-bottom: 15px;
  }
  .mobile .mb-4 {
    margin-bottom: 0px !important;
  }
  .mobile .aboutus .pt-5 {
    padding-top: 1rem !important;
  }
  .mobile .aboutus .pb-5 {
    padding-bottom: 1rem !important;
  }

  .mobile  .pt-5 {
    padding-top: 1rem !important;
  }
  .mobile .pb-5 {
    padding-bottom: 1rem !important;
  }
  .mobile h1 {
    margin-top: 20px;
  }
  .welcome .card-mb {
    margin-bottom: 5px;
  }

  .welcome .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0.5rem;
  }
  .welcome .card-body .mt-4 {
    margin-top: 0.25rem !important;
  }
  .welcome .card-body h5 {
    font-size: 1rem;
  }
  .woocommerce div.product .product_title {
    font-size: 14px;
    font-weight: bold;
  }

  .single-product .sidebar-top {
    display: none !important ;
  }
  .woocommerce img,
  .woocommerce-page img {
  }
  .welcome .card .card-image {
    height: 160px;
  }

  .welcome-cat .card .card-image {
    height: 160px !important;
  }

  .welcome .card .card-img {
    width: 100%;
    height: 100%;
  }

  iframe {
    height: 215px !important;
  }

  /*Top bar*/

  .topbar {
    display: none;
  }

  /* /Top bar*/

  .site-header .navbar-brand img {
    width: auto;
    max-width: 100%;
    max-height: 38px;
    position: initial;
    top: 0px;
  }

  .navbar-collapse {
    flex-grow: initial;
    background-color: #ae252c;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 1.5rem;
  }

  .dropdown-menu {
    background-color: #fcfcfc !important;
    border: none;
    border-radius: none;
  }
}


.fontpage-box-service .text-bg-dark {
  background-color: white !important;
}
.fontpage-box-service  .card .card-img-overlay {
  top:90px;
}

.fontpage-box-service a {
  color: #fff;
  font-weight: bolder;
  text-transform: uppercase;
}

.aboutus {
  background: #f4f8f8;
}
.text-justify {
  text-align: justify;
}
.color-primary {
  color: #F66154;
}
