/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Krub&display=swap');

body {
    color: #333;
	font-size: 13px;
    font-family: "Krub";
    font-weight: 200;
}

a {
    color: #1967b2;
}

h1 {
	color: #1967b2;
    font-size: 135%;
    margin-bottom: 15px;
}

/*
@font-face {
	font-family: UVN01;
	src: url('../fonts/UVNDaLat.TTF') format('truetype'),
	src: url('../fonts/UVNDaLat_R.TTF') format('truetype');
}
@font-face {
	font-family: UVN01;
	src: url('../fonts/UVNCatBien.TTF') format('truetype'),
	src: url('../fonts/UVNCatBien_I.TTF') format('truetype'),
	src: url('../fonts/UVNCatBien_R.TTF') format('truetype');
}
@font-face {
	font-family: UVNCatBien;
	src: url('../fonts/UVNCatBien.TTF') format('truetype'),
	src: url('../fonts/UVNCatBien_I.TTF') format('truetype'),
	src: url('../fonts/UVNCatBien_R.TTF') format('truetype');
}
@font-face {
	font-family: UVNBanhMi;
	src: url('../fonts/UVNBanhMi.TTF') format('truetype');
}
@font-face {
	font-family: UVNBoQuen;
	src: url('../fonts/UVNBoQuen.TTF') format('truetype');
}
@font-face {
	font-family: UVNDaLat;
	src: url('../fonts/UVNDaLat.TTF') format('truetype'),
	src: url('../fonts/UVNDaLat_R.TTF') format('truetype');
}
*/

.gw-container {
    width: 96%;
    margin: auto;
    position: relative;
}

.gw-margin35 {
    margin-top: 35px;
    margin-bottom: 35px;
}
.gw-margin55 {
    margin-top: 55px;
    margin-bottom: 55px;
}
.gw-margin-bottom35 {
    margin-bottom: 35px;
}

.gw-color-white,
.gw-color-white a {
    color: #fff;
}
.gw-text-shadow {
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

.gw-other {
    font-size: 110%;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/*divTable*/
.divCell {
    padding: 10px;
    margin-bottom: 15px;
}
/*END divTable*/

/*gw-banggia-table*/
.gw-banggia-table {
    margin-bottom: 55px;
}
.gw-banggia-table .header {
    display: none;
}
.gw-banggia-table .label {
    font-weight: bold;
}
.gw-banggia-table .divRow {
    margin-bottom: 15px;
}
.gw-banggia-table .divRow:nth-child(odd) {
    background-color: #f1f1f1;
}
.gw-banggia-table .divRow .divCell {
    width: 85%;
    float: right;
    clear: both;
    margin: auto;
    padding: 5px;
    box-sizing: border-box;
}
.gw-banggia-table .divRow .divCell:nth-child(1) {
    width: 15%;
    float: left;
    font-weight: bold;
    text-align: center;
}
.gw-banggia-table .divRow .divCell:nth-child(2) {
    clear: none;
}
.gw-banggia-table .divRow .divCell:nth-child(6) {
    width: 30%;
    float: left;
    margin-left: 15%;
}
.gw-banggia-table .divRow .divCell:nth-child(7) {
    width: 55%;
    float: left;
    clear: none;
}
/*END gw-banggia-table*/

/*hiệu ứng*/
.gw-bar-process {
    color: #fff;
    background: linear-gradient(to left, rgba(25,103,178,0) 50%, rgba(25,103,178,1) 50%) right;
    background-size: 200%;
    transition: .2s ease-out;
}
.gw-bar-process:hover {
    background-position: left;
}

.gw-button {
    border: 0;
    box-sizing: border-box;
}
.gw-button::before, .gw-button::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}
.gw-draw {
    transition: color 0.1s;
}
.gw-draw::before, .gw-draw::after {
    border-bottom: 2px solid transparent;
    width: 0;
    height: 0;
}
.gw-draw::before {
    top: 0;
    left: 0;
}
.gw-draw::after {
    bottom: 0;
    right: 0;
}
.gw-draw:hover {
    
}
.gw-draw:hover::before, .gw-draw:hover::after {
    width: 100%;
    height: 100%;
}
.gw-draw:hover::after {
    border-bottom-color: #ff8000;
    transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
}
/*END hiệu ứng*/

/*gw-title*/
.gw-title-block {
    font-size: 135%;
    line-height: 150%;
    color: #1967b2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}
.gw-title-block:before {
    content: "";
    display: block;
    width: 30%;
    height: 5px;
    background: rgb(25,103,178);
    background: linear-gradient(-15deg,
        rgba(25,103,178,0) 0%,
        rgba(25,103,178,1) 30%,
        rgba(25,103,178,0.5) 50%,
        rgba(25,103,178,1) 70%,
        rgba(25,103,178,0) 100%
    );
    position: absolute;
    left: 35%;
    bottom: 8px;
    border-radius: 100%;
}
.gw-title-block i {
    color: #ff8000;
    font-size: 80%;
    padding: 0 8px;
    background-color: #fff;
    position: relative;
    top: -15px;
}
.gw-title-block.gw-white {
    color: #fff;
}
.gw-title-block.gw-white span {
    background-color: #fff;
}
.gw-title-block.gw-white i {
    color: #fff;
    background-color: #1967b2;
}

.gw-title-sub {
    color: #1967b2;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.gw-title-sub a {
    color: #1967b2;
}
.gw-title-sub a:hover {
    color: #1967b2;
    text-decoration: none;
}
.gw-title-sub:before {
    content: "";
    display: block;
    width: 15%;
    height: 1px;
    background-color: #ff8000;
    position: absolute;
    left: 0%;
    bottom: -1px;
}
/*END gw-title*/

/*gw-page-70-30*/
.gw-page-70,
.gw-page-30 {
    margin-bottom: 35px;
}
/*END gw-page-70-30*/

/*gw-block-view*/
.gw-block-view {
    
}
.gw-block-view .gw-item {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;;
}
.gw-block-view .gw-name {
    color: #1967b2;
    text-align: center;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}
.gw-block-view .gw-name:after {
    content: " ";
    width: 16%;
    height: 3px;
    background-color: #ff8000;
    position: absolute;
    bottom: 0;
    left: 42%;
}
.gw-block-view .gw-info {
    line-height: 150%;
}
.gw-block-view .gw-border,
.gw-block-view .gw-img {
    height: 180px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.gw-block-view .gw-border {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: solid 1px #ff8000;
    margin-bottom: 45px;
}
.gw-block-view .gw-img {
    line-height: 180px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
    overflow: hidden;
    top: 10px;
    left: 10px;
}
.gw-block-view .gw-img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-block-view .other {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    font-size: 130%;
    position: absolute;
    bottom: -40px;
    left: 40%;
    z-index: 2;
}
.gw-block-view .other:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #1967b2;
}
.gw-block-view .other:after {
	content: "";
	position: absolute;
    bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #1967b2;
}
.gw-block-view .other i {
    position: relative;
    z-index: 3;
}
.gw-block-view .gw-item:nth-child(even) .other:before {
    border-bottom: 30px solid #ff8000;
}
.gw-block-view .gw-item:nth-child(even) .other:after {
    border-top: 30px solid #ff8000;
}
/*END gw-block-view*/

/*gw-navigator*/
.gw-navigator {
    margin-bottom: 0;
    padding: 12px 20px;
    background-color: #efefef;
}
.gw-navigator .gw-navigator-item,
.gw-navigator .gw-navigator-item a,
.gw-navigator .gw-navigator-item i {
    color: #aaa;
}
/*END gw-navigator*/

/*gw-multi-level*/
.gw-multi-level {
	display: inline-block;
	width: auto;
}
.gw-multi-level li {
	margin: 0px 1px;
    position: relative;
    z-index: 1;
}
.gw-multi-level li a {
    display: block;
	line-height: 18px;
	color: #333;
    font-size: 90%;
    text-align: center;
	padding: 7px 10px;
}
.gw-multi-level > li > a {
    width: auto;
    float: left;
    text-transform: uppercase;
}
.gw-multi-level li ul {
	top: 100px;
}
.gw-multi-level li li {
	margin: 0 10px;
}
.gw-multi-level .fas,
.gw-multi-level .far {
	margin-right: 7px;
}
.gw-multi-level li:hover a,
.gw-multi-level > .active > a {
    color: #fff;
	background-color: #1967b2;
}
/*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-header*/
.gw-header {
	width: 100%;
    display: block;
}
.gw-header .gw-header-logo {
    width: auto;
    height: 40px;
    float: left;
    line-height: 0;
    padding: 5px 0;
}
.gw-header .gw-header-logo img {
    max-height: 100%;
    vertical-align: middle;
}

.gw-header .gw-header-top {
    display: none;
    width: auto;
    float: right;
    line-height: 40px;
    font-size: 90%;
    margin-top: 20px;
}
.gw-header .gw-header-top a {
    margin: 0 15px;
}
.gw-header .gw-header-top a:hover {
    text-decoration: none;
}
.gw-header .gw-header-top a:last-child {
    margin-right: 0;
}

.gw-header .gw-header-phone {
    display: none;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 0;
}
.gw-header .gw-header-phone a {
    color: #f00;
}

.gw-header .gw-header-menu {
    display: none;
    width: 100%;
}

.gw-header .gw-header-mobile {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-size: 120%;
    text-align: center;
    border: solid 1px #000;
    position: absolute;
    top: 10px;
    right: 0;
}
.gw-header .gw-header-mobile:hover {
    color: #fff;
    border: solid 1px #1967b2;
}

.gw-header .gw-header-search {
    display: none;
    width: 190px;
    position: absolute;
    right: 0;
    bottom: 8px;
    z-index: 1;
}
.gw-header .gw-header-search .gw-input {
    font-size: 90%;
    padding-right: 25px;
    position: relative;
}
.gw-header .gw-header-search:before {
    color: #1967b2;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: '\f002';
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.gw-header-fix {
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
}

#gw-menu-mobile-nav ul li i {
    display: none;
}
#gw-menu-mobile-nav .gw-header-search {
    position: relative;
}
#gw-menu-mobile-nav .gw-header-search .gw-input {
    font-size: 90%;
    padding-right: 25px;
    position: relative;
}
#gw-menu-mobile-nav .gw-header-search:before {
    color: #1967b2;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: '\f002';
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 2;
}
/*END gw-header*/

/*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%;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,1);
	bottom: 5%;
	left: 5%;
}
.gw-slide img,
.gw-slide-desktop img,
.gw-slide-mobile img {
    max-width: 100%;
}
.gw-slide-mobile .nivo-caption {
    display: none;
	width: 90%;
	height: auto;
	color: #FFF;
	font-size: 100%;
    font-weight: normal;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	top: 5%;
	left: 5%;
}

.gw-slide-run a {
    display: none;
}
.gw-slide-run a:first-child {
    display: block;
}

.gw-slide-desktop {
    
}
.gw-slide-mobile {
    display: none;
}

.gw-slider-content {
    position: relative;
    z-index: 1;
}
/*END gw-slide*/

/*gw-images-slide*/
.gw-images-slide {
    
}
.gw-images-slide img {
    display: none;
}
.gw-images-slide img:first-child {
    display: block;
}
/*END gw-images-slide*/

/*gw-menu-right*/
.gw-menu-right {
    list-style: none;
    margin: 0 0 35px 0;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.gw-menu-right a {
    display: block;
    font-size: 100%;
    font-weight: 500;
    padding: 10px 0;
    border-top: dashed 1px #ccc;
}
.gw-menu-right a i {
    font-size: 70%;
    margin-right: 7px;
}
.gw-menu-right li:first-child a {
    border-top: none;
}

.gw-advertise-img {
    margin-bottom: 35px;
}
.gw-advertise-img .gw-item {
    margin-bottom: 10px;
}
.gw-advertise-img .gw-img {
    display: block;
    text-align: center;
}
.gw-advertise-img .gw-img img {
    max-width: 100%;
}
/*END gw-menu-right*/

/*gw-menu-quick*/
.gw-menu-quick {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding-bottom: 0.3rem;
    text-align: center;
    position: fixed;
    background-color: #1967b2;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}

.gw-menu-quick a {
    width: 20%;
    line-height: 1rem;
    font-size: 85%;
    text-align: center;
    position: relative;
    margin-top: -0.5rem;
}

.gw-menu-quick a:hover {
    text-decoration: none;
}

.gw-menu-quick .gw-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    color: #fff;
    margin: auto;
    padding: 0.3rem;
    border-radius: 100%;
    box-sizing: border-box;
    border: solid 2px #fff;
}

.gw-menu-quick .text {
    display: block;
    color: #fff;
    font-size: 80%;
    line-height: 1rem;
    margin-top: 0.2rem;
}

.gw-menu-quick .gw-zalo:before {
    display: block;
    width: 100%;
    font-size: 80%;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    content: "Zalo";
    position: absolute;
    top: 5px;
    left: 0;
}

.gw-menu-quick .gw-dacbiet {
    transform: scale(1.3);
    position: relative;
    top: -6px;
}
/*END gw-menu-quick*/

/*gw-posts-view*/
.gw-posts-view-3 .width-max {
    max-width: 1366px;
    margin: auto;
}
.gw-posts-view-3 .view-item {
    display: none;
    position: relative;
}
.gw-posts-view-3 .view-item.active {
    display: block;
}
.gw-posts-view-3 .view-item .img {
    position: relative;
    max-height: 350px;
    text-align: center;
    overflow: hidden;
}
.gw-posts-view-3 .view-item .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-posts-view-3 .view-item .content {
    width: 90%;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.9);
    background-color: rgba(0,0,0,0.3);
    padding: 2% 5% 1% 5%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.gw-posts-view-3 .view-item .name {
    color: #fff;
    font-size: 110%;
    margin-bottom: 5px;
}
.gw-posts-view-3 .view-item .info {
    font-size: 100%;
}
.gw-posts-view-3 .list-item {
    color: #222;
    padding: 8px 10px 8px 45px;
    border-bottom: solid 1px #ededed;
    cursor: pointer;
}
.gw-posts-view-3 .list-title {
    font-weight: bold;
    font-size: 110%;
    text-transform: uppercase;
    padding: 12px 10px 12px 45px;
}
.gw-posts-view-3 .list-item.active {
    color: #fff;
    background-color: #1967b2;
    position: relative;
}
.gw-posts-view-3 .active:before {
    color: #fff;
	font-size: 110%;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	content: '\f053';
    position: absolute;
    top: 30%;
    left: 10px;
}

.gw-posts-view-4 {
    margin-bottom: 55px;
}
.gw-posts-view-4 .img {
    display: inline-block;
    width: 50%;
    height: 150px;
    float: left;
    line-height: 150px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
}
.gw-posts-view-4 .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
/*END gw-posts-view*/

/*gw-rooms*/
.gw-rooms {
    background-color: #f6f3ea;
}
.gw-rooms .block {
    max-width: 1366px;
    margin: auto;
}
.gw-rooms .block .item {
    padding-bottom: 35px;
}
.gw-rooms .block .img-list {
    
}
.gw-rooms .block .content {
    text-align: center;
    padding-top: 2%;
    box-sizing: border-box;
}
.gw-rooms .block .content .price {
    color: #1967b2;
    margin-bottom: 10px;
}
.gw-rooms .block .content .name {
    color: #222;
    font-size: 130%;
    margin-bottom: 10px;
}
.gw-rooms .block .content .name a {
    color: #222;
}
.gw-rooms .block .content .gw-view-post {
    margin-bottom: 15px;
}
.gw-rooms .block .nivo-directionNav a {
    top: auto;
    bottom: 10px;
    background-color: rgba(25,103,178,0.7);
    border-radius: 100%;
}
.gw-rooms .block .nivo-prevNav {
    left: 10px;
}
.gw-rooms .block .nivo-nextNav {
    left: 40px;
    right: auto;
}
.gw-rooms .block .item:nth-child(even) .nivo-prevNav {
    left: auto;
    right: 40px;
}
.gw-rooms .block .item:nth-child(even) .nivo-nextNav {
    left: auto;
    right: 10px;
}

.gw-rooms.bg-white {
    background-color: #fff;
}

.gw-rooms .gw-rooms-form {
    max-width: 90%;
    margin: auto;
    box-sizing: border-box;
}
.gw-rooms .gw-rooms-detail {
    position: relative;
}
.gw-rooms .gw-rooms-detail .gw-slide {
    z-index: 1;
}
.gw-rooms .gw-rooms-detail .slide-content {
    width: 60%;
    max-width: 360px;
    color: #111;
    font-size: 90%;
    text-align: right;
    padding: 5% 15px;
    background-color: rgba(255,255,255,0.6);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.gw-rooms .gw-rooms-detail .price {
    color: #1967b2;
    font-weight: bold;
    margin-bottom: 10px;
}

.gw-rooms .gw-rooms-detail .nivo-directionNav a {
    top: auto;
    bottom: 10px;
    background-color: rgba(25,103,178,0.7);
    border-radius: 100%;
}
.gw-rooms .gw-rooms-detail .nivo-prevNav {
    left: auto;
    right: 40px;
}
.gw-rooms .gw-rooms-detail .nivo-nextNav {
    left: auto;
    right: 10px;
}

.gw-rooms .gw-rooms-form .gw-document-box {
    display: none;
    border: none;
    padding: 0;
}
.gw-rooms .gw-rooms-form .gw-document .gw-document-box:nth-child(2) {
    display: block;
}
.gw-rooms .gw-rooms-form .gw-document-title {
    display: none;
}
.gw-rooms .gw-rooms-form .gw-input,
.gw-rooms .gw-rooms-form .gw-select {
    height: 35px;
    line-height: 35px;
}
.gw-rooms .gw-rooms-form hr {
    border-width: 3px;
    border-color: #CCC;
}
/*END gw-rooms*/

/*gw-article*/
.gw-article {
    
}
.gw-article .block {
    
}
.gw-article .list {
    margin-bottom: 20px;
}
.gw-article .gw-page-list {
    text-align: center;
}
.gw-article .item {
    max-width: 350px;
    margin: auto auto 35px auto;
}
.gw-article .item .img {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 5px;
}
.gw-article .item .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-article .item .name {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 6px;
}
.gw-article .item .date {
    color: #666;
    font-size: 90%;
    margin-bottom: 3px;
}
.gw-article .item .info {
    font-size: 90%;
    text-align: justify;
    line-height: 18px;
    overflow: hidden;
}
/*END gw-article*/

/*gw-product*/
.gw-product .block {
    
}
.gw-product .block .item {
    width: 50%;
    height: 370px;
    float: left;
    padding: 0px 20px 20px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.gw-product .block .item:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    z-index: 2;
}
.gw-product .block .item-list .name {
    font-weight: 500;
}
.gw-product .block .item-list .summary {
    margin-bottom: 8px;
}
.gw-product .block .img {
    height: 140px;
    line-height: 140px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 15px;
}
.gw-product .block .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-product .block .name {
    font-size: 100%;
    font-weight: 500;
    max-height: 54px;
    line-height: 18px;
    overflow: hidden;
    margin-bottom: 5px;
}
.gw-product .block .name a {
    color: #111;
}
.gw-product .summary {
    
}

.gw-product .item-list .name,
.gw-product .item-list .summary {
    text-align: center;
}
.gw-product .btn-action p {
    display: block;
    width: 100%;
    max-width: 250px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-transform: uppercase;
    box-sizing: border-box;
}
.gw-product .price-view {
    color: #666;
    margin-bottom: 5px;
}
.gw-product .price {
    font-weight: 500;
}
.gw-product .price-current {
    height: 18px;
    line-height: 18px;
    color: #666;
    font-size: 100%;
    text-decoration: line-through;
    margin-left: 7px;
}
.gw-product .price-percent {
    height: 18px;
    line-height: 18px;
    font-size: 80%;
    font-weight: 500;
    color: #fff;
    margin-left: 7px;
    padding: 1px 5px 2px 22px;
    border-radius: 20px;
    background: rgb(255,173,48);
    background: linear-gradient(90deg, rgba(254,156,4,1) 0%, rgba(217,32,32,1) 100%);
    position: relative;
    top: -2px;
}
.gw-product .price-percent:before {
    content: "\f0e7";
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 18px;
    color: rgb(255,173,48);
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    left: 1px;
}
.gw-product .promotion-item {
    display: block;
    line-height: 20px;
}
.gw-product .promotion-item:before {
    content: "\f00c";
    display: inline-block;
    width: 22px;
    color: rgb(255,173,48);
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    text-align: center;
}
.gw-product .tangbaohiemvatchat1 {
    color: #009900;
}
.gw-product .tangbaohiemvatchat1:before {
    content: "\f505";
    font-size: 90%;
    color: #009900;
}
.gw-product .giachuagiam {
    color: #f00;
}
.gw-product .giachuagiam:before {
    content: "\f153";
    color: #f00;
}
.gw-product .rehonhoantien {
    color: #ca0000;
}
.gw-product .rehonhoantien:before {
    content: "\f155";
    color: #ca0000;
}
.gw-product .quatangkem {
    color: #0080c0;
}
.gw-product .quatangkem:before {
    content: "\f06b";
    color: #0080c0;
}
.gw-product .hoantien {
    color: #9a1616;
}
.gw-product .hoantien:before {
    content: "\f4c0";
    color: #9a1616;
}

.gw-product-page {
    padding: 10px 0;
    background-color: #f4f4f4;
}
.gw-product-page h1 {
    margin-bottom: 0;
}
.gw-product-page .gw-container {
    background-color: #fff;
}
.gw-product-page .left {
    border-right: solid 1px #f4f4f4;
    box-sizing: border-box;
}
.gw-product-page .left a {
    color: #444;
}
.gw-product-page .left-block {
    list-style: none;
    margin: 0;
    padding: 20px;
    border-bottom: solid 2px #f4f4f4;
}
.gw-product-page .left-item {
    padding: 5px 0;
}
.gw-product-page .left-title {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.gw-product-page .right {
    border-left: solid 1px #f4f4f4;
    box-sizing: border-box;
    border-bottom: solid 10px #f4f4f4;
}
.gw-product-page .gw-page-list {
    text-align: center;
    margin-top: 35px;
}

.gw-product-detail {
    padding: 10px 0;
    background-color: #f4f4f4;
}
.gw-product-detail .gw-container {
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.gw-product-detail .gw-title {
    font-weight: 500;
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}
.gw-product-detail .gw-title:before {
    content: "";
    width: 100%;
    height: 2px;
    background: rgb(246,246,246);
    background: linear-gradient(90deg, rgba(250,250,250,1) 0%, rgba(204,204,204,1) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}
.gw-product-detail .left {
    padding-right: 20px;
    box-sizing: border-box;
}
.gw-product-detail .right {
    box-sizing: border-box;
}
.gw-product-detail .detail-img {
    
}
.gw-product-detail .detail-img .img {
    display: inline-block;
    width: 20%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
}
.gw-product-detail .detail-img .first {
    display: block;
    width: 100%;
    height: 350px;
    line-height: 350px;
    text-align: center;
    overflow: hidden;
}
.gw-product-detail .detail-img .img img {
    max-height: 100%;
    vertical-align: middle;
}
.gw-product-detail .detail-info {
    margin-bottom: 35px;
}
.gw-product-detail .detail-info .price-view {
    padding: 15px 20px;
    background-color: #f6f6f6;
    border-radius: 3px;
}
.gw-product-detail .detail-info .price {
    font-size: 135%;
}
.gw-product-detail .detail-info .price-percent {
    font-size: 90%;
}
.gw-product-detail .detail-info .price-percent:before {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 90%;
}
.gw-product-detail .detail-info .promotion {
    margin-bottom: 10px;
}
.gw-product-detail .detail-info .promotion-item {
    font-size: 90%;
    line-height: 25px;
}
.gw-product-detail .uudai {
    padding: 0 15px;
    border: solid 1px #f1f1f1;
    margin-bottom: 20px;
}
.gw-product-detail .uudai-item:nth-child(odd) {
    border-top: none;
}
.gw-product-detail .detail-quantity {
    margin-bottom: 15px;
}
.gw-product-detail .label {
    display: inline-block;
    line-height: 30px;
    float: left;
}
.gw-product-detail .camket {
    border: solid 1px #f1f1f1;
    margin-bottom: 35px;
}
.gw-product-detail .camket-item {
    min-height: 40px;
    padding: 10px 10px 10px 50px;
    border-top: solid 1px #f1f1f1;
    vertical-align: middle;
    position: relative;
}
.gw-product-detail .camket-item:first-child {
    border-top: none;
}
.gw-product-detail .camket-item:before {
    content: "\f00c";
    width: 50px;
    color: #1967b2;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    font-size: 200%;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 0;
}
.gw-product-detail .chinhhang:before {
    content: "\f3ed";
}
.gw-product-detail .baohanh:before {
    content: "\f362";
}
.gw-product-detail .giaohang:before {
    content: "\f1da";
}
.gw-product-detail .mienship:before {
    content: "\f48b";
}
.gw-product-detail .goiqua:before {
    content: "\f06b";
}
.gw-product-detail .thongtinsp {
    
}
.gw-product-detail .thongtinsp-title {
    font-size: 120%;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}
.gw-product-detail .thongtinsp-item {
    clear: both;
    padding: 3px 10px;
}
.gw-product-detail .thongtinsp-item:nth-child(even) {
    background-color: #fff;
}
.gw-product-detail .thongtinsp-item:nth-child(odd) {
    background-color: #f6f6f6;
}
.gw-product-detail .thongtinsp-name {
    width: 35%;
    float: left;
}
.gw-product-detail .thongtinsp-value {
    width: 62%;
    float: right;
}
.gw-product-other {
    margin-top: 35px;
}
.gw-product-other .gw-other-title {
    text-decoration: underline;
    font-size: 130%;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
/*END gw-product*/

/*gw-library*/
.gw-library .item {
    margin-bottom: 25px;
    box-sizing: border-box;
}
.gw-library .item .img {
    line-height: 0;
	text-align: center;
	overflow: hidden;
}
.gw-library .item .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-library .item .name {
    font-size: 100%;
    margin: 12px 0 8px 0;
}
.gw-library .item .name a {
    font-weight: bold;
}
.gw-library .item .info {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gw-library .item .video {
    position: relative;
    z-index: 1;
}
.gw-library .item .video:before {
    content: "\f144";
	font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-weight: bold;
    font-size: 260%;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 2;
}
/*END gw-library*/

/*gw-images*/
.gw-images {
    margin-bottom: 35px;
}
.gw-images a {
    display: inline-block;
    width: 19%;
    height: 150px;
    line-height: 0;
    text-align: center;
    overflow: hidden;
    margin: 0.3% 0.5%;
    box-sizing: border-box;
    border: solid 1px #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
}
.gw-images a img {
    max-width: 100%;
    vertical-align: middle;
}
/*END gw-images*/

/*gw-faqs*/
.gw-faqs-home {
    margin-bottom: 35px;
}
.gw-faqs-home .gw-img {
    text-align: center;
}
.gw-faqs-home .gw-img img {
    max-width: 100%;
}
.gw-faqs-home .gw-content {
    
}
.gw-faqs-home .gw-title-sub {
    text-transform: uppercase;
}
.gw-faqs-home .gw-item {
    margin: 25px 0;
}
.gw-faqs-home .gw-cauhoi {
    margin-bottom: 5px;
}
.gw-faqs-home .gw-date {
    color: #666;
    font-style: italic;
    margin-bottom: 7px;
}
.gw-faqs-home .gw-view {
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}
/*END gw-faqs*/

/*gw-service*/
.gw-service {
    position: relative;
    margin-bottom: 35px;
}
.gw-service .block {
    
}
.gw-service .item {
    max-width: 300px;
    margin: 0 auto 25px auto;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
}
.gw-service .item .img {
    line-height: 0;
	text-align: center;
	overflow: hidden;
}
.gw-service .item .img img {
    max-width: 100%;
    max-height: 300px;
    vertical-align: middle;
}
.gw-service .item .content {
	
}
.gw-service .item .name {
    font-size: 100%;
    text-transform: uppercase;
    margin: 12px 0 8px 0;
}
.gw-service .item .name a {
    font-weight: bold;
}
.gw-service .item .info {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gw-service .item .view {
    font-size: 85%;
    text-transform: uppercase;
}
.gw-service .item .view a {
    color: #666;
}

.gw-service-home .gw-service .item {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.gw-service-home .gw-service .item .content {
    display: none;
}
.gw-service-home .gw-service .item .img {
    position: relative;
}
.gw-service-home .gw-service .item .name {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 90%;
    margin: 0 0 5px 0;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 45%;
    background-color: rgba(255,255,255,0.7)
}

.gw-service-home-blue .item {
    position: relative;
}
.gw-service-home-blue .item p {
    position: relative;
}
.gw-service-home-blue .item h2,
.gw-service-home-blue .item h3,
.gw-service-home-blue .item h4,
.gw-service-home-blue .item h5 {
    width: 92%;
    color: #fff;
    text-align: center;
    background-color: rgba(25,103,178,0.9);
    padding: 7px 0;
    position: absolute;
    left: 4%;
    bottom: 8%;
}
.gw-service-home-blue .item h2 a,
.gw-service-home-blue .item h3 a,
.gw-service-home-blue .item h4 a,
.gw-service-home-blue .item h5 a {
    display: block;
    color: #fff;
}
/*END gw-service*/

/*gw-contact*/
#gw-google-map {
    width: 100%;
    height: 350px;
}
/*END gw-contact*/

/*gw-plus-minus*/
.gw-plus-minus {
    display: inline-block;
    height: 30px;
    overflow: hidden;
    border: solid 1px #f1f1f1;
    position: relative;
}
.gw-plus-minus .gw-btn {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #666;
    text-align: center;
    background-color: #f6f6f6;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    top: -1px;
}
.gw-plus-minus .gw-value {
    display: inline-block;
    width: 35px;
    text-align: center;
    border: none;
    outline: none;
}
.gw-plus-minus .gw-value::-webkit-outer-spin-button,
.gw-plus-minus .gw-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.gw-plus-minus .gw-value[type=number] {
    -moz-appearance: textfield;
}
/*END gw-plus-minus*/

/*gw-cart*/
.gw-cart {
    margin-bottom: 45px;
}
.gw-cart .left {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.gw-cart .right {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 11;
}
.gw-cart .right .col2 {
    width: 50%;
    float: left;
}
.gw-cart .item {
    padding: 10px 0;
    border-top: dashed 1px #eee;
}
.gw-cart .list .item:first-child {
    border-top: none;
}
.gw-cart .item .img {
    width: 25%;
    height: 100px;
    line-height: 100px;
    float: left;
    text-align: center;
}
.gw-cart .item .img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-cart .item .name {
    width: 65%;
    float: left;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}
.gw-cart .item .price-view {
    width: 180px;
    float: left;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gw-cart .item .price-view .price {
    font-size: 110%;
    font-weight: 500;
}
.gw-cart .item .price-view .price-current {
    margin-left: 10px;
    opacity: 0.8;
    text-decoration: line-through;
}
.gw-cart .item .price-view .price-percent {
    display: none;
    border-left: solid 1px #666;
    margin-left: 5px;
    padding-left: 5px;
}
.gw-cart .item .quantity {
    float: left;
    height: 60px;
    overflow: hidden;
    text-align: right;
}
.gw-cart .item .remove {
    text-align: right;
    color: blue;
    cursor: pointer;
}
.gw-cart .item .remove span {
    display: none;
    color: blue;
}
.gw-cart .item .remove i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #999;
    border-radius: 3px;
}
.gw-cart .total {
    color: #777;
    font-weight: 500;
    font-size: 100%;
}
.gw-cart .total .label {
    color: rgba(255,0,0,0.8);
    font-size: 130%;
    text-align: right;
    margin-bottom: 20px;
}
.gw-cart .btn {
    width: 100%;
    box-sizing: border-box;
}
.gw-cart .empty {
    text-align: center;
}
.gw-cart .empty .icon {
    font-size: 100px;
    opacity: 0.5;
}

.gw-cart-quantity {
    color: #1967b2;
    position: relative;
    background-color: orange;
    background: rgb(255,128,0);
    background: linear-gradient(0deg , rgba(255,128,0,1) 0%, rgba(255,200,150,1) 50%, rgba(255,128,0,1) 100%);
}
.gw-cart-quantity [data-cart="cart-quantity"] {
    display: inline-block;
    width: 25px;
    height: 23px;
    line-height: 23px;
    color: #111;
    font-size: 120%;
    font-weight: 500;
    text-align: center;
    border-radius: 30px;
    padding-bottom: 2px;
    background-color: rgb(255,255,255);
    box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    position: absolute;
    top: 5%;
    right: 30%;
}

.gw-cart-page {
    background-color: #f4f4f4;
    padding-bottom: 20px;
}
/*END gw-cart*/

/*gw-footer*/
footer {
    font-size: 100%;
    border-top: solid 1px #ddd;
}

.gw-footer-copyright {
    color: #fff;
    text-align: center;
    padding: 20px 0 90px 0;
    background-color: #1967b2;
}

#gw-dmca {
    margin-top: 15px;
}
/*END gw-footer*/

@media all and (min-width: 480px) {
	.gw-container {
		max-width: 480px;
	}
    
    /*gw-service*/
    .gw-service-home-blue .item h2,
    .gw-service-home-blue .item h3,
    .gw-service-home-blue .item h4,
    .gw-service-home-blue .item h5 {
        width: 86%;
        left: 7%;
    }
    /*END gw-service*/
}

@media all and (min-width: 768px) {
	/*.gw-container {
		max-width: 768px;
	}*/
}

@media all and (min-width: 1024px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 180%;
    }
    
	.gw-container {
		max-width: 96%;
	}
    
    /*divTable*/
    .divTable {
        display: table;
        width: 100%;
        box-sizing: border-box;
    }
    .divRow {
        display: table-row;
    }
    .divCell {
        display: table-cell;
        vertical-align: middle;
        padding: 0.5%;
        box-sizing: border-box;
    }
    .divCell.width2 {
        width: 50%;
        padding: 1%;
    }
    .divCell.width3 {
        width: 33.3%;
        padding: 1%;
    }
    .divCell.width4 {
        width: 25%;
        padding: 0.5%;
    }
    .divCell.width5 {
        width: 20%;
        padding: 0.5%;
    }
    .divTableTop .divCell {
        vertical-align: top;
    }
    /*END divTable*/
    
    /*gw-banggia-table*/
    .gw-banggia-table .divRow.header .divCell {
        font-weight: bold;
        background-color: #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .gw-banggia-table .header {
        display: table-row;
        font-weight: bold;
        background-color: #ddd;
    }
    .gw-banggia-table .label {
        display: none;
    }
    .gw-banggia-table .divRow {
        margin-bottom: auto;
    }
    .gw-banggia-table .divRow:hover {
        color: #fff;
        background-color: #1967b2;
    }
    .gw-banggia-table .divRow:hover .divCell:nth-child(7) {
        color: #ff0;
    }
    .gw-banggia-table .divRow .divCell {
        width: auto;
        float: none;
        clear: none;
        margin: auto;
        padding: 0.5%;
        box-sizing: border-box;
    }
    .gw-banggia-table .divRow .divCell:nth-child(1) {
        width: 5%;
        float: none;
    }
    .gw-banggia-table .divRow .divCell:nth-child(2) {
        width: 21%;
    }
    .gw-banggia-table .divRow .divCell:nth-child(3) {
        width: 18%;
        font-weight: bold;
    }
    .gw-banggia-table .divRow .divCell:nth-child(4) {
        width: 18%;
    }
    .gw-banggia-table .divRow .divCell:nth-child(5) {
        width: 18%;
    }
    .gw-banggia-table .divRow .divCell:nth-child(6) {
        width: 8%;
        float: none;
        text-align: center;
        margin-left: auto;
    }
    .gw-banggia-table .divRow .divCell:nth-child(7) {
        width: 12%;
        font-weight: bold;
        text-align: right;
        float: none;
    }
    /*END gw-banggia-table*/
    
    /*gw-title*/
    .gw-title-block {
        font-size: 230%;
        margin-bottom: 25px;
    }
    .gw-title-block:before {
        width: 18%;
        left: 41%;
    }
    .gw-title-block i {
        font-size: 60%;
        top: -30px;
    }
    /*END gw-title*/
    
    /*gw-page-70-30*/
    .gw-page-70 {
        width: 75%;
        float: left;
    }
    
    .gw-page-30 {
        width: 22%;
        float: right;
    }
    .gw-page-30 .item {
        width: 100% !important;
        clear: both;
    }
    .gw-page-30 .gw-title-block {
        font-size: 120%;
    }
    /*END gw-page-70-30*/
    
    /*gw-header*/
    .gw-header .gw-header-logo {
        height: 50px;
    }
    .gw-header .gw-header-top {
        display: block;
    }
    .gw-header .gw-header-phone {
        display: block;
    }
    .gw-header .gw-header-menu {
        display: block;
    }
    .gw-header .gw-header-mobile {
        display: none;
    }
    .gw-header .gw-header-search {
        display: block;
    }
    /*END gw-header*/
    
    /*gw-slide*/
    .gw-slide-mobile {
        
    }
    
    .gw-slide-desktop {
        
    }
    /*END gw-slide*/
    
    /*gw-menu-product*/
    .gw-menu-product {
        position: relative;
    }
    .gw-menu-product ul {
        width: 100%;
        padding: 0px 10px 30px 10px;
        position: fixed;
        left: 0;
        background-color: #fff !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 {
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    }   
    .gw-menu-product  a {
        width: 100% !important;
    }
    .gw-menu-product li:hover a,
    .gw-menu-product li:hover .title {
        color: #1967b2 !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-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;
    }
    .gw-menu-product li .promotion {
        color: #f00;
        font-style: italic;
    }
    /*END gw-menu-product*/
    
    /*gw-menu-quick*/
    .gw-menu-quick {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        width: 3rem;
        font-size: 90%;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        bottom: auto;
        top: 10rem;
        right: 0;
    }

    .gw-menu-quick a {
        display: block;
        width: auto;
    }

    .gw-menu-quick .gw-icon {
        width: 2rem;
        height: 2rem;
        padding: 0.3rem;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
    }

    .gw-menu-quick .gw-dacbiet {
        top: auto;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0.5rem;
    }

    .gw-menu-quick .gw-zalo:before {
        line-height: 2rem;
        font-size: 90%;
        top: 0.5rem;
    }

    .gw-menu-quick .text {
        display: none;
    }
    /*END gw-menu-quick*/
    
    /*gw-posts-view*/
    .gw-posts-view-3 .view {
        width: 60%;
        float: left;
    }
    .gw-posts-view-3 .view-item .img {
        max-height: 450px;
        line-height: 450px;
    }
    .gw-posts-view-3 .view-item .img img {
        margin-left: 0;
    }
    .gw-posts-view-3 .view-item .name {
        font-size: 180%;
    }
    .gw-posts-view-3 .list {
        width: 40%;
        float: right;
        overflow-y: auto;
    }
    .gw-posts-view-3 .list-item {
        padding: 15px 10px 15px 45px;
    }
    .gw-posts-view-3 .list-title {
        font-size: 130%;
    }
    
    .gw-posts-view-4 .img {
        width: 16.6%;
        height: 180px;
        line-height: 180px;
        overflow: hidden;
        text-align: center;
        box-sizing: border-box;
    }
    /*END gw-posts-view*/
    
    /*gw-rooms*/
    .gw-rooms .block .item {
        padding-bottom: 0;
    }
    .gw-rooms .block .img-list {
        width: 60%;
        float: right;
    }
    .gw-rooms .block .content {
        width: 40%;
        float: left;
        text-align: right;
        padding-top: 5%;
        padding-right: 5%;
    }
    .gw-rooms .block .content .name {
        font-size: 130%;
        margin-bottom: 20px;
    }
    .gw-rooms .block .content .gw-view-post {
        margin-bottom: 25px;
    }
    .gw-rooms .block .item:nth-child(even) .img-list {
        float: left;
    }
    .gw-rooms .block .item:nth-child(even) .content {
        text-align: left;
        padding-right: 0;
        padding-left: 5%;
    }

    .gw-rooms .gw-rooms-form {
        width: 30%;
        float: right;
    }
    .gw-rooms .gw-rooms-detail {
        width: 67%;
        float: left;
        position: relative;
    }
    .gw-rooms .gw-rooms-detail .slide-content {
        max-width: 420px;
        font-size: 100%;
        padding: 5% 45px;
    }
    /*END gw-rooms*/
    
    /*gw-product*/
    .gw-product .block .item {
        height: 410px;
    }
    .gw-product .block .img {
        height: 190px;
        line-height: 190px;
    }
    .gw-product .block .item {
        width: 25%;
    }
    
    .gw-product .block-3.block .item {
        width: 33.3%;
    }
    .gw-product .block-3.block .item .name {
        line-height: 20px;
        max-height: 60px;
        font-size: 110%;
    }
    .gw-product .block-3.block .item .img img {
        max-height: 100%;
    }
    .gw-product .block-4.block .item {
        width: 25%;
    }
    .gw-product .block-5.block .item {
        width: 20%;
    }
    
    .gw-product-page .left {
        width: 25%;
        float: left;
    }
    .gw-product-page .right {
        width: 75%;
        float: right;
        border-bottom: none;
    }
    
    .gw-product-detail .gw-cart-item {
        position: relative;
    }
    
    .gw-product-detail .left {
        width: 75%;
        float: left;
    }
    .gw-product-detail .right {
        width: 24%;
        float: right;
        position: absolute;
        top: 100px;
        right: 20px;
        z-index: 2;
    }
    /*END gw-product*/
    
    /*gw-article*/
    .gw-article .item {
        width: 30.33%;
        max-width: none;
        float: left;
        margin-left: 3%;
    }
    .gw-article .item:nth-child(3n+1) {
        clear: both;
        margin-left: 0%;
    }
    .gw-article .item .img {
        max-height: 200px;
        line-height: 200px;
    }
    /*END gw-article*/
    
    /*gw-faqs*/
    .gw-faqs-home .gw-img {
        width: 48%;
        float: left;
    }
    .gw-faqs-home .gw-content {
        width: 48%;
        float: right;
    }
    /*END gw-faqs*/

    /*gw-service*/
    .gw-service .item {
        width: 23.5%;
        max-width: none;
        float: left;
        margin-left: 2%;
        margin-bottom: 35px;
    }
    .gw-service .item:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }
    .gw-service .item .img {
        height: 260px;
        line-height: 260px;
    }
    .gw-service .item .img img {
        max-height: none;
        max-width: 100%;
    }
    
    .gw-service-home-blue .item h2,
    .gw-service-home-blue .item h3,
    .gw-service-home-blue .item h4,
    .gw-service-home-blue .item h5 {
        width: 96%;
        left: 2%;
        bottom: 5%;
    }
    /*END gw-service*/

    /*gw-library*/
    .gw-library .item {
        width: 23.5%;
        float: left;
        margin-left: 2%;
        margin-bottom: 35px;
    }
    .gw-library .item:nth-child(4n+1) {
        clear: both;
        margin-left: 0;
    }
    .gw-library .item .img {
        height: 200px;
    }
    /*END gw-library*/
    
    /*gw-cart*/
    .gw-cart {
        margin-bottom: 45px;
    }
    .gw-cart .left {
        width: 74%;
        float: left;
        margin-bottom: 0;
    }
    .gw-cart .right {
        width: 25%;
        float: right;
    }
    
    .gw-cart .right {
        width: 25%;
        float: right;
        position: static;
    }
    
    .gw-cart .item {
        padding: 10px 0;
        border-top: dashed 1px #eee;
    }
    .gw-cart .list .item:first-child {
        border-top: none;
    }
    .gw-cart .item .img {
        width: 15%;
    }
    .gw-cart .item .img img {
        max-width: none;
        max-height: 100%;
    }
    .gw-cart .item .name {
        width: 45%;
        float: left;
    }
    .gw-cart .item .price-view {
        width: 25%;
        height: 60px;
        float: left;
        text-align: right;
        margin-bottom: 0;
    }
    .gw-cart .item .price-view .price {
        display: block;
    }
    .gw-cart .item .price-view .price-current {
        margin-left: 0;
    }
    .gw-cart .item .price-view .price-percent {
        display: inline-block;
    }
    .gw-cart .item .quantity {
        width: 15%;
        float: right;
    }
    .gw-cart .item .remove {
        text-align: left;
    }
    .gw-cart .item .remove span {
        display: inline-block;
    }
    .gw-cart .item .remove i {
        display: none;
    }
    /*END gw-cart*/
    
    /*gw-contact*/
    #gw-google-map {
        width: 100%;
        height: 500px;
    }
    /*END gw-contact*/
    
    /*gw-footer*/
    .gw-footer-copyright {
        padding: 20px 0;
    }
    /*END gw-footer*/
}

@media all and (min-width: 1180px) {
    body {
        font-size: 16px;
    }
    
    .gw-container {
		max-width: 1280px;
	}
    
    /*gw-multi-level*/
	.gw-multi-level li a {
		padding-left: 15px;
		padding-right: 15px;
	}
	.gw-multi-level li li {
		margin: 0 15px;
	}
	/*END gw-multi-level*/
    
    /*gw-service*/
    .gw-service-home .gw-service .item .img {
        height: 250px;
    }
    /*END gw-service*/
}

@media all and (min-width: 1300px) {
    /*gw-multi-level*/
	.gw-multi-level li a {
        font-size: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.gw-multi-level li li {
		margin: 0 15px;
	}
	/*END gw-multi-level*/
}