/* CSS Document */
body {
    color: #333;
	font-size: 12px;
    font-family: "sans-serif", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana;
}

/*
@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;
}

.gw-view-post h1 {
	color: #00357a;
    font-size: 135%;
    margin-bottom: 15px;
}

/*gw-page-70-30*/
.gw-page-70 {
    margin-bottom: 35px;
}

.gw-page-30 .gw-faqs-home {
    padding: 20px;
    border: solid 1px #ccc;
    box-sizing: border-box;
}
.gw-page-30 .gw-faqs-home .gw-img {
    display: none;
}
.gw-page-30 .gw-faqs-home .gw-content {
    width: 100%;
}

.gw-page-30 .gw-service .gw-title-block {
    display: none;
}
.gw-page-30 .gw-service.gw-service-home {
    background-color: #fff;
}
.gw-page-30 .gw-service .gw-item {
    width: 100%;
    box-sizing: border-box;
}
/*END gw-page-70-30*/

/*gw-title*/
.gw-title-block {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 130%;
    line-height: 150%;
    color: #017fff;
    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: 12%;
    height: 2px;
    background: rgb(1,127,255);
    background: linear-gradient(90deg, rgba(1,127,255,1) 0%, rgba(1,102,203,1) 100%);
    position: absolute;
    left: 44%;
    bottom: 5px;
}
.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: #017fff;
}

.gw-title-sub {
    color: #017fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.gw-title-sub a {
    color: #017fff;
}
.gw-title-sub a:hover {
    color: #00357a;
    text-decoration: none;
}
.gw-title-sub span {
    display: block;
    width: 15%;
    height: 1px;
    background-color: #ff8000;
    position: absolute;
    left: 0%;
    bottom: -1px;
}
/*END gw-title*/

/*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: #017fff;
    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 .gw-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 .gw-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 #017fff;
}
.gw-block-view .gw-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 #017fff;
}
.gw-block-view .gw-other i {
    position: relative;
    z-index: 3;
}
.gw-block-view .gw-item:nth-child(even) .gw-other:before {
    border-bottom: 30px solid #ff8000;
}
.gw-block-view .gw-item:nth-child(even) .gw-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-header*/
.gw-header {
	width: 100%;
    display: block;
    position: relative;
    z-index: 10;
    background-color: #017fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}
.gw-header .gw-header-logo {
    width: 30%;
    float: left;
    height: 55px;
    line-height: 55px;
    padding-bottom: 2px;
    overflow: hidden;
    box-sizing: border-box;
}
.gw-header .gw-header-logo img {
    max-height: 100%;
    vertical-align: middle;
}
.gw-header .gw-header-menu {
    display: none;
    width: 82%;
    height: 60px;
    float: right;
}
.gw-header .gw-phone {
    width: auto;
    float: right;
}
.gw-header .gw-phone a {
    color: #fff;
    font-weight: 500;
    font-size: 110%;
    line-height: 60px;
}

.gw-header-fix {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}
.gw-header-fix .gw-header-logo {
    width: 50%;
    height: 55px; 
    line-height: 55px;
    text-align: left;
}
.gw-header-fix .gw-header-menu {
    height: 50px !important;
}
.gw-header-fix .gw-icon {
    display: none !important;
}
/*END gw-header*/

/*gw-multi-level*/
.gw-multi-level {
	display: inline-block;
	width: auto;
}
.gw-multi-level li {
	margin: 0px;
    position: relative;
    z-index: 1;
}
.gw-multi-level > li {
    border-right: solid 1px #1b8cfe;
}
.gw-multi-level > li:first-child {
    border-left: solid 1px #1b8cfe;
}
.gw-multi-level li a {
    display: block;
	line-height: 18px;
	color: #fff;
    font-size: 85%;
    text-align: center;
	padding: 7px 10px;
}
.gw-multi-level > li > a {
    width: auto;
    float: left;
    text-transform: uppercase;
}
.gw-multi-level .gw-icon {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 200%;
}
.gw-multi-level > li.line-one > a {
    line-height: 36px;
}
.gw-multi-level > li.menu-icon > a {
    line-height: 86px;
    font-size: 200%;
}
.gw-multi-level .gw-phone-action {
    background-color: #ff8000;
}

.gw-multi-level li ul {
	top: 100px;
}
.gw-multi-level li li {
	margin: 0 25px;
}
.gw-multi-level .fas,
.gw-multi-level .far {
	margin-right: 7px;
}
.gw-multi-level li:hover a,
.gw-multi-level > .active > a {
	background-color: #0166cb;
}

.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 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 {
    display: none;
    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;
}

.gw-slide-pp {
    display: none;
}
.gw-slide-pp-desktop {
    display: none;
}
.gw-slide-pp-mobile {
    
}
/*END gw-slide*/

/*END 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-mobile*/
.gw-menu-mobile {
    width: 100%;
    padding: 5px 0;
    position: fixed;
    text-align: center;
    background-color: #fff;
    bottom: 0;
    z-index: 10;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.gw-menu-mobile a {
    display: inline-block;
    line-height: 16px;
    font-size: 80%;
    padding: 0 5px;
    color: #333;
}
.gw-menu-mobile a:hover {
    text-decoration: none;
}
.gw-menu-mobile .gw-icon {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 110%;
    margin: 0 auto 0 auto;
    border-radius: 30px;
    border: solid 2px #fff;
}
.gw-menu-mobile .gw-zalo {
    font-size: 100% !important;
    font-weight: bolder;
}
.gw-menu-mobile .gw-dacbiet {
    font-size: 130%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    position: absolute;
    top: -5px;
}

#gw-menu-mobile i {
    margin-right: 5px;
}
/*END gw-menu-mobile*/

/*gw-posts-view*/
.gw-posts-view-3 .viewitem-bg {
    background-color: #e0e0e0;
}
.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;
    height: 300px;
    text-align: center;
    line-height: 300px;
    overflow: hidden;
}
.gw-posts-view-3 .view-item .img img {
    max-height: 100%;
    vertical-align: middle;
    margin-left: -10%;
}
.gw-posts-view-3 .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-posts-view-3 .view-item .name {
    color: #fff;
    font-size: 150%;
    margin-bottom: 5px;
}
.gw-posts-view-3 .view-item .info {
    font-size: 100%;
}
.gw-posts-view-3 .view-item .name span {
    bottom: -1px;
}
.gw-posts-view-3 .list-item {
    color: #222;
    padding: 15px 10px 15px 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: #00357a;
    position: relative;
}
.gw-posts-view-3 .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-posts-view-4 {
    margin-bottom: 55px;
}
.gw-posts-view-4 .img {
    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-height: 100%;
    vertical-align: middle;
}
/*END gw-posts-view*/

/*gw-article*/
.gw-article {
    
}
.gw-article .gw-block {
    
}
.gw-article .gw-list {
    margin-bottom: 20px;
}
.gw-article .gw-page-list {
    text-align: center;
}
.gw-article .gw-item {
    margin-bottom: 35px;
}
.gw-article .gw-img {
    width: 100%;
    max-height: 200px;
    line-height: 200px;
    overflow: hidden;
    text-align: center;
}
.gw-article .gw-img img {
    max-width: 100%;
    vertical-align: middle;
}
.gw-article .gw-name {
    font-size: 100%;
    line-height: 20px;
    margin-bottom: 6px;
}
.gw-article .gw-info {
    font-size: 90%;
    text-align: justify;
    line-height: 18px;
    overflow: hidden;
}
.gw-article .gw-menu {
    width: 80%;
    margin: auto;
}
.gw-article .gw-title {
    font-size: 135%;
    margin-bottom: 10px;
}
.gw-article .gw-title span {
    bottom: -1px;
}
.gw-article .gw-link {
    list-style: none;
    margin: 0;
    padding: 0;
}
.gw-article .gw-link li {
    font-size: 110%;
    padding: 10px 0;
}
.gw-article .gw-link li a {
    display: block;
    color: #666;
}
.gw-article .gw-link li a:hover,
.gw-article .gw-link .active {
    color: #00357a;
    text-decoration: none;
}
.gw-article .gw-link li i {
    font-size: 80%;
}
.gw-article .gw-other {
    color: #00357a;
    font-size: 150%;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.gw-article .gw-other span {
    bottom: -1px;
}

.gw-article-home {
    
}
.gw-article-home .gw-noibat {
    font-size: 100%;
    position: relative;
    margin-bottom: 100px;
}
.gw-article-home .gw-noibat .gw-img {
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.gw-article-home .gw-noibat .gw-img img {
    max-height: 100%;
}
.gw-article-home .gw-noibat .gw-content {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: -80px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #017fff;
    border-radius: 8px;
}
.gw-article-home .gw-noibat .gw-time {
    color: rgba(255,255,255,.5);
}
.gw-article-home .gw-noibat .gw-name {
    color: #fff;
    font-size: 100%;
    font-weight: 500;
    padding: 10px 0;
}
.gw-article-home .gw-noibat .gw-name a {
    color: #fff;
}
.gw-article-home .gw-noibat .gw-info {
    font-size: 90%;
    color: rgba(255,255,255,0.7);
}

.gw-article-home .gw-list {
    
}
.gw-article-home .gw-list .gw-item {
    font-size: 90%;
    margin-bottom: 30px;
}
.gw-article-home .gw-list .gw-img {
    width: 40%;
    max-height: 105px;
    float: right;
    overflow: hidden;
}
.gw-article-home .gw-list .gw-img img {
    max-width: 100%;
}
.gw-article-home .gw-list .gw-content {
    width: 56%;
    float: left;
}
.gw-article-home .gw-list .gw-time {
    margin-bottom: 7px;
    padding-bottom: 3px;
    border-bottom: solid 1px #eef1f8;
}
.gw-article-home .gw-list .gw-name {
    color: #000;
    font-weight: 500;
}
.gw-article-home .gw-list .gw-name a {
    color: #000;
}
.gw-article-home .gw-viewmore {
    text-align: center;
    margin-top: 45px;
    margin-bottom: 45px;
}
.gw-article-home .gw-viewmore a {
    color: #017fff;
    font-weight: 500;
    font-size: 110%;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 25px;
    border: solid 1px #017fff;
    border-radius: 5px;
}
.gw-article-home .gw-viewmore a:hover {
    color: #fff;
    background-color: #017fff;
}

.gw-article-detail {
    margin-top: 35px;
}
/*END gw-article*/

/*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-product*/
.gw-product .block {
    
}
.gw-product .block .item {
    width: 25%;
    height: 410px;
    float: left;
    font-size: 90%;
    padding: 20px;
    box-sizing: border-box;
}
.gw-product .block .item:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.gw-product .block .img {
    height: 180px;
    line-height: 180px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.gw-product .block .img img {
    max-height: 100%;
    vertical-align: middle;
}
.gw-product .block .name {
    font-size: 100%;
    max-height: 54px;
    line-height: 18px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 7px;
}
.gw-product .block .name a {
    color: #111;
}
.gw-product .summary {
    
}
.gw-product .price-view {
    margin-bottom: 5px;
}
.gw-product .price {
    font-size: 120%;
    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;
    font-weight: 500;
}
.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 .freeship {
    color: #009900;
}
.gw-product .freeship:before {
    content: "\f0d1";
    font-size: 90%;
    color: #009900;
}
.gw-product .tragop {
    color: #e78b01;
}
.gw-product .tragop:before {
    content: "0%";
    color: #e78b01;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    font-size: 90%;
}
.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 .gw-container {
    background-color: #fff;
}
.gw-product-page .left {
    width: 25%;
    float: 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 {
    width: 75%;
    float: right;
    border-left: solid 1px #f4f4f4;
    box-sizing: border-box;
}
.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;
}
.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 {
    width: 75%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.gw-product-detail .right {
    width: 25%;
    float: 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 .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: #017fff;
    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: 15px 10px;
}
.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;
}
.gw-product-other.block .item {
    width: 20%;
}
/*END gw-product*/

/*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 .gw-list {
    
}
.gw-service .gw-item {
    margin-bottom: 25px;
    box-sizing: border-box;
    border: solid 1px #ddd;
    background-color: #fff;
}
.gw-service .gw-img {
	height: 260px;
    line-height: 260px;
	text-align: center;
	overflow: hidden;
}
.gw-service .gw-img img {
    max-height: 100%;
    vertical-align: middle;
}
.gw-service .gw-content {
	padding: 10px 20px 20px 20px;
}
.gw-service .gw-name {
    font-size: 100%;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    background-color: #ff8000;
}
.gw-service .gw-name a {
    color: #333;
}
.gw-service .gw-des {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    margin-bottom: 10px;
}
.gw-service .gw-view {
    font-size: 85%;
    text-transform: uppercase;
}
.gw-service .gw-view a {
    color: #666;
}

.gw-service.gw-service-home {
    background-color: #017fff;
}
.gw-service-home .gw-list {
    padding: 20px 20px 0 20px;
    position: relative;
    z-index: 2;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.gw-service-page .gw-view-post {
    margin-bottom: 45px;
}

.gw-service-viewitem {
    margin-bottom: 35px;
}
/*END gw-service*/

/*gw-trainghiem*/
.gw-trainghiem {
    
}
.gw-trainghiem-home {
    background-color: #ff8000;
    margin-bottom: 35px;
}
.gw-trainghiem-home .gw-title-block {
    color: #333;
}
.gw-trainghiem-home .gw-title-block span {
    background-color: #333;
}
.gw-trainghiem-home .gw-title-block i {
    color: #333;
    background-color: #ff8000;
}
.gw-trainghiem .gw-list {
    height: 320px;
    position: relative;
}
.gw-trainghiem .gw-item {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 1;
}
.gw-trainghiem .gw-item:nth-child(3),
.gw-trainghiem .gw-item:nth-child(5) {
    width: 180px;
    z-index: 2;
}
.gw-trainghiem .gw-item:nth-child(2) {
    display: block;
    top: 0;
    left: 30px;
}
.gw-trainghiem .gw-item:nth-child(3) {
    display: block;
    top: 0;
    left: 12.2%;
}
.gw-trainghiem .gw-item:nth-child(4) {
    display: block;
    width: 60%;
    z-index: 3;
    top: 0;
    left: 20%;
}
.gw-trainghiem .gw-item:nth-child(4) .gw-content {
	display: block;
    width: 160%;
    position: absolute;
    top: 210px;
    left: -30%;
}
.gw-trainghiem .gw-item:nth-child(5) {
    display: block;
    top: 0;
    right: 12.2%;
}
.gw-trainghiem .gw-item:nth-child(6) {
    display: block;
    top: 0;
    right: 30px;
}
.gw-trainghiem .gw-btn {
    display: block;
    width: 25px;
	height: 200px;
    line-height: 200px;
    color: #fff;
    font-size: 180%;
    text-align: center;
    cursor: pointer;
    top: 0;
    z-index: 5;
}
.gw-trainghiem .gw-btn:hover {
    background-color: rgba(0,0,0,0.2);
}
.gw-trainghiem .gw-pre {
    left: 0;
}
.gw-trainghiem .gw-next {
    right: 0;
}
.gw-trainghiem .gw-img {
	height: 200px;
    line-height: 200px;
	text-align: center;
	overflow: hidden;
    cursor: pointer;
}
.gw-trainghiem .gw-img img {
    width: 100%;
    vertical-align: middle;
}
.gw-trainghiem .gw-active {
    width: 36%;
}
.gw-trainghiem .gw-content {
	display: none;
    text-align: center;
    color: #333;
}
.gw-trainghiem .gw-name {
    
}
.gw-trainghiem .gw-name a {
    color: #333;
}
.gw-trainghiem .gw-des {
    font-style: italic;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
}
/*END gw-trainghiem*/

/*gw-about*/
.gw-about-home {
    font-size: 110%;
    margin-top: 35px;
    margin-bottom: 35px;
    position: relative;
}
.gw-about-home .gw-block {
    z-index: 2;
    position: relative;
}
.gw-about-home .gw-line-xanh {
    width: 57%;
    height: 325px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #017fff;
}
.gw-about-home .gw-line-cam {
    width: 35.5%;
    height: 10px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 210px;
    background-color: #ffb001;
}
.gw-about-home .gw-list {
    width: 35%;
    float: left;
    margin-right: 3%;
    margin-top: 55px;
}
.gw-about-home .gw-list .gw-title {
    color: #fff;
    font-size: 220%;
    text-align: center;
    margin-bottom: 30px;
}
.gw-about-home .gw-list .gw-item {
    padding: 30px;
    background-color: #eef1f8;
}
.gw-about-home .gw-list .gw-name {
    color: #017fff;
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 20px;
}
.gw-about-home .gw-list .gw-info {
    color: #222;
}
.gw-about-home .gw-img {
    width: 24%;
    float: left;
    overflow: hidden;
    margin-top: 55px;
}
.gw-about-home .gw-img img {
    max-width: 100%;
}
.gw-about-home .gw-content {
    width: 35%;
    float: right;
    margin-top: 85px;
}
.gw-about-home .gw-content .gw-name {
    color: #017fff;
    font-size: 300%;
    font-weight: 500;
    margin-bottom: 45px;
}
.gw-about-home .gw-content .gw-info {
    color: #222;
    font-size: 120%;
}

.gw-about-page {
    font-size: 110%;
    margin-bottom: 55px;
}
/*END gw-about*/

/*gw-contact*/
.gw-contact {
    margin-bottom: 55px;
}

#gw-google-map {
    width: 100%;
    height: 350px;
}
/*END gw-contact*/

/*gw-footer*/
footer {
    font-size: 100%;
    border-top: solid 1px #999;
}
.gw-footer-top {
    position: relative;
}
.gw-footer-top .block {
    width: 40%;
    height: 360px;
    overflow: auto;
    background-color: #fff;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.gw-footer-top .lienhe {
    line-height: 30px;
    font-weight: 500;
    padding-top: 10px;
    border-top: solid 1px #ddd;
}
.gw-footer-top .lienhe h6 {
    color: #ff0000 !important;
    font-weight: bold;
    font-size: 120%;
}
#gw-google-map-footer {
    height: 400px;
    position: relative;
    z-index: 1;
}

.gw-footer-copyright {
    color: #fff;
    text-align: center;
    padding: 20px 0 70px 0;
    background-color: #017fff;
}

#gw-dmca {
    margin-top: 15px;
}
/*END gw-footer*/

@media all and (min-width: 360px) {
    body {
        font-size: 15px;
    }
	.gw-container {
		max-width: 480px;
	}
    
    /*gw-menu-mobile*/
    .gw-menu-mobile a {
        font-size: 90%;
    }
    .gw-menu-mobile .gw-icon {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        font-size: 130%;
        margin-bottom: 3px;
    }
    .gw-menu-mobile .gw-dacbiet {
        font-size: 150%;
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50px;
    }
    /*END gw-menu-mobile*/
}

@media all and (min-width: 1024px) {
	.gw-container {
		max-width: 100%;
	}
    
    /*divTable*/
    .divTable {
        display: table;
        width: 100%;
    }
    .divRow {
        display: table-row;
    }
    .divCell {
        display: table-cell;
        vertical-align: middle;
    }
    .divCell.width50 {
        width: 49%;
        padding: 1%;
    }
    .divCell.width33 {
        width: 33%;
        padding: 0.5%;
    }
    .divCell.width25 {
        width: 25%;
        padding: 0.3%;
    }
    .divCell.width20 {
        width: 20%;
        padding: 0.2%;
    }
    /*END divTable*/
    
    /*gw-page-70-30*/
    .gw-page-70 {
        width: 70%;
        float: left;
    }
    .gw-page-30 {
        width: 27%;
        float: right;
    }
    /*END gw-page-70-30*/
    
	/*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: 23.5%;
		float: left;
		margin-left: 2%;
	}
	.gw-view-post .col4:nth-child(4n+1) {
		margin-left: 0;
	}
	/*END gw-view-post*/
    
    /*gw-header*/
    .gw-header .gw-header-menu {
        display: block;
    }
    .gw-header .gw-header-logo {
        width: 18%;
        height: 90px;
        line-height: 90px;
        text-align: center;
        padding-bottom: 2px;
    }
    .gw-header .gw-header-menu {
        height: 100px;
    }
    .gw-header .gw-phone {
        display: none;
    }
    
    .gw-header-fix .gw-header-logo {
        width: 18%;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    /*END gw-header*/
    
    /*gw-slide*/
    .gw-slide {
        display: block;
    }
    .gw-slide-mobile {
        display: none;
    }
    
    .gw-slide-pp-desktop {
        display: block;
    }
    .gw-slide-pp-mobile {
        display: none;
    }
    /*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 a,
    .gw-menu-product li:hover .title {
        color: #00357a !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*/
    .gw-title-block {
        font-size: 230%;
        margin-bottom: 25px;
    }
    .gw-title-block span {
        width: 20%;
        left: 40%;
        height: 3px;
    }
    .gw-title-block i {
        font-size: 60%;
        top: -30px;
    }
    /*END gw-title*/

    /*gw-view-post*/
    .gw-view-post h1 {
        font-size: 180%;
    }
    /*END gw-view-post*/
    
    /*gw-menu-mobile*/
    .gw-menu-mobile {
        width: 50px;
        padding: 10px 0px;
        background-color: rgba(255,255,255,0);
        box-shadow: none;
        bottom: auto;
        top: 100px;
        right: 0;
    }
    .gw-menu-mobile a {
        display: block;
    }
    .gw-menu-mobile .gw-icon {
        box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
    }
    .gw-menu-mobile .gw-dacbiet {
        font-size: 130%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
        position: relative;
        top: auto;
    }
    .gw-menu-mobile .gw-text {
        display: none;
    }
    /*END gw-menu-mobile*/
    
    /*gw-posts-view*/
    .gw-posts-view-3 .view {
        width: 60%;
        float: left;
    }
    .gw-posts-view-3 .view-item .img {
        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%;
        height: 450px;
        float: right;
        overflow-y: auto;
    }
    .gw-posts-view-3 .list-title {
        font-size: 130%;
    }
    
    .gw-posts-view-4 .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;
    }
    /*END gw-posts-view*/
    
    /*gw-article*/
    .gw-article .gw-item {
        width: 30%;
        float: left;
        margin-left: 5%;
    }
    .gw-article .gw-item:nth-child(3n+1) {
        margin-left: 0%;
    }
    .gw-article .gw-info {
        height: 72px;
    }
    .gw-article .gw-menu {
        width: 27%;
        float: right;
    }
    
    .gw-article-home {
        margin-bottom: 65px;
    }
    .gw-article-home .gw-noibat {
        width: 55%;
        float: left;
        font-size: 110%;
    }
    .gw-article-home .gw-noibat .gw-img {
        height: 450px;
    }
    .gw-article-home .gw-noibat .gw-img img {
        height: 450px;
    }
    .gw-article-home .gw-noibat .gw-name {
        font-size: 130%;
    }
    .gw-article-home .gw-noibat .gw-content {
        width: 90%;
        left: 5%;
    }

    .gw-article-home .gw-list {
        width: 40%;
        float: right;
    }
    .gw-article-home .gw-list .gw-img {
        width: 40%;
    }
    .gw-article-home .gw-list .gw-content {
        width: 56%;
    }
    .gw-article-home .gw-viewmore {
        margin-top: 35px;
    }
    
    .gw-article-page {
        font-size: 130%;
    }
    .gw-article-page .gw-title {
        width: 25%;
        height: 310px;
        float: left;
        line-height: normal;
        margin-top: 80px;
        padding: 30px;
        background-color: #017fff;
    }
    .gw-article-page .gw-title h1 {
        color: #fff;
        font-weight: normal;
    }
    .gw-article-page .gw-title .gw-time {
        color: rgba(255,255,255,.6);
    }
    .gw-article-page .gw-img {
        max-height: none;
        max-width: none;
        width: 30%;
        height: 450px;
        float: left;
        line-height: 0;
        overflow: hidden;
        margin-right: 3%;
    }
    .gw-article-page .gw-img img {
        max-width: 1500px !important;
        max-height: 1000px !important;
        height: 450px !important;
        line-height: 0;
    }
    /*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 .gw-item {
        width: 32%;
        float: left;
        margin-left: 2%;
        margin-bottom: 25px;
        box-sizing: border-box;
        border: solid 1px #ddd;
        box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    }
    .gw-service .gw-item:nth-child(3n+1) {
        margin-left: 0;
    }
    .gw-service .gw-img {
        height: 190px;
        line-height: 190px;
    }
    .gw-service .gw-img img {
        max-height: none;
        max-width: 100%;
    }
    
    .gw-service-detail {
        font-size: 110%;
    }
    /*END gw-service*/
    
    /*gw-trainghiem*/
    .gw-trainghiem .gw-list {
        height: 420px;
    }
    .gw-trainghiem .gw-item:nth-child(3),
    .gw-trainghiem .gw-item:nth-child(5) {
        width: 220px;
    }
    .gw-trainghiem .gw-item:nth-child(3) {
        left: 16.2%;
    }
    .gw-trainghiem .gw-item:nth-child(4) {
        width: 30%;
        left: 35%;
    }
    .gw-trainghiem .gw-item:nth-child(4) .gw-content {
        top: 310px;
    }
    .gw-trainghiem .gw-item:nth-child(5) {
        right: 16.2%;
    }
    .gw-trainghiem .gw-btn {
        height: 300px;
        line-height: 300px;
    }
    .gw-trainghiem .gw-img {
        height: 300px;
        line-height: 300px;
    }
    /*END gw-trainghiem*/
    
    /*gw-contact*/
    #gw-google-map {
        width: 100%;
        height: 500px;
    }
    /*END gw-contact*/
    
    /*gw-footer*/
    .gw-footer-top .gw-block {
        width: 25%;
        float: left;
    }
    .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 {
		padding-left: 18px;
		padding-right: 18px;
	}
	.gw-multi-level li li {
		margin: 0 18px;
	}
	/*END gw-multi-level*/
    
    /*gw-service*/
    .gw-service .gw-item {
        width: 23.5%;
    }
    .gw-service .gw-item:nth-child(3n+1) {
        margin-left: 2%;
    }
    .gw-service .gw-item:nth-child(4n+1) {
        margin-left: 0;
    }
    /*END gw-service*/
}

@media all and (min-width: 1300px) {
    /*gw-multi-level*/
	.gw-multi-level li a {
		padding-left: 25px;
		padding-right: 25px;
	}
	.gw-multi-level li li {
		margin: 0 23px;
	}
	/*END gw-multi-level*/
}