/* Reset css */

html {
	line-height: 1.15;
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

a::before,
a::after {
	font-family: FontAwesome;
}

a {
	color: inherit;
	text-decoration:none;
}

a:hover,
a:focus {
	outline: none;
	color: #f40029;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font-family: 'Roboto', sans-serif;
}

.clear::after {
	content: "";
	display: table;
	clear: both;
}

.error-404 {
	padding: 100px 0;
	text-align: center;
	color: red;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.wrapper {
	margin: auto;
	max-width: 1260px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper::after {
	content:'';
	display:table;
	clear:both;
}

.pvt-wrapper {
	overflow: hidden;
}











































/* pvt-header */
#pvt-header {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.15);
}

/* header */
#header {
}

/* box-logo */
.box-logo .logo {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-logo .logo h1 {
	margin: 0;
}
.box-logo .logo h1 a {
	display: block;
}
.box-logo .logo img {
	height: 50px;
}

/* box-menu */
.box-menu {
	text-align: right;
}
.box-menu .menu-primary {
	display: inline-block;
	vertical-align: middle;
}
.box-menu .menu-primary > li {
	float: left;
	padding-top: 20px;
	margin-right: 50px;
	position: relative;
    padding-bottom: 20px;
}
.box-menu .menu-primary>li.home-menu>a {
	height: 30px;
    font-size: 20px;
	overflow: hidden;
}
.box-menu .menu-primary>li.last {
	margin-right: 0;
}
.box-menu .menu-primary>li>a {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	white-space: nowrap;
	text-transform: uppercase;
}
.box-menu .menu-primary>li.active>a {
	color: #f40029;
}
.box-menu li:hover .sub-menu {
	display: block;
}
.box-menu .sub-menu {
    left: 0;
    top: 100%;
	display: none;
    z-index: 9999;
	margin-top: 0;
	text-align: left;
    background: #fff;
	min-width: 240px;
    position: absolute;
	padding-left: 16px;
	padding-right: 13px;
	border-top: 2px solid #f50e35;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
}
.box-menu .sub-menu>li {
	padding: 13px 0;
	border-bottom: 1px dotted #cccccc;
}
.box-menu .sub-menu>li.last {
	border-bottom: 0;
}
.box-menu .sub-menu>li>a {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
}
.box-menu li:hover>a,
.box-menu li>a:hover {
	color: #f40029;
}
.menu-primary>.has-sub>a::after {
	font-size: 16px;
	content: '\f0d7';
	font-weight: 400;
}

/* box-hotline */
.box-hotline {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.box-hotline a {
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
	padding-left: 45px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/hotline-bg.png) no-repeat left center;
	background-size: 40px 34px;
}

/* pvt-footer */
#pvt-footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	background-size: cover;
}

/* footer-top */
.footer-top {
	padding-top: 35px;
    padding-bottom: 17px;
	border-bottom: 1px solid #888;
}
.sitename {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Cuprum-Bold';
}
.box-social {
	overflow: hidden;
}
.box-social li {
	float: left;
}
.box-social li:not(:last-child) {
	margin-right: 10px;
}
.box-social a {
	display: block;
}
.box-social img {
	width: 37px;
	height: 37px;
}

/* footer-bottom */
.footer-bottom {
	padding-top: 25px;
	padding-bottom: 20px;
}
.footer-address li {
	width: 50%;
	color: #fff;
	float: left;
	font-weight: 700;
	padding-left: 28px;
	margin-bottom: 15px;
}
.footer-address li.map-icon {
	background: url(../images/map-icon.png) no-repeat;
}
.footer-address li.mst-icon {
	background: url(../images/mst-icon.png) no-repeat;
}
.footer-address li.mobile-icon {
	background: url(../images/phone-icon.png) no-repeat;
}
.footer-address li.mail-icon {
	background: url(../images/mail-icon.png) no-repeat;
}

/* box-support */
.box-support {
	color: #fff;
	padding-left: 62px;
	background: url(../images/support-bg.png) no-repeat left center;
}
.box-support label {
	font-size: 20px;
	font-weight: 900;
}
.box-support ul {
	overflow: hidden;
}
.box-support li {
	float: left;
	font-weight: 900;
}
.box-support li:not(:last-child) {
	margin-right: 20px;
}
.box-support li::before {
	content: "\f017";
	font-weight: 400;
	margin-right: 5px;
	font-family: FontAwesome;
}

#pvt-copyright {
    padding: 10px 0 15px;
	font-family: 'Arial', sans-serif;
}
#pvt-copyright .adv-bct {
    font-size: 13px;
}
#pvt-copyright .adv-bct-img,
#pvt-copyright .adv-bct-txt {
    color: #666;
    display: inline-block;
    vertical-align: middle;
}
#pvt-copyright .adv-bct-img {
    padding-right: 5px;
}
#pvt-copyright ul::after {
    content: '';
	clear: both;
	display: table;
}
#pvt-copyright li {
    float: left;
    color: #888888;
    display: inline-block;
    vertical-align: middle;
}
#copyright li.sap {
    padding: 0 5px;
}
ul.menu-footer {
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 7px;
}
ul.menu-footer li {
	padding: 0 10px;
	position: relative;
	font-size: 13px;
}
ul.menu-footer li:not(:last-child)::before {
	content: '';
	width: 1px;
	height: 10px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	background: #ddd;
}
a.madeby {
    color: #888;
}
a.madeby strong {
	text-transform: uppercase;
}










































/* slash style */
.slash {
    display: block;
    overflow: hidden;
    position: relative;
}

.slash::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.slash:hover::after {
    animation: 1s ease 0s normal none 1 running slash;
    animation: 1s ease 0s normal none 1 running slash;
    -webkit-animation: 1s ease 0s normal none 1 running slash;
    -moz-animation: 1s ease 0s normal none 1 running slash;
}

@-webkit-keyframes slash {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@-moz-keyframes slash {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@keyframes slash {
    0% {
        right: 125%
	}
    125% {
        right: 0;
	}
}

/* scale3d */
.scale3d {
    display: block;
    overflow: hidden;
    position: relative;
}

.scale3d img {
    margin:auto;
	transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
}

.scale3d:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

/* lazyloading */
.lazyloading {
    opacity: 0;
    clear: both;
    filter: alpha(opacity=0);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.lazyloading.show {
    opacity: 1;
    filter: alpha(opacity=1);
}

.lazyloading.show .fade_in_up {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.lazyloading.show .zoom_in {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    -ms-animation-name: zoomIn;
    animation-name: zoomIn;
}



















































/* Responsive 1024px */
@media screen and (max-width: 1024px)
{
	.box-logo .logo {
		text-align: left;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.box-logo .logo img {
		height: 40px;
	}
	.box-menu .menu-primary > li {
		float: left;
		padding-top: 20px;
		margin-right: 30px;
		position: relative;
		padding-bottom: 20px;
	}
	.box-menu .menu-primary>li>a {
		display: block;
		font-size: 14px;
		font-weight: 700;
		line-height: 30px;
		white-space: nowrap;
		text-transform: uppercase;
	}
	.footer-top {
		padding-top: 30px;
		padding-bottom: 15px;
		border-bottom: 1px solid #888;
	}
	.sitename {
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		font-family: 'Cuprum-Bold';
	}
	.box-support label {
		font-size: 18px;
		font-weight: 700;
	}
}










































/* Mobile 768px */
@media screen and (max-width: 768px)
{
	#header {
		padding-right: 80px;
	}
	#btnMenu {
		top: 0;
		right: 0;
		z-index: 10;
		width: 70px;
		height: 70px;
		border: none;
		padding: 0 22px;
		background: #fff;
		position: absolute;
		outline: none;
		transform: rotate(180deg);
		border-right: 1px solid #ddd;
	}
	#btnMenu span {
		height: 2px;
		display: block;
		background: #000;
		margin: 6px 0;
	}
	#btnMenu span:nth-child(1) {
		width: 25px;
	}
	#btnMenu span:nth-child(2) {
		width: 16px;
	}
	#btnMenu span:nth-child(3) {
		width: 21px;
	}
	.box-menu {
		display: none;
	}
	#pvt-header .wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	.sitename {
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		font-family: 'Cuprum-Bold';
		margin-bottom: 10px;
	}
	.mm-btn-close {
		top: 19px;
		right: 15px;
		width: 23px;
		height: 23px;
		z-index: 100;
		border: none;
		outline: none;
		position: absolute;
		background: url(../images/x.png) no-repeat;
	}
	.phone-number {
		
	}
	li.phone-number>a {
		font-weight: 700;
		padding: 15px 40px !important;
	}
	.phone-number a::before {
		color: #f40029;
		content: "\f095";
		font-size: 20px;
		margin-right: 10px;
	}
}











































/* Mobile 767px */
@media screen and (max-width: 767px)
{
	#header {
		padding-right: 0;
	}
	.box-logo .logo {
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#btnMenu {
		top: 0;
		right: 0;
		z-index: 10;
		width: 60px;
		height: 60px;
		border: none;
		padding: 0 17px;
		background: #fff;
		position: absolute;
		outline: none;
		transform: rotate(180deg);
		border-right: 1px solid #ddd;
	}
	.footer-address li {
		width: 100%;
		color: #fff;
		float: none;
		font-weight: 700;
		padding-left: 28px;
		margin-bottom: 15px;
	}
	ul.footer-phone {
		overflow: hidden;
		margin-bottom: 20px;
		margin-left: -5px;
		margin-right: -5px;
	}
	ul.footer-phone li {
		float: left;
		width: 50%;
		padding-left: 5px;
		padding-right: 5px;
	}
	ul.footer-phone > li > a {
		height: 40px;
		display: block;
		font-size: 18px;
		background: #fff;
		overflow: hidden;
		font-weight: 700;
		line-height: 40px;
		position: relative;
		padding-left: 50px;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	ul.footer-phone > li > a::before {
		left: 0;
		width: 40px;
		float: left;
		height: 40px;
		color: #f40029;
		display: block;
		font-size: 20px;
		content: '\f095';
		background: #fff;
		text-align: center;
		position: absolute;
		border-right: 2px solid #000;
	}
	ul.footer-phone > li > a::after {
		left: 38px;
		color: #000;
		content: '\f0da';
		position: absolute;
	}
	.footer-top {
		padding-top: 20px;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.sitename {
		color: #fff;
		font-size: 26px;
		text-transform: uppercase;
		font-family: 'Cuprum-Bold';
		margin-bottom: 0;
	}
	.footer-bottom {
		padding-top: 15px;
		padding-bottom: 0;
	}
	.box-social {
		margin: auto;
		overflow: hidden;
		text-align: center;
		margin-bottom: 15px;
		display: flex;
		flex-direction: row;
	}
	.box-social li {
		float: none;
		display: inline-block;
		vertical-align: middle;
		padding-left: 0;
		padding-right: 0;
	}
	.box-social li:not(:last-child)
	{
		margin-right: 2px;
	}
	ul.copyright {
		background: #fff;
		margin-left: -10px;
		margin-right: -10px;
	}
	ul.copyright li {
		height: 34px;
		font-size: 13px;
		line-height: 34px;
		text-align: center;
	}
	ul.copyright li:not(:last-child) {
		border-bottom: 1px solid #dddddd;
	}
}










































/* Responsive 375px */
@media screen and (max-width: 375px)
{
	.sitename {
		color: #fff;
		font-size: 22px;
		text-transform: uppercase;
		font-family: 'Cuprum-Bold';
		margin-bottom: 0;
	}
	ul.footer-phone li {
		float: none;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
	}
	ul.footer-phone li:not(:last-child) {
		margin-bottom: 10px;
	}
}