/*
Theme Name: Sài Gòn Vina
Text Domain: twentytwenty
Version: 1.6
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: the WordPress team
Author URI: https://wordpress.org/
Theme URI: https://wordpress.org/themes/twentytwenty/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset

----------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
	 ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
	margin: 0;
  }

  p{
	  margin-block-start: 0;
	  margin-block-end: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
	display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
	font-size: 2em;
	margin: 0.67em 0;
  }
  
  /* 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 */
  }
  
  /* Text-level semantics
	 ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
	background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	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;
  }
  
  /* Forms
	 ========================================================================== */
  
  /**
   * 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: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
  }
  
  /**
   * 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"] {
	-webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
  }
  
  /**
   * 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;
  }
  
  /**
   * 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 */
  }
  
  /* 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;
  }
  
  /* Misc
	 ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
	display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
	display: none;
  }
/* -------------------------------------------------------------------------- */
/* Font
		  Sans-serif: 'Epilogue'
			  Thin 100;
			  Extra-light 200;
			  Light 300;
			  Regular 400;
			  Medium 500;
			  Semi-bold 600;
			  Bold 700;
			  Extra-bold 800;
			  Black 900;
		  Serif: 'Markazi Text'
			  Regular 400;
			  Medium 500;
			  Semi-bold 600;
			  Bold 700
*/

/* Color
		  Main Yellow: #FFC228;
		  Second Yellow: #ECAA20;
		  Third Yellow: #B88417;
		  Main Blue: #2A3849;
		  Second Blue: #1D2C3D;
		  Light Grey: #D8D8D8;
		  Dark Grey: #4E4E4E;
		  Main BG: #F3F3F3;
*/
.html-style{
	font-size: 10px;
}
.body{
	font-family: 'Epilogue', sans-serif;
	font-weight: 400;
	font-size: 10px;
	background-color: #F3F3F3;
}
.serif{font-family: 'Markazi Text', serif;}
.sans-serif{font-family: 'Epilogue', sans-serif;}
.fontThin{font-weight: 100;}
.fontExtraLight{font-weight: 200;}
.fontLight{font-weight: 300;}
.fontRegular{font-weight: 400;}
.fontMedium{font-weight: 500;}
.fontSemiBold{font-weight: 600;}
.fontBold{font-weight: 700;}
.fontExtraBol{font-weight: 800;}
.fontBlack{font-weight: 900;}

.uppercase{text-transform: uppercase;}

a{
	text-decoration: none;
	color: #FFC228;
}
	a:hover{
		color: #2a3849;
		text-decoration: underline;
	}

a.link-blue{
	color: #2a3849;
}
	a.link-blue:hover{
		color: #FFC228;
	}

a.link-white{
	color: white;
}
	a.link-white:hover{
		color: #FFC228;
	}

.main-yellow-background{background-color: #FFC228;}
.second-yellow-background{background-color: #ECAA20;}
.third-yellow-background{background-color: #B88417;}
.main-blue-background{background-color: #2A3849}
.second-blue-background{background-color: #1D2C3D;}
.light-grey-background{background-color: #D8D8D8;}
.dark-grey-background{background-color: #4E4E4E;}
.main-page-background{background-color: #F3F3F3;}
.white-background{background-color: white;}

.main-yellow-color{color: #FFC228;}
.second-yellow-color{color: #ECAA20;}
.third-yellow-color{color: #B88417;}
.main-blue-color{color: #2A3849}
.second-blue-color{color: #1D2C3D;}
.light-grey-color{color: #D8D8D8;}
.dark-grey-color{color: #4E4E4E;}
.white-color{color: white}

.donot-underline{text-decoration: none;}

.display-flex-row{display: flex; flex-flow: row; flex-wrap: wrap;}

.icon{
	display: block;
	min-width: 3em;
	min-height: 3em;
	background-repeat: no-repeat;
}
.icon-wt-border{
	width: fit-content;
	padding: 1rem;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	border: solid 4px #FFC228;
	background-size: 70%;
	background-position: center;
	margin: auto;
}
	.icon-wt-border:hover{background-color: #FFC228;}

.icon-wt-bg{
	width: fit-content;
	padding: 1rem;
	border-radius: 1rem;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	background-size: 70%;
	background-position: center;
	margin: auto;
	background-color: #2a3849;
}
.location{
	background-image: url(./images/location-icon.svg);
}
.phone{
	background-image: url(./images/phone-icon.svg);
}
.email{
	background-image: url(./images/email-icon.svg);
}
.lock{
	background-image: url(./images/lock-icon.svg);
}
.star{background-image: url(./images/start-icon.svg);}
.calendar{background-image: url(./images/calendar-icon.svg);}

.module-title{
	font-size: 2.5em;
	font-weight: 700;
}
.module-title-2{font-size: 1.5rem; font-weight: 700;}
.system-fontsize{
	font-size: 1.3em;
	line-height: 1.5;
}
.text-justify-align{text-align: justify;}
.text-center-align{text-align: center;}
.text-center-justify-align{
	text-align: justify;
	text-align-last: center;
}
.flex-start-align{align-items: flex-start;}

.system-vertical-white-space{height: 2rem;}


.container{width: 100%;}
.container-fluid{min-width: 100%;}

#site-header{
	background: #FFC228;
	min-height: 5em;
	z-index: 100;
	position: relative;
}
#site-header .container{
	display: flex;
	flex-flow: row;
    justify-content: space-between;
}

.header-logo{
	width: max-content;
	margin-left: 2em;
	margin-top: 0.8em;
}

#site-header .burgur-menu-icon{
	margin-top: 1.7em;
	margin-right: 2em;
}

.header-navigation-wrapper .header-navigation{
    position: absolute;
    width: 100%;
    left: 0;
	top: 5em;
}
	.burgur-menu-icon{
		min-width: 3em;
		min-height: 1em;
		display: block;
		background-image: url(./images/burger-menu-icon.svg);
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
	.header-navigation-wrapper .header-navigation ul{
		list-style: none;
		margin-block-start: 0em;
		margin-block-end: 0em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 0px;
		background: #2A3849;
		display: none;
		padding: 2em 0;
	}
	.header-navigation-wrapper .header-navigation #menu-main-menu{
		border: solid 1px white;
		border-radius: 0.5em;
		-webkit-border-radius: 0.5em;
		-moz-border-radius: 0.5em;
		-ms-border-radius: 0.5em;
		-o-border-radius: 0.5em;
}
	.header-navigation-wrapper .header-navigation ul ul{
		display: block;
	}
	.header-navigation-wrapper .header-navigation ul li{
		padding: 1.5em 0;
		margin: 0 2em;
		border-bottom: solid 1px white;
	}
	.header-navigation-wrapper .header-navigation ul li:last-child,
	.header-navigation-wrapper .header-navigation ul ul li{
		border: none;
	}
	.header-navigation-wrapper .header-navigation ul li a{
		color: white;
		font-size: 1.5em;
		text-transform: uppercase;
		text-decoration: none;
	}
	.header-navigation-wrapper .header-navigation ul ul a{
		font-size: 1.3em;
	}

	.header-navigation-wrapper .header-navigation li a:hover,
	.header-navigation-wrapper .header-navigation .current-menu-item > a,
	.header-navigation-wrapper .header-navigation .current_page_item > a,
	.header-navigation-wrapper .header-navigation .current-page-ancestor > a,
	.header-navigation-wrapper .header-navigation .current-menu-ancestor > a,
	.header-navigation-wrapper .header-navigation .current-menu-parent > a,
	.header-navigation-wrapper .header-navigation .current-page-parent > a{
		color: #FFC228;
	}
	
	.header-navigation-wrapper .header-navigation .current-menu-item > a,
	.header-navigation-wrapper .header-navigation .current_page_item > a,
	.header-navigation-wrapper .header-navigation .current-page-ancestor > a,
	.header-navigation-wrapper .header-navigation .current-menu-ancestor > a,
	.header-navigation-wrapper .header-navigation .current-menu-parent > a,
	.header-navigation-wrapper .header-navigation .current-page-parent > a{
		font-weight: 700;
	}

	.header-navigation-wrapper .header-navigation .menu-item-has-children > a:after{
		content: " ↓";
	}

.logo{
	display: block;
	min-width: 130px;
	min-height: 30px;
	background-image: url(./images/logo.svg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* Site content */
/* Contact form */
.module-title-with-bg{
	margin: 0 2rem;
	padding: 1rem;
}
.module-content-with-bg{
	margin: 0 2rem;
	padding: 1rem;
}

.module-title-with-bg{
	font-size: 2rem;
	font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
	width: 100%;
	border: none;
    border-bottom: solid 1px #D8D8D8;;
    padding: 1rem 0;
    margin: 1rem 0;
	color: #2A3849;
	font-size: 1.3rem;
}
.contact-form input[type="submit"]{
	background: #2A3849;
	color: #FFC228;
	text-transform: uppercase;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 0.3rem;
	-webkit-border-radius: 0.3rem;
	-moz-border-radius: 0.3rem;
	-ms-border-radius: 0.3rem;
	-o-border-radius: 0.3rem;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
	color: #2a3849;
	opacity: 1;
	font-size: 1.3rem;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	outline: none;
	border-bottom-color: #FFC228;
}

/* Customer logo slider */
.customer-logo-slider .container{
	padding: 2em 0;
	position: relative;
	z-index: 0;
}

/* Services listing */
.services-listing .module-content{
	background-image: url(./images/dotted-map.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.services-listing .service-item-background{
	width: 100%;
	min-width: 28rem;
	height: auto;
	min-height: 42.7rem;
	background-image: url(./images/sercurity-man.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}

.services-listing .module-title-2{padding: 2rem 2rem 1rem 2rem;}
.services-listing .desc{padding: 1rem 2rem 1rem 2rem;}

.page-title-wrap{
	width: max-content;
	margin: auto;
	padding: 2rem 4rem;
	border: solid 0.5rem #1D2C3D;
}

.s-padding-sides{
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Advantage */
.advantage .text-with-icon-left{align-items: flex-start; padding: 2rem;}
.advantage h3{margin-top: 0; padding-left: 2rem}
.advantage .desc{padding-left: 2rem;}

/* News listing */
.news-listing .module-content{padding: 0 2rem;}
.news-listing .news-item{
	margin-bottom: 2rem;
}
.news-listing .calendar{
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}
.news-listing .featured-img{
	width: 100%;
	height: auto;
	margin-bottom: 1rem;
}
.news-listing .time{
	margin-bottom: 1rem;
}

/* Footer */
#site-footer .module-title,
#site-footer .content{padding: 1rem 2em;}

#site-footer .module-title{
	margin: 0;
	padding: 2rem 2rem 1rem 2rem;
}

.text-with-icon-left{
	display: flex;
    flex-flow: row;
	padding: 1rem 0;
	align-items: center;
}
.text-with-icon-left .text-content{padding-left: 1rem;}

.footer-copyright .container div{
	padding: 2rem;
}

/* Career */
.career p{
	padding: 2rem;
	border-bottom: solid 1px #D8D8D8;
}
	.career p:last-child{border-bottom: none;}

/* Breakpoints */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	
	.m-2-col{width: calc(100% / 2 - 4rem);}

	.container{max-width: 720px; margin: auto;}

	#site-header{min-height: 7em;}
	.header-logo{margin-left: 0; margin-top: 1em;}
	.logo{min-width: 20em; min-height: 4.59em;}
	.burgur-menu-icon{min-width: 5em; min-height: 1.8em;}
	#site-header .burgur-menu-icon{margin-top: 2.3em; margin-right: 0;}
	.header-navigation-wrapper .header-navigation{top: 7em;}
	.header-navigation-wrapper .header-navigation{width: max-content; left: auto; right: 0;}

	.module-title{
		font-size: 3em;
	}
	.module-title-2{font-size: 2rem;}
	.module-title-with-bg{
		padding: 1rem 3rem;
		font-size: 2.5rem;
		max-width: calc(50% - 6rem);
		margin: 0;
	}
	.module-content-with-bg{padding: 3rem; margin: 0;}
	.system-fontsize{
		font-size: 1.5em;
	}

	.two-col{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
		.two-col .half-col{width: 50%}

	.contact-form .half-col{
		width: calc(50% - 1.5rem);
	}

	.system-vertical-white-space{height: 3rem;}

	.services-listing .service-item{width: 50%}

	.news-listing .news-item{
		display: flex;
		flex-flow: row;
		justify-content: space-between;
	}
		.news-listing .featured-img,
		.news-listing .news-info{
			width: calc(50% - 1rem);
		}

	.s-padding-sides{
		padding-left: 0;
		padding-right: 0;
	}


 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.l-3-col{width: calc(100% / 3 - 4rem);}

	.container{max-width: 960px;}

	.burgur-menu-icon{display: none;}
	#menu-main-menu{display: block;}
	.header-navigation-wrapper .header-navigation{top: auto;}
	.header-navigation-wrapper .header-navigation{position: relative; top: auto;}
	.header-navigation-wrapper .header-navigation ul{background-color: transparent; position: relative;}
	.header-navigation-wrapper .header-navigation #menu-main-menu{border: none;}
	.header-navigation-wrapper .header-navigation ul li{
		border-bottom: none;
		display: inline;
		padding: auto;
		margin: 0 1em;
	}
	.header-navigation-wrapper .header-navigation ul li a{color: #2A3849;}
	.header-navigation-wrapper .header-navigation ul ul a{color: white;}
	.header-navigation-wrapper .header-navigation ul ul a:hover{color: #FFC228;}
	.header-navigation-wrapper .header-navigation ul li:hover > ul{display: block;}
		.header-navigation-wrapper .header-navigation ul ul{
			display: none;
			position: absolute;
			background: #2A3849;
			padding: 2em 0;
		}
		.header-navigation-wrapper .header-navigation ul ul a{
			display: block;
			border-bottom: solid 1px white;
			padding: 1.5em 0;
			margin: 0 1.5em;
		}

		.header-navigation-wrapper .header-navigation li a:hover{
			color: white;
		}

		.header-navigation-wrapper .header-navigation .menu-item-has-children{position: relative;}
		
		.header-navigation-wrapper .header-navigation .current-menu-item a,
		.header-navigation-wrapper .header-navigation .current_page_item a,
		.header-navigation-wrapper .header-navigation .current-page-ancestor a,
		.header-navigation-wrapper .header-navigation .current-menu-ancestor a,
		.header-navigation-wrapper .header-navigation .current-menu-parent a,
		.header-navigation-wrapper .header-navigation .current-page-parent a{
			display: inline-block;
			background: #2A3849;
			color: #FFC228;
			border-radius: 0.2em;
			-webkit-border-radius: 0.2em;
			-moz-border-radius: 0.2em;
			-ms-border-radius: 0.2em;
			-o-border-radius: 0.2em;
			padding: 0.7em 1em 0.5em 1em;
			font-weight: 700;
		}

		.header-navigation-wrapper .header-navigation .sub-menu{
			width: max-content;
			right: 0.2em;
			left: auto;
			border: solid 1px white;
			border-radius: 0.5em;
			-webkit-border-radius: 0.5em;
			-moz-border-radius: 0.5em;
			-ms-border-radius: 0.5em;
			-o-border-radius: 0.5em;
		}
		.header-navigation-wrapper .header-navigation .sub-menu li a{
			display: block;
			padding: 1.5em 0;
			color: white;
			font-weight: 400;
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
			-ms-border-radius: 0;
			-o-border-radius: 0;
			background-color: transparent;
		}
		.header-navigation-wrapper .header-navigation .sub-menu li:last-child a{border: none;}
			
		.header-navigation-wrapper .header-navigation .sub-menu .current-menu-item > a{
			color: #FFC228;
		}
	
	.module-title{font-size: 4rem;}
	.module-title-2{font-size: 2.5rem;}

	.services-listing .service-item{width: calc(100% / 3)}

	.news-listing .module-content{
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.news-listing .news-item{
		display: block;
		margin: 1.5rem;
	}
	.news-listing .featured-img,
	.news-listing .news-info{width: 100%;}
	.news-listing .module-title-2{font-size: 2rem;}

}