/* CSS Document */
body {
    color: #404040;
	font-size: 12px;
    font-family: "sans-serif", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana;
	margin: auto;
}

.gw-bg-red {
	background-color: #da251d;
	border-color: #cb231b;
}
.gw-bg-red:hover {
	background-color: #cb231b;
}

.gw-page-list .current,
.gw-page-list a:hover {
    background-color: #da251d;
}

.gw-perfect-scroll {
    position: relative;
}

.gw-container {
	width: 96%;
	max-width: 480px;
	margin: auto;
	position: relative;
}

.divTable {
    display: table;
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    box-sizing: border-box;
}
.divRow {
    display: table-row;
    width: auto;
}
.headRow {
    text-align: center;
    font-weight: bold;
}
.divCell {
    display: table-cell;
    width: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gw-title-block {
    font-size: 160%;
    line-height: 150%;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
    position: relative;
}
.gw-title-block span {
    display: block;
    width: 10%;
    height: 2px;
    background-color: #da251d;
    position: absolute;
    left: 45%;
    bottom: -2px;
}

.gw-title-sub {
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.gw-title-sub a {
    color: #222;
}
.gw-title-sub a:hover {
    color: #da251d;
    text-decoration: none;
}
.gw-title-sub span {
    display: block;
    width: 15%;
    height: 1px;
    background-color: #da251d;
    position: absolute;
    left: 0%;
    bottom: 0px;
}

/*gw-view-post*/
.gw-view-post h1 {
	color: #da251d;
    font-size: 135%;
    margin-bottom: 15px;
}
/*END gw-view-post*/

/*gw-header*/
header {
	width: 100%;
    display: block;
    position: relative;
    border-bottom: solid 1px #CCC;
    z-index: 10;
}

header .gw-header-logo {
    width: auto;
    height: 60px;
    display: inline-block;
    position: relative;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: #FFF;
    overflow: hidden;
}
header .gw-header-logo img {
    height: 60px;
    box-sizing: border-box;
}
header .gw-header-phone {
    line-height: 22px;
    display: inline-block;
    font-size: 110%;
    position: absolute;
    top: 8px;
    right: 0;
}
header .gw-header-phone a {
    color: #da251d;
    font-weight: bold;
}

header .gw-header-top {
    position: relative;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    background-color: #f1f1f1;
    background: url('/gw-content/themes/gw-website/img/header-bg.jpg') no-repeat scroll 0 0/100% 100%;
}
header .gw-header-top .left {
    display: block;
    color: #404040;
    padding: 10px 0;
}
header .gw-header-top .left:hover {
    color: #da251d;
    text-decoration: none;
}
header .gw-header-top .left .title-1 {
    font-size: 110%;
    margin-bottom: 3px;
}
header .gw-header-top .left .title-2 {
    font-size: 90%;
    font-weight: normal;
}
header .gw-header-top .right {
    display: none;
    margin-top: 8px;
    line-height: 25px;
    font-size: 130%;
}
header .gw-header-top .right .phone {
    color: #da251d;
    font-weight: bold;
}

header .gw-header-menu {
    display: none;
    width: 100%;
    height: 43px;
    position: relative;
    z-index: 1;
    padding-left: 150px;
    box-sizing: border-box;
}
header #gw-menu-main {
    width: auto;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
/*END gw-header*/

/*gw-multi-level*/
.gw-multi-level {
	display: inline-block;
	width: auto;
}
.gw-multi-level .menu-icon {
    position: relative;
    top: 5px;
}
.gw-multi-level .menu-icon a {
    display: inline;
    line-height: 33px;
    height: 33px;
    font-size: 30px;
    padding-left: 2px;
    padding-right: 0;
}
.gw-multi-level li {
	margin: 0px 1px;
}
.gw-multi-level li a {
	line-height: 43px;
	color: #555;
    font-size: 100%;
    font-weight: bold;
	padding: 0 15px;
}
.gw-multi-level > li > a {
    text-transform: uppercase;
}
.gw-multi-level li ul {
	top: 43px;
}
.gw-multi-level li li {
	margin: 0 15px;
}
.gw-multi-level .fas,
.gw-multi-level .far {
	margin-right: 7px;
}

.gw-multi-level li:hover a,
.gw-multi-level > .active > a {
	color: #da251d;
}
/*END gw-multi-level*/

/*gw-menu-product*/
.gw-menu-product ul ul {
    display: none;
}
.gw-menu-product li .img {
    display: none;
}
.gw-menu-product li .text {
    display: none;
}
/*END gw-menu-product*/

/*gw-slide*/
#gw-slide {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
	line-height: 0;
	position: relative;
	z-index: 1;
	background-color: #CCC;
}
#gw-slide .nivoSlider {
	box-shadow: none;
}
#gw-slide .nivo-controlNav {
	display: none;
}
#gw-slide .nivo-controlNav {
	display: none;
}
#gw-slide .nivo-caption {
	width: 90%;
	height: auto;
	color: #FFF;
	font-size: 100%;
	bottom: 5%;
	left: 5%;
}
#gw-slide .nivo-caption p {
	margin: 10px 0;
}
/*END gw-slide*/

/*gw-advertise*/
.gw-advertise-img {
    margin-bottom: 35px;
}
.gw-advertise-img .gw-advertise-img-item {
    width: 100%;
    margin-bottom: 10px;
}
.gw-advertise-img .gw-advertise-img-item img {
    max-width: 100%;
}
/*END gw-advertise*/

/*gw-menu-block*/
.gw-menu-block {
    display: none;
    width: auto;
    position: fixed;
    text-align: right;
    top: 45%;
    right: 0;
    z-index: 100;
}
.gw-menu-block a {
    display: inline-block;
    color: #222;
    font-size: 110%;
    line-height: 45px;
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.gw-menu-block a:hover {
    color: #da251d;
    text-decoration: none;
}
.gw-menu-block a span {
    display: none;
}
.gw-menu-block a:hover span {
    display: inline-block;
}
.gw-menu-block a i {
    width: 45px;
    text-align: center;
}
/*END gw-menu-block*/

/*gw-menu-mobile*/
.gw-menu-mobile {
    width: 100%;
    position: fixed;
    text-align: center;
    background-color: #da251d;
    bottom: 0;
    z-index: 10;
}
.gw-menu-mobile a {
    display: inline-block;
    min-width: 35px;
    line-height: 45px;
    padding: 0 5px;
    color: #fff;
    font-size: 90%;
}
.gw-menu-mobile a:hover {
    background-color: #bf221a;
}
/*END gw-menu-mobile*/

/*gw-article*/
.gw-article {
    
}
.gw-article .gw-article-block {
    
}
.gw-article .gw-article-list {
    margin-bottom: 20px;
}
.gw-article .gw-page-list {
    text-align: center;
}
.gw-article .gw-article-item {
    margin-bottom: 35px;
}
.gw-article .gw-article-item:hover .gw-article-name a {
    color: #da251d;
}
.gw-article .gw-article-img {
    width: 100%;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    text-align: center;
}
.gw-article .gw-article-img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-article .gw-article-name {
    font-size: 100%;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 6px;
}
.gw-article .gw-article-info {
    text-align: justify;
    line-height: 20px;
    overflow: hidden;
}
.gw-article .gw-article-menu {
    width: 80%;
    margin: auto;
}
.gw-article .gw-article-menu-title {
    font-size: 135%;
    margin-bottom: 10px;
}
.gw-article .gw-article-menu-title span {
    bottom: -1px;
}
.gw-article .gw-article-menu-link {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gw-article .gw-article-menu-link li {
    font-size: 110%;
    padding: 10px 0;
}
.gw-article .gw-article-menu-link li a {
    display: block;
    color: #666;
}
.gw-article .gw-article-menu-link li a:hover,
.gw-article .gw-article-menu-link .active {
    color: #da251d;
    text-decoration: none;
}
.gw-article .gw-article-menu-link li i {
    font-size: 80%;
}
.gw-article .gw-article-other-title {
    color: #da251d;
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gw-article .gw-article-other-title span {
    bottom: -1px;
}

#gw-article-main {
    margin-bottom: 35px;
}
#gw-article-contact a {
    color: #333;
}
/*END gw-article*/

/*gw-product*/
.gw-product {
    background-color: #f0f0f0;
}
.gw-product-block {
    width: 85%;
    margin: auto;
    padding-bottom: 30px;
}
.gw-product .gw-product-item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.gw-product .gw-product-item:hover .gw-product-name a {
    color: #da251d !important;
}
.gw-product .gw-product-img {
    height: 180px;
    line-height: 180px;
    text-align: center;
}
.gw-product .gw-product-img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-product .gw-product-name {
    font-size: 130%;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 7px;
}
.gw-product .gw-product-name a {
    display: block;
    color: #222;
}
.gw-product .gw-product-name a:hover {
    text-decoration: none;
}
.gw-product .gw-product-summary {
    text-align: center;
    margin: 5px 0;
}
.gw-product .gw-product-summary .text {
    color: #666;
    font-size: 100%;
}
.gw-product .gw-product-summary .text b {
    color: #222;
    font-weight: normal;
}
.gw-product .gw-product-action {
    
}
.gw-product .gw-product-action .btn {
    display: inline-block;
    width: 50%;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    font-weight: 110%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #808080;
}
.gw-product .gw-product-action .btn:hover {
    text-decoration: none;
    background-color: #da251d;
}

.gw-product-navigator {
    background-color: #efefef;
    border-bottom: solid 1px #e0e0e0;
}
.gw-product-navigator-fix {
    width: 100%;
    border-bottom: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.gw-product-navigator .active {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.gw-product-navigator .hide {
    display: none;
    position: absolute;
    top: 45px;
    background-color: #efefef;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.gw-product-navigator .hide .item {
    display: block;
    width: 100%;
    padding-left: 65px;
    box-sizing: border-box;
}
.gw-product-navigator .list {
    display: none;
}
.gw-product-navigator .item {
    width: auto;
    float: left;
    color: #222;
    line-height: 45px;
    font-size: 90%;
    padding: 0 10px;
}
.gw-product-navigator .dropdown {
    color: #da251d;
    font-size: 130%;
    float: right;
}
.gw-product-navigator .item:hover {
    color: #da251d;
    text-decoration: none;
}
.gw-product-navigator .home {
    color: #da251d;
    font-size: 135%;
    background-color: #ddd;
}
.gw-product-navigator .logo {
    display: none;
    width: 105px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    background-color: #da251d;
}
.gw-product-navigator .logo img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-product-navigator .top {
    display: none;
    float: right;
    background-color: #CCC;
}
.gw-product-navigator .top:hover {
    color: #FFF;
    background-color: #666;
}

.gw-product-dacdiem {
    background-color: #f8f8f8;
}
.gw-product-dacdiem .about {
    text-align: justify;
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 30px 30px 20px 30px;
    background-color: #FFF;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.gw-product-dacdiem .list {
    width: 80%;
    margin: auto;
}
.gw-product-dacdiem .item {
   margin-bottom: 35px;
}
.gw-product-dacdiem .img {
    height: 200px;
    line-height: 200px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gw-product-dacdiem .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-product-dacdiem .name {
    font-size: 110%;
}
.gw-product-dacdiem .desc {
    color: #888;
    font-size: 90%;
    font-style: italic;
}

.gw-product-viewitem .viewitem-bg {
    background-color: #e0e0e0;
}
.gw-product-viewitem .view-item {
    display: none;
    position: relative;
}
.gw-product-viewitem .view-item.active {
    display: block;
}
.gw-product-viewitem .view-item .img {
    position: relative;
    height: 300px;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}
.gw-product-viewitem .view-item .img img {
    max-height: 100%;
    vertical-align: middle;
    margin-left: -10%;
}
.gw-product-viewitem .view-item .content {
    width: 90%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    position: absolute;
    left: 5%;
    bottom: 5%;
}
.gw-product-viewitem .view-item .name {
    color: #fff;
    font-size: 150%;
    margin-bottom: 5px;
}
.gw-product-viewitem .view-item .info {
    font-size: 100%;
}
.gw-product-viewitem .view-item .name span {
    bottom: -1px;
}
.gw-product-viewitem .list-item {
    color: #222;
    padding: 15px 10px 15px 45px;
    border-bottom: solid 1px #ededed;
    cursor: pointer;
}
.gw-product-viewitem .list-title {
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
    padding: 12px 10px 12px 45px;
}
.gw-product-viewitem .list-item.active {
    color: #fff;
    background-color: #da251d;
    position: relative;
}
.gw-product-viewitem .active:before {
    color: #fff;
	font-size: 120%;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: '\f053';
    position: absolute;
    top: 37%;
    left: 10px;
}

.gw-product-thuvien {
    margin-bottom: 55px;
}
.gw-product-thuvien .img {
    width: 50%;
    height: 150px;
    float: left;
    line-height: 150px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.gw-product-thuvien .img img {
    max-height: 100%;
    vertical-align: middle;
}
.gw-product-thuvien .gw-view-post {
    background-color: #f0f0f0;
}

.gw-product-mauxe {
	
}
.gw-product-mauxe .list {
	width: 100%;
}
.gw-product-mauxe .img {
    display: none;
	height: 200px;
    line-height: 200px;
	text-align: center;
	overflow: hidden;
}
.gw-product-mauxe .img img {
	max-width: 100%;
    vertical-align: middle;
    margin-top: -10%;
}
.gw-product-mauxe .img.active {
    display: block;
}
.gw-product-mauxe .color {
    width: 100%;
	text-align: center;
}
.gw-product-mauxe .color .item {
    width: 60px;
    display: inline-block;
	font-size: 100%;
	cursor: pointer;
}
.gw-product-mauxe .color .view {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 100%;
    border: solid 1px #CCC;
}
.gw-product-mauxe .color .view i {
    display: none;
}
.gw-product-mauxe .color .active i {
	display: inline-block;
}
.gw-product-mauxe .color .cam {
	background-color: #c96216;
}
.gw-product-mauxe .color .trang {
	color: #666;
	background-color: #f1f1f1;
}
.gw-product-mauxe .color .bac {
	background-color: #AAA;
}
.gw-product-mauxe .color .nau {
	background-color: #5d544e;
}
.gw-product-mauxe .color .xam {
	background-color: #666;
}
.gw-product-mauxe .color .den {
	background-color: #111;
}
.gw-product-mauxe .color .xanh {
	background-color: blue;
}
.gw-product-mauxe .color .vang {
	background-color: #b09e86;
}
.gw-product-mauxe .color .do {
	background-color: #a21a1d;
}

.gw-product-thongso {
    
}
.gw-product-thongso.width100 {
    width: 800px;
    max-width: 100%;
    float: none;
}
.gw-product-thongso .phienban {
    padding: 0 10px;
    border-left: solid 1px #666;
    cursor: pointer;
}
.gw-product-thongso .phienban:hover {
    color: #da251d;
}
.gw-product-thongso .phienban:nth-child(1) {
    border-left: none;
}
.gw-product-thongso .phienban.active {
    color: #da251d;
}
.gw-product-thongso .price {
    display: none;
}
.gw-product-thongso .price.active {
    display: block;
}
.gw-product-thongso .view {
    height: 300px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.gw-product-thongso.width100 .view {
    height: auto;
}
.gw-product-thongso .view .item {
    display: none;
}
.gw-product-thongso .view .item.active {
    display: block;
}
.gw-product-thongso .view .item .divTable .divRow:nth-child(n+6) {
    display: none;
}
.gw-product-thongso.width100 .view .item .divTable .divRow:nth-child(n+6) {
    display: table-row;
}
.gw-product-thongso .divCell {
    padding: 5px;
    border-top: solid 1px #CCC;
}
.gw-product-thongso .divRow:first-child .divCell {
    border-top: none;
}
.gw-product-thongso .divTable {
    margin-bottom: 20px;
}
.gw-product-thongso .divTable .noibat {
    color: #da251d;
    font-weight: bold;
    text-transform: uppercase;
}
.gw-product-thongso .divTable .view-more{
    color: #da251d;
    cursor: pointer;
}
.gw-product-thongso.width100 .divTable .view-more{
    display: none;
}
.gw-product-thongso .divTable .group {
    padding-left: 20px;
    position: relative;
}
.gw-product-thongso .divTable .group:before {
	font-size: 65%;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: '\f054';
    position: absolute;
    top: 11px;
    left: 5px;
}
.gw-product-thongso .divTable .group2 {
    padding-left: 30px;
}
.gw-product-thongso .divTable .group2:before {
    left: 20px;
}
.gw-product-thongso .divTable .title {
    font-weight: bold;
    text-transform: uppercase;
}

.gw-product-video {
	
}
.gw-product-video .gw-product-video-box {
	width: 48.5%;
	float: left;
	margin-bottom: 15px;
	background-color: #FFF;
	border: solid 1px #CCC;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}
.gw-product-video .gw-product-video-box:nth-child(even) {
	float: right;
}
.gw-product-video .gw-product-video-img {
	height: 150px;
	line-height: 150px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.gw-product-video .gw-product-video-img img {
    max-height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.gw-product-video .gw-product-video-img i {
	color: rgba(255,255,255,1);
	font-size: 300%;
    position: absolute;
	top: 30%;
	left: 40%;
	z-index: 2;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}
.gw-product-video .gw-product-video-name {
    width: 100%;
	line-height: 20px;
	max-height: 40px;
    color: #fff;
	font-size: 100%;
    font-weight: normal;
    padding: 5px 0;
	overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 2;
}
.gw-product-video-view {
    width: 450px;
}

#gw-product-main {
    background-color: #FFF;
}
#gw-product-main .title{
    font-size: 135%;
    margin-bottom: 30px;
}
/*END gw-product*/

/*gw-service*/
.gw-service-home .gw-service-home-bg {
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 150px;
}
.gw-service-home .gw-view-post {
    width: 80%;
    position: absolute;
    right: 10%;
    top: 0;
}
.gw-service-home .gw-view-post .phone a {
    color: #da251d;
    font-size: 200%;
    font-weight: bold;
}
/*END gw-service*/

/*gw-about*/
.gw-about-home {
    background-color: #f0f0f0;
    padding-bottom: 30px;
}
.gw-about-home .gw-title-block {
    margin-bottom: 0;
}
.gw-about-home .gw-about-home-bg {
    padding-top: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}
.gw-about-home .gw-view-post {
    padding: 20px 30px;
    background-color: #fff;
}

#gw-about-main {
    margin-bottom: 55px;
}
/*END gw-about*/

/*gw-taisao*/
.gw-taisao-home {
    margin-bottom: 35px;
}
.gw-taisao-home .gw-taisao-item {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.gw-taisao-home .gw-taisao-item h3,
.gw-taisao-home .gw-taisao-item h4,
.gw-taisao-home .gw-taisao-item h5 {
    font-weight: bold;
    color: #222;
}
/*END gw-taisao*/

/*gw-banggia*/
.gw-banggia .gw-view-post {
    font-size: 120%;
    margin-bottom: 45px;
}
.gw-banggia .gw-banggia-block {
    width: 880px;
    max-width: 100%;
    margin: auto;
}
.gw-banggia .gw-banggia-item {
    margin-bottom: 55px;
    border: solid 1px #CCC;
}
.gw-banggia .gw-banggia-img {
    width: 100%;
    height: 150px;
    line-height: 150px;
    text-align: center;
    padding: 20px 0;
}
.gw-banggia .gw-banggia-img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-banggia .gw-banggia-name {
    color: #da251d;
    font-size: 150%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gw-banggia .gw-banggia-action {
    text-align: center;
    margin-bottom: 20px;
}
.gw-banggia .gw-banggia-action .link {
    display: inline-block;
    color: #666;
    font-size: 110%;
    padding: 0 15px;
    margin-bottom: 10px;
    border-left: solid 2px #999;
}
.gw-banggia .gw-banggia-action .link:nth-child(1) {
    border-left: none;
}
.gw-banggia .gw-banggia-action .link:hover {
    color: #da251d;
    text-decoration: none;
}
.gw-banggia .gw-banggia-item .row {
    font-size: 100%;
    text-align: center;
}
.gw-banggia .gw-banggia-item .row td {
    padding: 8px 5px;
}
.gw-banggia .gw-banggia-item .header {
    color: #222;
    font-weight: bold;
    background-color: #f0f0f0;
}
.gw-banggia .gw-banggia-item .price-listed {
    color: #666;
    font-size: 80%;
    text-decoration: line-through;
}
/*END gw-banggia*/

/*gw-contact*/
.gw-contact {
    margin-bottom: 55px;
}
.gw-contact .gw-title-block {
    margin-bottom: 0;
}

#gw-google-map {
    width: 100%;
    height: 350px;
}
/*END gw-contact*/

/*gw-footer*/
.gw-footer-info {
    background-color: #f0f0f0;
    border-bottom: solid 2px #FFF;
}
.gw-footer-info .gw-footer-img p {
    margin: 0px;
}
.gw-footer-info .gw-footer-content {
    width: 80%;
    overflow: hidden;
    margin: auto;
    box-sizing: border-box;
}
.gw-footer-info .gw-footer-content hr {
    height: 0px;
    border: none;
    border-bottom: solid 1px #CCC;
}

.gw-footer-top {
    background-color: #f0f0f0;
    border-bottom: solid 2px #e0e0e0;
}
.gw-footer-top .gw-footer-list {
    width: 80%;
    margin: auto;
}
.gw-footer-top .gw-footer-top-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: solid 1px #ddd;
}
.gw-footer-top .gw-footer-top-item:nth-child(1) {
    border-top: none;
}
.gw-footer-top .gw-footer-top-item .view-01 {
    display: block;
    line-height: 35px;
    text-transform: uppercase;
}
.gw-footer-top .gw-footer-top-item .view-01 i {
    margin-right: 8px;
}
.gw-footer-top .gw-footer-top-item a {
    color: #da251d;
    font-weight: bold;
}
.gw-footer-top .gw-footer-top-item a:hover {
    color: #222;
    text-decoration: none;
}
.gw-footer-top .gw-footer-top-item .gw-phone-action {
    font-size: 120%;
}
.gw-footer-top .gw-footer-top-social {
    font-size: 250%;
    line-height: 45px;
    text-align: center;
}

.gw-footer-menu {
    display: none;
    font-size: 90%;
    padding: 15px 0;
}
.gw-footer-menu .gw-footer-menu-block {
    width: 20%;
    float: left;
}
.gw-footer-menu .gw-footer-menu-title {
    text-transform: uppercase;
    margin-bottom: 5px;
}
.gw-footer-menu .gw-footer-menu-list {
    list-style: none;
    padding: 0;
}
.gw-footer-menu .gw-footer-menu-list a {
    display: inline-block;
    color: #888;
    padding: 3px 0;
}

.gw-footer-copyright {
    color: #888;
    text-align: center;
    padding: 20px 0 60px 0;
    background-color: #f0f0f0;
    border-top: solid 1px #e0e0e0;
}
/*END gw-footer*/

@media all and (min-width: 360px) {
    body {
        font-size: 14px;
    }
	.gw-container {
		max-width: 480px;
	}
    
    /*gw-menu-mobile*/
    .gw-menu-mobile a {
        min-width: 55px;
        line-height: 55px;
        padding: 0 10px;
        font-size: 130%;
    }
    /*END gw-menu-mobile*/
}

@media all and (min-width: 1024px) {
	.gw-container {
		max-width: 100%;
	}
    
	/*gw-view-post*/
	.gw-view-post .col2 {
		width: 48%;
		float: left;
	}
	.gw-view-post .col2:nth-child(even) {
		float: right;
	}
	
	.gw-view-post .col3 {
		width: 32%;
		float: left;
		margin-left: 2%;
	}
	.gw-view-post .col3:nth-child(3n+1) {
		margin-left: 0;
	}
	
	.gw-view-post .col4 {
		width: 24%;
		float: left;
		margin-left: 1.33%;
	}
	.gw-view-post .col4:nth-child(4n+1) {
		margin-left: 0;
	}
	/*END gw-view-post*/
    
    /*gw-menu-product*/
    .gw-menu-product {
        position: relative;
    }
    .gw-menu-product ul {
        width: 1000px;
        padding: 0px 10px 30px 10px;
        position: absolute;
        left: -500px;
        background-color: #eeefef !important;
        box-sizing: border-box;
    }
    .gw-menu-product ul ul {
        display: none;
    }
    .gw-menu-product li {
        width: 25%;
        float: left;
        padding: 15px;
        margin: 0 !important;
        box-sizing: border-box !important;
        border: none !important;
    }
    .gw-menu-product li:hover a,
    .gw-menu-product li:hover .title {
        color: #da251d !important;
    }
    .gw-menu-product li a {
        padding: 0 !important;
        margin: 0 !important;
    }
    .gw-menu-product li a .label {
        display: none;
    }
    .gw-menu-product li .img {
        display: block;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    .gw-menu-product li .img img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }
    .gw-menu-product li .text {
        display: block;
        text-align: center;
    }
    .gw-menu-product li .title {
        display: block;
        color: #404040;
        font-size: 120%;
        font-weight: bold;
        margin-bottom: 3px;
    }
    .gw-menu-product li .price {
        display: block;
    }
    /*END gw-menu-product*/
    
    .gw-title-block {
        font-size: 260%;
        margin-bottom: 45px;
    }

    /*gw-view-post*/
    .gw-view-post h1 {
        font-size: 180%;
    }
    /*END gw-view-post*/

    /*gw-header*/
    header {
        height: 110px;
    }

    header .gw-header-logo {
        height: 110px;
        display: inline-block;
        position: absolute;
    }
    header .gw-header-logo img {
        height: 110px;
        padding: 15px 10px;
        border-left: solid 1px #CCC;
        border-right: solid 1px #CCC;
    }
    header .gw-header-phone {
        display: none;
    }

    header .gw-header-top {
        height: 67px;
        padding-left: 10%;
        top: 0;
    }
    header .gw-header-top .left {
        width: auto;
        max-width: 60%;
        float: left;
        margin-top: 5px;
        padding: 0;
    }
    header .gw-header-top .left .title-1 {
        font-size: 160%;
    }
    header .gw-header-top .left .title-2 {
        font-size: 100%;
    }
    header .gw-header-top .right {
        display: block;
        width: auto;
        float: right;
    }

    header .gw-header-menu {
        display: block;
    }
    /*END gw-header*/

    /*gw-multi-level*/
    /*END gw-multi-level*/

    /*gw-menu-block*/
    .gw-menu-block {
        display: inline-block;
    }
    /*END gw-menu-block*/
    
    /*gw-menu-mobile*/
    .gw-menu-mobile {
        display: none;
    }
    /*END gw-menu-mobile*/

    /*gw-article*/
    .gw-article .gw-article-block {
        width: 68%;
        float: left;
    }
    .gw-article .gw-article-item {
        width: 30%;
        float: left;
        margin-left: 5%;
    }
    .gw-article .gw-article-item:nth-child(3n+1) {
        margin-left: 0%;
    }
    .gw-article .gw-article-name {
        height: 44px;
    }
    .gw-article .gw-article-info {
        height: 80px;
    }
    .gw-article .gw-article-menu {
        width: 27%;
        float: right;
    }
    
    #gw-article-home .gw-article-block {
        width: 100%;
        float: none;
    }
    #gw-article-home .gw-article-item {
        width: 22%;
        float: left;
        margin-left: 4%;
    }
    #gw-article-home .gw-article-item:nth-child(3n+1) {
        margin-left: 4%;
    }
    #gw-article-home .gw-article-item:nth-child(4n+1) {
        margin-left: 0%;
    }
    /*END gw-article*/

    /*gw-product*/
    .gw-product .gw-product-item {
        width: 31%;
        float: left;
        margin-right: 3.5%;
        margin-bottom: 30px;
    }
    .gw-product .gw-product-item:nth-child(3n) {
        margin-right: 0%;
    }
    .gw-product .gw-product-img img {
        max-height: none;
    }
    .gw-product .gw-product-name {
        font-size: 150%;
        border-bottom: solid 2px #CCC;
    }
    .gw-product .gw-product-summary {
        text-align: start;
        margin: 12px 0;
    }
    .gw-product .gw-product-summary .text {
        font-size: 120%;
    }
    
    .gw-product-navigator .active {
        display: none;
    }
    .gw-product-navigator .list {
        display: block;
    }
    .gw-product-navigator .item {
        display: inline-block;
    }

    .gw-product-dacdiem .about {
        width: 23%;
        float: left;
        padding: 30px 30px;
    }
    .gw-product-dacdiem .list {
        width: 72%;
        float: right;
        position: relative;
        top: 20px;
    }
    .gw-product-dacdiem .item {
        width: 31%;
        float: left;
        margin-left: 3.5%;
    }
    .gw-product-dacdiem .item:nth-child(3n+1) {
        margin-left: 0%;
    }

    .gw-product-viewitem .view {
        width: 60%;
        float: left;
    }
    .gw-product-viewitem .view-item .img {
        height: 450px;
        line-height: 450px;
    }
    .gw-product-viewitem .view-item .img img {
        margin-left: 0;
    }
    .gw-product-viewitem .view-item .name {
        font-size: 180%;
    }
    .gw-product-viewitem .list {
        width: 40%;
        height: 450px;
        float: right;
        overflow-y: auto;
    }
    .gw-product-viewitem .list-title {
        font-size: 130%;
    }

    .gw-product-thuvien .img {
        width: 25%;
        height: 200px;
        line-height: 200px;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
        border-left: solid 3px #fff;
        border-right: solid 3px #fff;
    }

    .gw-product-mauxe {
        width: 40%;
        float: left;
    }
    .gw-product-mauxe .img {
        height: 330px;
        line-height: 330px;
    }

    .gw-product-thongso {
        width: 50%;
        float: right;
    }
    
    .gw-product-video .gw-product-video-box {
        width: 23.5%;
        margin-left: 2%;
    }
    .gw-product-video .gw-product-video-img {
        height: 200px;
        line-height: 200px;
    }
    .gw-product-video .gw-product-video-box:nth-child(even) {
        float: left;
    }
    .gw-product-video .gw-product-video-box:nth-child(4n+1) {
        margin-left: 0;
    }
    .gw-product-video-view {
        width: 800px;
    }
    /*END gw-product*/

    /*gw-service*/
    .gw-service-home .gw-service-home-bg {
        background-position: 0;
    }
    .gw-service-home .gw-view-post {
        width: 40%;
        right: 0;
    }
    /*END gw-service*/

    /*gw-about*/
    .gw-about-home {
        padding-bottom: 0;
    }
    .gw-about-home .gw-about-home-bg {
        height: 550px;
        padding-top: 0;
        background-size: contain;
    }
    .gw-about-home .gw-view-post {
        width: 40%;
        margin-top: 30px;
        position: absolute;
        right: 0;
        top: 0;
    }
    /*END gw-about*/

    /*gw-taisao*/
    .gw-taisao-home .gw-taisao-item {
        width: 22%;
        float: left;
        margin-right: 4%;
    }
    .gw-taisao-home .gw-taisao-item:nth-child(4n) {
        margin-right: 0%;
    }
    /*END gw-taisao*/

    /*gw-banggia*/
    .gw-banggia .gw-banggia-img {
        height: 200px;
        line-height: 200px;
    }
    .gw-banggia .gw-banggia-img img {
        height: 100%;
    }
    .gw-banggia .gw-banggia-name {
        font-size: 200%;
    }
    .gw-banggia .gw-banggia-action .link {
        font-size: 120%;
    }
    .gw-banggia .gw-banggia-item .row {
        font-size: 120%;
    }
    /*END gw-banggia*/

    /*gw-contact*/
    #gw-google-map {
        width: 100%;
        height: 500px;
    }
    /*END gw-contact*/

    /*gw-footer*/
    .gw-footer-info {
        padding-bottom: 30px;
    }
    .gw-footer-info .gw-footer-img {
        width: 45%;
        height: 350px;
        overflow: hidden;
        float: left;
    }
    .gw-footer-info .gw-footer-content {
        width: 55%;
        height: 318px;
        float: right;
        padding: 20px 50px;
        background-color: #FFF;
    }
    
    .gw-footer-top .gw-footer-list {
        width: 100%;
        margin: auto;
    }
    .gw-footer-top .gw-footer-top-item {
        width: 20%;
        float: left;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: none;
    }
    .gw-footer-top .gw-footer-top-item .view-01 {
        line-height: 45px;
    }

    .gw-footer-menu {
        display: block;
    }
    .gw-footer-copyright {
        padding: 20px 0;
    }
    /*END gw-footer*/
}

@media all and (min-width: 1180px) {
    .gw-container {
		max-width: 1280px;
	}
    
    /*gw-multi-level*/
	.gw-multi-level li a {
        font-size: 110%;
		padding: 0 20px; 
	}
	.gw-multi-level li li {
		margin: 0 20px;
	}
	/*END gw-multi-level*/
    
    /*gw-header*/
    header .gw-header-top {
        padding-left: 13%;
    }
    header .gw-header-top .left .title-2 {
        font-size: 110%;
    }
    /*END gw-header*/
    
    /*gw-product*/
    .gw-product-navigator .item {
        font-size: 100%;
        padding: 0 15px;
    }
    /*END gw-product*/
}