html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
body {
    background-color: #ffffff;
    font-family: 'Lucida Bright', serif;
    line-height:20px;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

#header .header-left { float:left; width:100%;    }
#header .header-right { float:right;}

#content .welcome { display:none; visibility:hidden;}

.language_div, .currency_div{
    background-color: #666666;
    padding:10px;
    display:none;
    position:absolute;
    width:130px;
    z-index:99;
    top:45px;
}

#language {
    margin:12px 6px 0 0;
    padding:2px 6px 2px 0;
    float:left;
    color:#CACACA;
}
#currency .show, #language .show{color: #CACACA; cursor:pointer; text-transform:uppercase;	 }
#language .lang_image{ padding-left:5px; cursor: pointer;}

#language .language_div img {
    cursor: pointer;
    margin-right: 5px;
}
#currency {
    float:left;
    margin:12px 6px 0 0;
    padding:2px 6px;
}

#currency .top_downarrow , #language .top_downarrow {
    background: url('../image/megnor/arrow-down.png') right 7px no-repeat;  padding-right:7px;cursor:pointer;}
#currency.active .top_downarrow , #language.active .top_downarrow {
    background: url('../image/megnor/arrow-up.png') right 7px no-repeat;
}
#currency .show:hover , #language .show:hover{color:#FFFFFF; cursor:pointer;	 }

.currency_div a ,.language_div a  {
    display:block;
    padding: 2px 4px;
    text-align:left;
    margin-right: 2px;
    color:#CACACA;
}
.currency_div a:hover ,.language_div a:hover { color:#FFF; text-decoration:none;

}


.cart {
    width: fit-content;
    margin: 0px 10% 0px 0px;
    float: right;
}

#header-container #cart {
    position: relative;
}

#header-container #cart .fa {
    position: absolute;
    z-index: 1;
    color: #ddd;
    top: 6px;
    font-size: 1.9em;
}

#header-container #cart .fa:hover{
    color: #EABE64;
    cursor: pointer;
}

#header-container #cart .price-total{
    display:none;
}

#header-container #cart span{
    background-color: #b87e33;
    padding: 0px 6px;
    border-radius: 10px;
    position: absolute;
    left: 20px;
    top: 3px;
    z-index: 20;
    color: #fff;
    font-size: 14px;
}

#header-container #cart span:hover{
    cursor: pointer;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {
    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px dashed #C2CBD3;
}

.mini-cart-info .name a{
    text-transform:capitalize;
    color: black;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    padding: 4px;
}

/*Custom by Chi Nguyen*/
#header-container {
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}

.mini-cart-info table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5px;
}
.mini-cart-info td {

    vertical-align: top;
    padding: 10px 5px;
    border-bottom: 1px dashed #C2CBD3;
}
.mini-cart-info .name a{
    text-transform:capitalize;
    color: black;
}
.mini-cart-info .image {
    width: 1px;
}
.mini-cart-info .image img {
    border: 1px solid #EEEEEE;
    text-align: left;
}
.mini-cart-info .name small {
    color: #666;
}
.mini-cart-info .quantity {
    text-align: right;
}
.mini-cart-info td.total {
    text-align: right;
}
.mini-cart-info .remove {
    text-align: right;
}
.mini-cart-info .remove img {
    cursor: pointer;
}
.mini-cart-total {
    text-align: right;
}
.mini-cart-total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
}
.mini-cart-total td {
    padding: 4px;
}
/*End Customer by Chi Nguyen*/

h1, .welcome {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: normal;
}

#welcome a {
    color:#CACACA;
    text-transform:capitalize;
}
#welcome a.login_nm, #welcome a.logout{background:url(../image/megnor/login_icon.png) no-repeat 0px -2px;margin-left:5px;}
#welcome a.login{padding-left:10px;}
#welcome a.login_nm:hover,#welcome a.logout:hover{background:url(../image/megnor/login_icon.png) no-repeat 0 -24px;}
#welcome a.create_account {background:url(../image/megnor/login_icon.png) no-repeat 0 -98px;}
#welcome a.create_account:hover{background:url(../image/megnor/login_icon.png) no-repeat 0 -128px;}
.header-top-inner .links a
{
    display: inline;
    padding: 0px 7px 0px 0px;
    margin:0 4px 0 0;
    color:#CACACA;
    background:url(../image/megnor/header_pipe.png) no-repeat right center;
}

.header-top-inner .links #wishlist-total{background:none;}

.header-top span {	color:#CACACA;}
.links a + a{background:none;}
.links a:hover, #welcome a:hover{color:#FFF; text-decoration:none;}
.links a:hover{ }
#welcome a + a{
    margin-left: 7px;

}
.links a.logout { }

#content {
    min-height: 400px;
    margin-bottom: 5px;
    overflow: hidden;
	max-width: 1000px;
	padding: 8px;
	display: block;
}

#content .content {
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
    margin-bottom: 10px;
    border: 1px solid;
    color: black;
}

/* Product Grid Start */
.product-grid-list { }
#content .box-product,
.product-grid-list ul{
    list-style-type: none;
    position:relative;
    width: 100%;
    padding:0px;
    margin:0px;
    list-style: none;
    overflow: hidden;
}

.product-grid-list ul li,
#content .box-product .product-items {
    margin-bottom: 14px;
    padding: 0;
    margin:0;
    position:relative;
    overflow: hidden;
}

.product-grid li,
#content .box-product .product-items,
#content .product-carousel .slider-item {
    width:25%;
    float:left;
    display: inline-block;
}

.ie7 .product-grid li{ width:243px !important; }
#content .image-additional .slider-item{
    display: inline-block;
    float: left;
}

#content .image-additional .slider-item .product-block{
    margin:4px 5px;
    background:#fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    clear:both;
    overflow:hidden;
    border:1px solid #eee;
    -webkit-box-shadow: none;
    -moz-box-shadow:  none;
    box-shadow: none;
}
#second .secondary-menu-item {
    padding: 10px 11px;
}
#second .selected .top {
    background: #C8C8C8;
    color: #4D5A63;
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.form tr td:first-child {
    width: 150px;
}
table.form > * > * > td {
    color: #000000;
}
table.form td {
    padding: 4px;
}
input.large-field, select.large-field {
    width: 300px;
}
table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
table.list td {
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
    background-color: #EFEFEF;
    padding: 0px 5px;
}
table.list thead td a, .list thead td {
    text-decoration: none;
    color: #222222;
    font-weight: bold;
}
table.list tbody td {
    padding: 0px 5px;
}
table.list .left {
    text-align: left;
    padding: 7px;
}
table.list .right {
    text-align: right;
    padding: 7px;
}
table.list .center {
    text-align: center;
    padding: 7px;
}
table.radio {
    width: 100%;
    border-collapse: collapse;
    display: table
}
table.radio td {
    padding: 5px;
}
table.radio td label {
    display: block;
}
table.radio tr td:first-child {
    width: 1px;
}
table.radio tr td:first-child input {
    margin-top: 1px;
    margin-left: 0px;
}
table.radio tr.highlight:hover td {
    background: #F1FFDD;
    cursor: pointer;
}

.pagination {
    padding:0px 10px;
    background:#FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top:5px;
    width:100%;
}

.pagination .links {
    float: right;
    margin-top:0px;
    font-size: 15px;
}

.pagination .links a {
    display: inline-block;
    border:1px solid;
    padding: 3px 10px;
    font-size:18px;
	color: #333;
}

.pagination .links b , .pagination .links a:hover{
    display: inline-block;
    border:1px solid;
    padding: 3px 10px;
    font-weight:normal;
    color: #FFBA17;
}

.pagination .results {
    float: left;
    padding-top: 3px;
}

.txt_price_edit_metal{
    width:30px;
    text-align:center
}

a.btnCustomFingerSize {
    padding: 2px 10px;
	border-color: #ccc;
	border-radius: 0px;
	color: #635e5e;
}

.alert {
    /*padding: 5px;*/
    margin-bottom: 8px;
}

.modal-header {
    padding: 0 5px;
}

/* START ---------------------- list product  of page */
.title-body{
    max-width: 1000px;
    margin: 10px auto;
}

.title-body h3{
    width: fit-content;
    float: left;
    padding: 0px 8px;
}

.line-title{
    border-bottom: 1px solid #bbb;
    height: 36px;
    display: block;
    overflow: hidden;
}

#view_all_products{
    width: 100%;
    min-height: 500px;
}
/* END ---------------------- list product  of page */

/* START ---------------------- application of page */
.right-fit-content{
	overflow: hidden;
}

.img-left{
    width: fit-content;
	float: left;
}

.cover-img-left{
	table-cell;
}

.dv-image, .line-img-left{
	display: table-cell;
}

.img-left img{
	width: 175px;
	margin: 25px 25px 25px 5px;
}

.right-fit-content{
	display: block;
	overflow: hidden;
	padding: 25px 5px 0px 25px;
	text-align: justify;
	font-size: 14px;
}

.right-fit-content i{
	width: 30px;
	text-align: center;
	margin-left: -30px;
}

.sub-p{
	padding-left: 30px;
	margin-top: -10px;
}

.line-img-left{
	height: 100%;
    width: 1px;
    background: -webkit-linear-gradient(top, #FFFFFF, #222, #FFFFFF);
    background: -o-linear-gradient(top, #FFFFFF, #222, #FFFFFF);
    background: -moz-linear-gradient(top, #FFFFFF, #222, #FFFFFF);
    background: linear-gradient(to bottom, #FFFFFF, #222, #FFFFFF);
}

.button-app{
	text-align:right;
	margin: 20px 0px 10px 0px;
}

.button-app a{
	margin-left: 10px;
}

.button-app img{
	height: 40px;
}

.cover-detail-dody{
	overflow:hidden;
	width:100%;
	border-bottom: 1px solid #bbb;
}

.bg-des-application{
	margin: 10px 0px;
	background-color: #e5e4e0;
	padding: 5% 0px 1px 0px;
}

.search-des-app, .list-des-app{
	margin: 10% 8%;
	display: table;
}

.content-search-app, .content-list-app, .dv-img-search-des, .dv-img-list-des{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
	text-align: center;
}

.dv-img-des{
	width: 55%;
	margin: auto;
}

.img-des-application img {
	width: 100%;
}

.dv-img-search-des img, .dv-img-list-des img{
	width: 75%;
}

.background-video-app{
	margin: auto;
	width:780px;
	height:520px;
	background: url("../../../../../image/information/ipad.png");
	background-repeat: no-repeat;
	background-size: 780px 520px;
	position:relative;
}

.background-video-app iframe{
	width: 100%;
	height: 100%;
}

.pos-video-app{
    width: 659px;
    height: 452px;
    position: absolute;
    top: 32px;
    left: 59px;
}

.video-des-app{
    margin-bottom: 6%;
}
/* END ---------------------- application of page */

/* START ---------------------- contact of page */
.dv-left {
	width:49%;
	float:left;
	word-wrap: break-word;
}
.dv-right{
	overflow: hidden;
	display: block;
}
/* END ---------------------- contact of page */

/* START ---------------------- account of page */
.box-account{
	padding-left:1%;
	display: table;
	width: 100%;
}

.dv-menu-account{
	padding: 5px 30px 20px 5px;
	display: table-cell;
}

.dv-menu-account a{
	color: #6D6868;
	font-size: 14px;
}

.dv-menu-account li{
	line-height: 30px;
	padding:7px 0px 0px 10px;
	border-bottom: 1px solid #bbb;
}

.tbl-account{
	display: table;
	width: 100%;
}

.content-middle-account{
	display: table-cell;
	vertical-align: middle;
}

.retail-margin{
	text-align: center;
	margin: 100px 0px 20px 0px;
}

.dv-row-account{
	margin: 10px 0px;
}

.dv-row-account label{
	width: 30%;
	display: inline-block;
	text-align: right;
}

.dv-txt-input{
	width: 68%;
	display: inline;
	text-align: left;
}

.dv-txt-input select{
	border: 1px solid #bbb;
	padding: 4px 5px;
	margin-left: 20px;
}

.dv-txt-input input{
	min-width: 200px;
}

.dv-form-account{
	text-align: center;
}

.btn-account{
	color: #ffffff;
	background-color: #414141;
	display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#column-left-account{
	width: 25%;
	min-width: 200px;
	float: left;
	-webkit-transition: left 1s; /* Safari */
    transition: left 1s;
}

.pos-rel-account{
	position: relative;
}

.dv-menu-top{
	position: absolute;
    top: 9px;
    left: 1px;
    display: none;
	-webkit-transition: left 1s; /* Safari */
    transition: left 1s;
}

.txt-input{
	border: 1px solid #bbb;
	padding: 4px 5px;
}

.btn-menu-top{
	padding: 12px 9px 7px 9px;
    color: #635e5e;
    border: 1px solid #bbb;
	z-index: 45px;
}

.btn-menu-top i{
	font-size: 1.5em;
}

.content_common_page{
    margin: auto;
    max-width: 1000px;
	min-height: 450px;
}

#column-left-account a:hover{
	text-decoration: none;
	color: #75b0da;
}

.tbl-account a{
	color: #ffffff;
}

.tbl-account a:visited{
	color: #ffffff;
}

.tbl-account a:hover{
	color: #ffffff;
}

.tbl-account a:link{
	color: #ffffff;
}

.content_common_page .content{
	border: 1px solid #bbb;
	margin: 10px;
	padding: 10px 20px;
}
/* END ---------------------- account of page */

/* START ---------------------- Product Group of page */
.cover_table{
	margin: auto;
	max-width: 1000px;
	padding: 30px 0px;
}

.icon-btn-product-group {
	color: #414141;
}

.icon-btn-product-group i{
	font-size: 1.5em;
}

.tbl_product_group_list{
	width: 100%;
	text-align: center;
}

.tbl_product_group_list a{
	color: #333;
	font-size: 15px;
}

.tbl_product_group_list a:hover{
	color: #75B0E0;
}

.tbl_product_group_list thead{
	font-size: 17px;
	font-weight: 600;
}

.tbl_product_group_list td{
	height: 40px;	
	border-bottom: 1px solid #bbb;
}

.tr-info-product-group-mobile td:first-child{
	min-width: 65px;
}

.td_border_right{
	border-right: 1px solid #bbb;
}

.show-hidden-column:hover{
	cursor: pointer;
}

.row-info-hidden{
	text-align: left;
}

.header-info-hidden{
    float: left;
    padding: 3px 5px;
	text-align: right;
}

.info-hidden{
	display: block;
    overflow: hidden;
	padding: 3px 5px;
}

.info-hidden b{
	width: 68px;
	display: inline-block;
}

.dv-slide-shadow{
	max-width: 600px;
	margin: 0px auto 0 auto;
}

.dv-slide-shadow img{
	width: 100%;
}

.cover_slider, .thumbnail_slider{
	display: -webkit-flex; /* Safari */
    -webkit-justify-content: space-around; /* Safari 6.1+ */
    display: flex;
    justify-content: space-around;
}

.thumbnail_slider ul{
	max-width: 350px;
}

.thumbnail_slider li{
	width: 24%;
	display: inline-block;
}

.thumbnail_slider ul li img{
	width: 100%;
	height: auto;
}

.bd_img_product{
	border: 1px solid #a5853d;
}

.dv-search{
    margin-top: 25px;
    text-align: center;
}

#txt_search, #txt_search_product{
    min-width: 260px;
    width: 60%;
    padding: 4px;
    font-size: 15px;
    outline: none;
}

#txt_search:focus, #txt_search_product:focus{
    border:1px solid #a5853d;
    padding: 5px;
    font-size: 15px;
}

#btn_search{
    padding: 4px 7px;
    vertical-align: top;
}

#btn_search:hover{
    background-color: #a5853d;
}
/* END ---------------------- Product Group of page */

/* START ---------------------- Product Detail NOT LOGIN of page */
.item-customer{
	width: 98%;
	position: relative;
}

.item-top{
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
}

.item-image{
        height: 100%;
        background: url("../../../../../image/information/product_info.jpg") no-repeat center;
        background-size: auto 100%;
        position: relative;
}

.item-image img{
    width: 110px;
}

.item-image .img_android{
    position: absolute;
    bottom: 7%;
    left: 8%;
}

.item-image .img_ios{
    position: absolute;
    bottom: 7%;
    right: 8%;
}

#avatar_customer{
    width: 90%;
}

.item-bottom{
	position: absolute;
	top: 40%;
	left: 0;
	width:100%;
}

.left-angle-top, .right-angle-top{
	width:50%;
	display:inline-block;
	height: 35px;
}

.left-angle-top{
	border-right: 170px solid transparent;
	border-bottom: 45px solid #0c0b0b;
    float:left;
}

.right-angle-top{
	border-left: 170px solid transparent;
	border-bottom: 45px solid #0c0b0b;
    float:right;
}

.item-customer{
    height: 100%;
}

.item-info{
	margin-top: 45px;
	width: 100%;
	color: #fff;
	background-color: #0c0b0b;
}

.item-info table{
	margin: auto;
}

.item-info table i{
	color: #333;
}

.item-info td:first-child{
	padding: 9px 2px;
}

.item-info td:nth-child(2){
	padding-left: 20px;
	font-size: 15px;
}

.item-info h4{
	text-align: center;
	font-size: 22px;
	padding: 20px 0;
}

.info-customer{
    width: fit-content;
    margin: auto;
	padding: 0px 8px;
}

.lbl-customer label{
    width: 32px;
    text-align: center;
    padding: 4px 0px 3px;
    background-color: #fff;
    margin-bottom: 0px;
}

.lbl-customer label i{
    font-size: 1.5em
}
/* END ---------------------- Product Detail NOT LOGIN of page */
/* START ---------------------- About Us */
@font-face {
    font-family: 'HominisNormal';
    src: url('fonts/HOMINIS-webfont.eot');
    src: url('fonts/HOMINIS-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/HOMINIS-webfont.woff') format('woff'),
         url('fonts/HOMINIS-webfont.ttf') format('truetype'),
         url('fonts/HOMINIS-webfont.svg#HominisNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

.first-pragrap:first-letter {
    font-size: 72px;
    float: left;
    padding: 10px;
    height: 64px;
    font-family: 'HominisNormal';
    background-color: #615f5e;
    margin-right: 10px;
    color: white;
    border-radius: 5px;
    line-height: 70px;
}

.slider_about_us{
	margin-bottom: 30px;
}

.cover_about_us, .cover_customers_stories{
	width: 95%;
	margin: auto;
}

.cover_customers_stories img{
	width: 100%;
}

#slide-services img{
	width: 100%;
}

.about_us_detail{
	float: left; 
	width: 100%;
	padding-bottom: 20px;
}

.about_us_info{
	max-width: 1000px;
	margin: auto;
	text-align: justify;
}

.all_img_giving_back img{
	max-width: 100%;
}

.dv_img_avatar{
	float: left;
	margin: 0 30px 20px 0;
}

.dv-table{
	display: table;
	width: 100%;
	margin: 40px 0px 20px 0px;
}

.dv_headquarter, .dv_headquarter_img{
	display: table-cell;
	vertical-align: top;
}

.dv_headquarter_img{
	width: 400px;
}

.dv_headquarter_img img{
	width: 97%;
}

.dv_headquarter{
	position: relative;
}

.title_headquarter{
	position: absolute;
	top: 45%;
	right: 0;
	margin-top: -26px;
}

.title_headquarter h3{
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid #bbb;
}

.bottom_headquarter{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.bottom_headquarter h4{
	width: fit-content;
    float: left;
    padding: 0px 8px;
	font-size: 20px;
}

.line-bottom-headquarter{
	border-bottom: 2px solid #bbb;
    height: 29px;
    display: block;
    overflow: hidden;
}

.about_us_more{
	padding: 40px 0px 20px 0px;
	margin-left :-15px;
	margin-right :-15px;
	text-align: center;
}

.customer_more{
	margin-left :-15px;
	margin-right :-15px;
}

.more_item{
	width: 32.9%;
	padding-left : 10px;
	padding-right : 10px;
	display: inline-block;
	vertical-align: top;
}

.customer_more_item{
	margin: 5px auto;
	width: 32.9%;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.customer_more_item h4{
	font-size: 17px;
}

.customer_more_item p{
	margin: 20px auto;
}

.more_item img{
	width: 100%;
	max-width: 320px;
	margin: auto;
}

.cover_about_us .owl-theme .owl-controls .owl-buttons div{
	background-color: #7c7b7b;
	
}

.dv-slide-shadow-about-us{
	width: 90%;
	margin: -60px auto 0 auto;
}
	
.dv-slide-shadow-about-us img, .dv-slide-shadow-customer-stories img{
	width: 100%;
}

.dv-slide-shadow-customer-stories{
	width: 90%;
	margin: -6px auto 0 auto;
}

.cover_giving_back{
	width:100%;
	margin: auto;
}

.cover_giving_back .hover{
	width: 100%;
	background-color: #000;
}

.cover_giving_back .hover img{
	vertical-align: top;
	width: 100%;
	width: 100%;
}

.cover_giving_back .hover:before{
	padding-top:45%;
}

.txt_giving_back{
	color: #fff; 
	width:50%; 
	margin: 50px auto; 
	font-size: 15px;
}

.bx-wrapper .bx-viewport{
    border: none;
    box-shadow: none;
}

#bg-screen-liveshow{
    background-image: url('../../../../../image/information/screen-tv.png');
    background-size: 100%;
    width: 820px;
    margin: auto;
    position: relative;
    height: 580px
}

.pos-liveshow-video{
    position: absolute;
    top: 13px;
    left: 14px;
}

.pos-liveshow-video iframe{
    width: 792px;
    height: 438px;
}

/* END ---------------------- About Us */
@media(max-width: 1550px){
	.item-bottom{
		top: 38%;
	}
}

@media(max-width: 1200px){
	.item-bottom{
		top: 35%;
	}

	.item-info h4{
		padding: 15px 0;
	}

	.item-info td:first-child{
		padding: 7px 2px;
	}
	
	.left-angle-top, .right-angle-top{
		width: 49.5%;
	}
	
	
	.left-angle-top{
		border-right: 150px solid transparent;
	}

	.right-angle-top{
		border-left: 150px solid transparent;
	}
}

@media(max-width: 1000px){
	.content_common_page{
		padding: 0px 5px;
	}
	
	.sub-menu-top{
		padding: 0px 5px
	}
	
	.cover_table{
		padding: 30px 8px;
	}
	
	.cover_about_us, .cover_customers_stories{
		width: 100%;
	}
	
	.about_us_info{
		padding: 8px;
	}
}

@media(max-width: 991px){
	.triangle-top{
		border-left: 130px solid transparent;
		border-right: 130px solid transparent;
		border-top: 50px solid #DCDEDB;
	}
	
	.item-bottom{
		top: 50%;
	}

	.item-info h4{
		padding: 25px 0;
	}

	.item-info td:first-child{
		margin: 15px 2px;
	}
	
	.left-angle-top, .right-angle-top{
		width: 50%;
	}
	
	.item-info{
		margin-top: 55px;
	}
	
	.left-angle-top{
		border-right: 190px solid transparent;
		border-bottom: 55px solid #0c0b0b;
	}

	.right-angle-top{
		border-left: 190px solid transparent;
		border-bottom: 55px solid #0c0b0b;
	}
        
        #bg-screen-liveshow{
            width: 620px;
            height: 440px;
        }

        .pos-liveshow-video{
            top: 10px;
            left: 11px;
        }

        .pos-liveshow-video iframe{
            width: 600px;
            height: 331px;
        }
}

@media(max-width:810px){
    .background-video-app{
            width:600px;
            height:400px;
            background-size: 600px 400px;
    }
    
    .pos-video-app{
	width: 505px;
        height: 346px;
        top: 26px;
        left: 47px;
    }
}

@media(max-width:768px){
    .product-grid li,
    #content .box-product .product-items,
    #content .product-carousel .slider-item {
        width:50% !important;
        float:left;
        display: inline-block;
    }
	
	.dv-left {
		width:100%;
		float:none;
	}
	
	.dv-right{
		overflow: none;
		display: block;
	}

	.dv-slide-shadow{
		max-width: 520px;
	}

	.cover_slider img{
		height: 390px;
	}
	
	.triangle-top{
		border-left: 110px solid transparent;
		border-right: 110px solid transparent;
		border-top: 40px solid #DCDEDB;
	}
	
	.item-bottom{
		top: 48%;
	}

	.item-info h4{
		padding: 20px 0;
	}

	.item-info td:first-child{
		margin: 12px 2px;
	}
	
	.left-angle-top, .right-angle-top{
		width: 50%;
	}
	
	.item-info{
		margin-top: 44px;
	}
	
	.left-angle-top{
		border-right: 150px solid transparent;
		border-bottom: 45px solid #0c0b0b;
	}

	.right-angle-top{
		border-left: 150px solid transparent;
		border-bottom: 45px solid #0c0b0b;
	}
}

@media(max-width:710px){
	.background-video-app{
		width:400px;
		height:300px;
		background-size: 400px 300px;
	}
	
	.pos-video-app{
		width: 336px;
		height: 260px;
		top: 19px;
		left: 31px;
	}
	
	#column-left-account {
		position: absolute;
		top: 0;
		left: -206px;
		z-index: 45px;
		background-color: #F3F3F3;
	}
	
	.dv-menu-top{
		display: table;
	}
	
	
	.dv-table{
		display: block;
	}

	.dv_headquarter, .dv_headquarter_img{
		display: block;
		width: 100%;
		text-align: center;
	}

	.dv_headquarter{
		position: static;
	}

	.title_headquarter{
		position: static;
		margin-top: 20px;
	}

	.title_headquarter h3{
		border-right: none;
		text-align: center;
	}

	.bottom_headquarter{
		position: static;
		width: 100%;
		padding: 0px 20px;
	}

	.bottom_headquarter h4{
		width: fit-content;
		float: left;
		padding: 0px 8px;
		font-size: 20px;
	}

	.line-bottom-headquarter{
		border-bottom: 2px solid #bbb;
		height: 29px;
		display: block;
		overflow: hidden;
	}
	
	.more_item{
		width: 97%;
		margin: auto;
	}
	
	#bg-screen-liveshow{
            width: 460px;
            height: 325px;
        }

        .pos-liveshow-video{
            top: 7px;
            left: 8px;
        }

        .pos-liveshow-video iframe{
            width: 444px;
            height: 246px;
        }
}

@media(max-width:600px){
	#slide_product_group_image img{
		max-height: 320px;
	}
	
	.cover_table{
		padding-top: 10px;
	}
	
	.item-bottom{
		top: 40%;
	}

	.item-info h4{
		padding: 15px 0;
	}

	.item-info td:first-child{
		margin: 9px 2px;
	}
	
	.customer_more_item{
		width: 49%;
	}
}

@media(max-width:560px){
    .img-left{
		display: none;
	}
	
	.dv-right{
		overflow: none;
		display: block;
	}

	.dv-slide-shadow{
		max-width: 480px;
	}

	.cover_slider img{
		height: 360px;
	}
	
	.thumbnail_slider ul{
		max-width: 300px;
	}
	
	.txt_giving_back{
		width: 90%;
	}
}

@media(max-width:475px){
	.background-video-app{
		width:260px;
		height:195px;
		background-size: 260px 195px;
	}
	
	.pos-video-app{
		width: 221px;
		height: 170px;
		top: 12px;
		left: 19px;
	}
	
	.dv-row-account label{
		width: 98%;
		text-align: left;
	}

	.dv-txt-input{
		width: 98%;
	}
	
	.content-middle-account{
		padding-left: 28px;
	}
	
	.dv-slide-shadow{
		max-width: 98%;
	}

	.cover_slider img{
		width:98%;
		height: auto;
	}
	
	.triangle-top{
		border-left: 80px solid transparent;
		border-right: 80px solid transparent;
		border-top: 20px solid #DCDEDB;
	}

	.item-info td:first-child{
		margin: 10px 2px;
	}
	
	.left-angle-top, .right-angle-top{
		width: 50%;
	}
	
	.item-info{
		margin-top: 36px;
	}
	
	.left-angle-top{
		border-right: 110px solid transparent;
		border-bottom: 37px solid #0c0b0b;
	}

	.right-angle-top{
		border-left: 110px solid transparent;
		border-bottom: 37px solid #0c0b0b;
	}
	
	.dv_img_avatar{
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	
	.dv_headquarter_img img{
		width: 96%;
		margin: auto;
	}
        
        #bg-screen-liveshow{
            width: 310px;
            height: 220px;
        }

        .pos-liveshow-video{
            top: 5px;
            left: 5px;
        }

        .pos-liveshow-video iframe{
            width: 300px;
            height: 166px;
        }
}

@media(max-width:420px){
	.item-bottom{
		top: 34%;
	}
}

@media(max-width:360px){
	.item-bottom{
		top: 28%;
	}
}
