/*
Theme Name: Châu Tuấn Company
Description: Chau Tuan Company Template
Author: Netbse Solutions
Author URI: https://netbase.vn
Template: flatsome
Version: 3.0
*/

/* Import
-------------------------------------------------------------------*/
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-RegularItalic.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-MediumItalic.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProDisplay";
  src: url("assets/fonts/SFProDisplay-BoldItalic.woff2") format("woff2"),
    url("assets/fonts/SFProDisplay-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

.icon-phone:before,
.icon-search:before,
.icon-facebook:before,
.icon-instagram:before,
.icon-tiktok:before,
.icon-youtube:before {
  font-family: var(--font-icon);
}
.icon-search:before {
  content: "\f0d1";
}
.icon-phone:before {
  content: "\efe9";
}
.icon-facebook:before {
  content: "\ecbc";
}
.icon-instagram:before {
  content: "\ee65";
}
.icon-tiktok:before {
  content: "\f372";
}
.icon-youtube:before {
  content: "\f2d4";
}

/* General
-------------------------------------------------------------------*/
:root {
  /* --color-primary: #00923f !important; */
  --color-primary: #c68830 !important;
  --color-secondary: #173862 !important;
  --color-tertiary: #fdbe14 !important;
  --color-heading: #000;
  --color-text: #666666;
  --color-link: #0070c0;
  --color-white: #fff;
  --color-background: #f5f5f5;
  --fs-color-primary: #c68830 !important;
  --fs-color-secondary: #173862 !important;
  --fs-color-success: #008243 !important;
  --fs-color-alert: #b20000 !important;
  --fs-experimental-link-color: #334862;
  --fs-experimental-link-color-hover: #111;
  --font-primary: "SFProDisplay", sans-serif;
  --font-icon: "remixicon";
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
  color: var(--color-heading);
}

h1 {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: -0.01em;
}

h2 {
  font-size: 50px;
  line-height: 1.14;
}

h3 {
  font-size: 30px;
  line-height: 39px;
}

.secondary {
  background-color: var(--color-secondary);
}

.title-small {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.14;
}
.text-primary {
  color: var(--color-primary);
}

.is-divider {
  display: none;
}
.image-radius {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
}

.nav-dropdown-has-border .nav-dropdown {
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before {
  border-bottom-color: transparent;
}

/* Header
-------------------------------------------------------------------*/
.header-nav > li {
  padding: 0 10px;
}
.header-nav > li > a {
  font-size: 1rem;
  font-weight: 500;
}
.header-nav > li.html {
  font-size: 1rem;
}
.header-social-icons .icon {
  color: #fff !important;
}
.header-bottom {
  background-image: var(--color-gradient) !important;
}

.header-bottom .button {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.popup {
  position: absolute;
  top: 40px;
  left: 0;
  color: var(--color-text);
  background-color: white;
  display: none;
  z-index: 1000;
  width: 380px;
  border-radius: 5px;
}

.popup .title-box {
  background-color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
  padding: 0.4rem 0.8rem;
  margin: 0;
}
.popup .table-desc {
  padding: 0.4rem 0.8rem;
  font-weight: bold;
  font-style: italic;
  background-color: #efefef;
  font-size: 12px;
}
.popup .table-box .table-item {
  display: flex;
  background-color: #fff;
}
.popup .table-box .table-item > p {
  flex: 1;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
.popup .table-box .table-item > p:first-child {
  flex: 2;
}

.popup.visible {
  display: block;
}

#header-contact i {
  font-size: 20px;
  color: var(--color-white);
  background: var(--fs-color-primary);
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
}
#header-contact span {
  color: var(--fs-color-primary);
  font-size: 18px;
  font-weight: 700;
}

.header-social-icons .icon {
  font-size: 16px;
  color: var(--fs-color-primary);
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 36px;
  border: 1px solid var(--color-primary);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-social-icons .icon:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

/* Main
-------------------------------------------------------------------*/
.entry-header .entry-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-heading);
  text-transform: unset;
}
.section-about h2 {
  font-size: 24px;
}
.section-about h2 span {
  display: block;
  font-size: 32px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 1rem;
  color: var(--color-primary);
}

.section-about .featured-box h3 {
  font-size: 20px;
}
.section-about .featured-box .icon {
  background-color: var(--color-primary) !important;
  height: 60px;
  line-height: 60px;
  text-align: center;
  line-height: 52px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.section-about .featured-box .icon-box-img img {
  filter: brightness(0) invert(1);
  width: 35px;
  height: auto;
  text-align: center;
}

.section-services {
  background-color: var(--color-background);
}
.section-services .box {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
}
.section-services .box:hover {
  cursor: pointer;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.section-services .box-text.text-center {
  background-color: var(--color-white);
}

.section-partners .ux-logo {
  min-width: 140px;
}
.partner-logo .col-inner.text-center {
  display: flex;
  gap: 32px;
}

.section-products .featured-box {
  padding: 24px;
}
.section-products .featured-box:hover {
  cursor: pointer;
  background-color: rgba(246, 135, 31, 0.6);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.section-news {
  background-color: var(--color-background);
}
.section-news .post-item .col-inner {
  box-shadow: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  -ms-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  overflow: hidden;
}
.section-news .post-item .col-inner:hover {
  cursor: pointer;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}
.section-news .post-item .box {
  overflow: hidden;
}
.section-news .post-item .post-title {
  text-transform: unset !important;
}
.section-news .post-item .box-text {
  text-shadow: none;
}

/* Footer
-------------------------------------------------------------------*/
.footer-widgets {
  color: var(--color-white);
  background-image: url("assets/images/footer-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widgets ul li {
  margin-left: 0;
}
.footer-widgets .widget-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-white);
}
.ux-menu-link--active .ux-menu-link__link,
.ux-menu-link:hover .ux-menu-link__link {
  color: var(--color-white);
}

.absolute-footer.dark {
  background-color: var(--color-secondary);
}
/* Widget & Plugins
-------------------------------------------------------------------*/
.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select,
select:focus {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-white);
  background-color: var(--fs-color-primary);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: none;
  box-shadow: none;
}
div.wpforms-container-full:not(:empty) {
  margin: 0;
}
.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 0 12px 0;
}
div.wpforms-container-full .wpforms-field-label,
.wp-core-ui div.wpforms-container-full .wpforms-field-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
div.wpforms-container-full input[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full button[type="submit"]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui
  div.wpforms-container-full
  input[type="submit"]:not(:hover):not(:active),
.wp-core-ui
  div.wpforms-container-full
  button[type="submit"]:not(:hover):not(:active),
.wp-core-ui
  div.wpforms-container-full
  .wpforms-page-button:not(:hover):not(:active) {
  background-color: transparent;
  background-image: var(--color-gradient) !important;
}

ul.flat li {
  margin-left: 0;
}
ul.flat li {
  list-style: none;
}

.gtranslate_wrapper select {
  height: 38px;
}

.popup table {
  margin-left: 15px;
  margin-right: 15px;
}
.popup table th {
  text-transform: unset;
  color: var(--color-heading);
}
.popup table td {
  text-transform: unset;
  color: var(--color-text);
}
