/*
	Theme Name: VandAdvertising
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Lifetech Media
	Author URI: https://lifetech-media.vn/
	Version: 1.0
	Stable tag: 1.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: vandadvertising.com
*/
:root{
  /* colour */
  --v-navy:#0F1939;
  --v-navy-hover:#26428B;
  --v-gold:#E3AF64;
  --v-black:#1A1A1A;
  --v-white:#ffffff;
  --v-grey-1:#B8B8B8;
  --v-grey-2:#C4C4C4;
  --v-grey-3:#9A9A9A;

  /* type */
  --v-font-ui:Inter,sans-serif;
  --v-font-body:Roboto,sans-serif;

  /* layout */
  --v-container:1280px;
  --v-pad-x:40px;
  --v-pad-x-sm:24px;
  --v-section-y:80px;
  --v-gap:40px;
}

/* base corrections */
body{font-family:var(--v-font-body);color:var(--v-black)}
h1,h2,h3,h4,h5,h6{font-family:var(--v-font-ui)}
a{color:var(--v-navy)}
a:hover,a:active{color:var(--v-navy-hover)}

html {
  line-height: 1.15; /* 1 */
}
*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/**
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
h1, h2, h3, h4, h5, h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #CC3366;
}
a:hover, a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
  display: inline-block;
  font-weight: 400;
  color: #CC3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid #CC3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
  outline: none;
}
button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
  color: #ffffff;
  background-color: #CC3366;
  text-decoration: none;
}
button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.magazine-cube-face span, .magazine-cube-face .page-title, .magazine-cube-face.back .page-title{
	display:none !important;
}
.site-header .header-inner{max-width:1280px;margin:0 auto;padding:0 24px;min-height:64px;display:flex;align-items:center;justify-content:space-between}
.header-main-nav ul{display:flex;gap:32px;list-style:none;margin:0;padding:0}
.header-main-nav a{font-family:Inter,sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0F1939;text-decoration:none}
.header-main-nav .current-menu-item a{border-bottom:2px solid #0F1939;padding-bottom:4px}
.header-right-elements{display:flex;align-items:center;gap:20px}
.header-subscribe-btn{background:#0F1939;color:#fff;padding:10px 20px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}
.header-subscribe-btn:hover{background:#26428B;color:#fff}
.site-header nav ul{display:flex!important;gap:32px;list-style:none!important;margin:0;padding:0}
.site-header nav a{font-family:Inter,sans-serif;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#0F1939;text-decoration:none}
.site-header{display:block}
.site-header .header-inner,.site-header{max-width:1280px;margin:0 auto;padding:0 24px}
#site-header ul{display:flex!important;gap:32px!important;list-style:none!important;margin:0!important;padding:0!important}
#site-header li{list-style:none!important}
#site-header ul a{font-size:13px!important;letter-spacing:.08em;text-transform:uppercase;color:#0F1939!important;text-decoration:none}
#site-header{display:flex!important;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:12px 24px}
.header-subscribe-btn{display:inline-block;background:#0F1939!important;color:#fff!important;padding:10px 22px;font-family:Inter,sans-serif;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;line-height:1;white-space:nowrap}
.header-subscribe-container{display:flex;align-items:center}
.site-header,#site-header{width:100%!important;max-width:100%!important;padding:0!important}
.site-header .header-inner{max-width:1280px!important;width:100%!important;margin:0 auto!important;padding:14px 40px!important;display:flex!important;align-items:center!important;justify-content:space-between!important}
.site-branding{flex:0 0 auto;margin-right:auto}
.header-main-nav{flex:0 1 auto;margin:0 auto}
.header-right-elements{flex:0 0 auto;margin-left:auto;gap:24px}
header#site-header.site-header.dynamic-header{width:100%!important;max-width:100%!important;padding:0!important}
header#site-header .header-inner{max-width:1280px!important;width:100%!important;margin:0 auto!important;padding:14px 40px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important}
header#site-header .site-branding{flex:0 0 auto!important;margin:0 auto 0 0!important}
header#site-header .site-logo img.custom-logo{height:38px!important;width:auto!important;max-width:none!important}
header#site-header .header-main-nav{flex:0 1 auto!important;margin:0 auto!important}
header#site-header .header-right-elements{flex:0 0 auto!important;margin:0 0 0 auto!important;display:flex!important;align-items:center!important;gap:24px!important}
.elementor-widget-html{margin:0!important;padding:0!important;line-height:0}
.elementor-widget-html>*{line-height:normal}
.vhero{display:block!important;line-height:0}
.vhero-in{line-height:normal}
#site-footer svg,.vand-footer svg,.vf-soc svg{width:21px!important;height:21px!important;max-width:21px!important;max-height:21px!important;flex:0 0 21px}
#site-footer .vf-soc,.vand-footer .vf-soc{display:flex!important;gap:20px;align-items:center}
#site-footer .vf-soc a{display:inline-flex!important;width:21px;height:21px;color:#fff}
#site-footer.vand-footer{background:#1A1A1A!important;width:100%}
#site-footer .vf{padding:70px 0 30px!important;width:100%;box-sizing:border-box}
#site-footer .vf-in{max-width:1140px!important;margin:0 auto!important;padding:0 24px!important;display:grid!important;grid-template-columns:1.6fr 1fr 1fr 1fr!important;gap:40px!important;box-sizing:border-box}
#site-footer .vf-logo{color:#fff!important;font:700 30px Inter,sans-serif!important;margin:0 0 18px!important}
#site-footer .vf-desc{color:#B8B8B8!important;font:400 13.5px/1.75 Roboto,sans-serif!important;margin:0 0 26px!important;max-width:270px}
#site-footer h4{color:#D8D8D8!important;font:600 11px Inter,sans-serif!important;letter-spacing:.2em!important;text-transform:uppercase!important;margin:6px 0 22px!important}
#site-footer ul{list-style:none!important;margin:0!important;padding:0!important}
#site-footer li{margin-bottom:14px!important;list-style:none!important}
#site-footer li a{color:#C4C4C4!important;font:400 14px Roboto,sans-serif!important;text-decoration:none!important}
#site-footer li a:hover{color:#E3AF64!important}
#site-footer li.sp{margin-top:26px!important}
#site-footer .vf-bot{max-width:1140px!important;margin:52px auto 0!important;padding:22px 24px 0!important;border-top:1px solid #333!important;display:flex!important;justify-content:space-between!important;align-items:center!important;box-sizing:border-box}
#site-footer .vf-bot span{color:#9A9A9A!important;font:400 13px Roboto,sans-serif!important}
#site-footer .vf-bot .lk a{color:#B8B8B8!important;font:400 13px Roboto,sans-serif!important;text-decoration:none!important;margin-left:34px!important}
@media(max-width:900px){#site-footer .vf-in{grid-template-columns:1fr 1fr!important}#site-footer .vf-bot{flex-direction:column!important;gap:14px;text-align:center}}
#site-footer .vf-logo{margin:0 0 18px}
#site-footer .vf-logo img{height:34px;width:auto;display:block}
#site-footer .vf-logo img,.vand-footer .vf-logo img{height:30px!important;width:auto!important;max-width:130px!important;display:block!important}
#site-footer .vf-logo{margin:0 0 18px!important}
.vand-archive-tags{display:none!important}
.vhero{position:relative;width:100%;height:640px;overflow:hidden}
.vh-slide{position:relative;background-size:cover;background-position:center;display:flex;align-items:center}
.vh-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(10,14,30,.85) 0%,rgba(10,14,30,.55) 45%,rgba(10,14,30,.15) 100%)}
.vh-in{position:relative;z-index:2;max-width:1280px;width:100%;margin:0 auto;padding:0 40px}
.vh-kick{display:block;font:600 11px Inter,sans-serif!important;letter-spacing:.22em;text-transform:uppercase;color:#E3AF64!important;margin:0 0 16px}
.vh-h{font:700 62px/1.08 Inter,sans-serif!important;color:#fff!important;margin:0 0 22px;max-width:620px}
.vh-p{font:400 17px/1.7 Roboto,sans-serif!important;color:rgba(255,255,255,.9)!important;margin:0 0 34px;max-width:520px}
.vh-btn{display:inline-block;background:#E3AF64!important;color:#0F1939!important;font:600 13px Inter,sans-serif;letter-spacing:.14em;text-transform:uppercase;padding:18px 40px;text-decoration:none;transition:background .2s}
.vh-btn:hover{background:#fff!important}
.vhero .vh-dots{position:absolute;bottom:32px;right:48px;left:auto;width:auto;z-index:5;text-align:right}
.vhero .swiper-pagination-bullet{width:8px;height:8px;background:#fff;opacity:.45;margin:0 5px!important}
.vhero .swiper-pagination-bullet-active{opacity:1;background:#E3AF64}
@media(max-width:768px){
.vhero{height:520px}
.vh-in{padding:0 24px}
.vh-h{font-size:38px!important}
.vh-p{font-size:15px!important}
.vh-btn{padding:15px 30px;font-size:12px}
.vhero .vh-dots{right:24px;bottom:24px}
.vh-slide::after{background:linear-gradient(90deg,rgba(10,14,30,.88) 0%,rgba(10,14,30,.7) 100%)}
}
#site-footer .vf-soc svg,
#site-footer .vf-soc svg path,
.vand-footer .vf-soc svg,
.vand-footer .vf-soc svg path{
  fill:#FFFFFF!important;
  stroke:none!important;
  opacity:1!important;
}
#site-footer .vf-soc a:hover svg path{fill:#E3AF64!important}
.v-burger{display:none;background:none!important;border:none!important;padding:8px!important;cursor:pointer;flex:0 0 auto;width:auto!important}
.v-burger span{display:block;width:22px;height:2px;background:#0F1939;margin:4px 0;transition:transform .3s,opacity .3s}
.v-burger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.v-burger.open span:nth-child(2){opacity:0}
.v-burger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}

@media(max-width:1024px){
  .v-burger{display:block!important;order:3}
  header#site-header .header-inner{padding:12px 20px!important;flex-wrap:wrap!important}
  header#site-header .site-branding{order:1}
  header#site-header .header-right-elements{order:2;margin-left:auto!important;margin-right:12px!important}
  header#site-header .header-main-nav{
    order:4;flex:0 0 100%!important;margin:0!important;
    max-height:0;overflow:hidden;transition:max-height .35s ease;
  }
  header#site-header .header-main-nav.open{max-height:400px;padding-top:14px}
  header#site-header .header-main-nav ul,
  #site-header .header-main-nav ul{
    flex-direction:column!important;gap:0!important;align-items:flex-start!important;
  }
  header#site-header .header-main-nav li{width:100%;border-top:1px solid #EEE}
  header#site-header .header-main-nav a{display:block!important;padding:14px 0!important;font-size:12px!important}
}
@media(max-width:600px){
  .header-subscribe-btn{padding:8px 14px!important;font-size:10px!important}
}
@media(max-width:1280px){
  header#site-header .header-subscribe-container{
    display:none!important;
  }
  header#site-header .header-main-nav.open .v-mob-sub{
    display:block!important;
  }
  .v-mob-sub{
    display:none;
    padding:18px 0 6px!important;
    border-top:1px solid #EEE!important;
  }
  .v-mob-sub a{
    display:block!important;
    background:#0F1939!important;
    color:#fff!important;
    text-align:center!important;
    padding:14px!important;
    font:600 11px Inter,sans-serif!important;
    letter-spacing:.14em!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
  }
}
@media(max-width:1280px){
  header#site-header .header-inner{overflow:visible!important}
  header#site-header .site-branding{max-width:150px!important}
  header#site-header .site-logo img.custom-logo{height:32px!important;width:auto!important}
}
@media(max-width:1280px){
  header#site-header .header-main-nav:not(.open){max-height:0!important;overflow:hidden!important}
}