/*
Theme Name: Twenty Fourteen
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 3.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, block-patterns
Text Domain: twentyfourteen

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.
*/

body {
    font-family: "Arial", sans-serif;
	font-weight:normal;
	color:#333;
	background-color:#f7f7f7;
}
img{max-width:100%;height:auto;}
a{color:#093863;-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
a:hover,a:visited,a:focus{text-decoration:none !important; color:#d71921;}
p{margin:0 0 15px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	color: #093863;
	margin-top:0;
	margin-bottom:20px;
	text-rendering: optimizeSpeed;
	font-weight:500;
	font-family: "Oswald", sans-serif;
}
h1{font-size: 2em;line-height: 1.5;}
h2{font-size: 1.75em;line-height: 1.5;}
h3{font-size: 1.5em;line-height: 1.5;}
h4{font-size: 1.25em;line-height: 1.3;}
h5{font-size: 1em;line-height: 1.3;}
h6{font-size: .75em;line-height: 1.3;}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	font-size: 1.3em;
	line-height: 1.4;
	margin-bottom:15px;
}
.entry-content p:last-child{
	margin-bottom:0;
}
blockquote{
	position: relative;
    font-size: 1.2em;
    margin: 0 0 20px 0;
    padding: 15px;
    border-left: 5px solid #4f131d;
    font-style: italic;
    color: #333;
	background: rgb(242, 242, 242);
}
blockquote:last-child{margin-bottom:0;}
input[type=text].required, input[type=password].required, input[type=email].required, input[type=number].required, input[type=search].required, input[type=tel].required, input[type=time].required, input[type=url].required, input[type=url].required, textarea.required, select.required, label.required {
    background-image: url('./images/required.png');
    background-position: right center;
    background-repeat: no-repeat;
}
@-webkit-keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes stuckMoveDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes stuckMoveUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@keyframes stuckMoveUp{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}
@-webkit-keyframes stuckFadeIn{0%{opacity:0}100%{opacity:1}}
@keyframes stuckFadeIn{0%{opacity:0}100%{opacity:1}}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.clear{clear:both;}
#header{
	box-shadow:0 0 1px #888;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
	transition:ease all 0.5s;
}
.main-header{
	padding:10px 0;
	background-color:#f3f3f3;
}
#logo{
	width: 15%;
}
.flex-col {
    max-height: 100%;
}
.flex-left {
    margin-right: auto;
}
.flex-right {
    margin-left: auto;
}
.nav-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.flex-row {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.top-search{
	width:45%;
	padding:0 35px;
	transition:ease all 0.5s;
}
.top-hotline{
	width:25%;
	text-align:center;
	text-transform:uppercase;
	font-size:25px;
	font-family: "Oswald", sans-serif;
}
.top-hotline a{
	color:#d71921;
}
.top-social{
	width:15%;
	text-align:right;
}
.top-social ul{
	list-style:none;
	margin:0;
	padding:0;
}
.top-social ul li{
	position:relative;
	display:inline-block;
}
.top-social ul li a{
	display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.top-social ul li a.fb{
	background-color:#4267b2;
}
.top-social ul li a.ytb{
	background-color:#EA4335;
}
.top-social ul li a.wa{
	background-color:#25D366;
}
.top-social ul li a.fb:hover{
	background-color:#3B5998;
}
.top-social ul li a.ytb:hover{
	background-color:#E50914;
}
.top-social ul li a.wa:hover{
	background-color:#075E54;
}
.bottom-header{
	background-color: #093863;
}
@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.btn-tu-van{
	display: inline-block;
	padding: 5px 15px;
	font-weight: normal !important;
	border: 1px solid #d7c219;
	border-radius: 15px;
	font-size: 16px;
	background-image: linear-gradient( -225deg, #fff 0%, #43e89b 29%, #fbc905 67%, #12ecf7 100% );
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 3s linear infinite;
}
.nav.menumobile li a{
	font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    color: #fff;
	padding-left:0;
    text-transform: uppercase;
    letter-spacing: .02em;
	padding-right:0;
}
#primary-menu ul,
#primary-menu ul li,
#primary-menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#primary-menu > li {
	float:left;
}
#primary-menu > li > a {
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
#primary-menu > li:hover > a, #primary-menu > li.current-menu-item > a {
	color: #fff;
	background-color:#d71921;
}
#primary-menu > li.menu-item-has-children > a {
	padding-right: 30px;
}
#primary-menu > li.menu-item-has-children > a:after {
	position: absolute;
	top:19px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: '';
}
#primary-menu > li.menu-item-has-children > a:before {
	position: absolute;
	top: 16px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#primary-menu > li.menu-item-has-children:hover > a:before {
	top: 23px;
	height: 0;
}
#primary-menu ul {
	position: absolute;
	left: -9999px;
	z-index:9999;
}
#primary-menu ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#primary-menu li:hover > ul {
	left: auto;
}
#primary-menu li:hover > ul > li {
	height: 40px;
}
#primary-menu ul ul {
	margin-left: 100%;
	top: 0;
}
#primary-menu ul li a {
	padding: 11px 15px;
	width: 295px;
	font-size: 15px;
	text-decoration: none;
	color: #333;
	font-weight: 400;
	background: #fff;
}
#primary-menu ul li:hover > a, #primary-menu ul li a:hover {
	color: #d71921;
	background-color:#f1f1f1;
}
#primary-menu ul li.menu-item-has-children > a:after {
	position: absolute;
	top: 18px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #333333;
	content: '';
}
#primary-menu ul li.menu-item-has-children > a:before {
	position: absolute;
	top: 15px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #333333;
	content: '';
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
#primary-menu ul > li.menu-item-has-children:hover > a:before {
	top: 17px;
	height: 0;
}
.formdk{
	margin-top:3px;
}
.formdk .textwidget{
	margin-left:15px;
}
.formdk nav, .formdk .textwidget{
	display:inline-block;
}
.formdk nav ul{
	list-style:none;
	margin:0;
	padding:0;
}
.formdk nav ul li{
	position:relative;
	display:inline-block;
}
.formdk nav ul li img{width:25px !important;height:auto !important;}
.slidepartner a{display:block;margin-bottom:0;}
.slidepartner img{height:60px;}
.mainpost{
	position:relative;
}
.mainpost img{
	border-radius:6px;
}
.maintitlepost{color:#333;}
.maintitlepost h5{
	margin:10px 0 5px;
	font-size:1.2em;
	line-height:1.5;
}
.maintitlepost p{text-align:justify;margin-bottom:5px;}
.otherpost{list-style:none;margin:0;}
.otherpost li{position:relative;margin-bottom:15px;}
.otherpost li:last-child{margin-bottom:0;}
.otherpost li h5{
	line-height:1.5;
	margin-bottom:5px;
	font-weight:400;
	font-size:15px;
}
.otherpost li img{
	float:left;
	margin-right:15px;
	border-radius:6px;
	width:120px;
	border:1px solid #ccc;
}
.post-meta{
	font-size:11px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post-meta i {
    color: #d71921;
}
.post-meta time {
    color: #7A7A7A;
}
.post-meta .more{
    color: #ccc;
}
.mainpost:hover .post-meta .more, .otherpost li:hover .post-meta .more{color:#d71921}
#footer{
	padding:30px 0 0;
	background-color: #f3f3f3;
    border-top: 5px solid #d71921;
    color: #333;
}
#footer a{color: #333;}
#footer a:hover{color: #d71921;}
.widget-footer{margin-bottom:20px;}
.footer-title {
	font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #d71921;
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 20px;
}
.site-info{
	background-color:#d71921;
	text-align:center;
	color:#fff;
	padding:10px;
}
.company_info, .socialList{
	margin: 0;
    padding: 0;
	list-style:none;
}
.company_info li {
    margin-bottom: 5px;
}
ul.list-footer {
    margin: 0;
    padding: 0;
	list-style:none;
}
ul.list-footer li {
    margin-bottom: 10px;
}
ul.list-footer li:before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 5px;
}
.socialList li{
    display: inline-block;
}
.socialList li:last-child{
    margin-right:0 !important;
}
.socialList li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #428BCA;
    color: #dcdcdc;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.socialList li .fa {
    margin-right: -4px;
}
.socialList li a[href*="facebook"]:hover {
    background-color:#3D5D8C;
}
.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background-color:#DD4B39;
}
.socialList li a[href*="twitter"]:hover {
    background-color:#50A0D7;
}
.socialList li a[href*="feeds"]:hover {
    background-color:#FF9900;
}
.socialList li .fa {
    margin-right:-4px;
}
.content-page p{
	text-align:justify;
}
.content-page ol, .content-page ul{padding-left:15px;}
.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}
.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 10px auto;
}
.wp-caption {
	background: transparent;
	border: none;
	color: #767676;
	margin: 0 0 20px 0;
	max-width: 100%;
	padding: 0;
	text-align: left;
}
.wp-caption {
	padding: 0;
}
.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}
.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}
.wp-caption.alignright img,
.wp-caption.alignright .wp-caption-dd {
	padding-left: 10px;
}
.wp-caption.aligncenter {
	margin: 10px auto;
}
.wp-caption-dt {
	margin: 0;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 5px 0 0;
	padding: 0 10px 0 0; /* Avoid the caption to overflow the width of the image because wp-caption has 10px wider width */
	text-align: center;
}
.listpost{margin-bottom:20px;}
.listpost h5 {margin-bottom:10px;}
.listpost h5 a{
	font-size:1.25em;
	color:#093863;
}
.listpost small{font-style:italic;}
.listpost .text-des{text-align:justify;}
.imgpost{border-radius:6px;margin-bottom:15px;}
.comments-area {
	margin: 10px 0;
}
.comment-reply-title, .comments-title {
	margin: 0;
	text-transform: uppercase;
	color:#FF5722;
}
.comment-list {
	list-style: none;
	margin: 0 0 15px 0;
	padding:0;
}
.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}
.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}
.comment-list .reply {
	margin-top: 5px;
}
.comment-author .fn {
	font-weight: 600;
}
.comment-author a {
	color: #2b2b2b;
}
.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #c70508;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding-top: 15px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}
.comment-author {
	position: relative;
}
.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 50px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}
.says {
	display: none;
}
.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 65px;
}
.comment-edit-link {
	margin-left: 10px;
}
.comment-edit-link:before {
	content: "\f044";
	font-family:FontAwesome;
}
.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f112";
	margin-right: 2px;
	font-family:FontAwesome;
}
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}
.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}
.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}
.comment-content > :last-child {
	margin-bottom: 0;
}
.comment-list .children {
	list-style: none;
	margin-left: 65px;
	padding:0;
}
.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}
.comment .comment-respond {
	margin-top: 24px;
}
.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as, .no-comments, .form-allowed-tags, .form-allowed-tags code {
	color: #767676;
}
.comment-notes, .comment-awaiting-moderation, .logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}
.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}
.form-allowed-tags, .form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}
.required {
	color: #c0392b;
}
.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 50px;
	font-size: 15px;
}
.comment-reply-title small a:hover {
	color: #41a62a;
}
.comment-reply-title small a:before {
	content: "\f00d";
	font-size: 17px;
	margin-right:2px;
	font-family:FontAwesome;
}
.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}
.comment-navigation .nav-next, .comment-navigation .nav-previous {
	display: inline-block;
}
.comment-navigation .nav-previous a {
	margin-right: 10px;
}
#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
.entry-content p{
	text-align:justify;
}
.entry-content ul, .entry-content ol{padding-left:15px;}
.related-posts{padding-left:15px;margin-bottom:0;}
.related-posts li{margin-bottom:5px;}
.related-posts li:last-child{margin-bottom:0;}
#totop {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 0;
    cursor: pointer;
    color: #06c;
    display: none;
}
@keyframes zoomIn{from{width:40px;height:40px;margin-top:-20px;margin-left:-20px}to{width:80px;height:80px;margin-top:-40px;margin-left:-40px}}
#hotline{position:fixed;margin:0;padding:0;right:-10px;bottom:95px;background:#fff;background-color:transparent;cursor:pointer;width:110px;height:110px;z-index:499;}
#hotline .tada{background:#f00;border-radius:100px;width:40px;height:40px;position:absolute;left:50%;top:50%;margin-top:-20px;margin-left:-20px;animation-name:tada;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate}
#hotline .tada a i{position:absolute;top:50%;left:50%;margin-top:-15px;margin-left:-12px;width:65%;color:#fff;font-size:30px;}
@keyframes tada{from{transform:rotate(-20deg)}to{transform:rotate(20deg)}}#text-8 .pulse{width:60px;height:60px;background:rgba(255,144,2,0.39);border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;animation-name:pulse;animation-duration:.5s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out}
@keyframes pulse{from{width:55px;height:55px;margin-top:-27.5px;margin-left:-27.5px}to{width:60px;height:60px;margin-top:-30px;margin-left:-30px}}
#hotline .zoomIn{width:80px;height:80px;border:2px solid #f00;border-radius:100px;position:absolute;top:50%;left:50%;margin-top:-40px;margin-left:-40px;animation-name:zoomIn;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-out;}
#hotline .pulse {
    width: 60px;
    height: 60px;
    background: rgba(255,144,2,0.39);
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    animation-name: pulse;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}
#hotline span{
	position: absolute;
	right: 75px;
	top: 36px;
	font-size: 20px;
	background: #f00;
	color: #fff;
	padding: 6px 10px;
	border-radius: 20px;
	z-index:9;
}
.nav-pills>li{margin-right:0;}
.nav-pills>li>a {
    border: 1px solid #ccc;
    padding: 3px 5px !important;
	border-radius:0;
	color:#337ab7;
	font-size:1em;
}
.social-toolbar{display:flex;flex-direction:column;list-style:none;position:fixed;right:0;top:50%;transform:translateY(-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:9}
.social-toolbar>li>a{text-decoration:none}
.social-toolbar__item{border-radius:3px;display:flex;flex:auto;justify-content:flex-end;margin-bottom:1px;overflow:hidden}
.social-toolbar__item:last-child{margin-bottom:0}
.social-toolbar__item:hover .social-toolbar__title{transform:translateX(0)}
.social-toolbar__item:hover .social-toolbar__icon{background-color:#b90000;border-bottom-left-radius:0;border-top-left-radius:0}
.social-toolbar__item[data-type=zalo] svg{transform:scale(1.15)}
.social-toolbar__button,.social-toolbar__link{align-items:center;display:flex}
.social-toolbar__title{background-color:#b90000;color:#fff;font-size:15px;line-height:36px;padding:0 1em;text-transform:capitalize;transform:translateX(calc(100% + 36px));transition:.4s}
.social-toolbar__icon{align-items:center;background-color:#d71921;border-bottom-left-radius:3px;border-top-left-radius:3px;display:flex;height:36px;justify-content:center;transition:.4s;width:36px;z-index:1}
.social-toolbar__icon svg{fill:#fff;height:auto;max-height:100%;width:60%}
@-webkit-keyframes modal-animation {
	from {
		top: -100px;
		opacity: 0;
	}
	to {
		top: 0px;
		opacity: 1;
	}
}
  
@keyframes modal-animation {
	from {
		top: -100px;
		opacity: 0;
	}
	to {
		top: 0px;
		opacity: 1;
	}
}
.social-messenger {
    --social-color: #365493;
}
.social-zalo {
    --social-color: #0A68FE;
}
.social-wa {
    --social-color: #128c7e;
}
.social-phone {
    --social-color: #CC2027;
}
.wd-sticky-social {
	position: fixed;
	top: 50%;
	z-index: 399;
	display: flex;
	flex-direction: column;
	transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1s; 
 }
.wd-sticky-social .wd-social-icon {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	overflow: hidden;
	margin: 0;
	min-width: 40px;
	width: auto;
	height: 40px; 
	background-color: var(--social-color);
    color: #fff!important;
}
.wd-sticky-social .wd-social-icon:hover {box-shadow: none; }
.wd-sticky-social .wd-social-icon:hover .wd-icon-name {max-width: 220px;}
.wd-sticky-social .wd-icon {
	width: 40px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 40px; 
}
.wd-sticky-social .wd-social-icon .wd-icon svg {
    fill: #fff;
    height: auto;
    max-height: 100%;
    width: 60%;
}
.wd-sticky-social .wd-icon-name {
	overflow: hidden;
	padding: 0;
	max-width: 0;
	white-space: nowrap;
	font-weight: 600;
	font-size: 14px;
	transition: padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15), max-width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.wd-sticky-social.buttons-loaded {transform: translate3d(0, -50%, 0);}
.wd-sticky-social-right {
	right: 0;
	transform: translate3d(100%, -50%, 0);
	align-items: flex-end;
}
.wd-sticky-social-right .wd-social-icon {flex-direction: row-reverse; }
.wd-sticky-social-right .wd-social-icon:hover .wd-icon-name {padding-left: 15px;}
.wd-sticky-social-left {
	left: 0;
	transform: translate3d(-100%, -50%, 0);
	align-items: flex-start; 
}
.wd-sticky-social-left .wd-social-icon {flex-direction: row; }
.wd-sticky-social-left .wd-social-icon:hover .wd-icon-name {padding-right: 15px; }
.modal-body .h3{
	color:#333;
	text-align:center;
	margin-top:0;
}
#yeucautuvan .close{
	float:none;
	opacity:1;
	position:absolute;
	top:15px;
	right:15px;
}
.wpcf7-spinner{display:block;}
.section-title {
	font-weight:500;
    position: relative;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
	margin-bottom:30px;
}
.section-title b {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    opacity: .1;
    background-color: currentColor;
}
.section-title span {
    margin: 0 15px;
	text-align:center;
	text-transform:uppercase;
}
#slide{
	margin:30px 0 20px;;
}
#slide .col-sm-8, #slide .col-sm-4{
	padding-right: 5px;
	padding-left: 5px;
}
#slide .row {
	margin-right: -5px;
	margin-left: -5px;
}
#menuicon{
	margin-bottom:30px;
}
#menuicon .row{
	margin-right: 0;
	margin-left: 0;
}
#menuicon .col-sm-2, #slide .col-xs-6{
	padding-right: 0;
	padding-left: 0;
}
.iteam-menu{
	padding:20px 0;
	text-align:center;
	background-color:#fff;
}
.iteam-menu h3{margin-bottom:0;font-size:15px;}
.iteam-menu:hover h3{color:#d71921;}
.iteam-menu a{color:#333;display:block;}
.iteam-menu .icon-menu{
	margin-bottom:10px;
}
.iteam-menu .icon-menu img{
	max-width:40px;
}
#caticon{
	margin-bottom:30px;
}
.content-cat{
	padding:15px;
	background-color:#fff;
}
.title-heading{
	line-height:1.4;
	color: #333333;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: uppercase;
	position:relative;
	padding-bottom:20px;
}
.title-heading:before{
	content: url(images/before-headinghome.png);
    display: block;
    position: absolute;
    left: 0;
	bottom:0;
}
.grid-container {
	display: grid;
	grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
	grid-gap: 0;
}
.grid-container .iteam-cat{
	border:1px solid #f7f7f7;
	padding:15px;
	text-align:center;
}
.grid-container .iteam-cat .icon-cat{
	position: relative;
    overflow: hidden;
}
.grid-container .iteam-cat .icon-cat img {
    max-width: 80px;
    position: relative;
    z-index: 2;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.grid-container .iteam-cat .icon-cat:after {
    content: "";
    display: inline-block;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    background: #f7f7f7;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.grid-container .iteam-cat a{display:block;}
.grid-container .iteam-cat h3{
	font-weight:normal;
	font-family:Arial;
	font-size:14px;
	margin-bottom:0;
	margin-top:5px;
	color:#333;
}
.grid-container .iteam-cat:hover h3{
	color:#d71921;
}
.grid-container .iteam-cat:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.box{
    background:#093863;
    text-align: center;
    overflow: hidden;
    position: relative;
	margin-bottom:30px;
}
.box:before, .box:after{
    content: "";
    width: 20%;
    height: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    opacity: 1;
    transform: rotate(-40deg);
    transform-origin: top right;
    position: absolute;
    top: -6px;
    right: 0;
    z-index: 1;
    transition: all 0.5s ease;
}
.box:after{
    transform-origin: left bottom;
    top: auto;
    bottom: -6px;
    right: auto;
    left: 0;
}
.box:hover:before, .box:hover:after{
    width: 30%;
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
	opacity: 0.3;
    filter: grayscale(100%);
}
.box .box-content{
    color: #fff;
    width: 85%;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}
.box .title{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	margin-bottom:0;
}

.counter{
    color: #777;
    text-align: center;
    padding: 25px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
	margin-bottom:30px;
}
.counter:before, .counter:after{
    content: "";
    background: #01BFE1;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: -1;
    clip-path: polygon(13% 0%, 87% 0%, 100% 50%, 87% 100%, 13% 100%, 0% 50%);
}
.counter:after{
    background: #fff;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    clip-path: polygon(20% 0%, 80% 0%, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
}
.counter .counter-icon{
    font-size: 35px;
    line-height: 35px;
    margin: 0 0 13px;
}
.counter h3{
    color: #01BFE1;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter.purple:before{ background: #2A1C71; }
.counter.purple h3{ color: #2A1C71; }
.counter.pink:before{ background: #FE3653; }
.counter.pink h3{ color: #FE3653; }
.counter.green:before{ background: #31ad26; }
.counter.green h3{ color: #31ad26; }
#tuvan, #tintuc{
	margin-bottom:30px;
}
.list-post{
	background-color:#fff;
	padding:15px;
}
.bannerhome p{
	margin-bottom:0;
}
#productshome{
	margin-bottom:10px;
}
#productshome .row, #service .row, #whychooseus .row{
	margin-right: -10px;
	margin-left: -10px;
}
#productshome .col-md-2, #productshome .col-md-3, #productshome .col-sm-3, #productshome .col-sm-4, #productshome .col-xs-6, #productshome .col-xs-12, #service .col-sm-3, #service .col-xs-6, #whychooseus .col-md-3, #whychooseus .col-sm-6, #whychooseus .col-xs-6{
	padding-right: 10px;
	padding-left: 10px;
}
.product-item{
    background: #ffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	margin-bottom:20px;
	padding: 12px;
}
.product-item .product-thumb {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 190px;
    margin-bottom: 10px;
}
.product-item .product-thumb img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.product-item:hover .product-thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.product-item .brand-product {
    font-size: 12px;
    color: #9FA1A3;
	margin-bottom:0;
}
.product-item .brand-product i{
	color:#d71921;
}
.product-item .product-footer h3 {
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-family:Arial;
	margin-bottom:0;
}
.pagination{margin:5px 0;}
.titlebg {
	background-image: url('images/bg-title.png');
    background-size: cover;
	background-position:top 0 right 5%;
    height: 200px;
    margin-top: 30px;
	margin-bottom:30px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	position: relative;
	display: flex;
	align-items: center;
	padding: 1rem;
}
.titlebg .inner {
    position: relative;
    z-index: 10;
	margin-left: 1rem;
}
.titlebg .inner .heading-top{
    font-size: 32px;
    font-weight: 500;
	color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
	text-shadow: 0 0 2px #111;
	font-family: "Oswald", sans-serif;
}
.breadcrumb{
	background:none;
	padding:0;
	margin:0;
}
.titlebg .inner a, .titlebg .breadcrumb {
    color: #fff;
}
.excrept {
    padding: 10px 15px;
    margin-bottom: 15px;
    background: #e9ecef;
    border-radius: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	font-size: 15px;
}
.entry-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.entry-title{
	font-weight:500;
	font-size:21px;
	margin-bottom:0;
	border-top:1px solid #ccc;
	padding-top:10px;
	margin-top:10px;
}
.posted-on a, .entry-meta a, .entry-meta li span {
    color: #7A7A7A;
}
.entry-meta .post-on i {
    color:#d71921;
}
.social-share ul{
	list-style:none;
	margin:0;
	padding:0;
	display: flex;
	align-items: center;
	width:100%;
}
.social-share ul li:not(:last-child) {
    margin-right: 5px;
}
.entry-meta li span {
    font-size: 12px;
}
.social-share ul li a {
    border: 1px solid #7A7A7A;
    width: 25px;
    height: 25px;
	text-align: center;
	display: inline-block;
    font-size: 11px;
    line-height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.social-share ul li a:hover{
	background-color:#d71921;
	color:#fff;
	border-color:#d71921;
}
#archive-content {
    overflow: hidden;
    max-height: 300px;
    position: relative;
    border-top: 2px solid #57c3b6;
}
#archive-content.expanded {
    max-height: 100%;
}
#archive-content:after {
    content: "";
    position: absolute;
    height: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top,#fff,rgba(255,255,255,0.5));
    z-index: 2;
}
#archiver-more .btn {
    color: #de3168;
    font-size: 14px;
}
#sidebar{
    background: #fff;
    padding: 15px;
	margin-bottom:20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
#sidebar aside{
	margin-bottom:15px;
	padding-bottom:25px;
	border-bottom:1px solid #E5E5E6;
}
#sidebar aside:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:0;
}
#sidebar h3{
	margin-bottom:5px;
}
.widget_nav_menu ul{
	padding:0;
	margin:0;
	list-style:none;
	border-right:1px solid #E5E5E6;
	border-left:1px solid #E5E5E6;
	border-bottom:1px solid #E5E5E6;
}
.widget_nav_menu ul > li{
	position:relative;
}
.widget_nav_menu ul li a{
	padding:10px 10px 10px 25px;
    color:#333;
	font-weight:700;
    border-top:1px solid rgba(0,0,0,0.2);
	transition:ease all 0.5s;
	-webkit-transition:ease all 0.5s;
	-moz-transition:ease all 0.5s;
	-o-transition:ease all 0.5s;
	-ms-transition:ease all 0.5s;
	display:block;
}
.widget_nav_menu ul > li > a:before{
	content: "\f144";
	position:absolute;
	font-family:FontAwesome;
	left:5px;
	top:11px;
	color:#093863;
}
.widget_nav_menu ul ul a {
    padding:10px 10px 10px 25px;
    background-color:#f9f9f9;
	font-weight:500;
	transition:ease all 0.5s;
	-webkit-transition:ease all 0.5s;
	-moz-transition:ease all 0.5s;
	-o-transition:ease all 0.5s;
	-ms-transition:ease all 0.5s;
}
.widget_nav_menu ul ul a:before{
	content:"\f178";
	font-family:FontAwesome;
	margin-right:5px;
}
.widget_nav_menu .arrow {
    position:absolute;
	right:5px;
	top:5px;
    color:#fff;
    cursor:pointer;
    text-align:center;
    width:30px;
    line-height:30px;
    text-align:center;
    background:rgba(0,0,0,.15);
    border-radius:14px;
    -webkit-border-radius:14px;
    font-size:18px;
}
.widget_nav_menu ul a:hover, .widget_nav_menu ul a:focus, .widget_nav_menu ul a:active {
    color:#093863;
    background-image:linear-gradient(to right,#093863 4px,rgba(0,0,0,0) 4px);
	padding-left:30px;
}
.widget_nav_menu ul ul a:hover, .widget_nav_menu ul ul a:focus, .widget_nav_menu ul ul a:active {
    background-image:linear-gradient(to right,#093863 4px,rgba(0,0,0,0) 4px);
	padding-left:30px;
	
}
.widget_nav_menu .arrow:hover {
    background:#093863;
}
.widget_nav_menu .fa.arrow:before {
		content:"\f107 ";
	}
.widget_nav_menu .active > .fa.arrow:before {
    content:" \f106";
}
.tintucmoi{
	margin:0;
	padding:0;
	list-style:none;
}
.tintucmoi li{
	display:flex;
	margin-bottom:15px;
}
.tintucmoi li:last-child{
	margin-bottom:0;
}
.tintucmoi .news-thumb{
	width:30%;
}
.tintucmoi .news-thumb img{
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.tintucmoi .news-footer{
	width:70%;
	padding-left:15px;
}
.tintucmoi .news-footer h3{
	font-weight:600;
	font-size:13px;
	font-family:Arial;
	line-height:1.4;
}
.tintucmoi li:hover .news-footer h3 a{
	color:#d71921;
}
.prodcut_breadcrumb{
	background-color:#e9ecef;
	padding:10px;
	margin-bottom:20px;
}
.product-attributes{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.product-title{
	font-size:20px;
	margin-bottom:10px;
}
#slider_nav img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
#slider_nav .slick-current img{
	filter: grayscale(0);
}
#slider_nav .slick-slide {
	padding:5px;
}
#slider_nav .slick-list {
	margin: 0 -5px;
}
.policy {
	border: solid 2px #d71921;
	border-radius: 25px;
	padding: 0 18px 10px 18px;
	margin-top: 30px;
	margin-bottom:20px;
}
.policy .i-title {
	text-transform: uppercase;
	background: #d71921;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	border-radius: 30px;
	margin-bottom: -5px;
	padding: 0 15px;
	position: relative;
	text-align:center;
	top: -15px;
	display: inline-block;
	vertical-align: middle;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.policy ul{
	list-style:none;
	margin-bottom:0;
	padding:0;
}
.policy ul li {
	margin-bottom: 3px;
}
.policy ul li i {
	color: #d71921;
	font-size: 16px;
	width: 18px;
}
.form-container{
    text-align: center;
}
.form-container .form-icon{
    color: #fff;
    background: linear-gradient(to right, #d71921, #d71921);
    font-size: 30px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    margin: -55px auto 20px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.form-container{
    background: linear-gradient(45deg,#fff 50%, #f9f9f9 50%);
    background-size: 20px 20px;
    padding: 75px 20px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.titleform{
    color: #4F4F4F;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 25px;
    margin: 0 0 20px;
    display: inline-block;
    position: relative;
}
.titleform:before, .titleform:after{
    content: "";
    background: #4F4F4F;
    width: 15px;
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
}
.titleform:after{
    left: auto;
    right: 0;
}
.form-horizontal .form-group{ margin: 0 0 15px; }
.form-horizontal .form-group:last-of-type{
    border-top: 2px solid #e5e5e5;
    padding: 15px 15px 0;
    margin: 0 -20px 0;
}
.form-horizontal .form-control{
    background: #E6E6E6;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    height: 40px;
    padding: 6px 30px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    border-top: 4px solid #CECECE;
    border-left: 4px solid #CECECE;
}
.form-horizontal .form-control:focus{ box-shadow: none; }
.form-horizontal .form-control::placeholder{ color: #6C6C6C; }
.form-horizontal .signup{
    color: #fff;
    background-color: #d71921;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 6px 10px;
    border: none;
    border-radius: 8px;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.1) inset;
    display: block;
    transition: all 0.3s ease 0s;
}
.form-horizontal .signup:hover,
.form-horizontal .signup:focus{
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1) inset,0 0 10px rgba(0,0,0,0.1);
}
@media (min-width: 1500px){
	.container {
	  width: 1430px;
	}
}
@media screen and (max-width:1499px) {
	.otherpost li img{width:90px;}
	.otherpost li h5 {
		line-height: 1.4;
		margin-bottom: 0;
	}
	.post-meta{display:none;}
	.product-item .product-thumb {height: 150px;}
	.product-item .product-footer h3{font-size:13px;}
}
@media screen and (max-width:1199px) {
	.grid-container {grid-template-columns: 25% 25% 25% 25%;}
	.otherpost li img{width:120px;}
	.otherpost li h5 {
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.post-meta{display:flex;}
	.product-item .product-thumb {height: 120px;}
}
@media screen and (max-width:991px) {
	.mainpost{margin-bottom:15px;}
	.flex-row{flex-wrap: wrap;}
	.medium-logo-center #logo {
		-ms-flex-order: 1;
		order: 1;
		text-align: center;
		width:30%;
	}
	.medium-logo-center .top-hotline {
		-ms-flex-order: 1;
		order: 2;
		text-align: center;
		width:50%;
	}
	.medium-logo-center .top-social {
		-ms-flex-order: 3;
		order: 3;
		width:20%;
	}
	.medium-logo-center .top-search {
		-ms-flex-order: 4;
		order: 4;
		width:100%;
		padding:15px 0 5px 0;
	}
	#hotline span{display:none;}
	.logofooter{text-align:center;}
	.iteam-menu h3{font-weight:400;}
	.product-item .product-thumb {height: 140px;}
}

@media screen and (max-width: 767px) {
	.otherpost li:last-child{margin-bottom:15px;}
	.nav-pills>li>a {font-size:0.8em;}
	.medium-logo-center #logo {
		text-align: center;
		width:40%;
	}
	.medium-logo-center .top-hotline {	
		text-align: right;
		width:60%;
		font-size:18px;
	}
	.grid-container {grid-template-columns: 50% 50%;}
	.counter h3{font-size:14px;font-weight:normal;}
	.counter .counter-value {font-size: 25px;}
	.product-item .product-thumb {height: 250px;}
	.iteam-menu h3{font-size:16px;font-weight:500;}
}
@media screen and (max-width: 500px) {
	.product-item .product-thumb {height: 165px;}
	.header-fixed .top-search{
		display:none;
		transition:ease all 0.5s;
	}
}
	
@media screen and (max-width: 400px) {
	.section-title{font-size:18px;margin-bottom:15px;}
	.entry-title{font-size:18px;}
	.formdk{margin-top:5px;}
	.btn-tu-van{font-size:14px;}
	.box .title{font-size: 14px;}
}

@media screen and (max-width:391px) {
	.product-item .product-thumb {height: 135px;}
}
@media only screen and (max-width: 359px){
    .form-container .form-horizontal{
        padding-left: 20px;
        padding-right: 20px;
    }
    .form-horizontal .form-group:last-of-type{
        padding: 15px 15px 0;
        margin: 0 -20px 0;
    }
}
@media print {
	
}
