@font-face {
    font-family:Aquawax-Regular;
    src:url("fonts/Aquawax-Regular-trial.ttf");
}
body {
    margin: 0;
    padding: 0;
    color: #666;
    background: #eee;
    font-size: 14px;
    /*font-size: 12pt;*/
    font-family: Arial, Helvetica, sans-serif;
}
p {
    color: #666 !important;
}
img {
    max-width: 100%;
}
.base_color {
    color: #ffcc29;
}
.font-bold {
    font-weight: bold;
}
.w100 {
    width: 100%;
}
.mg0 {
    margin: 0;
}
.mgl0 {
    margin-left: 0;
}
.mgr0 {
    margin-right: 0;
}
.mgt0 {
    margin-top: 0;
}
.mgb0 {
    margin-bottom: 0;
}
.pd0 {
    padding: 0;
}
.pdl0 {
    padding-left: 0;
}
.pdr0 {
    padding-right: 0 !important;
}
.uppercase {
    text-transform: uppercase;
}
.mobile {
    display: none;
}
.text-center {
    text-align: center;
}
.cb:after {
    clear: both;
    content: '';
    display: block;
}
.scrollup {
    opacity: 1;
    position: fixed;
    bottom: 35px;
    right: 20px;
    display: none;
    z-index: 999;
}
a.scrollup:hover div {
    background: #386E97 !important;
}
a.scrollup:hover i {
    color: white !important;
}

.lang img {
    vertical-align: inherit;
    width: 40px;
}
.search-container {
    position: relative;
}
.search-container .txt-key {
    width: 279px;
    height: 35px;
    padding: 10px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
}
.search-container .btn-submit {
    position: absolute;
    padding: 0;
    top: 8px;
    right: 0;
    border: 0;
    width: 40px;
    height: 35px;
    color: #fff;
    z-index: 9;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search-container .btn-submit .fa {
    font-size: 18px;
    display: block;
}
footer {
    padding: 50px 0;
    border-top: 70px solid #3e4095;
    background: white;
}
.info-footer .fa {
    width: 16px;
}
.gallery .grid figure {
    position: relative;
    float: none;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border-radius: 10px;    
}
.breadcrumb {
    padding: 15px 0;
    margin: 0;
    background-color: #f5f5f5;
    margin-bottom: 40px;
}
.breadcrumb a {
    color: #182e4e;
}
.body {
    background: #fff;
}
.content {
    padding-bottom: 40px;
    min-height: 400px;  
}
.div-big-title {
    border-bottom: 1px solid #ecf0f3;
    margin-bottom: 20px;
}
.time-ship input[type=radio].check-img, .time-ship input[type=checkbox].check-img {
    opacity: 0;
    position: absolute;
    left: 40%;
    bottom: 10px;
}
.time-ship input[type=checkbox] + label {
    display: inline-block;
    padding-left: 22px;
    background: url(images/uncheck.png) no-repeat 0 0;
    background-position: 0px;
    cursor: pointer;
}   
.time-ship input[type=checkbox]:checked + label {
    background: url(images/check.png) no-repeat 0 0;
    background-position: 0px;
    cursor: pointer;
}    
.box-check-pro {
    margin-bottom: 10px;
}
.box-check-pro label {
    font-weight: normal;
}
.box-check-pro input[type=checkbox] {
    margin-right: 8px;
    float: left;
    margin-top: 2px;    
}
.table-pro  {
    margin-top: 20px;
}
.table-pro td {
    vertical-align: middle !important;
}
.table-pro th {
    text-align: center;
    color: #ffcc29;
}
.table-pro th, .table-pro td {
    border-bottom-width: 0 !important;  
}
.div-logo  {
   text-align: center;
}
.div-logo img {
    width:200px;
}
.div-menu {
    background:#ffcc29;height:62px;color:#ccc;text-align:center;font-size:17px;
}
header {
    background: #ffffff;
    border-bottom: 3px solid #ffcc29;
    padding-bottom: 7px;
    padding-top: 5px;
}
.lang{
    padding-top:5px;
}
#cssmenu {  
    border-top: 2px solid #ffcc29;
    background: #3e4095;
    padding-top: 10px;
}
#cssmenu ul {
    margin: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
}
#cssmenu ul.top-left-menu {
    max-width: 1170px;
    margin: 0 auto; 
}
#cssmenu ul li {
    display: block;
    position: relative;
}
#cssmenu > ul > li {
    display: inline-block;
    line-height: 50px;
    padding: 0 17px;
    z-index: 9;
    position: relative;
    transition-duration: 250ms;
    float: left;
}
#cssmenu.vni > ul > li {
    padding: 0 16px;
}
#cssmenu > ul > li:hover, #cssmenu > ul > li.active {
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#cssmenu > ul > li:hover a, #cssmenu > ul > li.active a {
    color: #3e4095;
}
#cssmenu > ul > li:last-child:hover {
    background: none;
}
#cssmenu ul li a {
    display: block;
    text-transform: uppercase;
}

#cssmenu > ul > li > a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    top: 60px;
    margin-top: 24px;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}
li.has-sub ul li {
    text-align: left;
}
#cssmenu > ul > li:hover > ul {
    top: 26px;
    left: 0;
    opacity: 1;
    z-index: 999;
}
#cssmenu > ul > li > ul {
    top: 120px;
    width: 240px;
    padding: 0; 
}
#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 15px 18px;
    width: 100%;
    color: #ffcc29;
    background: #fff;
}
.product-block, .product-block-related {
    margin-bottom: 15px;       
    border: 1px #b5b6ea solid;
    padding: 10px;
    border-radius: 5px;
}
.product-block .caption {
    padding: 15px 8px;
    /* background: #f8f8f6; */
}
.product-block .price, .product-block-related .price {
    color: #f06142; 
    display: none;
}
.product-block .name {
    margin: 0 0 9px;    
    font-size: 16px;
    text-align: center;
    height: 80px;
}
.product-block .name a {
    color: #1b2c53;
    font-weight: bold;
    transition-duration: 250ms;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
}
.product-block .caption .readmore{
    background: #3e4095;
    width: fit-content;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
}
.product-block .caption .readmore a{
    color: white !important;

}
.product-block:hover a {
    color: #ffcc29;
}
.product-block img {
    transition-duration: 250ms;
}
.product-block:hover img {
   /*  opacity: 0.8; */
}
.product-block-related .name {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #3e4095;
}

.right-header {
    padding-top: 15px;  
}

input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 10px 50px;
    background-color: #4c4c4c;
    border-color: #4c4c4c;
    transition: all 0.3s ease;
    outline: none;
    color: #fff;
    margin-top: 10px;
    border-width: 0;
    cursor: pointer;
    border-radius: 5px;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    background-color: #ffcc29;
}
.search-form .key-search, .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    padding: 10px;
    border: 1px solid #e1e0e0;
    border-color: #e4e4e4;
    border-radius: 5px;
    color: #b0b0b0;
    width: 240px;
    box-sizing: border-box;
}
.contact-form input[type="email"] {
    margin: 0 10px;
}
.contact-form textarea {
    width: 100%;
    height: 100px;
    margin-top: 10px;
}
.contact-left a {
    color: #999;
}
.short-cont-news {
    display: none;
}
.news .news-block {
    margin-bottom: 30px;
    text-align: center;
    border: 1px #d2d8db solid;
}
.news .news-block img {
   max-height: 240px !important;
}
.news .caption {
    /*border: 1px solid #eee;*/
    /* height: 80px;
    overflow: hidden; */
   /*  background-image: linear-gradient(#00009900, #c8a6a717); */
   padding-bottom: 20px;
}

.news .caption .readmore{
    background: #3e4095;
    width: fit-content;
    margin: auto;
    padding: 10px;
}

.news .caption .readmore a{
    color: white !important;
}   

.news .name {
    margin: 0;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    overflow: hidden;
    height: 90px;
    text-transform: uppercase;
    line-height: 22px;
    font-weight: bold;
}
.news .name a {    
    color: #000000;
    text-decoration: none;
    transition-duration: 250ms;
}
.news-block:hover a {   
    color: #ffcc29;
}

.news-block .image{
    position: relative;
}

.news-block .article-time {
    display: flex;
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #326cedb8;
    padding: 2px 5px;
}
.news-block .article-time .day {
    font-size: 26px;
}
.news-block .article-time .month-year {
    margin-top: 0px;
    margin-left: 5px;
    font-size: 13px;
}
.news-block .article-time .month-year .month {
    
}
.news-block .article-time .month-year .year {

}


#btn_submit, #btn_submit_tdv, #btn_submit_kh{display:none;}
.slideshow {
    /* border-bottom: 5px solid #ffcc29; */
    padding: 10px 0;
    background: #fff;
    }
.title-box-home {font-size:14px;color: #ed3237;font-weight:bold;}
.body.home  {padding: 20px 0;/* border-bottom: 5px solid #ffcc29; */}
.logout {
    color: #999;
}
.logout:hover {
    color: #ffcc29;
}
.social {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 38%;
}
.social img {
    width: 40px;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
}
.visibility-hidden {
    visibility: hidden;
}
.footer-social img {
    width: 40px;
    border-radius: 5px;
    margin-left: 10px;  
}
.div-img-big-product img {
    width: 100%; 
}
.post_excerpt {
    padding: 13px !important;
}


#pageviewproduct{
	border: 1px #dddddd solid; 
	border-radius: 5px; 
	padding: 25px; 
	box-shadow: 1px 1px 10px 1px #cbccdc;
}

#pageviewproduct .title-product-detail {
    padding: 0px 0px 10px 0px !important;
    margin-top: 0;
    color: #3e4095;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
}